:root {
  --font-family: Gotham, Arial, sans-serif;
  --orange: #e67401;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.hero-center {
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-button {
  font-family: var(--font-family);
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #e67401;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.form-button:hover {
  background-color: #ff9325;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.lp-heading {
  font-family: var(--font-family);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
}

.lp-heading.h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.lp-heading.hero {
  font-family: var(--font-family);
  width: 350px;
  font-size: 24px;
  line-height: 34px;
  top: -379px;
  left: -320px;
}

.lp-form {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.lp-form.rd-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.lp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.hide {
  display: none;
}

.lp-form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--orange);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1872px;
  margin-bottom: 0;
  padding: 43px 37px;
  display: flex;
}

.lp-input {
  border: 1px solid var(--orange);
  font-family: var(--font-family);
  color: #17222c;
  background-color: #fff;
  border-radius: 32px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 300;
  line-height: 19.2px;
}

.lp-input::placeholder {
  color: #17222c;
  font-weight: 400;
  line-height: 19.2px;
}

.text-500 {
  font-weight: 500;
}

.line {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  display: none;
}

.social-icon {
  color: var(--orange);
}

.social-icon:hover {
  color: #dc882c;
}

.footer-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social_icon-link {
  color: #3d5b59;
  transition-property: none;
}

.social_icon-link:hover {
  color: #dc882c;
}

.social_link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.link {
  font-family: var(--font-family);
  color: var(--orange);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-color: var(--orange);
  font-size: 18px;
  font-weight: 300;
}

.paragraph {
  font-family: var(--font-family);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
}

.paragraph.h2 {
  font-size: 18px;
}

.content-question {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.content-radio {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.radio_button-label {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
}

.success-message {
  background-color: var(--orange);
  color: #fff;
  border-radius: 64px;
  width: 100%;
  padding: 24px 12px;
  font-size: 18px;
}

.spacer {
  height: 8px;
}

.button_satisfaction-research {
  background-color: #20262e;
  border-radius: 4px;
  margin-top: 24px;
  padding: 8px 16px;
  font-weight: 700;
}

.button_satisfaction-research:hover {
  box-shadow: 0 2px 5px #0003;
}

.success-message-wrapper {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.success-message-wrapper.success-hide {
  opacity: 1;
  border-radius: 32px;
  width: 100%;
  transition: all .3s ease-in-out;
  display: none;
}

.success-message-2 {
  text-align: center;
  background-color: #20262e;
  border-radius: 4px;
  padding: 20px;
}

.bold-text {
  color: var(--orange);
  border-radius: 32px;
}

.sucess-text {
  font-family: var(--font-family);
  text-align: center;
  font-weight: 500;
}

.bold {
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-center {
    position: static;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-wrap {
    flex-direction: column;
  }

  .social_icon-link {
    transition-property: none;
  }
}

#w-node-_7875e145-d8f1-417e-f1f9-3784a234e338-a234e332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_7875e145-d8f1-417e-f1f9-3784a234e338-a234e332 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}