h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: "Akkurat";
}

.heroe {
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .heroe {
    height: 531px;
  }
}
.heroe.thanks {
  height: 100vh;
}

#family {
  padding: 8rem 0;
  background-image: url(/wp-content/uploads/2023/04/ce.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #family {
    padding: 4rem 0;
  }
}
#family h1 {
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0036F8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  #family h1 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }
}
#family p {
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

#register {
  padding: 4rem 0;
  background: linear-gradient(64.86deg, #0036F8 47.85%, #41A1D7 79.19%);
}
#register .bg {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  max-width: 34rem;
  left: 0;
}
#register .bg2 {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  max-width: 50rem;
  right: 0;
}
@media (max-width: 991px) {
  #register .bg2 {
    display: none;
  }
}
#register h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #F9B042;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  #register h1 {
    font-size: 35px;
    line-height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#register .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 433px;
  margin: 2rem auto 2rem;
}
@media (max-width: 991px) {
  #register .text p {
    width: 100%;
  }
}
#register .step-item {
  width: 340px;
  /* -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%); */
  /* clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%); */
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #F9B042;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  #register .step-item {
    margin: 0 auto 2rem;
  }
}
#register .step-item:before {
  content: attr(number);
  position: absolute;
  left: -2rem;
  background: #0036F8;
  font-weight: 700;
  font-size: 107.838px;
  line-height: 108px;
  color: #F9B042;
}
#register .step-item.step-2 {
  margin-left: auto;
  margin-right: 2rem;
}
#register .more-info {
  background: white;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
          clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
  padding: 3rem;
}
@media (max-width: 991px) {
  #register .more-info {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 98%, 95% 100%, 0 100%, 0 2%);
            clip-path: polygon(5% 0, 100% 0, 100% 98%, 95% 100%, 0 100%, 0 2%);
    padding: 3rem 2rem;
  }
}
#register .more-info h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0036F8;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  #register .more-info h2 {
    font-size: 34px;
    line-height: 35px;
  }
}
#register .more-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 0 2rem;
  margin-bottom: 1rem;
  gap: 12px;
}
@media (max-width: 991px) {
  #register .more-info-item {
    margin-bottom: 2rem;
    gap: 12px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
  }
}
#register .more-info-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#register .more-info .m {
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* or 120% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  color: #0036F8;
}
#register .more-info .m p {
  margin: 0;
}

#footer {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer h4 {
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0036F8;
  margin: 0;
}
@media (max-width: 991px) {
  #footer h4 {
    font-size: 18px;
  }
}

.floating-form {
  position: fixed;
  z-index: 2;
  width: 490px;
  max-width: 496px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  right: calc((100% - 1108px) / 2);
  top: 2rem;
  -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .floating-form {
    right: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .floating-form {
    right: calc((100% - 1045px) / 2);
  }
}
@media (min-width: 1200px) {
  .floating-form {
    right: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .floating-form {
    right: calc((100% - 1320px) / 2);
  }
}
@media (max-width: 992px) {
  .floating-form {
    display: none;
  }
}
.floating-form-solid {
  display: none;
  position: relative;
  right: auto;
  width: 100%;
  top: 0;
  border-radius: 0;
  max-width: 100%;
}

@media (max-width: 992px) {
  .floating-form-solid {
    display: block;
  }
}
.form .header {
  height: 55px;
  background: #0036F8;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form--input {
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 13px;
}
.form--checkbox {
  position: relative;
}
.form label.error {
  position: absolute;
  left: 16px;
  bottom: -2px;
  font-size: 10px;
  color: red;
}
.form form {
  padding: 1rem;
}
.form form h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0036F8;
}
.form form p {
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-align: center;
  color: #285DA9;
}
.form form select,
.form form input:not([type=checkbox]) {
  height: 34px;
  width: 100%;
  border-radius: 0rem;
  border-width: 1px;
  border-color: #285DA9;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 39px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form form select.error,
.form form input:not([type=checkbox]).error {
  border-color: red;
}
.form form select.error:placeholder,
.form form input:not([type=checkbox]).error:placeholder {
  color: red;
}
.form form .legal {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #285DA9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  margin-bottom: 1rem;
}
.form form button {
  background: var(--color-button);
  border: none;
  height: 40px;
  padding: 0 3rem;
  font-size: 20px;
  line-height: 35px;
  color: white;
}

.hex-1 {
  position: absolute;
  top: -4rem;
  width: 74px;
  pointer-events: none;
}

.hex-2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  bottom: -3rem;
  z-index: 2;
  pointer-events: none;
}

.floating-form-solid {
  display: none;
  position: relative;
  right: auto;
  width: 100%;
  top: 0;
  border-radius: 0;
  max-width: 100%;
}
.floating-form-solid .header {
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 992px) {
  .floating-form-solid {
    display: block;
  }
}
.flating-button {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 992px) {
  .flating-button.show {
    opacity: 1;
    visibility: visible;
  }
}
.flating-button a {
  width: 100%;
  background: #ff5a00;
  border-radius: 0px;
  height: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #ff5a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
}

.senati-logo {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  -webkit-filter: drop-shadow(0px 0px 2px #EEF2F5);
          filter: drop-shadow(0px 0px 2px #EEF2F5);
}

@media (min-width: 768px) {
  .senati-logo {
    left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .senati-logo {
    left: calc((100% - 1045px) / 2);
  }
}
@media (min-width: 1200px) {
  .senati-logo {
    left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .senati-logo {
    left: calc((100% - 1320px) / 2);
  }
}