.header {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 130px;
  padding-right: 130px;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #d72222;
  background-image: linear-gradient(150deg, rgba(255, 0, 0, 0) 20%, #ff7e7e);  
  background-clip: border-box;
  padding-left: 130px;
  padding-right: 130px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 110%;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 140%;
}

.button {
  color: #d72222;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 17px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.button:hover {
  background-color: #e2e9fd;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.image {
  width: 50%;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #d72222;
  border-radius: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 120%;
  display: flex;
}

.button-2:hover {
  background-color: #ce1111;
}

.section-2 {
  margin-bottom: 60px;
  padding-left: 130px;
  padding-right: 130px;
}

.text-block {
  color: #262c40;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 140%;
}

.text-block-2 {
  color: #7c8793;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
}

.div-block-3 {
  width: 25%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #dcdfeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: -20px;
  display: flex;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.heading-3 {
  color: #262c40;
  text-align: center;
  margin: 0 20px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 140%;
}

.text-block-3 {
  width: 100%;
  color: #7c8793;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.text-block-4 {
  color: #262c40;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 140%;
}

.form-block {
  width: 60%;
  border: 1px solid #ff4d4d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 50px 100px;
  box-shadow: 0 0 10px rgba(74, 112, 232, .31);
}

.text-field {
  height: 100%;
  color: #262c40;
  border: 1px solid #7c8793;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
}

.field-label {
  color: #262c40;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 140%;
}

/* .form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
} */

.submit-button {
  color: #fff;
  background-color: #d72222;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 17px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.submit-button:hover {
  background-color: #ce1111;
}

.div-block-5 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-5 {
  color: red;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8vw;
  line-height: 140%;
}

.section-4 {
  background-color: #262c40;
  padding: 30px 130px;
}

.text-block-6 {
  color: #a9a9a9;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7vw;
  line-height: 140%;
}

.div-block-7 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  width: 100%;
  color: #262c40;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.error-message {
  border-radius: 3px;
}

.image-2 {
  width: 12%;
}

.popup_bg {
  background-color: rgba(38, 44, 64, .35);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  z-index: 100;
  max-width: 60%;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-5-copy {
  width: 90%;
  color: #e84a4a; 
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8vw;
  line-height: 140%;
}

.form-block-copy {
  width: 60%;
  border: 1px solid #e84a4a; 
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 30px 60px;
  display: flex;
  box-shadow: 0 0 10px rgba(232, 74, 74, 0.31); 
}

.text-span-2 {
  color: #e84a4a; 
  font-weight: 700;
}


.heading-copy {
  color: #262c40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 110%;
}

.text-block-8 {
  color: #262c40;
  text-align: center;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
}

.close {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 1%;
  transform: rotate(45deg);
}

.div-block-11 {
  width: 22px;
  height: 3px;
  background-color: #262c40;
  transform: rotate(0);
}

.div-block-11-copy {
  width: 22px;
  height: 3px;
  background-color: #262c40;
  position: absolute;
  transform: rotate(90deg);
}

.popup {
  font-size: 1vw;
  line-height: 120%;
  display: none;
  overflow: visible;
}

.section-404 {
  margin: 40px 180px 0;
  padding-top: 0;
  position: static;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #262c40;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15vw;
  line-height: 120%;
}

.text-block-14 {
  color: #333;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 120%;
}

.button-home {
  color: #e84a4a; 
  text-align: center;
  background-color: #fff;
  border: 1px solid #e84a4a; 
  border-radius: 5px;
  margin-top: 20px;
  padding: 17px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.section-4-404 {
  background-color: #262c40;
  padding: 30px 130px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2-copy {
  justify-content: space-between;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-24 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 40px 130px;
  display: flex;
}

.div-block-25 {
  width: 50%;
  height: auto;
  background-color: #fff;
  border: 1px solid #4a70e8;
  border-radius: 10px;
  margin-top: 0;
  padding: 75px 40px;
  box-shadow: 0 0 10px rgba(74, 112, 232, .3);
}

.image-5 {
  border-radius: 10px;
}

.heading-3-tup {
  color: #262c40;
  text-align: center;
  margin: 0 0 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 140%;
}

.text-span-3 {
  color: #e84a4a; 
  font-weight: 700;
}

.text-span-4 {
  color: #e84a4a; 
}


.text-span-5 {
  color: #fff;
  background-color: #e84a4a;
border: 0 solid #e84a4a;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

.text-block-1 {
  color: #7c8793;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 140%;
}

.section-4-tp {
  background-color: #262c40;
  padding: 30px 130px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section {
    padding: 0 60px;
  }

  .heading {
    font-size: 4vw;
  }

  .heading-2 {
    font-size: 1.7vw;
  }

  .button {
    font-size: 1.5vw;
  }

  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 50%;
    height: 50%;
  }

  .button-2 {
    font-size: 1.5vw;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block {
    font-size: 2vw;
  }

  .text-block-2 {
    font-size: 1.5vw;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-3 {
    font-size: 2.5vw;
  }

  .text-block-3 {
    font-size: 1.5vw;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .form-block {
    width: 70%;
  }

  .text-field {
    font-size: 1.5vw;
  }

  .field-label {
    font-size: 1.2vw;
  }

  .submit-button {
    font-size: 1.5vw;
  }

  .text-block-5 {
    font-size: 1vw;
  }

  .section-4 {
    padding: 20px 60px;
  }

  .text-block-6 {
    font-size: 1vw;
  }

  .div-block-7 {
    grid-column-gap: 30px;
  }

  .image-2 {
    width: 15%;
  }

  .text-block-5-copy {
    font-size: 1vw;
  }

  .form-block-copy {
    width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-copy {
    font-size: 3vw;
  }

  .text-block-8 {
    font-size: 2vw;
  }

  .popup {
    display: none;
  }

  .section-404 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-22 {
    margin-bottom: 40px;
  }

  .text-block-13 {
    font-size: 20vw;
  }

  .text-block-14 {
    font-size: 3vw;
  }

  .button-home {
    font-size: 1.5vw;
  }

  .section-4-404 {
    padding: 20px 60px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-24 {
    width: 70%;
  }

  .section-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin: 30px 60px;
  }

  .div-block-25 {
    width: 100%;
  }

  .heading-3-tup {
    font-size: 3vw;
  }

  .text-block-1 {
    font-size: 2vw;
  }

  .section-4-tp {
    padding: 20px 60px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .header, .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block {
    padding-bottom: 40px;
  }

  .section-2 {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    padding: 15px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-3 {
    font-size: 2vw;
  }

  .text-block-4 {
    font-size: 3vw;
  }

  .form-block {
    width: 80%;
    padding: 30px 80px;
  }

  .field-label {
    font-size: 1.7vw;
  }

  .submit-button {
    font-size: 2vw;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-6 {
    font-size: 1.5vw;
  }

  .div-block-8 {
    width: 70%;
  }

  .image-2 {
    width: 20%;
  }

  .div-block-9 {
    max-width: 80%;
  }

  .text-block-5-copy {
    font-size: 1.5vw;
  }

  .form-block-copy {
    padding: 20px;
  }

  .heading-copy {
    font-size: 3.5vw;
  }

  .text-block-8 {
    font-size: 2.5vw;
  }

  .popup {
    display: none;
  }

  .section-404 {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-13 {
    font-size: 25vw;
  }

  .text-block-14 {
    font-size: 4vw;
  }

  .button-home {
    font-size: 2vw;
  }

  .section-4-404 {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .div-block-24 {
    width: 100%;
  }

  .section-9 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-25 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-3-tup {
    font-size: 4.5vw;
  }

  .text-block-1 {
    font-size: 3vw;
  }

  .section-4-tp {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header, .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 6vw;
  }

  .heading-2 {
    font-size: 4vw;
  }

  .button {
    width: 100%;
    font-size: 4vw;
  }

  .div-block {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 30px;
  }

  .image {
    width: 80%;

    scale: 1.2;
  }

  .button-2 {
    font-size: 3.5vw;
    line-height: 120%;
  }

  .section-2 {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 4vw;
  }

  .text-block-2 {
    font-size: 3.5vw;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .section-3 {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .text-block-3 {
    font-size: 3.5vw;
  }

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .form-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field {
    font-size: 3.5vw;
  }

  .field-label {
    font-size: 5vw;
  }

  .submit-button {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .text-block-5 {
    font-size: 2.5vw;
  }

  .section-4 {
    padding: 20px;
  }

  .text-block-6 {
    font-size: 2.5vw;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
  }

  .image-2 {
    width: 30%;
  }

  .div-block-9 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .text-block-5-copy {
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
  }

  .form-block-copy {
    width: 90%;
  }

  .heading-copy {
    width: 90%;
    font-size: 10vw;
    line-height: 120%;
  }

  .text-block-8 {
    font-size: 4.3vw;
  }

  .close {
    top: 0%;
    right: -3%;
  }

  .popup {
    flex-direction: column;
    align-items: center;
    font-size: 3.5vw;
    display: none;
  }

  .section-404 {
    margin: 30px 20px 0;
  }

  .text-block-13 {
    font-size: 40vw;
  }

  .text-block-14 {
    margin-bottom: 5px;
    font-size: 7vw;
  }

  .button-home {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .section-4-404 {
    padding: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-25 {
    padding: 30px 20px;
  }

  .heading-3-tup {
    font-size: 6vw;
  }

  .text-block-1 {
    font-size: 4vw;
  }

  .section-4-tp {
    padding: 20px;
  }
}

.error {
  border: 1px solid red;
}