.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.page-wrap {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.section {
  flex-flow: column;
  display: flex;
}

.section.hero {
  background-color: #99c0cc;
  background-image: url('../images/hero-pattern.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: space-between;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.h1 {
  text-align: center;
}

.h1.all-caps {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.middle-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-self: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.hero-logo {
  width: 820px;
}

.spacer-large {
  height: 5rem;
}

.footer {
  background-color: #216e93;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.savills-logo {
  width: 110px;
}

.ber-logo {
  width: 90px;
}

.number {
  color: #fff;
  align-self: center;
  font-size: 30px;
  font-weight: 700;
}

.button {
  letter-spacing: 5px;
  background-color: #ba9765;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.reg-panel {
  z-index: 9999;
  float: right;
  color: #000;
  text-align: left;
  object-fit: contain;
  background-color: #ffffffbf;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 10px 38px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.check3 {
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -24px;
}

.reg-head {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  display: inline-block;
}

.checkfield-2 {
  text-align: left;
  text-transform: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  line-height: 16px;
}

.form-block {
  text-align: left;
  padding-top: 10px;
}

.field-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  display: flex;
}

.field-3 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  font-size: 16px;
}

.field-wrapper {
  flex: 1;
  width: 100%;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ab4594;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
}

.button-2:hover {
  background-color: #03a1b0;
  border-color: #6d6d6d;
  box-shadow: 0 12px 12px 5px #0000002e;
}

.button-2.fw {
  background-color: #ba9765;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.button-2.fw:hover {
  background-color: #216e93;
}

.close {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 38px 40px auto auto;
}

.close:hover {
  background-color: #d42222;
}

.paragraph {
  font-weight: 400;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .h1.all-caps {
    font-size: 50px;
  }

  .middle-section {
    margin-top: 200px;
  }

  .hero-logo {
    width: 1070px;
  }

  .button {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-size: contain;
  }

  .hero-logo {
    width: 700px;
  }

  .ber-logo {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    width: 550px;
  }

  .ber-logo {
    max-width: 20%;
  }

  .reg-panel {
    width: 100%;
  }
}

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

  .hero-logo {
    width: 320px;
  }

  .footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tolmac-logo {
    align-self: center;
    width: 100px;
  }

  .savills-logo {
    align-self: center;
  }

  .ber-logo {
    align-self: center;
    max-width: 50%;
  }

  .reg-panel {
    z-index: 9999;
    width: 100%;
    margin-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    overflow: auto;
  }

  .reg-head {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .field-3 {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .field-wrapper {
    width: 100%;
  }

  .close {
    top: 28px;
    left: auto;
    right: 20px;
  }

  .div-block {
    align-self: center;
  }
}


