body {
  font-family: "Encode Sans";
  font-size: 16px; }
  @media all and (min-width: 1400px) {
    body .container {
      width: 1350px; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF; }
  @media all and (min-width: 992px) {
    header {
      padding-right: 22px;
      padding-left: 22px; } }
  header img {
    max-width: 200px; }
    @media all and (min-width: 992px) {
      header img {
        max-width: 280px; } }
    @media all and (min-width: 1200px) {
      header img {
        max-width: 323px; } }
  header .main-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    background: #333333; }
    @media all and (min-width: 992px) {
      header .main-button {
        font-size: 16px; } }

.banner {
  position: relative;
  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; }
  .banner .banner__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    color: white; }
    @media all and (min-width: 1200px) {
      .banner .banner__content {
        padding-top: 188px;
        padding-bottom: 122px; } }
    .banner .banner__content h1 {
      font-size: 28px;
      font-weight: 500;
      line-height: 1.25;
      margin-top: 0;
      margin-bottom: 25px;
      text-align: center; }
      @media all and (min-width: 992px) {
        .banner .banner__content h1 {
          font-size: 36px; } }
      @media all and (min-width: 1200px) {
        .banner .banner__content h1 {
          font-size: 48px; } }
    .banner .banner__content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      margin-bottom: 50px; }
      @media all and (min-width: 992px) {
        .banner .banner__content p {
          font-size: 18px;
          margin-bottom: 100px; } }
      @media all and (min-width: 1200px) {
        .banner .banner__content p {
          font-size: 20px; } }
    .banner .banner__content a {
      font-size: 16px;
      font-weight: 700;
      line-height: 180%;
      display: inline-block;
      padding: 15px 37px 19px;
      color: white;
      border-radius: 8px;
      background: #E52E8C; }
      @media all and (min-width: 992px) {
        .banner .banner__content a {
          font-size: 18px; } }
      @media all and (min-width: 992px) {
        .banner .banner__content a {
          font-size: 20px; } }
  .banner .banner__image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .banner .banner__image::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: radial-gradient(42.37% 125.15% at 99.74% 0%, #0071A8 0%, rgba(0, 113, 168, 0) 100%), radial-gradient(36.77% 108.62% at 0% 100%, rgba(229, 46, 140, 0.6) 0%, rgba(229, 46, 140, 0) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54)));
      background: radial-gradient(42.37% 125.15% at 99.74% 0%, #0071A8 0%, rgba(0, 113, 168, 0) 100%), radial-gradient(36.77% 108.62% at 0% 100%, rgba(229, 46, 140, 0.6) 0%, rgba(229, 46, 140, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)); }
    .banner .banner__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.form-preheading {
  margin-bottom: 30px;
  text-align: center; }
  .form-preheading h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px; }
    @media all and (min-width: 992px) {
      .form-preheading h2 {
        font-size: 32px; } }
    @media all and (min-width: 1200px) {
      .form-preheading h2 {
        font-size: 36px; } }

.form-wrap {
  padding: 20px;
  color: black;
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25); }
  @media all and (min-width: 992px) {
    .form-wrap {
      padding: 50px; } }
  .form-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 20px;
    color: #E52E8C; }
    @media all and (min-width: 992px) {
      .form-wrap h2 {
        font-size: 32px; } }
    @media all and (min-width: 1200px) {
      .form-wrap h2 {
        font-size: 36px; } }

.section {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media all and (min-width: 1200px) {
    .section {
      margin-top: 80px;
      margin-bottom: 80px; } }

.section--banner {
  margin-top: 0; }

@media all and (max-width: 1199px) {
  .section--split-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section--split-content .row .col-md-5 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media all and (min-width: 1200px) {
  .section--split-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; } }

@media all and (min-width: 1200px) {
  .section--split-content .col-xs-12 {
    float: none; } }

.split-content__image img {
  border-radius: 8px; }
  @media all and (max-width: 1199px) {
    .split-content__image img {
      margin-bottom: 20px; } }

@media all and (min-width: 1200px) {
  .split-content .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; } }

.split-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 20px;
  color: #0071A8; }
  @media all and (min-width: 992px) {
    .split-content h2 {
      font-size: 32px; } }
  @media all and (min-width: 1200px) {
    .split-content h2 {
      font-size: 36px; } }

.split-content ul {
  padding-left: 20px;
  list-style: none; }
  .split-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 10px;
    color: black; }
    .split-content ul li::before {
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      content: "\2022";
      color: #E52E8C; }

.split-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #333333; }

.split-content img {
  max-width: 100%; }

.section--form {
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  background: radial-gradient(24.69% 169.29% at 99.74% 0%, #0071A8 0%, rgba(0, 113, 168, 0) 100%), radial-gradient(18.02% 123.57% at 0% 100%, rgba(229, 46, 140, 0.6) 0%, rgba(229, 46, 140, 0) 100%), #14284D; }
  @media all and (max-width: 1199px) {
    .section--form {
      padding-top: 30px;
      padding-bottom: 30px; } }

.sticky-message {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.25); }

.sticky-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media all and (max-width: 767px) {
    .sticky-message__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .sticky-message__content a {
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
    padding: 15px 37px;
    color: white;
    border-radius: 8px;
    background: #E52E8C; }
    @media all and (max-width: 767px) {
      .sticky-message__content a {
        font-size: 14px;
        padding: 10px 20px; } }
  .sticky-message__content h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 0;
    color: #0071A8; }
    @media all and (max-width: 767px) {
      .sticky-message__content h2 {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 20px; } }

footer {
  margin-bottom: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-100%, #1E3C72), to(#2A5298));
  background: linear-gradient(270deg, #1E3C72 -100%, #2A5298 100%); }
  @media all and (max-width: 991px) {
    footer img {
      max-width: 200px; } }
  @media all and (min-width: 992px) {
    footer {
      padding-top: 80px;
      padding-bottom: 80px; } }
  footer .col-xs-12 {
    text-align: center; }
  footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 30px;
    color: white; }
  footer .footer__links {
    margin-top: 30px; }
    footer .footer__links a {
      margin-bottom: 15px; }
    footer .footer__links a + a {
      margin-left: 15px; }

body form [type="submit"] {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  width: 100%;
  height: 70px;
  margin-top: 30px;
  padding: 15px 37px;
  color: white;
  border: 0;
  border-radius: 8px;
  background: #E52E8C;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

body form .form-field.pd-checkbox,
body form .form-field.pd-checkbox {
  --form-control-color: #0071A8;
  --form-control-disabled: #959495; }
  body form .form-field.pd-checkbox input[type="checkbox"],
  body form .form-field.pd-checkbox input[type="checkbox"] {
    font: inherit;
    display: grid;
    width: 1.15em;
    height: 1.15em;
    /* Not removed via appearance */
    margin: 0;
    margin-top: 10px;
    -webkit-transform: translateY(-0.075em);
            transform: translateY(-0.075em);
    color: currentColor;
    border: 2px solid #0071A8;
    border-radius: 2px;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
         appearance: none;
    place-content: center; }
  body form .form-field.pd-checkbox input[type="checkbox"]::before,
  body form .form-field.pd-checkbox input[type="checkbox"]::before {
    width: 0.65em;
    height: 0.65em;
    content: "";
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    /* Windows High Contrast Mode */
    background-color: CanvasText;
    -webkit-box-shadow: inset 1em 1em var(--form-control-color);
            box-shadow: inset 1em 1em var(--form-control-color);
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
  body form .form-field.pd-checkbox input[type="checkbox"]:checked::before,
  body form .form-field.pd-checkbox input[type="checkbox"]:checked::before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  body form .form-field.pd-checkbox input[type="checkbox"]:focus,
  body form .form-field.pd-checkbox input[type="checkbox"]:focus {
    outline: 2px solid red;
    outline-offset: 0; }
  body form .form-field.pd-checkbox input[type="checkbox"]:disabled,
  body form .form-field.pd-checkbox input[type="checkbox"]:disabled {
    cursor: not-allowed;
    color: var(--form-control-disabled);
    --form-control-color: var(--form-control-disabled); }
  body form .form-field.pd-checkbox input,
  body form .form-field.pd-checkbox input {
    float: left;
    clear: left;
    width: 30px;
    border: 2px solid red; }
  body form .form-field.pd-checkbox label,
  body form .form-field.pd-checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    float: right;
    clear: right;
    width: calc(100% - 30px);
    color: #4F4F4F; }

body form .form-field.form-col-1 .field-label, body form .form-field.form-col-2 .field-label, body form .form-field.form-col-full .field-label,
body form .form-field.form-col-1 .field-label,
body form .form-field.form-col-2 .field-label,
body form .form-field.form-col-full .field-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  color: #0071A8; }
  @media all and (min-width: 992px) {
    body form .form-field.form-col-1 .field-label, body form .form-field.form-col-2 .field-label, body form .form-field.form-col-full .field-label,
    body form .form-field.form-col-1 .field-label,
    body form .form-field.form-col-2 .field-label,
    body form .form-field.form-col-full .field-label {
      font-size: 18px; } }

body form .form-field.form-col-1 input,
body form .form-field.form-col-1 select, body form .form-field.form-col-2 input,
body form .form-field.form-col-2 select, body form .form-field.form-col-full input,
body form .form-field.form-col-full select,
body form .form-field.form-col-1 input,
body form .form-field.form-col-1 select,
body form .form-field.form-col-2 input,
body form .form-field.form-col-2 select,
body form .form-field.form-col-full input,
body form .form-field.form-col-full select {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #0071A8;
  border-radius: 8px; }

body form.form div.form-col-1 {
  float: left !important;
  clear: left !important;
  width: 49% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 10px;
  padding-left: 0 !important; }

body form.form div.form-col-2 {
  float: right !important;
  clear: right !important;
  width: 49% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px;
  padding-left: 0 !important; }

body form.form div.form-col-full {
  clear: both;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px;
  padding-left: 0 !important; }

body form.form input.text,
body form.form select {
  width: 100% !important; }

/*# sourceMappingURL=main.min.css.map */
