@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MFW_ProtocolHarel-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MFW_ProtocolHarel-Light.ttf") format("truetype");
}
@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MFW_ProtocolHarel-Bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

html,
body {
  margin: 0;
  direction: rtl;
  text-align: right;
  width: 100%;
  height: 100%;
}

body {
  background-color: #286dbd;
  font-family: mfw_protocolharel;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
  color: #d3eefb;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

a {
  color: #074073;
  text-decoration: underline;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

ul,
ol {
  padding-right: 1em;
  margin: 0;
}
ul li,
ol li {
  padding-right: 0.5em;
}

.ltr {
  direction: ltr;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1180px;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 992px) {
  body {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
  }
}

.article {
  flex-grow: 1;
}

.header {
  background: #074073;
  padding: 0.5rem 0;
}
.header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header {
    padding: 1rem 0;
  }
  .header img {
    width: auto;
  }
  .header img.img--harel {
    height: 64px;
  }
  .header img.img--60-plus {
    height: 60px;
  }
}

.article {
  background: #d3eefb;
  color: #286dbd;
  padding: calc(66.7vw + 1.5rem) 0 2rem;
}
@media (min-width: 992px) {
  .article__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4rem;
  }
}
.article__header {
  padding-bottom: 1rem;
  font-size: 1.1875rem;
}
.article__header h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}
@media (min-width: 992px) {
  .article__header {
    padding-left: 0;
    font-size: 2.6875rem;
  }
}
@media (max-width: 992px) {
  .article__header h1 {
	font-size: 24px;
  }
}

.article__text {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .article__text {
    font-size: 1.2rem;
  }
}
.article__form {
  padding: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .article__form {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .article__form {
    padding-bottom: 1rem;
    padding-left: 2rem;
  }
}
/*@media (min-width: 1420px) {
  .article__form {
    padding-left: 2rem;
  }
}*/
.article__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.article__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .article__image {
    top: 0;
    right: 0;
    left: 0;
    height: 66.67vw;
    transform: none;
  }
  .article__image:before {
    transform: translate(2%, 13%) scale(1.72);
  }
}
.article .img--hot-air-balloon {
  position: absolute;
  top: 5.5rem;
  left: 1.5rem;
  width: 37px;
  z-index: 0;
}
@media (min-width: 992px) {
  .article .img--hot-air-balloon {
    width: auto;
    left: auto;
    top: 19rem;
    right: -9rem;
  }
}
@media (max-width: 991.98px) {
  .article {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem;
    overflow-x: hidden;
  }
  .article .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .article__image, .article:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    z-index: 1;
  }
  .article:after {
    content: "";
    background-image: linear-gradient(to right, rgba(211, 238, 251, 0) 76%, #d3eefb 100%);
    background-repeat: repeat-x;
    z-index: 2;
  }
}

.form__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .form__title {
    display: none;
  }
}
.form__title-desktop {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  display: none;
}
.form__title-desktop img {
  vertical-align: text-bottom;
}
@media (min-width: 992px) {
  .form__title-desktop {
    display: block;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.form-col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .form-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-col--submit {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-col--phone {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .form-col--phone {
    display: none;
  }
}

textarea {
  resize: none;
}

label {
  color: #6794c9;
  font-size: 0.9374625rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  label {
    font-size: 1.125rem;
  }
}

input:not([type=checkbox]),
textarea,
select {
  position: relative;
  font-family: inherit;
  background: transparent;
  width: 100%;
  color: #074073;
  font-size: 1.375rem;
  padding: 2rem 0 0.75rem;
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #6794c9;
  line-height: 1.2;
}
input:not([type=checkbox]):focus,
textarea:focus,
select:focus {
  outline: none;
}
input:not([type=checkbox]):focus ~ .bar:before,
textarea:focus ~ .bar:before,
select:focus ~ .bar:before {
  width: 100%;
}
input:not([type=checkbox]) ~ label,
textarea ~ label,
select ~ label {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 2.4rem;
  transition: 300ms ease all;
}
@media (min-width: 992px) {
  input:not([type=checkbox]) ~ label,
textarea ~ label,
select ~ label {
    top: 1.275rem;
  }
}
@media (min-width: 1200px) {
  input:not([type=checkbox]) ~ label,
textarea ~ label,
select ~ label {
    top: 2.4rem;
  }
}

input:not([type=checkbox]):focus ~ label, input:not([type=checkbox]).not-empty ~ label,
textarea:focus ~ label,
textarea.not-empty ~ label,
select:focus ~ label,
select.not-empty ~ label {
  top: 0;
}

select:focus ~ label, select.not-empty ~ label {
  top: -1rem;
}
@media (min-width: 1200px) {
  select:focus ~ label, select.not-empty ~ label {
    top: 0;
  }
}

input[type=password] {
  letter-spacing: 0.3em;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #074073;
  transition: 300ms ease all;
  right: 0%;
}

/* select starting stylings ------------------------------*/
.group {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}

/* Remove focus */
/* Use custom arrow */
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.group--select:after {
  position: absolute;
  top: calc(0.75rem + 1.25rem + 12px);
  left: 0;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6794c9;
  pointer-events: none;
}

.input-helper {
  position: absolute;
  right: 0;
  top: 4.8rem;
  color: #EF4623;
}

button, .btn {
  border: none;
  background: #f7b207;
  width: 100%;
  line-height: 1.2;
  font-size: 1.5625rem;
  font-family: inherit;
  color: #074073;
  font-weight: 700;
  padding: 0.5rem 0.25rem;
  border-radius: 1.35rem;
  cursor: pointer;
  overflow: visible;
  outline: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
button:hover, .btn:hover {
  background: #ffd762;
}
@media (min-width: 992px) {
  button, .btn {
    margin-top: 1.65rem;
  }
}
button img, .btn img {
  vertical-align: middle;
}

.footer {
  color: #fff;
  background: #286dbd;
  padding: 1rem 0 3rem;
}
.footer .disclaimer {
  font-size: 0.9375rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .footer .disclaimer {
    text-align: center;
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map*/