:root {
  --primary: #3b6db1;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.f-form-steps-item-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap-3.step {
  background-color: #f7f7f7;
  min-height: 80vh;
}

.left-footer-bottom-2 {
  grid-column-gap: 32px;
  display: flex;
}

.image-2 {
  border-radius: 41%;
  padding: 0%;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  padding: 14px;
  display: flex;
}

.nav-header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.ms-radio-border-2 {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.ms-radio-border-2.w--redirected-checked {
  z-index: 1;
  border: 3px #e50071;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.minus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.wrapper-address-selection {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.sub-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-title-name {
  color: #667085;
  text-align: center;
  font-weight: 500;
}

.report-results {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-report {
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 1px;
  display: flex;
}

.code-embed {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.main-container-2 {
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.faq-container {
  min-width: 0;
  max-width: 600px;
  margin-bottom: 60px;
}

.tool-icon {
  width: 22px;
  height: 22px;
}

.tool-tip-txt {
  color: #475467;
  font-size: 12px;
  line-height: 25px;
}

.f-error-message {
  color: #fff;
  background-color: #ff585800;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.field {
  border-radius: 6px;
  width: auto;
  min-width: 200px;
  height: 45px;
}

.field._100 {
  width: 100%;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: #475467;
  text-align: center;
}

.f-form-2 {
  background-color: #ededed00;
  width: 100%;
}

.f-checkbox-button {
  cursor: pointer;
  background-color: #475467;
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: var(--primary);
  border: 1px solid #eaecf0;
}

.f-checkbox-button.w--redirected-checked {
  background-color: var(--primary);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1rem solid #d0d5dd;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.block-report {
  flex: 1;
}

.wrapper-successs {
  flex-flow: column;
  height: auto;
  display: flex;
  position: absolute;
}

.section-26 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-26.fuul {
  background-color: #292929;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-26.qiz {
  background-color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.report-title {
  color: #344054;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}

.inf-show-btn {
  display: none;
}

.step-inf-one {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 5px 10px;
  display: flex;
}

.step-inf-one.third {
  background-color: #667085;
}

.step-inf-one.second {
  background-color: #344054;
  padding-right: 5px;
}

.consultation-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 3rem 5px;
  display: flex;
}

.text-span-109 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}

.title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps-info {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  width: 85%;
  display: flex;
}

.f-steps-wrap-flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1d2939;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.succes-wrapper {
  background-color: #1d2939;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.image-63 {
  width: 60px;
  height: 20px;
  padding-right: 6px;
}

.field-report {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  padding: 5px 10px;
  display: grid;
}

.field-report.small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none solid solid none;
  border-width: 1px;
}

.verifi-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verifi-section.hidden {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.toggle-text {
  z-index: 2;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}

.ms-radio-contents-3 {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.ms-radio-contents-3.small {
  font-size: 15px;
  font-weight: 400;
}

.text-block-30 {
  color: #344054;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.f-form-radio-card-contain-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-form-radio-card-contain-2.vertical {
  flex-flow: column;
  width: 80%;
}

.image-64 {
  width: 70px;
  max-width: none;
  height: 20px;
  padding-right: 6px;
  transform: scale(.9);
}

.heading-66 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  color: #fff;
  margin-left: .5rem;
  font-weight: 600;
}

.success-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.success-wrapper.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1d2939;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 15px 0;
  padding-top: .5rem;
  padding-bottom: 0;
}

.tip-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-body-cont.first {
  padding-left: 20px;
  padding-right: 10px;
}

.back-btn {
  color: #667085;
  background-color: #3898ec00;
  background-image: url('../images/back-menu.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  position: static;
  inset: 5% auto auto 5%;
}

.nav-header-wrap {
  flex-flow: column;
  display: flex;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-67 {
  color: #344054;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.heading-67.white {
  color: #f7f7f7;
  font-weight: 700;
}

.background-herlo-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  min-height: 85vh;
  padding: 5% 5% 10%;
  display: flex;
  position: relative;
}

.f-form-button-2 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.next {
  background-color: var(--primary);
  color: #f7f7f7;
  text-align: center;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.f-form-button-2.next.wycena {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.plus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.phone-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-15 {
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.right-block {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 50%;
  height: 100%;
}

.f-checkbox-button-field {
  text-align: center;
  background-color: #000;
  border: 0 #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px #0003;
}

.report-value {
  color: #101828;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.report-value.small {
  font-size: 11px;
}

.report-name-field {
  color: #344054;
  text-align: left;
  width: 100%;
  font-size: 11px;
}

.report-name-field.small {
  font-size: 10px;
}

.address-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  margin-top: 20px;
  display: flex;
}

.info-valuation-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.info-valuation-p {
  color: #424242;
  text-align: left;
  margin-top: 0;
  font-weight: 400;
}

.info-valuation-p.no-margin {
  margin-bottom: 0;
}

.reults-report-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.reults-report-section.full {
  width: 100%;
}

.gpa-input {
  background-image: url('../images/search-mobile.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 280px;
  height: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-form-section-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-66 {
  filter: brightness(700%);
}

.f-form-radio-card-contain {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-form-radio-card-contain._4grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.left-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.image-67 {
  width: 23px;
}

.right-div {
  width: 30%;
}

.step-text-inf {
  color: #fff;
  font-weight: 600;
}

.lega-text-2 {
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  line-height: 12px;
}

.lega-text-2.mini {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 0;
}

.raport-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  padding: 11px 11px 11px 0;
  display: flex;
}

.raport-title-wrapper.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raport-title-wrapper.grid.full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 2.25fr;
  width: 100%;
  padding-right: 0;
}

.legal-link-2 {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.f-form-steps-item.is---2 {
  z-index: 0;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-title {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.line {
  background-color: #000;
  width: 45%;
  height: 2px;
  position: absolute;
}

.line.verti {
  width: 2px;
  height: 45%;
  position: absolute;
}

.image-radio-2 {
  vertical-align: baseline;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  text-decoration: none;
  overflow: clip;
}

.left-block {
  background-color: #fff;
  border-radius: 10px;
  width: 70%;
  padding: 3%;
}

.left-block.no-top {
  width: 60%;
  padding-top: 0%;
  padding-right: 0%;
}

.left-block.card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-tagtxt-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #3d4a5c;
  border: 1px #e7e7e7;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.price-field {
  cursor: pointer;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.text-span-107 {
  color: #000;
  font-size: 18px;
}

.exit-icon-2 {
  display: none;
}

.brand-navbar-3.small {
  width: 100px;
}

.left-corner-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5% 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.left-corner-div.static {
  position: static;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #667085;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.informative-block {
  border-top: 10px solid var(--primary);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  padding: 22px 15px;
  display: flex;
}

.text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #344054;
  justify-content: flex-start;
  align-items: center;
}

.section-txt {
  color: #4b4b4b;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.info-summary-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.lega-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 15px;
}

.lega-text.top-margin {
  margin-top: 10px;
}

.f-steps-form-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 5px solid var(--primary);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper-2.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.f-steps-form-wrapper-2.mid {
  border-top-color: #ed1c24;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
}

.f-steps-form-wrapper-2._100 {
  border-top-color: var(--primary);
  width: 100%;
}

.wrapper {
  display: flex;
}

.wrapper-report {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-report.small {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.starter-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: left;
  background-color: #fff;
  border-top: 7px solid #3b6db1;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 2.5rem 4rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px 3px #ebebeb14;
}

.blur-span {
  filter: blur(2px);
  font-size: 17px;
}

.blur-span.big {
  filter: blur(4px);
  color: #000;
  font-size: 30px;
}

.f-success-message-2 {
  z-index: 2147483647;
  color: #fff;
  background-color: #f3f7fa;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.badges-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ms-radio-card-2 {
  color: #121331;
  background-color: #9f1b48;
  border: 1px solid #0d117c14;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-card-2.vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: grayscale();
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-radio-card-2.vertical:hover {
  filter: none;
}

.ms-radio-card-2.vertical._25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: none;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 0;
  text-decoration: none;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 30%;
  min-width: 130px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.f-steps-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.f-steps-wrap-2.dual {
  background-color: #1d2939;
  background-image: linear-gradient(#0009, #0009), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  align-self: stretch;
  min-height: 90vh;
}

.f-steps-wrap-2.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.f-steps-wrap-2.right.small {
  background-color: #1d2939;
  padding-top: 1rem;
}

.f-steps-wrap-2.card {
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.f-steps-wrap-2.card.bg {
  background-color: #1d2939;
}

.div-block-38-copy-2 {
  opacity: .8;
  justify-content: center;
  width: auto;
  padding-top: 2px;
  display: flex;
  transform: scale(.8);
}

.ms-radio-contents-2 {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.ms-radio-contents-2.positive {
  color: #283a76;
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
}

.ms-radio-card-3 {
  background-color: var(--primary);
  color: #121331;
  border: 2px #e5007180;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px 5px #0000001a;
}

.ms-radio-card-3.long {
  max-width: none;
}

.header-section {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.header-section.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.sub-card-text {
  text-align: center;
  padding: 4px 4px 8px;
  font-size: 11px;
  font-weight: 400;
}

.text-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.text-title-wrapper._80 {
  width: 70%;
}

.gpa-form {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-flex {
  padding: 20px;
}

.text-block-12-copy {
  color: #344054;
  font-size: 12px;
}

.btn-starter {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-size: .875rem;
  font-weight: 700;
}

.btn-starter.next {
  background-color: var(--primary);
  color: #f7f7f7;
  text-align: center;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.btn-starter.next.wycena {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.heading-68 {
  text-align: center;
}

.text-span-110 {
  color: var(--primary);
}

.polityka-prywatno-ci-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bullet-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  padding: 10px;
  display: flex;
}

.bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-text {
  opacity: .9;
  color: #3d3d3d;
  text-align: left;
  max-width: 60ch;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.text-legal {
  font-size: 11px;
  line-height: 13px;
}

.checkbox {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1280px) {
  .f-success-message-2 {
    height: auto;
    position: absolute;
  }

  .text-block-12-copy {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper-successs {
    z-index: 10000;
  }

  .image-63 {
    width: 70px;
  }

  .image-64 {
    transform: none;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .f-form-radio-card-contain._4grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f-success-message-2 {
    position: absolute;
    inset: 0%;
  }

  .badges-wrapper {
    width: 100%;
  }

  .ms-radio-card-2.vertical._25 {
    width: 250px;
  }

  .div-block-38-copy-2 {
    margin-top: 0;
  }

  .text-block-12-copy {
    width: auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .f-error-message {
    width: 100%;
  }

  .report-title {
    line-height: 30px;
  }

  .image-63 {
    transform: scale(.8);
  }

  .image-64 {
    margin-left: -2px;
    padding-right: 0;
    transform: scale(.8);
  }

  .success-wrapper {
    width: 80%;
  }

  .success-wrapper.success {
    flex-flow: column;
    padding-top: 3rem;
  }

  .background-herlo-flex {
    width: 95%;
  }

  .text-block-15 {
    margin-left: -5px;
    font-size: 15px;
    transform: scale(.9);
  }

  .right-block {
    width: 100%;
  }

  .address-wrapper {
    justify-content: center;
    align-items: center;
  }

  .gpa-input {
    width: 280px;
  }

  .f-form-radio-card-contain._4grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-form-steps-item.is---2 {
    width: 100%;
  }

  .success-title {
    padding-top: 0;
  }

  .left-block, .left-block.no-top, .f-steps-form-wrapper-2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    padding-top: 0;
  }

  .starter-wrapper {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-success-message-2 {
    object-fit: contain;
    height: auto;
  }

  .badges-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .f-steps-wrap-2.dual {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-wrap-2.card {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38-copy-2 {
    clear: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .gpa-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-12-copy {
    margin-left: -4px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .f-form-steps-item-wrap-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-footer-bottom-2 {
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .inf-show-btn {
    background-color: #f7f7f7;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    display: flex;
    position: absolute;
    inset: auto 5% 25% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .steps-info {
    width: 100%;
  }

  .f-steps-wrap-flex {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-63 {
    margin-left: -5px;
  }

  .success-wrapper {
    width: 100%;
  }

  .success-wrapper.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-67 {
    font-size: 28px;
  }

  .background-herlo-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .address-wrapper {
    width: 400px;
  }

  .gpa-input {
    width: 280px;
  }

  .left-div {
    width: 100%;
  }

  .image-67 {
    width: 18px;
    height: 18px;
  }

  .right-div {
    width: 80%;
    display: none;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .step-text-inf {
    font-size: 11px;
  }

  .exit-icon-2 {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    inset: 2% 3% auto auto;
  }

  .informative-block {
    position: relative;
  }

  .f-steps-form-wrapper-2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2.success {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .starter-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .f-success-message-2 {
    height: auto;
  }

  .f-steps-wrap-2 {
    width: 100%;
  }

  .f-steps-wrap-2.card {
    flex-flow: column;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .f-form-steps-item-wrap-3 {
    min-height: 0;
  }

  .f-form-steps-item-wrap-3.step {
    min-height: 80vh;
  }

  .left-footer-bottom-2 {
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: center;
  }

  .nav-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-address-selection {
    align-self: auto;
    width: 100%;
  }

  .sub-title-name {
    font-size: 12px;
  }

  .report-results {
    height: auto;
    padding-bottom: 30px;
  }

  .icon-report {
    width: 30px;
    height: 30px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tool-tip-txt {
    font-size: 10.5px;
    line-height: 15px;
  }

  .footer-bottom {
    flex-flow: wrap;
  }

  .f-form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-26.qiz {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .report-title {
    font-size: 12px;
  }

  .step-inf-one {
    padding-left: 5px;
    padding-right: 5px;
  }

  .step-inf-one.second {
    padding-left: 5px;
  }

  .text-span-109 {
    font-size: 15px;
  }

  .steps-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .f-steps-wrap-flex {
    padding: 1rem .5rem;
  }

  .image-63 {
    width: 70px;
    height: 25px;
    margin-left: -10px;
    transform: scale(.7);
  }

  .field-report {
    border-style: solid;
    border-width: 1.5px;
  }

  .toggle-text {
    font-size: 18px;
  }

  .ms-radio-contents-3 {
    font-size: 16px;
  }

  .ms-radio-contents-3.small {
    font-size: 12px;
  }

  .f-form-radio-card-contain-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-form-radio-card-contain-2.vertical.long {
    width: 100%;
  }

  .image-64 {
    width: 80px;
    height: 25px;
    margin-left: -7px;
    transform: scale(.7);
  }

  .heading-66 {
    font-size: 1.6rem;
  }

  .f-input-button-label.margin-left-8px {
    font-size: 12px;
  }

  .success-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-wrapper.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 97%;
    padding: 1rem .5rem 2rem;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .heading-67 {
    font-size: 25px;
  }

  .background-herlo-flex {
    background-image: linear-gradient(#00000080, #00000080);
    padding-bottom: 5%;
  }

  .text-block-15 {
    margin-left: -10px;
    font-size: 16px;
    line-height: 25px;
    transform: scale(.8);
  }

  .report-value {
    font-size: 11px;
  }

  .report-name-field {
    font-size: 10px;
  }

  .address-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .reults-report-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .f-form-radio-card-contain {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-form-radio-card-contain._4grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .right-div {
    width: 90%;
    display: none;
  }

  .step-text-inf {
    font-size: 7.5px;
  }

  .raport-title-wrapper {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .raport-title-wrapper.grid.full {
    margin-bottom: 0;
    padding-right: 0;
  }

  .legal-link-2 {
    font-size: 11px;
  }

  .image-radio-2 {
    max-width: none;
    overflow: clip;
  }

  .left-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .left-block.card {
    padding-bottom: 0%;
    overflow: hidden;
  }

  .text-span-107 {
    font-size: 17px;
  }

  .exit-icon-2 {
    top: 3%;
  }

  .brand-navbar-3 {
    width: 150px;
  }

  .section-txt {
    text-align: center;
    font-size: 18px;
  }

  .f-steps-form-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    margin-top: 0;
    padding: 0 .5rem 2rem;
  }

  .f-steps-form-wrapper-2._100 {
    padding-bottom: 5rem;
  }

  .wrapper-report {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .starter-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-success-message-2 {
    height: auto;
    padding: 10px 0;
  }

  .ms-radio-card-2 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ms-radio-card-2.vertical._25 {
    width: auto;
    max-width: 220px;
  }

  .select-field {
    width: 280px;
    overflow: clip;
  }

  .f-steps-wrap-2 {
    padding: 2rem .5rem 1rem;
  }

  .f-steps-wrap-2.right {
    justify-content: flex-end;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .f-steps-wrap-2.card {
    grid-row-gap: 0rem;
    width: 100%;
    padding: 0;
  }

  .div-block-38-copy-2 {
    justify-content: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms-radio-card-3 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .header-section.small {
    font-size: 16px;
  }

  .sub-card-text {
    font-size: 10px;
    line-height: 15px;
  }

  .text-title-wrapper._80 {
    width: 95%;
  }

  .text-block-12-copy {
    color: #3568ff;
    font-size: 11px;
    line-height: 25px;
  }

  .heading-68 {
    font-size: 29px;
    line-height: 40px;
  }

  .list-text {
    font-size: 12px;
    line-height: 1.4;
  }
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fbe5-ae694148 {
  justify-self: end;
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fc3e-ae694148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fc86-ae694148 {
  justify-self: end;
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fcdf-ae694148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fd39-ae694148 {
  justify-self: end;
}

#w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fd92-ae694148, #w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fdc8-ae694148 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fbe5-ae694148, #w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fc86-ae694148, #w-node-_1b4ef277-89c3-5a84-d0f8-ce5181d3fd39-ae694148 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


