.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #f3f6f9;
  font-family: "Open Sans", sans-serif;
  color: #2e343b;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  cursor: default;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  border-radius: 1px;
}

label {
  display: block;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.public_wrapper {
  min-height: 100vh;
  margin-bottom: 0px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center_subheading {
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
}

._1200 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.center_line {
  display: block;
  width: 75%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background-color: #e0e6ed;
}

.redirect_box {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e6ed;
  border-radius: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #7a8087;
  font-size: 0.9rem;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
}

.redirect_box:hover {
  border-color: #7a8087;
}

.navbar {
  height: 4rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e6ed;
  background-color: #fff;
}

.navbar._0 {
  margin-bottom: 0rem;
}

.navbar.external {
  height: 6rem;
}

.app_split {
  float: left;
}

.app_split.left {
  width: 66.66%;
  padding-right: 0.66666667rem;
}

.app_split.left.hidden {
  display: none;
}

.app_split.left.small {
  width: 33.33%;
}

.app_split.right {
  width: 33.33%;
  padding-left: 1.33333333rem;
  float: right;
}

.app_split.right.big {
  width: 66.66%;
}

.white_wrapper {
  height: 100%;
  padding: 2rem;
  border: 1px solid #e0e6ed;
  border-radius: 1px;
  background-color: #fff;
}

.white_wrapper._2 {
  position: relative;
  margin-bottom: 2rem;
}

.white_wrapper._2.hidden {
  display: none;
}

.white_wrapper.success {
  background-color: rgba(0, 136, 0, 0.81);
}

.blue {
  color: #3f51b5;
}

.textarea {
  display: inline-block;
  overflow: auto;
  max-width: 100%;
  min-height: 15rem;
  margin-bottom: 0px;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 0.9rem;
  line-height: 150%;
}

.textarea:hover {
  border-color: #7a8087;
}

.textarea:focus {
  border-color: #7a8087;
}

.checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.checkbox_label {
  margin-left: 0.5rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 150%;
}

._600 {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

._600._900 {
  max-width: 900px;
}

._600._500 {
  max-width: 500px;
}

._600.no-pad {
  overflow: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}

.menu_button {
  height: 4rem;
  padding: 0px;
  background-color: transparent;
}

.menu_button.w--open {
  background-color: transparent;
}

.menu_icon {
  background-color: transparent;
  color: #2e343b;
  font-size: 2rem;
  line-height: 4rem;
  cursor: pointer;
}

.center_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_blue {
  padding: 1.5rem;
  border-radius: 2px;
  background-color: #3f51b5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9rem;
  line-height: 0rem;
  font-weight: 600;
  text-align: center;
}

.button_blue:hover {
  background-color: #3949ab;
}

.button_blue.full {
  width: 100%;
}

.button_blue.lightblue_button {
  background-color: #03a9f4;
}

.button_blue.corners {
  border-radius: 0px;
}

.button_blue.corners.disabled {
  background-color: #a7a7a7;
}

.button_blue.big {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  background-color: #3f51b5;
}

.button_blue.light {
  background-color: #03a9f4;
}

.button_blue.light:hover {
  background-color: #3f51b5;
}

.button_blue.marginright {
  margin-right: 1.5rem;
}

.button_blue.hidden {
  margin-top: 2rem;
  margin-left: 2.5rem;
}

.button_blue.contrast {
  background-color: #03a9f4;
}

.button_blue.contrast:hover {
  background-color: #3f51b5;
}

.button_blue.paddingleft {
  margin-left: 1rem;
}

.button_blue.paddingleft.accents {
  background-color: #03a9f4;
}

.button_blue.medium-size-btn {
  width: 30%;
}

.navbar_wrapper {
  display: inline-block;
  width: 100%;
  height: 4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  color: #1b5494;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 700;
}

.menu_wrapper {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  min-width: 41%;
  float: right;
}

.menu_link {
  display: inline-block;
  height: 4rem;
  padding-top: 1.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7a8087;
  font-size: 0.9rem;
  line-height: 140%;
  text-decoration: none;
}

.menu_link:hover {
  color: #2e343b;
}

.menu_link.w--current {
  color: #2e343b;
}

.menu_link.last {
  padding-right: 0rem;
}

.menu_link.menu_dropdown {
  display: block;
  padding-right: auto;
  padding-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_link.dropdown_link {
  width: 100%;
}

.menu_link.blue {
  background-color: #03a9f4;
  color: #fff;
}

.menu_link.blue.w--current {
  color: #000;
}

.menu_link.surveylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-top: 0rem;
  border-radius: 2px;
  background-color: #03a9f4;
  color: #fff;
  font-weight: 600;
}

.menu_link.surveylist:hover {
  background-color: #3f51b5;
}

.name_wrapper {
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.input_disabled {
  overflow: hidden;
  height: 3rem;
  padding: 0px 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e6ed;
  border-radius: 1px;
  font-family: "Open Sans", sans-serif;
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.filter_dropdown {
  display: block;
  width: 100%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: default;
}

.filter_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0px 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filter_toggle:hover {
  border-color: #7a8087;
}

.filter_toggle:focus {
  border-color: #7a8087;
}

.filter_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8087;
  font-size: 0.9rem;
  line-height: 150%;
}

.filter_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.filter_list {
  position: absolute;
  top: -1px;
  overflow: auto;
  max-height: 15rem;
  max-width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.filter_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter_checkbox {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-top: 1px;
  margin-left: 1rem;
  cursor: pointer;
}

.filter_label {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 1.5rem 1rem 1.5rem 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 1px;
  cursor: pointer;
}

.filter_label:hover {
  background-color: #f3f6f9;
}

.red_wrapper {
  margin-top: 1rem;
  padding: 2rem;
  background-color: #ffcdd2;
}

.orange {
  color: #df766d;
  text-decoration: none;
}

.orange:hover {
  text-decoration: none;
}

.button_white {
  padding: 1.5rem;
  border-radius: 2px;
  background-color: #f3f6f9;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 0%;
  font-weight: 600;
  text-align: center;
}

.button_white:hover {
  background-color: #e6e9ec;
}

.button_white.smaller {
  margin-left: 1rem;
}

.button_white.smaller.right {
  width: 100%;
}

.button_white.disabled {
  background-color: #b8b8b8;
}

.button_white.fullwidth {
  width: 100%;
}

.button_white.red {
  background-color: #ef9a9a;
}

.button_white.partneroverviewbutton {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  width: 80%;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.button_white.paddingleft {
  margin-left: 1rem;
}

.full_wrapper {
  position: relative;
  min-height: 100%;
  margin-bottom: 0px;
  padding-bottom: 2rem;
}

.input {
  width: 300px;
  height: 3rem;
  margin-bottom: 0px;
  padding: 0px 1rem;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.9rem;
  line-height: 3rem;
}

.input:hover {
  border-color: #7a8087;
}

.input:focus {
  border-color: #7a8087;
}

.input._100 {
  width: 100%;
  text-align: left;
}

.input.auto {
  width: 100%;
}

.form_parent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_parent._2 {
  margin-bottom: 2rem;
}

.form_parent._2.red {
  padding: 20px;
  background-color: rgba(192, 0, 0, 0.47);
  color: #fff;
}

.form_parent._1 {
  margin-bottom: 1rem;
}

.form_parent._0_5 {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
}

.form_parent._0_25 {
  margin-bottom: 0.25rem;
}

.form_parent.opacity {
  opacity: 0.27;
}

.form_parent.headingdashboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.form_parent.headingdashboard.huge {
  position: static;
}

.form_parent.checkboxflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_parent.checkboxflex.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form_parent._0_5 {
  margin-bottom: 0.5rem;
}

.profile_row {
  padding: 2rem;
  border: 2px solid transparent;
}

.profile_row.active {
  border: 2px solid #3f51b5;
}

.profile_row.lightblue {
  background-color: rgba(244, 3, 3, 0.13);
}

.profile_row.margin {
  padding-bottom: 6rem;
}

.profile_row.nopadding {
  padding-top: 1rem;
  padding-bottom: 0rem;
}

.error {
  margin-top: 0px;
  padding: 0px;
}

.success {
  padding: 0px;
}

.vanilla_link {
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 150%;
  cursor: pointer;
}

.vanilla_link.back {
  float: right;
}

.vanilla_link.next {
  float: left;
}

.vanilla_link.pages {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}

.chapter_title {
  position: relative;
  margin-bottom: 2rem;
  padding-right: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e6ed;
}

.vanilla_heading {
  font-size: 1.25rem;
  font-weight: 600;
}

.vanilla_heading.big {
  padding-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 600;
}

.home_line {
  margin-bottom: -1px;
  padding-bottom: 1rem;
  float: left;
  border-bottom: 1px solid #2e343b;
}

.home_more {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  padding-bottom: 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2e343b;
  text-decoration: none;
}

.vanilla_text {
  color: #2e343b;
  font-size: 0.9rem;
  line-height: 150%;
}

.vanilla_text.progresssym_heading {
  margin-bottom: 0.5rem;
}

.vanilla_text._1 {
  margin-bottom: 1rem;
}

.vanilla_text.wrap {
  display: block;
}

.vanilla_text._2 {
  margin-bottom: 2rem;
}

.vanilla_text.partneroverviewheading {
  padding-bottom: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: none;
}

.vanilla_text.partneroverviewsubheading {
  font-size: 1rem;
  text-align: center;
}

.vanilla_text.checkboxlabel {
  display: inline-block;
  margin-left: 20px;
}

.vanilla_text.pollboi-text {
  margin-bottom: 1em;
  cursor: pointer;
}

.vanilla_text.pollboi-text.active {
  color: #000;
  font-weight: 600;
}

.vanilla_text.pollboi-text.hidden {
  display: none;
}

.vanilla_text._0_5 {
  margin-bottom: 0.5rem;
  color: #ec7c30;
}

.more_icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1px;
  float: left;
}

.profile_header {
  position: relative;
  height: 6rem;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  background-color: #3f51b5;
  background-image: url("../images/Raster.png");
  background-position: 0px 0px;
  background-size: 30px;
}

.profile_header.lime {
  background-color: rgba(0, 136, 0, 0.81);
}

.profile_header.expand {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.profile_header.expand.red {
  background-color: #ca2e2e;
}

.vanilla_subheading {
  font-size: 1.25rem;
  line-height: 150%;
}

.vanilla_subheading.headingdashboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 2.06rem;
  padding-left: 2rem;
  color: #fff;
}

.vanilla_subheading.headingdashboard.huge {
  position: static;
  padding-right: 2rem;
  padding-bottom: 0rem;
  font-size: 1.1rem;
}

.logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717171;
  font-size: 2rem;
  font-weight: 300;
  text-decoration: none;
}

.logo_wrapper {
  display: inline-block;
  height: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_label {
  margin-bottom: 0.25rem;
  color: #7a8087;
  font-size: 0.8rem;
  line-height: 150%;
}

.form_label.success {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgba(0, 136, 0, 0.81);
  color: #fff;
}

.form_label.failed {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgba(148, 0, 0, 0.73);
  color: #fff;
}

.final_row {
  padding: 1rem 2rem;
}

.advocate_left {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.advocate_right {
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.profile_wrapper {
  position: relative;
  border: 1px solid #e0e6ed;
  border-radius: 1px;
  background-color: #fff;
}

.profile_wrapper.margin_bottom {
  margin-bottom: 2rem;
}

.profile_wrapper._2 {
  position: relative;
  margin-bottom: 2rem;
}

.profile_wrapper._2.hidden {
  display: none;
}

.profile_wrapper._2.nationality-de {
  display: block;
}

.profile_wrapper._2.nationality-en {
  display: none;
}

.profile_wrapper._2.hidden {
  display: none;
}

.profile_divider {
  height: 1px;
  background-color: #e0e6ed;
}

.profile_divider.progress_sym_heading {
  margin-bottom: 1rem;
}

._2_1 {
  padding-right: 1rem;
  padding-left: 0px;
}

._2_2 {
  padding-right: 0px;
  padding-left: 1rem;
}

.ghost_left {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ghost_right {
  padding-left: 2rem;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghost_right.expandifneeded {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ghost_right.smallmarginbottomonmobile {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.final_float {
  padding-right: 2rem;
  float: left;
}

.final_float.last {
  padding-right: 0rem;
}

.final_float.last.plaincustom {
  position: relative;
  top: 25px;
  bottom: auto;
  height: 100%;
}

.final_float.smaller {
  width: 50%;
  padding-right: 1rem;
}

.final_float.margintop {
  margin-top: 1rem;
}

.final_float.floatnone {
  float: none;
  text-align: right;
}

.final_float.right {
  float: none;
  text-align: right;
}

.grey_text {
  color: #7a8087;
  font-size: 0.9rem;
  line-height: 150%;
}

.flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_wrapper.smallmarginbottom {
  margin-bottom: 1rem;
}

.header_button {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
}

.profile_link {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2e343b;
  text-decoration: none;
}

.profile_link:hover {
  color: #3f51b5;
}

.profile_link.hidden {
  display: none;
}

.overflow_hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0rem;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.delete-hidden {
  display: none;
}

.overlay.hidden {
  display: none;
}

.modal_wrapper {
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.modal_wrapper.nopaddingbottom {
  padding: 0rem;
}

.modal_close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e343b;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.page_row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.page_text {
  height: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  float: left;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.close_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.logo_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  height: 8rem;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e6ed;
  border-radius: 100%;
  background-color: #f3f6f9;
}

.home_link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more_text {
  float: left;
  font-size: 0.9rem;
  line-height: 150%;
}

.select {
  height: 3rem;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 1rem;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  background-image: url("../images/White.jpg");
  background-position: 0px 0px;
  background-size: 150px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.9rem;
  line-height: 150%;
  cursor: pointer;
}

.select:hover {
  border-color: #7a8087;
}

.select:focus {
  border-color: #7a8087;
}

.brand_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e343b;
  text-decoration: none;
}

.brand_image {
  margin-right: 1rem;
}

.text-block {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 300;
}

.levels_split {
  width: 50%;
  float: left;
}

.levels_split.left {
  padding-right: 1.33333333rem;
}

.levels_split.middle {
  padding-right: 0.66666667rem;
  padding-left: 0.66666667rem;
}

.levels_split.right {
  padding-left: 1.33333333rem;
}

.center {
  text-align: center;
}

.menu_dropdown {
  position: static;
  display: inline-block;
  height: 4rem;
  padding-top: 1.3rem;
  padding-bottom: auto;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7a8087;
  font-size: 0.9rem;
  line-height: 140%;
}

.dropdown-link {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdownlist.w--open {
  margin-top: 4.1rem;
  border: 1px solid #e0e6ed;
  background-color: #fff;
}

.progressbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  background-color: #ddd;
}

.progressbar.realised {
  width: 0%;
  background-color: #3f51b5;
}

.progressbar.realised._2 {
  width: 50%;
}

.progressbar.realised._3 {
  width: 66.66%;
}

.progressdimension {
  margin-bottom: 1rem;
}

.invite_email_col {
  padding-right: 0px;
  padding-left: 0px;
}

.pagination_wrapper {
  width: 100%;
  padding: 1rem;
  border-right: 1px solid #e0e6ed;
  border-bottom: 1px solid #e0e6ed;
  border-left: 1px solid #e0e6ed;
  background-color: #fff;
}

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

.empty {
  height: 0px;
}

.nopadding {
  padding-right: 0px;
  padding-left: 0px;
}

._2 {
  margin-bottom: 2rem;
}

._123 {
  padding-bottom: 50px;
}

.div-block {
  padding-bottom: 50px;
}

.flag_reason {
  display: none;
  margin-top: 1rem;
}

.hidden {
  display: none;
}

.loadingwrapper {
  height: 1rem;
  margin-top: 7rem;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.gmailbutton {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: block;
  padding: 15px;
  border-radius: 50%;
  background-color: #03a9f4;
  font-size: 1.25rem;
  text-decoration: none;
}

.gmailbuttoninner {
  width: 30px;
  height: 30px;
  padding: 15px;
  background-image: url("../images/click4x.png");
  background-size: cover;
  background-repeat: repeat;
  color: #fff;
}

.underline {
  color: #2e343b;
  text-decoration: underline;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.larger {
  font-size: 1.4rem;
}

.block {
  position: relative;
  z-index: 999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 254px;
  margin-right: auto;
  margin-left: auto;
}

._1 {
  margin-bottom: 1rem;
}

.partner_logo {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

.partner_logo.smaller {
  width: 50%;
}

.background-video {
  position: relative;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.te {
  text-align: right;
}

.overlay_nav_left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.overlay_nav_right {
  padding-right: 0px;
  padding-left: 0px;
}

.overlay_nav_center {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
}

.black {
  color: #000;
}

.smallpaddingbottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.overlaytopcontainer {
  background-color: #00f;
}

.progressbarwrapper {
  width: 100%;
  height: 5px;
}

.progressbarinner {
  width: 12.5%;
  height: 5px;
  background-color: #3f51b5;
}

.square {
  width: 100%;
}

.userid {
  width: 300px;
  max-width: 100%;
}

.asd {
  padding-right: 0px;
}

.hero_subheading {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 300;
}

.hero_subheading.small {
  font-size: 1.4rem;
}

._1200-2 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.hero_heading {
  margin-bottom: 20px;
  color: #3f51b5;
  font-size: 3rem;
  line-height: 150%;
  font-weight: 300;
}

.vanilla_parent._1 {
  margin-bottom: 1.25rem;
}

.vanilla_parent._2 {
  margin-bottom: 2.25rem;
}

.vanilla_parent._4 {
  margin-bottom: 4.5rem;
}

.legal_wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fff;
}

.poll_text {
  font-size: 1.2rem;
  line-height: 150%;
}

.footer_link {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #717171;
  font-weight: 600;
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

.footer_link.w--current {
  color: #fff;
}

.footer_divider {
  width: 100%;
  height: 1px;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  background-color: #717171;
}

.brand_picture {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  padding-bottom: 0px;
  background-image: url("../images/Webclip.png");
  background-position: 0px 0px;
  background-size: cover;
}

.footer_wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #202020;
}

.language_wrapper {
  float: left;
  clear: both;
}

.footer_float {
  padding-right: 2.25rem;
  float: left;
}

.footer_float.last {
  padding-right: 0rem;
}

.footer_text {
  color: #717171;
}

.brand_name {
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 150%;
}

.footer_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717171;
  text-decoration: none;
}

.navbar_brand.nonflex {
  height: auto;
}

.navbar_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  padding: 0px 2rem;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #717171;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar_link:hover {
  color: #3f51b5;
}

.navbar_link.w--current {
  color: #717171;
}

.navbar_link.w--current:hover {
  color: #3f51b5;
}

.navbar_link.last {
  background-color: #03a9f4;
  color: #fff;
}

.navbar_link.last:hover {
  background-color: #3949ab;
}

.navbar_wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 4rem;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.navbar_menu {
  height: 4rem;
  float: right;
}

.vanilla_row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

._2_1-2 {
  width: 50%;
  padding-right: 2.25rem;
  padding-left: 0px;
}

.vanilla_link-2 {
  color: rgba(63, 81, 181, 0.89);
  text-decoration: none;
}

._2_2-2 {
  width: 50%;
  padding-right: 0px;
  padding-left: 2.25rem;
}

.image {
  width: 500px;
  height: 300px;
  margin-top: 2rem;
  background-image: url("../images/Picture1_2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_wrapper {
  padding-top: 13.5rem;
  padding-bottom: 9rem;
  background-image: url("../images/Unbenannt-5.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_inner {
  width: 60%;
}

.vanilla_button {
  padding: 1rem;
  border-radius: 2px;
  background-color: #3f51b5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.vanilla_button:hover {
  background-color: #3949ab;
}

.mobile_conversion {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fff;
}

.count_wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #3f51b5;
}

._3_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 3rem;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.count_numbers {
  margin-right: 1rem;
  float: left;
  color: #c5cae9;
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 800;
}

.count_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.75rem;
  line-height: 150%;
}

._3_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 1.5rem;
  padding-bottom: 0px;
  padding-left: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._3_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 0rem;
  padding-left: 3rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.poll_big {
  color: #3f51b5;
  font-size: 3rem;
  line-height: 150%;
  font-weight: 300;
}

.poll_big.white {
  color: #fff;
}

.poll_wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fff;
}

.poll_line {
  width: 50%;
  height: 0.5rem;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  background-color: #3f51b5;
}

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

.poll_divider {
  width: 1px;
  height: 2.25rem;
  margin-left: 2.25rem;
  background-color: #3f51b5;
}

.poll_icon {
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.poll_odd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.poll_content {
  padding-left: 2.25rem;
}

.poll_even {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.poll_subtext {
  font-size: 1rem;
  line-height: 150%;
}

.poll_heading {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 300;
}

.poll_heading.white {
  color: #c5cae9;
}

.poll_subheading {
  margin-bottom: 0.25rem;
  color: #3f51b5;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 400;
}

.promise_wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #f6f6f6;
}

.map_block {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-image: url("../images/Map.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.map_wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fff;
  text-align: center;
}

.logo_block {
  width: 12.5%;
  float: left;
}

.logo_picture {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: auto;
  margin-left: auto;
}

.logo_row {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.quote_wrapper {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #3f51b5;
}

.quote_name {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.quote_text {
  color: #fff;
}

.quote_trust {
  color: #c5cae9;
}

.partnershiplogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partnershiplogo.askallo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url("../images/header_askallo_logo.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.partnershiplogo.whu {
  background-image: url("../images/image.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._4 {
  margin-bottom: 4rem;
}

.marginspecial {
  margin-left: -27px;
}

.html-embed-3 {
  min-height: 50px;
}

.reference_wrapper {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f6f6f6;
}

.no_paddings {
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  height: 65px;
}

.image-2.larger {
  width: 110px;
  height: auto;
}

.image-3 {
  float: right;
}

.partneroverviewimage {
  display: block;
  width: 40%;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.branddiv {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.branddiv.w--current {
  color: #4a4e4d;
  font-weight: 400;
}

.branddiv.dark {
  color: #4a4e4d;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 400;
}

.bold-text-2 {
  text-decoration: underline;
}

.bold-text-3 {
  text-decoration: underline;
}

.bold-text-4 {
  text-decoration: underline;
}

.howdoesitworkimage {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.post-author {
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.text-container {
  width: 75%;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-author-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.post-author-text.cc-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0px;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 30px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-text {
  margin-bottom: 30px;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text:hover {
  text-decoration: underline;
}

.author-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container.cc-post-image {
  max-width: 1400px;
}

.post-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-content-wrapper {
  display: block;
  max-width: 800px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.posts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.posts-wrapper.cc-top-post {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posts-collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.posts-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-collection-item {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.posts-image {
  margin-bottom: 20px;
}

.post-info-text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.category-link {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  text-decoration: underline;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.top-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 30px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

._3-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-collection-item {
  width: 33.33333333%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._4-collection-item {
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding: 20px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition:
    background-color 200ms ease,
    color 200ms ease;
  transition:
    background-color 200ms ease,
    color 200ms ease;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.featured-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-post-image {
  width: 60%;
}

.top-post-text {
  width: 40%;
  padding-left: 50px;
}

.category-link-2 {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link-2:hover {
  text-decoration: underline;
}

.top-post-link-block {
  text-decoration: none;
}

.h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.h2.cc-title-section {
  margin-top: 0px;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.category-link-3 {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link-3:hover {
  text-decoration: underline;
}

.accordion {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
}

.accordion-body__contents {
  margin-top: 8px;
  opacity: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.faq_section {
  max-width: 1080px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.faq_section_headline {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  text-align: center;
}

.slide-banner {
  width: 100%;
  height: 100%;
}

.slide-banner.de-1 {
  background-image: url("../images/Banner_DEU_PollStore_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-2 {
  background-image: url("../images/Banner_DEU_Referral_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-3 {
  background-image: url("../images/Banner_DEU_Fellow_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-4 {
  background-image: url("../images/Banner_DEU_PollStore_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-5 {
  background-image: url("../images/Banner_DEU_Referral_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-6 {
  background-image: url("../images/Banner_DEU_Fellow_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-1 {
  background-image: url("../images/Banner_ENG_PollStore_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-2 {
  background-image: url("../images/Banner_ENG_referral_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-3 {
  background-image: url("../images/Banner_ENG_fellows_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-4 {
  background-image: url("../images/Banner_ENG_PollStore_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-5 {
  background-image: url("../images/Banner_ENG_referral_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-6 {
  background-image: url("../images/Banner_ENG_fellows_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.en-7 {
  background-image: url("../images/Scribbr_V3_EN.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-7 {
  background-image: url("../images/Scribbr_V3_DE.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-banner.de-8 {
  background-image: url("../images/116821769-7b20b400-ab7b-11eb-9768-cebe887e9979.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  display: block;
  overflow: hidden;
  height: 350px;
  background-color: transparent;
}

.mask {
  overflow: visible;
}

.tabs-menu {
  position: static;
  left: 0%;
  top: 2px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab_item {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: transparent;
  opacity: 1;
  color: #0988c2;
  font-weight: 600;
  text-align: center;
}

.tab_item:hover {
  background-color: rgba(2, 108, 156, 0.05);
}

.tab_item:active {
  background-color: rgba(2, 108, 156, 0.2);
}

.tab_item.w--current {
  border: 1px solid #000;
  background-color: #3f51b5;
  opacity: 1;
  color: #fff;
  white-space: normal;
}

.tab_item.w--current:hover {
  background-color: rgba(2, 108, 156, 0.05);
}

.tab_item.w--current:active {
  background-color: rgba(2, 108, 156, 0.2);
}

.tab_item.last {
  margin-right: 0px;
}

._1600 {
  width: 100%;
  max-width: 1600px;
  margin-top: -1rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.admincardheading {
  color: #3d5170;
  font-size: 16px;
  font-weight: 600;
}

.admincardheader {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}

.grid {
  max-height: 50%;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.admincardwrapper {
  display: inline-block;
  width: 31.667%;
  height: auto;
  margin-right: 2.5%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(90, 97, 105, 0.11);
}

.admincardwrapper._2w {
  width: auto;
  min-width: 400px;
}

.admincardwrapper._2w {
  width: auto;
  margin-right: 0%;
}

.admincarddivider {
  width: 100%;
  height: 1px;
  background-color: #e1e5eb;
}

.mainwrapperdivsection {
  display: block;
  padding-bottom: 1.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.admincardcanvas {
  padding: 1rem;
  border-bottom: 1px solid #e1e5eb;
}

.full_wrapper-2 {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 2rem;
}

.tabs {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._1200-3 {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.form_parent-2 {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_parent-2._0_5 {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
}

.form_parent-2.headingdashboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.tabs-menu-2 {
  position: absolute;
  left: 20%;
  right: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.time-tab-container {
  position: absolute;
  left: 20%;
  top: 3.5rem;
  right: 20%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-overall-tab {
  position: absolute;
}

.tab_wrapper-2 {
  margin-top: 7rem;
}

.time-button {
  position: static;
  top: 100px;
  min-width: 7rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #2e343b;
  border-radius: 7px;
  background-color: #fff;
  color: #2e343b;
  font-weight: 600;
  text-align: center;
}

.time-button:hover {
  background-color: rgba(46, 52, 59, 0.05);
}

.time-button:active {
  background-color: rgba(46, 52, 59, 0.25);
}

.time-button.w--current {
  background-color: #2e343b;
  color: #fff;
}

.time-button.w--current:hover {
  background-color: rgba(46, 52, 59, 0.9);
}

.time-button.w--current:active {
  background-color: rgba(46, 52, 59, 0.7);
}

.admincardheader-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 1rem;
}

.tab_item-2 {
  min-width: 7rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #2e343b;
  border-radius: 7px;
  background-color: #fff;
  opacity: 1;
  color: #2260bf;
  font-weight: 600;
  text-align: center;
}

.tab_item-2:hover {
  background-color: rgba(34, 96, 191, 0.05);
}

.tab_item-2:active {
  background-color: rgba(34, 96, 191, 0.25);
}

.tab_item-2.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #2e343b;
  background-color: #2260bf;
  opacity: 1;
  color: #fff;
  white-space: normal;
}

.tab_item-2.w--current:hover {
  background-color: rgba(34, 96, 191, 0.8);
}

.tab_item-2.w--current:active {
  background-color: rgba(34, 96, 191, 0.5);
}

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

.chart-canvas {
  height: 13rem;
  max-width: 100%;
}

.chart-canvas.overview {
  height: 11rem;
}

.overview-chart-canvas {
  max-width: 100%;
  min-height: 11.5rem;
}

.tab-pane-day-tab {
  position: absolute;
}

.datepicker-container {
  position: absolute;
  left: 65%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-from-to-tab {
  position: absolute;
}

.tabs-3 {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dash-form {
  margin-top: -1rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}

.admincardcanvas-2 {
  padding: 0.5rem 1rem;
}

.grid-2 {
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(
      200px,
      1fr
    );
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.datepicker {
  padding-right: 10px;
  padding-left: 10px;
}

.tab-pane-month-tab {
  position: absolute;
}

.tab-pane-week-tab {
  position: absolute;
}

.profile_row-2 {
  padding: 2rem;
  border: 2px solid transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.italic-text-2 {
  font-size: 1.25rem;
}

.triangler {
  display: inline-block;
  width: 2%;
  height: 50px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #e2e2e2;
}

.triangler.active {
  border-left-color: #3f51b5;
}

.surveycreator.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.surveycreator.tabs.hidden {
  display: none;
}

.surveycreator.tab {
  border: 1px solid #e0e6ed;
  background-color: #fff;
  text-align: left;
}

.surveycreator.tab.w--current {
  background-color: #3f51b5;
  color: #fff;
}

.surveycreator.lhs {
  width: 100%;
}

.surveycreator.borderedembed {
  margin-bottom: 0px;
  border: 1px solid #e0e6ed;
  background-color: #fff;
}

.vanilla_subheading-2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.vanilla_subheading-2.headingdashboard {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  color: #fff;
}

.inline {
  display: inline-block;
}

.inline.paddingcheckbox {
  display: inline-block;
  padding-left: 20px;
}

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

.funnel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 51px;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
  color: #3f51b5;
  text-align: center;
}

.funnel.right {
  margin-right: 0%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.funnel.active {
  background-color: #3f51b5;
  color: #fff;
}

.privacysmalltext {
  font-size: 0.75rem;
  line-height: 120%;
}

.privacytab {
  width: 33%;
  height: 120px;
  margin-bottom: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 2px;
  background-color: #f3f6f9;
}

.privacytab.w--current {
  display: inline-block;
  background-color: #03a9f4;
  color: #fff;
}

.privacytab.last {
  margin-bottom: 0rem;
  font-weight: 600;
}

.funnelwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.funnelwrapper.main {
  margin-bottom: 1rem;
}

._1400 {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

._600-2 {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.input-2 {
  height: 3rem;
  margin-bottom: 0px;
  padding: 0px 1rem;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.9rem;
  line-height: 3rem;
}

.input-2:hover {
  border-color: #7a8087;
}

.input-2:focus {
  border-color: #7a8087;
}

.white_wrapper-2 {
  padding: 2rem;
  border: 1px solid #e0e6ed;
  border-radius: 1px;
  background-color: #fff;
}

.white_wrapper-2._2 {
  position: relative;
  margin-bottom: 2rem;
}

.url-confirmation-checkbox-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

.modal_wrapper-2 {
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.url-decision-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.url-input-container {
  margin-right: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.url-confirmation-checkbox {
  margin-top: 6px;
}

.url-submission-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.url-submission-container.hidden {
  display: none;
}

.button_gray {
  padding: 1.5rem;
  border-radius: 2px;
  background-color: #757070;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9rem;
  line-height: 0rem;
  font-weight: 600;
  text-align: center;
}

.survey-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e343b;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.modal_wrapper-3 {
  position: relative;
  padding: 2rem;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.modal_wrapper-3.result-green {
  background-color: #080;
  color: #fff;
}

.modal_wrapper-3.result-orange {
  background-color: #ee8607;
  color: #fff;
}

.modal_wrapper-3.result-red {
  background-color: #c20303;
  color: #fff;
}

.text-block-6 {
  margin-top: 3em;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .app_split.left {
    width: 100%;
    padding-right: 0rem;
    float: none;
  }

  .app_split.right {
    width: 100%;
    padding-left: 0rem;
    float: none;
  }

  .menu_button {
    padding: 0px;
    border-bottom: 1px solid #e0e6ed;
    cursor: pointer;
  }

  .menu_button.w--open {
    background-color: #fff;
    color: #000;
  }

  .menu_icon {
    color: #3f51b5;
  }

  .menu_wrapper {
    width: 100%;
    margin-top: 4rem;
    background-color: #fff;
  }

  .menu_link {
    width: 100%;
    text-align: left;
  }

  .menu_link.last {
    padding-right: 1rem;
  }

  .input {
    width: 300px;
  }

  .input.auto {
    width: 100%;
  }

  .profile_wrapper.margin_bottom.hideonmobile {
    display: none;
  }

  .levels_split {
    width: 100%;
    margin-bottom: 2rem;
  }

  .levels_split.left {
    padding-right: 0rem;
  }

  .levels_split.middle {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .levels_split.right {
    margin-bottom: 0rem;
    padding-left: 0rem;
  }

  .menu_dropdown {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .icon {
    position: relative;
    display: inline-block;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown_text {
    display: inline-block;
    margin-right: 1rem;
  }

  .test {
    width: 4rem;
    height: 4rem;
  }

  .hero_subheading {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .hero_heading {
    font-size: 2rem;
    line-height: 150%;
  }

  .legal_wrapper {
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }

  .footer_divider {
    float: left;
  }

  .footer_float {
    width: 100%;
    margin-bottom: 2.25rem;
  }

  .footer_float.last {
    margin-bottom: 0rem;
  }

  .footer_row {
    display: block;
  }

  .navbar_link {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar_button {
    height: 4.5rem;
    padding: 0px;
  }

  .navbar_menu {
    width: 100%;
    margin-top: 4.5rem;
    border-top: 1px solid #eee;
    background-color: #fff;
  }

  .navbar_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #3f51b5;
    font-size: 2rem;
    line-height: 150%;
  }

  .vanilla_row-2 {
    display: block;
  }

  ._2_1-2 {
    width: 100%;
    margin-bottom: 2.25rem;
    padding-right: 0rem;
  }

  ._2_2-2 {
    width: 100%;
    padding-left: 0rem;
  }

  .image {
    height: 350px;
  }

  .hero_inner {
    width: 100%;
  }

  .mobile_conversion {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .count_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  ._3_1 {
    display: block;
    width: 100%;
    margin-bottom: 2.25rem;
    padding-right: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .count_numbers {
    font-size: 5rem;
    line-height: 5rem;
  }

  .count_text {
    font-size: 1.5rem;
  }

  ._3_2 {
    display: block;
    width: 100%;
    margin-bottom: 2.25rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  ._3_3 {
    display: block;
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .poll_big {
    font-size: 2rem;
  }

  .poll_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .poll_line.center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .poll_heading {
    font-size: 1.5rem;
  }

  .promise_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .map_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    text-align: left;
  }

  .logo_block {
    width: 25%;
  }

  .logo_row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quote_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .partneroverviewimage {
    width: 40%;
  }

  .text-container {
    width: 100%;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-post-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._4-collection-item {
    width: 50%;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0px;
  }

  .h2.cc-title-section {
    margin-top: 0px;
  }

  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .center_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button_white.smaller {
    margin-left: 0rem;
  }

  .input {
    width: 100%;
  }

  .chapter_title {
    padding-right: 2rem;
  }

  .home_more {
    width: 2.5rem;
  }

  .profile_header {
    position: relative;
    height: auto;
  }

  .vanilla_subheading.headingdashboard {
    display: none;
  }

  .vanilla_subheading.headingdashboard.huge {
    display: block;
  }

  .advocate_left {
    margin-bottom: 1rem;
  }

  .advocate_right {
    padding-left: 0rem;
  }

  ._2_1 {
    margin-bottom: 2rem;
    padding-right: 0rem;
  }

  ._2_2 {
    padding-left: 0rem;
  }

  .ghost_left {
    margin-bottom: 1rem;
  }

  .ghost_right {
    width: 100%;
    padding-left: 0rem;
  }

  .ghost_right.smallmarginbottomonmobile {
    margin-bottom: 2rem;
  }

  .ghost_right.smallmarginbottomonmobile {
    margin-bottom: 2rem;
  }

  .final_float {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0rem;
  }

  .final_float.last {
    margin-bottom: 0rem;
  }

  .final_float.last.plaincustom {
    top: -5px;
  }

  .flex_wrapper {
    display: block;
  }

  .header_button {
    position: static;
    padding: 2rem;
  }

  .overlay {
    position: absolute;
  }

  .logo_circle.hiddenonmobile {
    display: none;
  }

  .dropdown {
    display: block;
    width: 100%;
    float: left;
  }

  .dropdown-2 {
    display: block;
  }

  .image {
    height: 300px;
  }

  .logo_block {
    width: 50%;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  ._2-collection-item {
    width: 100%;
  }

  .top-post {
    margin-top: 0px;
    padding-top: 135px;
  }

  ._3-collection-item {
    width: 100%;
  }

  ._4-collection-item {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .triangler {
    display: none;
    margin-bottom: 2rem;
  }

  .vanilla_subheading-2.headingdashboard {
    display: none;
  }

  .funnel {
    display: none;
    width: 25%;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 479px) {
  .button_blue {
    width: 100%;
  }

  .button_white {
    width: 100%;
  }

  .input {
    width: 100%;
  }

  .advocate_left {
    margin-bottom: 1rem;
  }

  .ghost_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image {
    height: 200px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0px;
  }

  .div-block-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .button_gray {
    width: 100%;
  }
}

#w-node-_260a7970-a1e9-1a00-1d3e-5d8c0fcf5afd-c2d6545f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_260a7970-a1e9-1a00-1d3e-5d8c0fcf5b10-c2d6545f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_260a7970-a1e9-1a00-1d3e-5d8c0fcf5b3b-c2d6545f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_260a7970-a1e9-1a00-1d3e-5d8c0fcf5b43-c2d6545f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
