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

.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;
}

.section {
  width: 100%;
  height: 100vh;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.n {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}

.container.horizontal {
  text-align: center;
  flex-direction: column;
}

.chat-button {
  z-index: 100;
  width: 75px;
  height: 75px;
  color: #fff;
  cursor: pointer;
  background-color: #3b3efa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.lottie-animation {
  width: 44%;
  margin-bottom: 3px;
  margin-left: 2px;
}

.chat-wrapper {
  z-index: 99;
  width: 500px;
  height: 550px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
  overflow: hidden;
}

.input-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.form {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 7px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.chat-heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.body {
  font-family: Karla, sans-serif;
  line-height: 1.2;
}

.chat-bubble {
  width: auto;
  max-width: 80%;
  background-color: #f2f2f3;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 12px 25px;
  display: flex;
}

.chat-bubble.reply {
  color: #fff;
  background-color: #3b40f8;
  align-self: flex-end;
  display: flex;
}

.chat-bubble.reply.reply--name,
.chat-bubble.reply.reply--service {
  display: none;
}

.chat-bubble.reply.reply--email {
  max-width: 100%;
  display: none;
  overflow: visible;
}

.chat-bubble.response--1 {
  display: none;
}

.chat-bubble.response--2 {
  width: 100%;
  max-width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.chat-bubble.response--3,
.chat-bubble.response--4 {
  display: none;
}

.chat-bubble.response--5 {
  display: block;
}

.chat-top {
  width: 100%;
  height: 45px;
  background-color: #3b3ff9;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field-wrapper {
  z-index: 0;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field {
  z-index: 1;
  height: 100%;
  border: 1px #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
  position: absolute;
}

.field.hidden {
  z-index: -1;
  width: 0;
  display: none;
}

.field.email {
  display: none;
}

.field.dummy {
  z-index: 0;
  width: 100%;
}

.chat-bubble-wrapper {
  width: 100%;
  flex-direction: column;
  overflow: auto;
  align-items: flex-start;
  margin-bottom: 27px;
  padding: 5px 5px;
  display: flex;
}

.chat-bubble-wrapper::-webkit-scrollbar {
  width: 10px;
}
.chat-bubble-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(113, 113, 113, 0.2);
}
.chat-bubble-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(113, 113, 113, 0.1);
}

.text-block {
  color: #fff;
  font-weight: 600;
}

.text-block-2 {
  color: #dbdbdb;
  margin-left: 12px;
  font-size: 13px;
}

.response--name {
  color: #fff;
}

.radio-button-field {
  width: 100%;
  color: #3b3ff9;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3b3ff9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px 8px;
  transition: background-color 0.4s;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  color: #fff;
  background-color: #7275f6;
}

.radio--button {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio--button.w--redirected-checked {
  z-index: 0;
  color: #fff;
  background-color: #c1d4ff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.rbl {
  z-index: 2;
  position: relative;
}

.submit {
  display: none;
}

.success {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.success-icon {
  font-size: 55px;
}

.heading {
  color: #fff;
}

.navbar {
  width: 100%;
  height: 75px;
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
}

.nav-link {
  color: #fff;
  padding: 15px 30px;
}

.nav-link._2 {
  border: 1px solid #fff;
  border-radius: 4px;
}

.image {
  width: 54px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.hero {
  z-index: 2;
  width: 50%;
  opacity: 1;
  text-align: center;
  background-color: #191919;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 25px;
  line-height: 1.5;
  display: flex;
  position: absolute;
  box-shadow: 7px 7px 11px 3px rgba(0, 0, 0, 0.14);
}

.paragraph {
  width: 88%;
  color: #f4f0f0;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #3b3ff9;
  margin-top: 25px;
  padding: 13px 48px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.button:hover {
  color: #2427bc;
  background-color: #fff;
  transform: scale(1.1);
}

.text-span {
  letter-spacing: 1px;
  white-space: normal;
  font-size: 66px;
}

.div-block-2 {
  z-index: 0;
  width: 300px;
  height: 300px;
  background-color: #2327bc;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 13%;
  right: auto;
}

.noisy {
  z-index: -1;
  opacity: 0.21;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prompt-message {
  color: #181818;
  background-color: #f2f2f3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: -68%;
  bottom: auto;
  left: -183%;
  right: auto;
}

.div-block-3 {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-color: #131313;
  padding: 50px;
}

.heading-3 {
  color: #fff;
  margin: 0;
  font-size: 65px;
  line-height: 1.3;
}

.paragraph-2 {
  max-width: 500px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex: 1;
}

.subscribe-form-input {
  width: 100%;
  height: 50px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2000px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.form-block-2 {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3b40f8;
  border-radius: 1000px;
  margin-left: -79px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .chat-wrapper {
    z-index: 99;
  }

  .heading-2 {
    white-space: normal;
  }

  .hero {
    width: 78%;
  }

  .paragraph {
    margin-top: 15px;
  }

  .button {
    margin-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .chat-wrapper {
    z-index: 99;
    display: flex;
  }

  .heading-2 {
    font-size: 45px;
  }

  .hero {
    padding-top: 53px;
    padding-bottom: 52px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .chat-button {
    bottom: 4%;
    right: 4%;
  }

  .chat-wrapper {
    width: 285px;
    bottom: 9%;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }
}

#w-node-c6e269e2-2294-0d84-a54a-71126276d02a-d1631e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
