body {
  background: #fff !important;
}

.image-15 {
  background: transparent;
}
.image-15:hover {
  background: transparent;
  transform: scale(1);
}

.logged_in-2 .text-span-4{
  margin-left: 10px !important;
}

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

.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: 6px; */
  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;
}

.text-block-10 {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 4px;
  color: #212529;
  font-size: 1.1vw;
  text-align: center;
  display: block !important;
}

.div-block-9 {
  width: 100%;
  height: 100%;
}

.link-2 {
  text-decoration: none;
}

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

.form-2 {
  margin-top: 1%;
}

.body {
  font-family: "DM Sans", sans-serif;
}

.link-block {
  width: 45px;
  height: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #3b5998;
}

.link-block.google {
  position: relative;
  border-color: #4285f4;
}

.link-block.soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #fff;
  border-right-style: none;
  background-color: transparent;
}

.link-block.soc.google {
  border-color: #4285f4;
}

.link-block.soc.facebook {
  border-style: solid none solid solid;
  border-color: #3b5998;
}

.link-block.soc.lnkd {
  border-style: solid none solid solid;
  border-color: #236699;
}

.link-block.soc.tw {
  border-style: solid none solid solid;
  border-color: #40a9f4;
}

.button {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3b5998;
  font-size: 1.2vw;
}

.button.google {
  position: relative;
  width: 310px;
  background-color: #4285f4;
}

.button.twitter {
  width: 310px;
  background-color: #01a9f4;
}

.button.social_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 100%;
  padding: 0px;
  -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;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.button.social_btn:hover {
  text-decoration: none;
}

.button.social_btn.fb {
  border-color: #3b5998;
  background-color: #3b5998;
}

.button.social_btn.google {
  border-color: #4285f4;
  background-color: #4285f4;
}

.button.social_btn.lnk {
  border-color: #236699;
  background-color: #236699;
}

.button.social_btn.twitter {
  border-color: #40a9f4;
  background-color: #40a9f4;
}

.checkbox-label-2 {
  color: #212529;
  font-size: 12px;
}

.text-field-6 {
  height: 42px;
  margin-top: 1.8%;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  font-size: 16px;
}

.text-field-6:focus {
  border-width: 3px;
  border-color: #6933ff;
}

.form_body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0% 0%;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 0 18px -1px rgba(0, 0, 0, 0.27);
}

.image-15 {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  height: 35px !important;
  width: auto;
}

.login-2 {
  margin-left: 2.25%;
  color: #6933ff;
  font-size: 14px;
}

.field-label-9 {
  margin-top: 21px;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
}

.or-2 {
  margin-bottom: 30px;
  margin-left: 0px;
  color: #212529;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.form_container-2 {
  position: relative;
  width: 80%;
  margin: auto;
  height: auto !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.image-42 {
  position: relative;
  display: block;
  height: 20px;
  margin: auto;
  line-height: 18px;
}

.form-5 {
  position: relative;
  width: 77%;
  margin: auto 3% auto 6%;
  padding-right: 0px;
  padding-left: 0px;
}

.r_body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 345px;
  -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;
  text-align: left;
}

.text-span-4 {
  margin-left: 15px;
  color: #6933ff;
}

.logged_in-2 {
  position: relative;
  left: auto;
  top: 0%;
  bottom: 0px;
  width: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.8%;
  padding-bottom: 1.8%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  color: #212529;
  font-size: 14px;
  text-align: center;
}

.logged_in-2:hover {
  background-color: rgba(105, 51, 255, 0.14);
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 345px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.link-block-9:hover {
  background-color: rgba(105, 51, 255, 0.14);
}

.reg_btn-2 {
  position: relative;
  left: 0%;
  top: 0%;
  width: auto;
  margin: 30px auto auto;
  text-align: center;
}

.contents-3 {
  width: 100%;
  margin: 6% auto 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.l_body-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 2px none rgba(0, 0, 0, 0.12);
  border-left: 2px none rgba(0, 0, 0, 0.12);
}

.button-blue-2 {
  width: 200px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #facb00;
  font-size: 16px;
  text-align: center;
  color: #212529;
}

.button-blue-2:hover {
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
}

.button-blue-2.main-button {
  margin-right: 22px;
  background-color: #6933ff;
}

.button-blue-2.main-button:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.button-blue-2.main-button.hover:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.button-blue-2.main-button.hover.sn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-style: none;
  border-color: #0a1a3e;
  font-family: "Open Sans", sans-serif;
}

.button-blue-2.main-button.hover.sn:hover {
  border-color: #0a1a3e;
}

.text-field-7 {
  height: 42px;
  margin-top: 1.8%;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  font-size: 16px;
  line-height: 30px;
}

.text-field-7:focus {
  border-style: solid;
  border-width: 3px;
  border-color: #6933ff;
}

.linkedin_btn-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 345px;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  -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;
}

@media screen and (min-width: 1280px) {
  .link-block {
    width: 55px;
    height: 50px;
    border-width: 2px;
  }

  .link-block.google {
    width: 55px;
    height: 50px;
    border-width: 2px;
  }

  .link-block.soc {
    border-width: 1px;
  }

  .link-block.soc.google {
    width: 40px;
    height: 100%;
  }

  .button.google {
    width: 310px;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3vw;
  }

  .button.twitter {
    width: 310px;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.social_btn {
    width: 305px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.social_btn.google {
    font-size: 15px;
  }

  .form_body-4 {
    margin: 30px 0% 0%;
    padding-top: 21px;
    padding-bottom: 21px;
  }



  .image-42 {
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .form-5 {
    width: 77%;
    margin-left: 6%;
  }

  .r_body-2 {
    width: 345px;
    margin-left: 0px;
  }

  .logged_in-2 {
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    width: auto;
    margin-top: 0%;
    margin-left: auto;
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .reg_btn-2 {
    left: 0px;
    top: 0%;
    width: auto;
    margin-top: 30px;
    margin-bottom: auto;
    margin-left: auto;
  }

  .contents-3 {
    width: 100%;
    margin-top: 6%;
    margin-left: auto;
  }

  .l_body-2 {
    width: 55%;
  }
}

@media screen and (min-width: 1440px) {
  .contents-3 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    width: 77px;
    height: 68px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-width: 2px;
  }

  .link-block.google {
    width: 77px;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 2px;
  }

  .button.google {
    width: 450px;
    height: 68px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3vw;
  }

  .button.twitter {
    width: 450px;
    height: 68px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.3vw;
  }

  .button.social_btn {
    width: 305px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  .form_body-4 {
    margin: 30px 0% 0%;
    padding-top: 21px;
    padding-bottom: 29px;
  }



  .form_container-2 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-42 {
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .form-5 {
    width: 77%;
    margin-left: 6%;
  }

  .r_body-2 {
    width: 345px;
    margin-right: 0px;
    margin-left: 48px;
  }

  .text-span-4 {
    margin-left: 15px;
    color: #6933ff;
  }

  .logged_in-2 {
    left: 0px;
    top: 0%;
    width: auto;
    margin-top: 0%;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    background-color: transparent;
    font-size: 14px;
  }

  .reg_btn-2 {
    left: 0%;
    top: 0%;
    width: auto;
    margin: 30px auto auto;
    text-align: center;
  }

  .contents-3 {
    width: 100%;
    margin: auto auto 0px;
  }

  .l_body-2 {
    width: 55%;
  }

  .button-blue-2.main-button.hover.sn {
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .text-block-10 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.3vw;
  }

  .button.google {
    width: 350px;
    font-size: 15px;
  }

  .button.twitter {
    width: 350px;
    font-size: 15px;
  }

  .button.social_btn {
    width: 150px;
    font-size: 15px;
  }

  .button.social_btn.fb {
    width: 305px;
  }

  .button.social_btn.google {
    width: 305px;
  }

  .button.social_btn.lnk {
    width: 305px;
  }

  .button.social_btn.twitter {
    width: 305px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .text-field-6 {
    height: 42px;
    font-size: 15px;
  }

  .form_body-4 {
    display: block;
  }

  .login-2 {
    font-size: 15px;
  }

  .field-label-9 {
    margin-top: 7px;
    font-size: 15px;
  }

  .or-2 {
    font-size: 20px;
    text-align: center;
  }

  .form-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .r_body-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logged_in-2 {
    width: 100%;
    margin-top: 0%;
    font-size: 13px;
  }

  .l_body-2 {
    width: 100%;
  }

  .text-field-7 {
    height: 42px;
    font-size: 15px;
  }

  .linkedin_btn-3 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .text-block-10 {
    font-size: 15px;
  }

  .form-2 {
    margin-top: 0%;
  }

  .text-field-6 {
    height: 42px;
    font-size: 16px;
  }

  .form_body-4 {
    display: block;
  }

  .field-label-9 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .or-2 {
    font-size: 20px;
    text-align: center;
  }

  .r_body-2 {
    width: auto;
  }

  .text-span-4 {
    margin-left: 0px;
  }

  .logged_in-2 {
    font-size: 15px;
  }

  .reg_btn-2 {
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    padding-top: 19px;
  }

  .contents-3 {
    margin-right: 0%;
    margin-bottom: 6%;
    margin-left: 0%;
    padding-top: 19px;
  }

  .l_body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-left-style: none;
  }

  .button-blue-2.main-button.hover.sn {
    width: 100%;
    margin-left: 0px;
  }

  .text-field-7 {
    height: 42px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-10 {
    font-size: 15px;
  }

  .link-block.soc.google {
    width: 17%;
  }

  .link-block.soc.facebook {
    width: 17%;
  }

  .link-block.soc.lnkd {
    width: 17%;
  }

  .link-block.soc.tw {
    width: 17%;
  }

  .button.google {
    width: 170px;
    font-size: 12px;
  }

  .button.twitter {
    width: 170px;
    font-size: 12px;
  }

  .button.social_btn {
    width: 170px;
    font-size: 12px;
  }

  .button.social_btn.fb {
    width: 83%;
  }

  .button.social_btn.google {
    width: 83%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.social_btn.lnk {
    width: 83%;
  }

  .button.social_btn.twitter {
    width: 83%;
  }

  .text-field-6 {
    height: 42px;
    font-size: 16px;
  }

  .form_body-4 {
    display: block;
    margin-right: 0%;
    margin-left: 0%;
  }

  .image-15 {
    width: auto;
  }

  .field-label-9 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .or-2 {
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
  }

  .form-5 {
    width: 77%;
    margin-right: auto;
    margin-left: auto;
  }

  .r_body-2 {
    width: auto;
  }

  .text-span-4 {
    margin-left: 0px;
  }

  .logged_in-2 {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .link-block-9 {
    width: 77%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reg_btn-2 {
    padding-top: 0px;
  }

  .contents-3 {
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .l_body-2 {
    width: auto;
    border-left-style: none;
  }

  .button-blue-2.main-button {
    margin-right: 0px;
  }

  .button-blue-2.main-button.hover.sn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 0px 25px;
  }

  .text-field-7 {
    height: 42px;
  }

  .linkedin_btn-3 {
    width: 100%;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navbar.w-nav,
.nm_footer {
  display: none;
}

.logo_holder {
  display: flex;
  justify-content: center;
}

.w-checkbox {
  display: flex;
  align-items: center;
}

.checkbox-label-2 {
  margin-left: 5px;
  top: 1px;
  position: relative;
}

.footer-3 {
  display: none;
}

.form_container-2.no_soc {
  max-width: 540px !important;
}

.form_container-2.no_soc .l_body-2 {
  width: 100% !important;
}

.page-registration .form_container-2,
.page-login .form_container-2 {
  max-width: 540px;
}

.page-registration .l_body-2,
.page-login .l_body-2 {
  width: 100%;
}

.page-registration .form-4,
.page-login .form-4 {
  width: 100%;
  margin: auto 6%;
}

.page-login form span {
  display: none;
}
.page-login form span {
  margin-left: 0;
}
.sc-inline-form-error {
  color: #bd2b41;
}
.sc-inline-form-error {
  margin-bottom: 8px;
  color: #ff0033;
  display: none;
}

.div-block-9 {
  flex-direction: column !important;
}

.social_btn {
  margin: 0 !important;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.logged_in-2 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  width: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.8%;
  padding-bottom: 1.8%;
  border: 1px solid #dde1e6 !important;
  border-radius: 4px;
  background-color: transparent !important;
  color: #6d717f !important;
  font-size: 14px;
  text-align: center;
}

.r_body-2 {
  /* display: none !important;     */
}

.form_container-2 {
  max-width: 540px !important;
}

.form_container-2 .l_body-2 {
  width: 100% !important;
}

.form-4 {
  width: 100% !important;
  margin: auto 6% !important;
}

.external-providers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}

.provider-item {
  width: 250px;
  text-align: center;
  border: 1px solid #6cafe1;
  padding: 8px;
  border-radius: 18px;
  color: #6cafe1;
  text-decoration: none;
}

.provider-item i {
  padding-right: 40px;
}



input[type="text"] {
  border-radius: 4px !important;
}
input[type="password"] {
  border-radius: 4px !important;
}
.login-error{
  background-color: #f84545;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  height: 66px;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
  padding-left: 6px;
  padding-right: 6px;
}