* {
  font-family: "gill-sans-nova";
}

@media (min-width: 1280px) {
  .container {
    max-width: 1210px !important;
  }
}
.hero-container {
  height: 660px;
  width: 100%;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1280px) {
  .hero-container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-container {
    height: 400px;
  }
}
.hero-container .hero-banner {
  background-color: rgba(0, 82, 154, 0.9);
  padding: 34px 99px 24px 34px;
}
@media (max-width: 1024px) {
  .hero-container .hero-banner {
    padding: 26px 76px 24px 34px;
  }
}
@media (max-width: 767px) {
  .hero-container .hero-banner {
    padding: 20px 66px 20px 30px;
  }
}
@media (max-width: 640px) {
  .hero-container .hero-banner {
    padding: 20px 66px 20px 16px;
  }
}
.hero-container .hero-banner h1 {
  font-size: 61px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .hero-container .hero-banner h1 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .hero-container .hero-banner h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .hero-container .hero-banner h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .hero-container .hero-banner h1 {
    font-size: 24px;
  }
}

.gray-phrase {
  padding: 35px 0;
  background-color: #f4f4f4;
  font-size: 35px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .gray-phrase {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .gray-phrase {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .gray-phrase {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .gray-phrase {
    font-size: 20px;
  }
}

.main-image {
  max-width: 105%;
}
@media (max-width: 1350px) {
  .main-image {
    max-width: 100%;
  }
}

.main-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.5px;
}
@media (max-width: 1280px) {
  .main-text {
    font-size: 23px;
    line-height: 31px;
  }
}
@media (max-width: 1024px) {
  .main-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .main-text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 500px) {
  .main-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-text ul {
  list-style-type: disc;
}

.main-text-overlay {
  font-size: 41px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.82px;
}
@media (max-width: 1280px) {
  .main-text-overlay {
    font-size: 37px;
  }
}
@media (max-width: 1024px) {
  .main-text-overlay {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .main-text-overlay {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .main-text-overlay {
    font-size: 24px;
  }
}

.postfix {
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
}
@media (max-width: 1280px) {
  .postfix {
    font-size: 21px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .postfix {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .postfix {
    font-size: 16px;
    line-height: 24px;
  }
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.form {
  background-color: #00529c;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  overflow: hidden;
  width: 100%;
}
.form form {
  max-width: 100%;
}
.form h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.13px;
}
.form .container {
  width: 772px;
  max-width: 100%;
}
.form p {
  font-size: 13px;
  letter-spacing: -0.22px;
  font-weight: 400;
}
.form .submit {
  display: block;
  width: 361px;
  max-width: 100%;
  padding-top: 14px;
  padding-bottom: 11px;
  background-color: white;
  font-size: 21px;
  font-weight: 700;
  color: #0d5ba1;
  letter-spacing: -0.69px;
  margin-left: auto;
  margin-right: auto;
}

.input-wrapper {
  position: relative;
  max-width: 100%;
}
@media (max-width: 640px) {
  .input-wrapper {
    width: 100%;
  }
}
.input-wrapper .input-name {
  position: absolute;
  left: 14px;
  bottom: 13px;
  color: rgba(255, 255, 255, 0.86);
  transition: all 0.5s;
  font-weight: 300;
  letter-spacing: -0.26px;
  pointer-events: none;
  background-color: #00529c;
}
.input-wrapper .input-name.floating {
  font-size: 10px;
  opacity: 0.4;
  transform: translateY(-200%);
}
.input-wrapper input {
  background-color: transparent;
  border: none;
  padding-top: 20px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid white;
  width: 361px;
  font-size: 20px;
  font-weight: 500;
  max-width: 100%;
}
.input-wrapper input::-webkit-outer-spin-button, .input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 850px) {
  .input-wrapper input {
    width: 261px;
  }
}
@media (max-width: 640px) {
  .input-wrapper input {
    width: 100% !important;
  }
  .input-wrapper input input {
    width: 100% !important;
  }
}
.input-wrapper input:focus {
  outline: none;
}
.input-wrapper input:focus + .input-name, .input-wrapper input:not(.date):not(:placeholder-shown) + .input-name {
  font-size: 10px;
  opacity: 0.4;
  transform: translateY(-200%);
}
.input-wrapper .validation-mark {
  position: absolute;
  right: 10px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  border-radius: 10rem;
  background-size: 100% 100%;
}
.input-wrapper .validation-mark.select {
  right: 34px;
}
.input-wrapper .validation-mark.date {
  right: 44px;
}
.input-wrapper .validation-mark.invalid {
  background-image: url("../images/close.png");
}
.input-wrapper .validation-mark.valid {
  background-image: url("../images/accept.png");
}

.input-wrapper--small input {
  width: 171px;
}
@media screen and (max-width: 850px) {
  .input-wrapper--small input {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .input-wrapper--small input {
    width: 100%;
  }
}

.separator {
  width: 772px;
  max-width: 100%;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.22px;
  cursor: pointer;
}
.custom-checkbox .checkbox {
  display: none;
}
.custom-checkbox .checkbox:checked + .checkmark:after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.custom-checkbox .checkmark.error {
  background-color: #d62929;
}

.collapse-button {
  margin-left: 3px;
  color: #00b050;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.collapse {
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
}
.collapse.vissible {
  max-height: 300px;
}
@media screen and (max-width: 640px) {
  .collapse.vissible {
    max-height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .collapse.vissible {
    max-height: 450px;
  }
}
@media screen and (max-width: 300px) {
  .collapse.vissible {
    max-height: 550px;
  }
}

.city-line {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .city-line {
    flex-direction: column;
  }
  .city-line > div {
    width: 100% !important;
  }
}
.city-line > div:first-of-type {
  width: 66%;
}
.city-line > div:first-of-type input {
  width: 100%;
}
.city-line > div:last-of-type {
  width: 33%;
}

.steps-heading {
  font-size: 41px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.82px;
}

@media (max-width: 767px) {
  .steps-container div:nth-of-type(2) {
    margin-top: 20px;
  }
  .steps-container div:nth-of-type(3) {
    margin-top: 44px;
  }
}

.step-text {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-left: 0.25rem;
  max-width: 250px;
}
@media (min-width: 450px) and (max-width: 767px) {
  .step-text {
    max-width: 250px;
  }
  .step-text.max-w {
    max-width: 320px;
  }
}
@media (min-width: 450px) {
  .step-text.max-w {
    max-width: 240px;
  }
}
.step-text a {
  font-weight: 700;
  color: #00529c;
}
.step-text::first-letter {
  color: #00529c;
  margin: -0.4rem 0.3rem 0 0;
  font-size: 78px;
  float: left;
  line-height: 0.6;
}

.footer-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
@media (max-width: 1024px) {
  .footer-text {
    text-align: center;
    padding: 0.4rem 0;
  }
}

footer {
  height: 6rem;
}
@media (max-width: 1024px) {
  footer {
    height: auto;
    padding: 1.5rem 0;
  }
}
footer > div {
  flex-direction: row;
}
@media (max-width: 1024px) {
  footer > div {
    flex-direction: column-reverse;
  }
}
footer > div .socials {
  padding: 0;
}
@media (max-width: 1024px) {
  footer > div .socials {
    padding: 2rem 0;
  }
}

#kom_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

#kom_wrapper .kom_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01063d;
  opacity: 0.7;
  z-index: 1;
}

#kom_wrapper .kom_content {
  padding: 50px;
  max-width: 800px;
  max-height: 80vh;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

#kom_wrapper .kom_content .kom_content_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

#kom_wrapper .kom_content .kom_content_txt .kom_icon {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: 100% auto !important;
  margin-bottom: 10px;
}

#kom_wrapper .kom_content .kom_content_txt .kom_txt {
  width: 100%;
}

#kom_wrapper .kom_content .kom_content_txt .kom_txt span {
  font-size: 24px;
  color: #01063d;
}

#kom_wrapper.kom_neg .kom_content .kom_content_txt .kom_icon {
  background: url("../images/kom_neg.svg") left center no-repeat;
}

#kom_wrapper.kom_neu .kom_content .kom_content_txt .kom_icon {
  background: url("../images/kom_neu.svg") left center no-repeat;
}

#kom_wrapper.kom_poz .kom_content .kom_content_txt .kom_icon {
  background: url("../images/kom_poz.svg") left center no-repeat;
}

@media only screen and (max-width: 550px) {
  #kom_wrapper .kom_content {
    max-width: 80vw;
    width: 100%;
    padding: 30px;
  }

  #kom_wrapper .kom_content .kom_content_txt {
    flex-direction: column;
  }

  #kom_wrapper .kom_content .kom_content_txt .kom_txt {
    width: 100%;
  }

  #kom_wrapper .kom_content .kom_content_txt .kom_txt span {
    text-align: center;
    display: block;
    font-size: 18px;
  }
}
.cta {
  background-color: white;
  color: #00529c;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.69px;
  padding: 14px 90px;
}
.cta.reverse {
  background-color: #00529c;
  color: white;
}

.custom-select {
  position: relative;
}
.custom-select.small .select-selected {
  font-size: 14px;
  line-height: 16px;
}
.custom-select.floating label {
  font-size: 10px;
  bottom: 43px;
  opacity: 0.4;
}

.custom-select label {
  position: absolute;
  left: 14px;
  bottom: 13px;
  color: white;
  opacity: 0.87;
  transition: all 0.5s;
  font-weight: 300;
  letter-spacing: -0.26px;
  pointer-events: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  height: 56px;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  bottom: 18px;
  right: 14px;
  width: 14px;
  height: 10px;
  background-image: url("../images/arrow_down.png");
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 14px 14px;
  border-bottom: 1px solid white;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  color: #00529c;
  font-weight: 700;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=index.css.map */
