@keyframes microphone-slidein {
  from {
    transform: translate(0, -150%);
  }
  to {
    transform: none;
  }
}
@keyframes header-wave {
  0% {
    transform: translate(10px, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(10px, 0);
  }
}
@keyframes icon1-slidein {
  from {
    transform: translate(100%, 160%);
  }
  to {
    transform: none;
  }
}
@keyframes icon2-slidein {
  from {
    transform: translate(-100%, 50%);
  }
  to {
    transform: none;
  }
}
@keyframes icon3-slidein {
  from {
    transform: translate(-100%, -50%);
  }
  to {
    transform: none;
  }
}
@keyframes icon4-slidein {
  from {
    transform: translate(100%, 50%);
  }
  to {
    transform: none;
  }
}
@keyframes bg-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*:focus {
  outline: none;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  outline: none;
}
h2,
.h2,
h3,
.h3,
p,
.p,
a,
li,
label,
.label,
span,
button {
  color: #fff;
}
h1,
.h1 {
  margin-top: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.17;
  overflow: hidden;
  background: linear-gradient(to right, #ffffff, #68ebfc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1050px) {
  h1,
  .h1 {
    font-size: 75px;
  }
}
h2,
.h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1050px) {
  h2,
  .h2 {
    font-size: 34px;
    margin-bottom: 36px;
  }
}
.btn {
  text-decoration: none;
  font-size: 13px;
  line-height: 2;
  display: inline-block;
  margin: auto;
  min-width: 159px;
  text-align: center;
  padding: 5px;
  background-color: #2aafc0;
  border-radius: 29px;
  font-weight: 500;
  border: 2px solid #2aafc0;
  transition: all 0.5s;
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #2aafc0;
}
h3,
.h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 576px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1050px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
.f-size-16 {
  font-size: 16px;
}
p,
.p {
  color: #9d9d9d;
  font-size: 10px;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 576px) {
  p,
  .p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1050px) {
  p,
  .p {
    font-size: 23px;
  }
}
li,
.li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.3;
}
@media only screen and (min-width: 576px) {
  li,
  .li {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1050px) {
  li,
  .li {
    font-size: 28px;
  }
}
label,
.label {
  font-size: 11px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  label,
  .label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1050px) {
  label,
  .label {
    font-size: 18px;
  }
}
label.required,
.label.required {
  display: flex;
}
label.required::after,
.label.required::after {
  content: "*";
  color: #2aafc0;
}
input,
.input {
  background-color: rgba(52, 52, 52, 0.2);
  color: #fff;
  border-top: 2px solid #423f3f;
  border-bottom: 2px solid #423f3f;
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
  transition: all 0.5s;
}
input::placeholder,
.input::placeholder {
  color: #9d9d9d;
}
input:focus,
input.active,
.input:focus,
.input.active {
  border: 2px solid #2aafc0;
}
@media only screen and (min-width: 576px) {
  input,
  .input {
    font-size: 15px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1050px) {
  input,
  .input {
    font-size: 19px;
    padding: 18px;
    border-radius: 14px;
  }
}
span {
  font-size: 12px;
  font-weight: 500;
}
span a {
  background-color: rgba(0, 0, 0, 0);
  padding: unset;
  display: inline;
  color: #2aafc0;
  border: none;
}
span a:hover {
  background-color: rgba(0, 0, 0, 0);
  padding: unset;
  display: inline;
  color: #2aafc0;
  border: none;
}
@media only screen and (min-width: 576px) {
  span a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1050px) {
  span a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) {
  span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1050px) {
  span {
    font-size: 18px;
  }
}
.placeholder {
  color: #9d9d9d;
}
.fw-500 {
  font-weight: 500;
}
@media only screen and (max-width: 1049px) {
  .text-center-sm {
    text-align: center;
  }
}
.text-center {
  text-align: center;
}
html {
  min-height: 100%;
  height: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-width: 320px;
  margin: 0;
  background-color: #070606;
  overflow: hidden visible;
  width: 100%;
  padding-bottom: 50px;
}
body::-webkit-scrollbar {
  width: 4px;
}
.body-shadow {
  position: absolute;
  z-index: -1;
  filter: blur(100px);
  height: 10vw;
  width: 10vw;
  background-color: #2aafc0;
  min-width: 150px;
  min-height: 150px;
  animation: header-wave 5s forwards infinite;
}
.body-shadow.body-shadow1 {
  left: 0;
  top: 40%;
}
.body-shadow.body-shadow2 {
  right: 0;
  top: 55%;
}
.body-shadow.body-shadow3 {
  left: 0;
  top: 60%;
}
.body-shadow.body-shadow4 {
  right: 0;
  top: 80%;
}
img {
  width: 100%;
}
#submitButton {
  margin-top: 30px;
  z-index: 3;
}
@media only screen and (min-width: 1050px) {
  #submitButton {
    font-size: 26px;
    width: 320px;
    margin: auto;
    bottom: 70px;
    margin-top: 40px;
  }
}
#submitButton.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
#submitButton.disabled:hover {
  color: #fff;
  background-color: #2aafc0;
}
.container {
  padding-inline: 15px;
  max-width: 1397px;
  margin: auto;
  box-sizing: content-box;
}
@media only screen and (min-width: 1050px) {
  .container {
    padding-inline: 60px;
  }
}
.header {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.header__bg {
  height: 380px;
  position: relative;
}
@media only screen and (min-width: 1050px) {
  .header__bg {
    height: 100vh;
    overflow: hidden;
  }
}
.header__bg .shadow-lg {
  position: absolute;
  left: 50%;
  translate: -50% -10%;
  z-index: -1;
  animation: bg-appear 2s forwards;
  background: radial-gradient(
    ellipse,
    rgba(42, 175, 192, 0.637) 0%,
    #070606 60%
  );
  width: 100%;
  height: 150vw;
  max-height: 80vh;
  min-height: 600px;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-lg {
    left: 80%;
    scale: 0.5;
    max-height: unset;
    translate: -50% -30%;
  }
}
.header__bg--block {
  position: absolute;
}
.header__bg--block.microphone {
  max-width: 200px;
  bottom: 0;
  left: 50%;
  translate: -50% 20%;
  animation: microphone-slidein 1.5s forwards;
}
.header__bg--block.microphone img {
  animation: header-wave 9s infinite ease-in-out;
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.microphone img {
    height: 100%;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.microphone {
    width: unset;
    max-width: unset;
    left: unset;
    right: -5%;
    translate: -50% 0;
    top: 10%;
    bottom: -3%;
  }
}
.header__bg--block.icon1,
.header__bg--block.icon2,
.header__bg--block.icon3,
.header__bg--block,
.header__bg--block .icon4 {
  max-width: 120px;
}
@media only screen and (min-width: 576px) {
  .header__bg--block.icon1,
  .header__bg--block.icon2,
  .header__bg--block.icon3,
  .header__bg--block,
  .header__bg--block .icon4 {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon1,
  .header__bg--block.icon2,
  .header__bg--block.icon3,
  .header__bg--block,
  .header__bg--block .icon4 {
    max-width: 20vw;
  }
}
.header__bg--block.icon1 {
  right: 5%;
  top: 30px;
  animation: icon1-slidein 1.5s ease-in-out;
}
.header__bg--block.icon1 img {
  animation: header-wave 7s infinite ease-in-out;
}
@media only screen and (min-width: 576px) {
  .header__bg--block.icon1 {
    right: 15%;
    width: 200px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon1 {
    rotate: -10deg;
    right: unset;
    top: 50%;
    left: 40%;
  }
}
.header__bg--block.icon2 {
  top: 91%;
  left: 5%;
  animation: icon2-slidein 1.5s forwards;
}
.header__bg--block.icon2 img {
  animation: header-wave 6s infinite ease-in-out;
}
@media only screen and (min-width: 576px) {
  .header__bg--block.icon2 {
    width: 180px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon2 {
    right: unset;
    top: 73%;
    left: 4%;
    max-width: 12vw;
  }
}
.header__bg--block.icon3 {
  top: 33px;
  left: 5%;
  animation: icon3-slidein 1.5s forwards;
}
.header__bg--block.icon3 img {
  animation: header-wave 4s infinite ease-in-out;
}
@media only screen and (min-width: 576px) {
  .header__bg--block.icon3 {
    width: 200px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon3 {
    right: unset;
    top: 0;
    left: 5%;
  }
}
.header__bg--block.icon4 {
  right: 5%;
  top: 82%;
  animation: icon4-slidein 1.5s ease-in-out;
}
.header__bg--block.icon4 img {
  animation: header-wave 5.5s infinite ease-in-out;
}
@media only screen and (min-width: 576px) {
  .header__bg--block.icon4 {
    top: 85%;
    width: 150px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon4 {
    right: unset;
    top: 5%;
    left: 40%;
  }
}
@media only screen and (min-width: 1050px) {
  .header__bg--block.icon1,
  .header__bg--block.icon2,
  .header__bg--block.icon3,
  .header__bg--block.icon4 {
    width: 17%;
  }
}
.header__bg .shadow-sm {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  animation: bg-appear 2s forwards;
  background: radial-gradient(
    ellipse,
    rgba(42, 175, 192, 0.637) 0%,
    rgba(0, 0, 0, 0) 60%
  );
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-sm {
    width: 20vw;
    height: 20vw;
    background: radial-gradient(
      ellipse,
      rgba(42, 175, 192, 0.3) 0%,
      rgba(0, 0, 0, 0) 60%
    );
  }
}
.header__bg .shadow-sm.shadow1 {
  top: -20px;
  right: -3%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-sm.shadow1 {
    top: 40%;
    left: 40%;
    right: unset;
  }
}
.header__bg .shadow-sm.shadow2 {
  top: 82%;
  left: -5%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-sm.shadow2 {
    top: 60%;
    left: 3%;
  }
}
.header__bg .shadow-sm.shadow3 {
  top: -33px;
  left: 0;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-sm.shadow3 {
    top: 10%;
    left: 4%;
  }
}
.header__bg .shadow-sm.shadow4 {
  top: 85%;
  right: -5%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-sm.shadow4 {
    top: 0;
    left: 35%;
    right: unset;
  }
}
.header__bg .shadow-dark {
  width: 200px;
  height: 200px;
  position: absolute;
  background: radial-gradient(circle, #070606 0, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-dark {
    width: 20vw;
    height: 20vw;
  }
}
.header__bg .shadow-dark.dark1 {
  top: -50px;
  right: -10%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-dark.dark1 {
    top: -15%;
    right: 41%;
  }
}
.header__bg .shadow-dark.dark2 {
  top: 90%;
  left: -10%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-dark.dark2 {
    top: 76%;
    left: 1%;
  }
}
.header__bg .shadow-dark.dark3 {
  top: -15%;
  left: -10%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-dark.dark3 {
    top: -9%;
    left: 2%;
  }
}
.header__bg .shadow-dark.dark4 {
  top: 92%;
  right: -10%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .shadow-dark.dark4 {
    top: 55%;
    right: 42%;
  }
}
.header__bg .dark-long {
  position: absolute;
  top: 320px;
  rotate: 201deg;
  left: 10%;
}
@media only screen and (min-width: 1050px) {
  .header__bg .dark-long {
    bottom: -50vw;
    top: unset;
    left: 20%;
  }
}
.header__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 30px;
  padding-top: 40px;
}
@media only screen and (min-width: 1050px) {
  .header__text {
    padding-top: 0;
    position: absolute;
    min-width: 400px;
    max-width: 960px;
    top: 50%;
    translate: 0 -50%;
    left: 80px;
    align-items: start;
  }
}
@media only screen and (min-width: 1050px) {
  .header__text .h2 {
    font-size: 39px;
    text-align: start;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1050px) {
  .header__text h1 {
    text-align: start;
  }
}
.header__text h1 div {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .header__text h1 div {
    display: inline;
  }
}
@media only screen and (min-width: 1050px) {
  .header__text a {
    font-size: 29px;
    width: 402px;
    border-radius: 63px;
    margin: unset;
  }
}
.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 34px;
}
.about__info {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1050px) {
  .about__info {
    margin-bottom: 30px;
  }
}
.about__info--block {
  width: 100%;
  height: calc(100% - 8px);
  border-radius: 9px;
  background: linear-gradient(
    217deg,
    rgba(42, 175, 192, 0.062) 5.94%,
    rgba(44, 23, 23, 0.178) 56.43%,
    rgba(42, 175, 192, 0.308) 100%
  );
  padding: 10px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #423f3f;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1050px) {
  .about__info--block {
    padding: 30px 20px;
    border-radius: 18px;
  }
}
.about__info--block h3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1050px) {
  .about__info--block h3 {
    gap: 13px;
    margin-bottom: 13px;
  }
}
.about__info--block h3::before {
  content: "";
  height: 2px;
  width: 36px;
  background-color: #2aafc0;
}
@media only screen and (min-width: 1050px) {
  .about__info--block h3::before {
    width: 70px;
  }
}
.about__info--block h3::after {
  content: "";
  height: 1px;
  max-width: 215px;
  background-color: #4a4a4a;
}
@media only screen and (min-width: 1050px) {
  .about__info--block p {
    font-size: 15px;
  }
}
.about a {
  margin-top: 18px;
}
@media only screen and (min-width: 1050px) {
  .about a {
    font-size: 21px;
    border-radius: 45px;
    width: 250px;
    margin-top: 36px;
  }
}
.about h2 {
  margin-top: 20px;
}
@media only screen and (min-width: 1050px) {
  .about {
    margin-bottom: 107px;
  }
}
.target {
  margin-bottom: 38px;
}
@media only screen and (min-width: 1050px) {
  .target {
    margin: auto;
    margin-bottom: 93px;
  }
}
.target_list {
  list-style-type: none;
  padding-inline: 0;
  margin-bottom: 6px;
}
.target_list li div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
  padding: 10px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #423f3f;
  border-radius: 9px;
  margin-bottom: 8px;
  background-color: rgba(18, 18, 18, 0.2);
}
@media only screen and (min-width: 1050px) {
  .target_list li div {
    padding-block: 14px;
    padding-left: 17px;
    margin-bottom: 19px;
    gap: 5px 13px;
    border-radius: 16px;
  }
}
.target_list li div:before {
  content: "";
  height: 35px;
  width: 2px;
  background-color: #2aafc0;
  position: relative;
}
@media only screen and (min-width: 1050px) {
  .target_list li div:before {
    height: 67px;
  }
}
.target_list li div::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4a4a4a;
}
@media only screen and (min-width: 1050px) {
  .target_list li div::after {
    position: relative;
    top: -10px;
    width: 97%;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1050px) {
  .target_list li:nth-child(2) {
    order: 1;
  }
}
@media only screen and (min-width: 1050px) {
  .target_list li:last-child {
    order: 2;
  }
}
.custom-select {
  position: relative;
}
.custom-select .select {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.custom-select .select.active::after {
  transform: rotate(90deg);
}
.custom-select .select::after {
  transition: all 0.4s;
  content: ">";
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1050px) {
  .custom-select .select::after {
    scale: 1.4;
  }
}
.custom-select .select-items {
  color: #fff;
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  width: 100%;
  padding: 5px 11px;
  border: 1px solid #423f3f;
  top: 45px;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(23deg, #131313 21.07%, #0d0d0d 86.36%);
  z-index: 40;
}
@media only screen and (min-width: 576px) {
  .custom-select .select-items {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select .select-items {
    font-size: 16px;
    padding-left: 20px;
  }
}
.custom-select .select-items div {
  padding-block: 6px;
  display: flex;
  flex-direction: column;
  border-bottom: 0.2px solid rgba(74, 74, 74, 0.4509803922);
  cursor: pointer;
}
.custom-select .select-items div:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1050px) {
  .custom-select .select-items div {
    padding-block: 10px;
  }
}
.custom-select .select-items.active {
  opacity: 1;
  height: 102px;
  overflow-y: scroll;
  pointer-events: all;
}
.custom-select.states .select-items {
  top: 70px;
}
@media only screen and (min-width: 576px) {
  .custom-select.states .select-items {
    top: 90px;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select.states .select-items {
    top: 105px;
  }
}
.custom-select.states .select-items.active {
  min-height: 250px;
}
.custom-select.states .select-items::-webkit-scrollbar {
  height: 100%;
}
.custom-select.states .select-items::-webkit-scrollbar-track {
  background-color: #423f3f;
  padding: 4px;
  position: relative;
  right: 50px;
  border-radius: 0 10px 10px 0;
}
.custom-select.states .select-items::-webkit-scrollbar-thumb {
  background: #2aafc0;
  border-radius: 40px;
}
.custom-select.contact .contact-items {
  overflow: unset;
  height: unset;
}
@media only screen and (min-width: 576px) {
  .custom-select.contact .contact-items {
    top: 70px;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items {
    top: 78px;
  }
}
.custom-select.contact .contact-items div {
  padding: 0;
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items div:nth-child(2) {
    order: 1;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items div:nth-child(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items div:nth-child(3) {
    border-bottom: 1px solid rgba(74, 74, 74, 0.4509803922);
  }
}
.custom-select.contact .contact-items div div {
  padding-block: 6px;
  display: flex;
  flex-direction: row;
  border-bottom: none;
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items div div {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1050px) {
  .custom-select.contact .contact-items.active {
    height: unset;
  }
}
.form-section form {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #423f3f;
  border-radius: 21px;
  background-color: rgba(18, 18, 18, 0.2);
}
@media only screen and (min-width: 1050px) {
  .form-section form {
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 533px));
    justify-content: center;
    gap: 5px 27px;
  }
}
.form-section form .error {
  border: 2px solid;
  border-color: red;
}
.form-section form .states {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1050px) {
  .form-section form .states .label {
    position: relative;
    top: -7px;
  }
}
@media only screen and (min-width: 1050px) {
  .form-section form a {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 1050px) {
  .form-section form div {
    max-width: 533px;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1050px) {
  .form-section form .text-area {
    grid-column: 1/-1;
    max-width: 1093px;
  }
}
.form-section form .form-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block {
    gap: 7px;
  }
}
.form-section form .form-block textarea {
  resize: none;
  height: 93px;
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block textarea {
    height: 170px;
  }
}
.form-section form .form-block.checkbox {
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block.checkbox {
    margin-top: 8px;
  }
}
.form-section form .form-block.phone {
  position: relative;
}
.form-section form .form-block.phone input {
  padding-left: 40px;
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block.phone input {
    padding-left: 55px;
  }
}
.form-section form .form-block.phone img {
  position: absolute;
  width: 16px;
  height: auto;
  object-fit: contain;
  top: 33px;
  transform: translateY(-50%);
  left: 15px;
}
@media only screen and (min-width: 576px) {
  .form-section form .form-block.phone img {
    top: 45px;
  }
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block.phone img {
    width: 28px;
    height: auto;
    top: 59px;
    left: 18px;
  }
}
.form-section form .form-block span {
  margin-left: 5px;
}
.form-section form .form-block span a:hover {
  text-decoration: none;
}
.form-section form .form-block .box {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 4%;
  justify-content: center;
}
.form-section form .form-block .box div {
  width: 100%;
}
.form-section form .form-block .box div .select-items div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.form-section form .form-block .box div .select-items div img {
  max-width: 10px;
}
@media only screen and (min-width: 1050px) {
  .form-section form .form-block .box div .select-items div img {
    max-width: 20px;
    height: 20px;
  }
}
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  padding: 25px 16px 0;
  background-color: #00110f;
}
.success-overlay.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body:has(.success-overlay.active) {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.success-overlay::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 438px;
  height: 450px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(42, 175, 192, 0.5) 0%,
    rgba(42, 175, 192, 0) 100%
  );
  border-radius: 50%;
  backdrop-filter: blur(365px);
  opacity: 0.4;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.success-overlay::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -20%;
  width: 552px;
  height: 563px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(42, 175, 192, 0.5) 0%,
    rgba(42, 175, 192, 0) 100%
  );
  border-radius: 50%;
  backdrop-filter: blur(389px);
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
.logo {
  position: absolute;
  top: 3%;
  right: 50%;
  transform: translateX(50%);
  max-width: 316px;
}
@media (max-width: 768px) {
  .logo {
    max-width: 200px;
  }
}
.banner-wrpapper {
  position: relative;
  width: 100%;
  max-width: 840px;
  padding: 1px;
  border-radius: 31px;
  background: linear-gradient(288.79deg, #2aafc0 -1.11%, #2c2c2c 97.6%);
  opacity: 0;
  transform: scale(0.7);
  animation: init 2.5s forwards ease-in-out;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 16px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #080c0d;
  border-radius: 31px;
  z-index: 5;
}
@media (min-width: 768px) {
  .banner {
    padding: 50px 37px 45px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 10%;
  transform: translateY(-50%);
  width: 238px;
  height: 250px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(42, 175, 192, 0.5) 0%,
    rgba(42, 175, 192, 0) 100%
  );
  border-radius: 50%;
  backdrop-filter: blur(365px);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .banner::before {
    left: -40%;
    top: 50%;
    width: 438px;
    height: 450px;
  }
}
.banner::after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -15%;
  width: 252px;
  height: 263px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(42, 175, 192, 0.5) 0%,
    rgba(42, 175, 192, 0) 100%
  );
  border-radius: 50%;
  backdrop-filter: blur(389px);
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .banner::after {
    right: -25%;
    bottom: -60%;
    width: 552px;
    height: 563px;
  }
}
.close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.2s ease;
}
.close::before,
.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 2px;
  background-color: #00616d;
  transform-origin: center;
  transition: all 0.2s ease;
}
.close::before {
  transform: rotate(45deg) translateY(1px) translateX(0px);
}
.close::after {
  transform: rotate(-45deg) translateY(0px) translateX(-1px);
}
.close:hover::before,
.close:hover::after {
  background-color: #fff;
}
.success-img {
  position: relative;
  max-width: 110px;
  margin-bottom: 28px;
  animation: pulse 5s infinite ease-in-out;
}
@media (min-width: 768px) {
  .success-img {
    max-width: 173px;
  }
}
.popup-title {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 600px;
  z-index: 5;
}
@media (min-width: 768px) {
  .popup-title {
    font-size: 26px;
    line-height: 40px;
  }
}
.popup-desc {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 770px;
  z-index: 5;
}
@media (min-width: 768px) {
  .popup-desc {
    font-size: 22px;
    line-height: 32px;
  }
}
@keyframes init {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  body {
    overflow: auto;
  }
  .success-overlay {
    height: auto;
    overflow-y: auto;
    padding: 80px 16px 10px;
  }
  .logo {
    max-width: 180px;
  }
  .success-img {
    max-width: 90px;
    margin-bottom: 0;
  }
  .banner-wrapper {
    overflow: auto;
  }
  .banner {
    padding: 20px 18px 15px;
  }
  .popup-title {
    font-size: 26px;
    line-height: 40px;
  }
}
.custom-checkbox {
  height: 15px;
  width: 15px !important;
  margin: unset !important;
  border-radius: 2px;
  border: 1px solid #9d9d9d;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (min-width: 1050px) {
  .custom-checkbox {
    width: 24px !important;
    height: 21px;
  }
}
.custom-checkbox.active {
  background-color: #2aafc0;
  border-color: #2aafc0;
}
.custom-checkbox.active::after {
  content: "✓";
}
.custom-checkbox:after {
  content: "";
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -7px;
  left: 2px;
}
@media only screen and (min-width: 1050px) {
  .custom-checkbox:after {
    font-size: 18px;
    top: -5px;
    left: 4px;
  }
}
.row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 1050px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.row .col6 {
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .row .col6 {
    width: 50%;
    padding: 0 11px;
  }
}
.row .col-3 {
  width: 50%;
  padding: 0 4px;
}
@media only screen and (min-width: 1050px) {
  .row .col-3 {
    width: 25%;
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1050px) {
  .row-11 {
    margin: 0 -11px;
  }
}
.row-7 {
  flex-direction: row !important;
  flex-wrap: wrap;
  margin: 0 -7px;
}
@media only screen and (min-width: 1050px) {
  .row-7 {
    margin: 0 -7px;
  }
}
