.text-section .checklist {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.text-section .checklist li {
  display: inline-block;
  margin: 0 0 10px;
  padding-left: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}

.text-section .checklist li .checkmark {
  left: 0;
  position: absolute;
  top: 4px;
}

.text-section .checklist li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .text-section .checklist {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
.image-caption {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-size: 75%;
}

.form-group:last-child {
  margin-bottom: 0;
}

.radio-group-teammates {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.radio-group-teammates label.radio-option {
  width: 45%;
}

.dr-intro {
  width: 35%;
  padding: 4vw 0 4vw 4vw;
}

.dr-mailchimp {
  width: 55%;
  border-radius: 20px;
  padding: 4vw;
}

.dr-calendly {
  width: 65%;
  overflow: hidden;
}

.radio-group-teammates {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.radio-group-teammates label.radio-option {
  width: 45%;
}

.demo-request-container,
.demoCard {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #1b3747;
  background-image: url("/images/request-demo-topo-bg.png"); /* fallback */
  background-image: url("/images/request-demo-topo-bg.png"), linear-gradient(175deg, rgb(27, 55, 71) 0%, rgb(0, 124, 156) 100%); /* W3C */
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.3);
  color: #CADFEB;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8vw;
}
.demo-request-container h1, .demo-request-container h2,
.demoCard h1,
.demoCard h2 {
  color: #fff;
  margin-bottom: 20px;
}
.demo-request-container p,
.demoCard p {
  color: #CADFEB;
}
.demo-request-container ul,
.demoCard ul {
  color: #fff;
  padding-left: 20px;
}
.demo-request-container ul li,
.demoCard ul li {
  padding-bottom: 20px;
}
.demo-request-container .intro-video-split,
.demoCard .intro-video-split {
  align-items: flex-start;
  gap: 2vw;
}
.demo-request-container .demo-request-subtitle,
.demoCard .demo-request-subtitle {
  color: #62c96b;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.demo-request-container form,
.demoCard form {
  border-radius: 10px;
  padding: 4vw;
  color: #333;
  max-width: 100%;
}

.tier-option.demoCard {
  max-width: 48%;
  margin: 0px;
  background: #1b3747;
  background-image: url("/images/request-demo-topo-bg.png"); /* fallback */
  background-image: url("/images/request-demo-topo-bg.png"), linear-gradient(175deg, rgb(27, 55, 71) 0%, rgb(0, 124, 156) 100%); /* W3C */
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.tier-option.demoCard:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .demo-request-container .form-group {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .demo-request-container .form-group > label {
    flex: 0 0 200px;
    margin-bottom: 0;
  }
  .demo-request-container .form-group input,
  .demo-request-container .form-group select,
  .demo-request-container .form-group .radio-group {
    flex: 1;
  }
  .demo-request-container .form-group .error-message {
    flex-basis: 100%;
    margin-top: 0.25rem;
    margin-left: 216px;
  }
}
@media (max-width: 1614px) {
  .demo-request-container {
    display: block;
  }
  .dr-intro {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 40px 20px 0 20px;
  }
  .dr-mailchimp {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px 20px 40px 20px;
  }
  .dr-calendly {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1040px) {
  .calendly-inline-widget {
    height: 700px !important;
  }
}
@media (max-width: 1039px) {
  .calendly-inline-widget {
    height: 1157px !important;
  }
}
@media (max-width: 704px) {
  .calendly-inline-widget {
    height: 1009px !important;
  }
}
@media (max-width: 992px) {
  .tier-option.demoCard {
    width: 100%;
    max-width: 764px;
  }
  .pricing-tiers-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .demo-request-container form {
    padding: 40px 20px;
  }
  .radio-group-teammates label.radio-option {
    width: 100%;
  }
  .dr-intro {
    padding: 40px 20px 20px 20px;
  }
  .dr-mailchimp {
    padding: 20px 20px 40px 20px;
  }
  .dr-calendly {
    padding-top: 4vw;
  }
  .dr-mailchimp {
    padding: 0px;
  }
}
/* Hide Free and Enterprise plans when demo mode is active */
body[data-demo=true] .planStarter,
body[data-demo=true] .planEnterprise {
  display: none !important;
}

/* Hide demo card by default */
.demoCard {
  display: none !important;
}

/* Show demo card when demo mode is active */
body[data-demo=true] .demoCard {
  display: flex !important;
  flex-direction: column;
}

/* Hide pricing toggle when demo mode is active */
body[data-demo=true] .pricing-tiers-toggle {
  display: none !important;
}

/* Hide get started button when demo mode is active */
body[data-demo=true] .gsf-action {
  display: none !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  margin: 20px 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table {
  width: 100%;
  /* background-color: white; */
  border-collapse: collapse;
  font-size: 14px;
  position: relative;
}

.table th,
.table td {
  padding: 10px;
  /* vertical-align: top; */
  border-top: 1px solid #e8edf1;
}

/* .table tr:hover {
 background-color:#F3F8FA;
 } */
.table thead th {
  /* vertical-align: bottom; */
  background: white;
  border-bottom: 2px solid #e8edf1;
  position: sticky;
  top: 0;
  font-weight: bold;
}

.table tbody + tbody {
  border-top: 2px solid #e8edf1;
}

.table .table {
  /* background-color: #E9ECEF; */
}

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

.table-bordered {
  border: 1px solid #e8edf1;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e8edf1;
}

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

.table-bordered th,
.table-bordered td {
  /* border: 1px solid #e8edf1 !important; */
}

.table-bordered {
  border: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom: 1px solid #e9ecef;
  border-top: 0;
  border-right-width: 0;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > td:first-child {
  border-left-width: 0;
}

.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border-right-width: 0;
  border-top-width: 0;
}

.table-bordered > tbody > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}

.table-bordered > tbody > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

@media screen and (max-width: 768px) {
  table,
  tbody,
  tbody tr,
  tbody td {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    word-break: break-all;
  }
  table tr td:first-child {
    width: 100%;
    padding-left: 15px;
  }
  table tr td:not(:first-child) {
    width: 25%;
    display: flex;
    justify-content: center;
  }
  table thead {
    width: 100%;
  }
  table thead tr {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    word-break: break-all;
  }
  table.table tr th:first-child {
    display: none;
  }
  table.table tr th:not(:first-child) {
    width: 25%;
  }
  .table-bordered > tbody > tr:last-child > td {
    border-bottom: 1px solid #e8edf1;
  }
}
.section-title {
  margin-bottom: 15px;
}

.section-title h2 {
  color: #27465F !important;
  line-height: 1;
}

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

form .get-started-form {
  width: 100%;
}

form .get-started-form .hs-fieldtype-text {
  flex-grow: 5;
}

form .get-started-form .hs-button {
  width: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 30px;
}

.get-started-details {
  max-width: 760px;
  margin: 0px auto;
  font-size: 12px;
  color: #666;
  padding-top: 20px;
}

.get-started-agree {
  color: #111;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.get-started-agree a, .get-started-agree a:link, .get-started-agree a:visited, .get-started-agree a:hover, .get-started-agree a:active {
  color: #111;
  text-decoration: underline;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.twoFactorWrapper {
  box-sizing: border-box;
}

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

.twoFactorWrapper h2, .twoFactorWrapper p {
  text-align: center;
}

.twoFactorWrapper h2 {
  margin: 0;
  font-size: 26px;
  color: #06B564;
}

.twoFactorWrapper h2 span {
  color: #2C3243;
}

.twoFactorWrapper p {
  font-size: 12px;
  margin: 5px 0;
}

.twoFactorWrapper p.twoFactorInfo {
  margin: 23px 0;
  max-width: 286px;
}

.twoFactorWrapper p.alternatives {
  margin-bottom: 1px;
}

.twoFactorWrapper .twoFactorInnerWrapper {
  display: flex;
  gap: 20px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorFooter p {
  font-size: 10px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorFooter p:first-child {
  margin-top: 18px;
}

.twoFactorWrapper .twoFactorInnerWrapper .verifyButton {
  margin: 11px 0 13px;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: 0;
  border: none;
  background-color: #06B564;
  color: #fff;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  min-width: 100px;
  transition: all 0.1s linear;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow {
  height: 17px;
  width: 100%;
  margin-bottom: 55px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 49px;
  background: #DBDBDB;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow .timerRowInnerWrapper {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow .timerWrapper {
  height: 17px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow .timerWrapper .timerIcon {
  width: 17px;
  height: 17px;
  background: blue;
  margin-right: 5px;
  border-radius: 50%;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow .resendWrapper {
  height: 17px;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  align-items: center;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorTimerRow .resendWrapper p {
  margin-right: 5px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: bold;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .verificationInput {
  height: 100%;
  position: absolute;
  left: -2000px;
  opacity: 0;
  transform: scale(0);
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .characters {
  display: flex;
  flex-wrap: no-wrap;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .characters.error .char::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 51px;
  width: 44px;
  border: 3px solid rgba(221, 62, 62, 0.3019607843);
  border-radius: 4px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .characters.error .char::after {
  border-color: #DD3E3E;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char {
  position: relative;
  height: 51px;
  width: 44px;
  color: #2C3243;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char:hover {
  cursor: text;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 51px;
  width: 44px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char:not(:first-child) {
  margin-left: 6px;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char.focus::after {
  border-color: #005fcc;
}

.twoFactorWrapper .twoFactorInnerWrapper .twoFactorInputWrapper .char.focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 51px;
  width: 44px;
  border: 2px solid #005fcc;
  border-radius: 4px;
}

form input, form select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}

.se-text {
  font-size: 80%;
  color: red;
}

.show-error .hs-input {
  border: 1px solid red;
}

.show-error .se-text {
  display: block;
}

.plus-one {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  padding-right: 2px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  width: 55px;
}

.dl-collector {
  background-color: #EFF3F9;
  border-radius: 10px;
  margin-top: 30px;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  float: left;
  font-size: 18px;
}

.dl-collector p {
  margin-bottom: 0px !important;
}

.dl-collector {
  border-radius: 20px;
  /* width: 100%; */
}

.dl-fineprint {
  clear: both;
  font-size: 10px;
  color: #999;
  margin: 0px;
}

.dl-fineprint p {
  margin: 0px !important;
  font-size: 10px;
  color: #999;
}

.dl-collector {
  display: block;
  text-align: center;
  padding: 20px;
}

.dl-collector p {
  padding-bottom: 20px;
}

.dl-options {
  display: flex;
  gap: 20px;
}

.dl-options a img {
  margin-bottom: 0px;
}

img.qr-code-appstore,
img.qr-code-playstore {
  border-radius: 10px;
  margin-bottom: 10px !important;
  overflow: hidden;
}

.dl-options div p {
  padding-bottom: 0px !important;
}

.dl-options a {
  text-align: center;
}

@media (max-width: 600px) {
  .dl-collector {
    width: 100%;
  }
  .dl-options {
    flex-direction: column;
  }
}
.checkout-title-container {
  max-width: 800px;
  padding-bottom: 25px;
  margin: 0px auto;
}

.checkout-form-container {
  max-width: 800px;
  display: flex;
  padding: 0px;
  overflow: hidden;
}

.get-ecobot-form-field label, .get-ecobot-form-field legend {
  font-size: 14px !important;
}

.checkout-cart-details {
  width: 300px;
  padding: 40px 0px 40px 0px;
}

.checkout-team-container {
  border: 1px solid #e5ebef;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 20px;
}

.checkout-cc {
  width: 100%;
  max-width: 460px;
  padding: 40px;
}

.tp-checkout {
  height: auto;
  padding-bottom: 10px;
}

.checkout-save {
  background-color: #f9fcfe;
  border: 1px solid #e5ebef;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mailchimp-form-container {
  max-width: 100%;
  margin: 0 auto;
}

.form-description {
  margin: 0 0 1.5rem 0;
  color: #666;
  font-size: 0.9rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: border-color 0.3s;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #00aed9;
}

.radio-group {
  display: flex;
  gap: 10px;
  margin-top: 0.25rem;
  width: 100%;
}

.radio-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
  flex: 1;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
}

.radio-option:hover {
  background-color: #fafafa;
  border-color: #e3e3e3;
}

.radio-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.radio-label {
  font-weight: 500;
  color: #374151;
  transition: all 0.3s ease;
  pointer-events: none;
}

.radio-option input[type=radio]:checked + .radio-label {
  color: #006c87 !important;
}

.radio-option:has(input[type=radio]:checked) {
  border-color: #00aed9;
  background-color: #d7f5fc;
}

.radio-option:has(input[type=radio]:checked) .radio-label {
  color: #006c87 !important;
}

.form-group-submit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
  padding-bottom: 0px;
  gap: 10px;
}

#mce-responses {
  font-size: 16px;
}

.submit-button {
  width: 250px;
  background-color: #00aed9;
  border: 1px solid #00aed9;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.submit-button:hover:not(:disabled) {
  background-color: #1e9dc4;
  border: 1px solid #1e9dc4;
  border-radius: 50px;
  color: #fff;
}

.submit-button:disabled {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  cursor: not-allowed;
  opacity: 0.6;
}

.error-message {
  color: #e74c3c;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  display: none;
}

.error-message.show {
  display: block;
}

.form-group.error input,
.form-group.error select {
  border-color: #e74c3c;
}

.form-message {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 4px;
  text-align: center;
  display: none;
  font-size: 0.9rem;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-message.show {
  display: block;
}

.next-steps-intro {
  font-size: 1.2rem;
  color: #555f67;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.next-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.next-step-card {
  background-color: #fff;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 5px;
}
.next-step-card h4 {
  color: #1D7A99;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}

.next-steps-section {
  max-width: 1200px;
  margin: 6rem auto;
  padding: 0 2rem;
}

.next-steps-header {
  text-align: center;
  margin-bottom: 4rem;
}
.next-steps-header h3 {
  font-size: 2.5rem;
  color: #27465F;
  margin-bottom: 1.5rem;
}

.next-steps-intro {
  font-size: 1.2rem;
  color: #555f67;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.next-step-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.next-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.next-step-card .step-icon {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #00aed9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  box-shadow: 0 4px 15px rgba(0, 174, 217, 0.3);
}
.next-step-card .step-icon i {
  font-size: 1.5rem;
  color: #fff;
}
.next-step-card h4 {
  color: #00aed9;
  font-size: 1.25rem;
  margin-bottom: 20px;
  position: relative;
}
.next-step-card p {
  line-height: 1.2;
  margin: 0;
}

/* Responsive styles for Next Steps section */
@media (max-width: 992px) {
  .next-steps-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .next-step-card .step-icon {
    width: 60px;
    height: 60px;
  }
  .next-step-card .step-icon i {
    font-size: 1.25rem;
  }
}
/* Original responsive styles */
@media (max-width: 768px) {
  .radio-group {
    flex-direction: column;
  }
  .form-group-submit {
    flex-direction: column;
    align-items: center;
  }
}
.collector-screenshot-survey-list {
  background: url(/images/collector-screenshot-survey-list.jpg) center top no-repeat #fff;
  background-size: cover;
  aspect-ratio: 9/19;
  width: 200px;
  border: 8px solid #e4e9f3;
  border-radius: 35px;
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -30px;
  left: -50px;
}

@media (max-width: 1500px) {
  .collector-screenshot-survey-list {
    scale: 0.8;
  }
}
@media (max-width: 1300px) {
  .collector-screenshot-survey-list {
    scale: 0.7;
    bottom: -20px;
  }
}
@media (max-width: 900px) {
  .collector-screenshot-survey-list {
    scale: 1;
    left: 70px;
    bottom: -30px;
  }
}
@media (max-width: 700px) {
  .collector-screenshot-survey-list {
    scale: 0.8;
  }
}
@media (max-width: 600px) {
  .collector-screenshot-survey-list {
    scale: 0.7;
    left: 40px;
    bottom: -40px;
  }
}
@media (max-width: 400px) {
  .collector-screenshot-survey-list {
    scale: 0.7;
  }
}/*# sourceMappingURL=demo-request-v2.css.map */