<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.firstt {
  width: 100%;

  max-width: 550px;

  border: none;
  padding: 0;
}

.firstt input,
.firstt .countryFlag {
  margin-top: 20px !important;

  height: 50px !important;

  font-size: 21px !important;
  /* border: 1px solid #ffffff; */
  color: #fff !important;
  text-align: center;
  border: 1px solid #b5bbd1 !important;
  border-radius: 10px;
  z-index: 2;
}

.dropdown-toggle::after {
  margin-left: 8px !important;
}

input:focus {
  background-color: #1c1c1c !important;
}

.firstt .leadSubmit {
  width: 100%;
  height: 60px;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  background: rgba(0, 237, 24, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(0, 213, 135, 0.4);
  /* background-color: #4a70e8;
  border-color: #4a70e8; */

  transition: .3s linear;
}

.firstt .leadSubmit:hover{
  background: rgba(0, 237, 24, 0.6);
}

.formHeader {
  color: #fbfbfb;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
}

.form-control {
  background-color: transparent;
}

.secondd {
  width: 100%;

  max-width: 550px;

  border: none;
  padding: 0;
}

.secondd input,
.secondd .countryFlag {
  margin-top: 20px !important;

  height: 50px !important;

  font-size: 21px !important;

  border: 1px solid #fff;
  color: #fff !important;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.secondd .leadSubmit {
  width: 100%;
  height: 60px;

  background-color: #4a70e8;
  border-color: #4a70e8;
  color: #000;

  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
}

h3 {
  color: #fff !important;
}

.thirdd {
  width: 100%;

  max-width: 550px;

  border: none;
  padding: 0;
}

.thirdd input,
.thirdd .countryFlag {
  margin-top: 20px;

  height: 50px;

  font-size: 21px;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.thirdd .leadSubmit {
  width: 100%;
  height: 60px;

  background-color: #4a70e8;
  border-color: #4a70e8;

  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
}

.error {
  color: red;
  border: none !important;
}

.footer-form {
  display: flex;
  justify-content: center;
  background: #0b1936;
  padding: 15px 0;
}

.formHeader {
  text-align: center;
  color: #fff;
}

.form-wrapper {
  background-color: rgba(
    255,
    255,
    255,
    0.1
  ); /* Adjust the alpha value for transparency */
  /* background-color: #fff; */
  padding: 20px;
  backdrop-filter: blur(25px);
  /* border-radius: 25px; */
}

.popup {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.popup-content {
  min-width: 300px;
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  backdrop-filter: blur(25px);
  border-radius: 25px;
}

.show {
  display: block;
}

.cross-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  background-color: #d3c06c;
  position: relative;
}
.cross-btn {
  position: absolute;
  font-size: 25px;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  z-index: 2;
  top: -30px;
  right: -20px;
}

.custom-btn {
  border-radius: 7px;
  background-color: #0bb5d3;
  font-size: 25px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  max-width: 500px;
  width: 100%;
  min-height: 68px;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 10px;
  text-transform: uppercase;
  margin: 20px 10px;
  cursor: pointer;
}

.blue-btn {
  background-color: #4a70e8;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.25s color;
  -o-transition: 0.25s color;
  transition: 0.25s color;
  padding: 10px 16px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.white-btn {
  background-color: #ffffff;
  color: #4a70e8;
  opacity: 1;
  -webkit-transition: 0.25s color;
  -o-transition: 0.25s color;
  transition: 0.25s color;
  padding: 10px 16px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.blue-btn-mobile {
  display: none;
  background-color: #4a70e8;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.25s color;
  -o-transition: 0.25s color;
  transition: 0.25s color;
  padding: 10px 16px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.blue-btn:hover {
  background-color: #4a70e8 !important;
  color: #ffffff;
}

.white-btn:hover {
  background-color: #ffffff !important;
  color: #4a70e8;
}

.blue-btn-mobile:hover {
  background-color: #4a70e8 !important;
  color: #4a70e8;
}

.form-block {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.form-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  gap: 30px;
  max-width: 500px;
}
.t-center {
  text-align: inherit;
}

@media (max-width: 767px) {
  .custom-btn {
    max-width: 300px;
  }

  .footer-form {
    padding: 0;
  }

  .blue-btn {
    display: none;
  }

  .blue-btn-mobile {
    display: block;
  }

  .form-block {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .t-center {
    text-align: center;
  }

  .form-description {
    gap: 10px;
  }

  .formHeader {
    font-size: 28px;
  }
}
</pre></body></html>