/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
.contact-survey {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(81, 45, 168, 0.25) 0%, rgba(81, 45, 168, 0.25) 100%), #ffffff;
  box-shadow: 0 0 1px 0 rgba(113, 128, 150, 0.04), 0 4px 8px 0 rgba(113, 128, 150, 0.08);
}
@media all and (max-width: 740px) {
  .contact-survey {
  margin: 0 16px 24px 16px;
}

}
@media all and (min-width: 740px) {
  .contact-survey {
  margin: 0 24px 24px 24px;
}

}
.contact-survey .survey-hidden-animation {
  display: none;
  transition: opacity 0.7s ease, height 0.7s ease;
}
.contact-survey-header {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.contact-survey-header p {
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */

  letter-spacing: 0.25px;
}
.contact-survey-header .close-button-survey {
  width: 24px;
  height: 24px;
}
.contact-survey-header-close-button {
  cursor: pointer;
}
.contact-survey-message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}
.contact-survey-message-bubble-tail {
  width: 12px;
  height: 15px;
  position: relative;
  margin-right: -14px;
}
.contact-survey-message-content {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 1px 0 rgba(113, 128, 150, 0.04), 0 4px 8px 0 rgba(113, 128, 150, 0.08);
}
.contact-survey-message-content p {
  display: flex;
  padding: 16px 24px 16px 16px;
  color: #00376b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */

  letter-spacing: 0.25px;
}
.contact-survey-button {
  cursor: pointer;
  display: flex;
  padding: 4px 24px 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: #ffffff;
  background: #1976d2;
}
.contact-survey-button p {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */

  letter-spacing: 1px;
}
.contact-survey-button p a {
  color: #ffffff;
  text-decoration: none;
}
