.body {
  overflow: visible;
  font-family: 'Open Sans', sans-serif;
}

footer {
    background-color: black;
    color: white;
    width: 100vw;
    min-height: 15vh;
    position: fixed;
    bottom: 0;
    overflow: visible;
}

.login-footer .w-row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: black;
}

.login-footer a {
    color: #0076BB;
}

.login-footer a:active,
.login-footer a:hover {
    color: #D6006D;
}

.container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 10vw 10px 9vw;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.nav.login {
  max-width: none;
  padding-right: 60px;
  padding-left: 60px;
}

.container.list {
  margin-top: 0px;
  padding-top: 17vh;
}

.mobile-paragraph {
  display: none;
}

.mobile-div {
  display: none;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  padding: 10px;
  background-color: transparent;
}

.heading-3 {
  font-family: 'Din alternate', sans-serif;
}

.checkbox-label {
  padding-right: 11px;
  color: hsla(20.000000000000032, 4.48%, 39.41%, 1.00);
}

.login-options {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  color: #231f20;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  background-color: #f2f2f2;
  color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
}

.text-block {
  max-width: none;
  min-width: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
}

.text-block.gray {
  color: #ababab;
}

.text-block.account {
  font-weight: 700;
}

.regester-text {
  padding-bottom: 15px;
  color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
}

.list-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #f2f2f2;
}

.data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}

.column {
  position: relative;
  display: block;
  max-width: 28.33%;
  min-width: 28.33%;
  margin-right: 0px;
  padding-right: 25px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 15%;
  min-width: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.data-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 5px;
}

.btn {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: transparent;
  -webkit-transition: background-color 350ms cubic-bezier(.47, 0, .745, .715);
  transition: background-color 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: 'Open Sans', sans-serif;
  color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: transparent;
  color: hsla(235.08196721311478, 58.65%, 40.78%, 1.00);
  text-decoration: underline;
}

.btn.login {
  width: 100%;
  padding: 10px 20px;
  background-color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
  color: #fff;
  text-align: center;
}

.btn.login:hover {
  background-color: hsla(216.22641509433961, 65.43%, 15.88%, 1.00);
  text-decoration: none;
}

.btn.download {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
  background-color: #fff;
  color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
}

.btn.download:hover {
  border-color: hsla(153.82978723404256, 96.91%, 38.04%, 1.00);
  color: hsla(153.82978723404256, 96.91%, 38.04%, 1.00);
  text-decoration: none;
}

.col {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.col.left-col {
  position: relative;
  padding-left: 0px;
  background-color: transparent;
}

.col.right-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(215.74468085106383, 66.20%, 27.84%, 1.00);
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 120px;
  padding-left: 120px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.marketing-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 15%;
  margin-right: 15%;
}

.heading-1 {
  font-family: 'Din alternate', sans-serif;
  color: white;
  font-size: 48px;
  line-height: 56px;
}

.heading-2 {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.form {
  overflow: visible;
  max-width: none;
  min-width: 0px;
  padding-left: 0px;
}

.dropdown-list {
  right: -4px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .35);
}

.dropdown-list.w--open {
  right: 18px;
}

.eula-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

.eula-modal-dialog {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
    width: 40%;
    overflow: auto;
    height: 90%;
}

.eula-modal-dialog-content {
    padding: 10px;
    text-align: left;
}

.eula-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

@media (max-width: 991px) {
  .container {
    padding-right: 0vh;
    padding-left: 0vh;
  }
  .container.nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container.list {
    padding-right: 5vh;
    padding-left: 5vh;
  }
  .mobile-paragraph {
    display: none;
  }
  .heading-3 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .text-block {
    display: inline;
    min-width: 0%;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .list-wrapper {
    overflow: hidden;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    max-width: 25%;
    min-width: 25%;
    padding-right: 21px;
  }
  .btn-div {
    max-width: 25%;
    min-width: 25%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .btn.download {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col.left-col {
      height: 85vh;
  }
  .form-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    font-size: 50px;
    line-height: 65px;
  }
  .login-footer {
      height: 15vh;
  }
  .login-footer .w-row {
      flex-direction: row;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-paragraph {
    display: block;
    max-width: none;
    padding: 2px 10px;
    -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;
    font-family: 'Din alternate', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .mobile-div {
    display: block;
    padding-top: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .list-wrapper {
    display: none;
  }
  .data-list {
    display: none;
  }
  .heading-wrapper {
    display: none;
  }
  .dropdown-wrapper {
    display: none;
  }
  .col.left-col {
    height: 65vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col.right-col {
    display: none;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section.hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .login-footer {
      height: 35vh;
  }
  .login-footer .w-row {
      flex-direction: column;
  }
}

@media (max-width: 479px) {
  .container {
    display: block;
  }
  .container.nav {
    display: block;
    text-align: center;
  }
  .mobile-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: 'Din alternate', sans-serif;
    font-size: 18px;
    text-align: center;
  }
  .navbar {
    position: absolute;
  }
  .heading-3 {
    font-size: 23px;
  }
  .col.left-col {
      height: 50vh;
  }
  .form-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .login-footer {
      height: 50vh;
  }
  .login-footer .w-row {
      flex-direction: column;
  }
}

@font-face {
  font-family: 'Din alternate';
  src: url('../fonts/DIN-Alternate-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}