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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 0.8em;
  color: #333;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

a {
  color: #ed0000;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
}

.header {
  position: relative;
  margin-bottom: 100px;
}

.image {
  position: absolute;
}

.header-image {
  width: 100%;
}

.header-overlay {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  margin-left: -3%;
}

.header-textblock {
  position: absolute;
  z-index: 20;
  margin-top: 60px;
  margin-left: 50px;
}

.header-text {
  width: 25vw;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
}

.header-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 41px;
  font-weight: 700;
}

.intro {
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading {
  text-align: center;
}

.paragraph {
  text-align: center;
}

.container-small {
  max-width: 810px;
}

.formular {
  border: 1px none #000;
}

.form-body {
  max-width: 40rem;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 2.5rem 3rem;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.heading-2 {
  margin-bottom: 40px;
  font-size: 38px;
}

.form-title {
  color: #333;
  text-align: left;
}

.form-section-title {
  display: block;
  margin-top: -1px;
  margin-bottom: 0px;
  font-size: 1.25em;
  font-weight: 300;
}

.form-section-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  padding-top: 3px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 19px;
  background-color: #ed0000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.form-section-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b9b9b9;
  background-color: #f7f7f7;
  font-size: 1em;
}

.text-field::-webkit-input-placeholder {
  color: #707070;
}

.text-field:-ms-input-placeholder {
  color: #707070;
}

.text-field::-ms-input-placeholder {
  color: #707070;
}

.text-field::placeholder {
  color: #707070;
}

.select-field {
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 0px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  background-clip: border-box;
}

.select-field-wrapper {
  position: relative;
}

.icon-select {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  margin-top: 19px;
  margin-right: 20px;
}

.button-step {
  position: relative;
  display: inline-block;
  min-height: 2.5rem;
  margin-right: 10px;
  cursor: pointer;
}

.button-step.align-right {
  text-align: left;
}

.button-step-text {
  position: relative;
  z-index: 20;
  margin: 10px 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.button-step-text.new {
  color: #333;
  font-weight: 400;
}

.button-step-text.new.large {
  margin-right: 40px;
  margin-left: 40px;
}

.button-step-text.large {
  margin-right: 40px;
  margin-left: 40px;
}

.button-step-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #ed0000;
  -webkit-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.button-step-bg.inactive {
  opacity: 0.55;
}

.button-step-bg.new {
  background-color: #ddd;
}

.form-navigation {
  margin-top: 60px;
  margin-bottom: 40px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  border: 1px solid #b9b9b9;
}

.checkbox-label {
  margin-left: 12px;
  font-size: 16px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: 0px;
  border-color: #979797;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #ed0000;
  background-color: #ed0000;
}

.submit-button {
  position: relative;
  z-index: 20;
  padding: 10px 40px;
  background-color: transparent;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-size: 17px;
  font-weight: 500;
}

.form-action {
  padding-top: 40px;
  border-top: 1px none #b9b9b9;
  text-align: right;
}

.form-step-1 {
  display: block;
}

.form-step-2 {
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.payment-button {
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}

.payment-button:hover {
  background-color: #f5f5f5;
}

.payment-button.first {
  border-right-style: solid;
  border-bottom-style: solid;
}

.payment-button.second {
  border-right-style: none;
  border-left-style: none;
}

.payment-button.last {
  border-right-style: solid;
}

.payment-button.last.bottom {
  padding-right: 0px;
  border-top-style: none;
}

.payment-label {
  margin-top: 10px;
  font-size: 15px;
}

.form-navigation-mobile {
  display: none;
  margin-top: 60px;
  margin-bottom: 40px;
}

.form-step-3 {
  display: none;
}

.form-header-image {
  width: 100%;
}

.hero-icon {
  display: block;
  width: 60px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: left;
}

.table-header {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-weight: 700;
}

.table-body {
  padding: 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-weight: 400;
}

.table-section {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.table-section.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.table-block-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.table-section-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25px;
  opacity: 0.2;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.table-section-text {
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .header-textblock {
    margin-top: 45px;
    margin-left: 40px;
  }
  .header-text {
    display: none;
  }
  .header-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  .header-textblock {
    margin-top: 22px;
    margin-left: 20px;
  }
  .header-title {
    font-size: 24px;
  }
  .form-body {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .form-title {
    font-size: 28px;
  }
  .form-navigation {
    display: none;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .payment-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .payment-button.first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .payment-button.second {
    border-style: none solid;
  }
  .payment-label {
    margin-top: 22px;
    margin-left: 16px;
  }
  .form-navigation-mobile {
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .back-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    color: #ed0000;
    font-weight: 500;
  }
  .back-button-icon {
    height: 17px;
    margin-top: 2px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.1em;
  }
  .header {
    margin-bottom: 50px;
  }
  .header-overlay {
    margin-left: 0%;
  }
  .header-title {
    font-size: 17px;
  }
  .intro {
    margin-bottom: 20px;
  }
  .form-body {
    padding: 2px 10px 20px;
  }
  .form-title {
    font-size: 24px;
  }
  .text-field {
    padding-right: 10px;
    padding-left: 10px;
  }
  .select-field {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-step-text.new.large {
    margin-right: 20px;
    margin-left: 20px;
  }
  .button-step-text.large {
    margin-right: 20px;
    margin-left: 20px;
  }
  .checkbox-field {
    padding-left: 10px;
  }
  .checkbox {
    width: 25px;
  }
  .submit-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .payment-label {
    margin-top: 15px;
  }
  .heading-3 {
    font-size: 24px;
  }
  .heading-4 {
    font-size: 24px;
  }
  .payment-button-image {
    width: 50px;
    height: 50px;
  }
}

