body {
  font-family: Varela, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 88px 44px 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cdcdcd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), to(hsla(0, 0%, 100%, 0.5))), url('../images/pexels-grigoriy-9906410.jpg');
  background-image: linear-gradient(180deg, transparent 87%, hsla(0, 0%, 100%, 0.5)), url('../images/pexels-grigoriy-9906410.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
}

.container.content {
  position: relative;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
}

.button {
  margin-top: 32px;
  padding: 13px 24px;
  border-radius: 20px;
  background-color: #be0b45;
  color: #fff;
  cursor: pointer;
}

.button.close {
  height: 40px;
  padding: 20px;
  background-image: url('../images/icons8-close.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-size: 12px;
  cursor: pointer;
}

.paragraph {
  max-width: 65ch;
  font-size: 15px;
  line-height: 1.6;
}

.logo {
  width: 100%;
  height: 100%;
  max-height: 260px;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  margin-bottom: 0px;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: -6px;
}

.caption {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
}

.strapline {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  margin: 44px;
  padding: 100px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 40px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/Fill.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/Fill.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
  box-shadow: inset 0 0 20px 30px #fff;
}

.close-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-form {
  width: 100%;
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  margin-top: 44px;
}

.textarea {
  display: block;
  min-height: 10rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 5px;
  background-color: rgba(229, 233, 238, 0.26);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  line-height: 1.6;
}

.textarea:focus {
  border-style: solid;
  border-color: #be0b45;
}

.text-field {
  min-height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 5px;
  background-color: rgba(229, 233, 238, 0.26);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.text-field:focus {
  border-style: solid;
  border-color: #be0b45;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #002453;
}

.accent-colour {
  color: #be0b45;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 44px;
  }

  .container.content {
    border-radius: 30px;
  }

  .button.close {
    margin-top: 24px;
  }

  .logo {
    max-height: 230px;
  }

  .heading {
    letter-spacing: -7px;
  }

  .form-wrapper {
    border-radius: 30px;
  }

  .close-button {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 32% 50%;
  }

  .container.content {
    padding: 24px;
    border-radius: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .logo {
    max-height: 220px;
    margin-bottom: 12px;
  }

  .heading {
    margin-top: 0px;
    font-size: 6rem;
    letter-spacing: -5px;
  }

  .strapline {
    font-size: 1.6rem;
  }

  .form-wrapper {
    padding-top: 20px;
    border-radius: 20px;
  }

  .form-block {
    margin-top: 24px;
  }

  .textarea {
    min-height: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: normal;
  }

  .container {
    padding: 24px;
  }

  .container.content {
    padding-top: 24px;
    border-radius: 10px;
  }

  .button {
    margin-top: 24px;
  }

  .paragraph {
    font-size: 14px;
    text-align: center;
  }

  .logo {
    max-height: 180px;
  }

  .heading {
    font-size: 4rem;
  }

  .strapline {
    margin-bottom: 24px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .form-wrapper {
    margin: 12px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-radius: 10px;
  }

  .close-button {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .accent-colour {
    margin-left: -1px;
  }

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