:root {
  --dark-blue: #25408f;
  --light-blue: #0077b9;
  --black: #000;
  --white: #fff;
}

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

.sec {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(0deg, #ffffffe6 90%, #fff), url('../images/grunge-wall-background.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 25%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.bg-cover {
  object-fit: cover;
  width: 92%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.man {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.woman {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cont {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  height: 100%;
  display: flex;
  position: relative;
}

.top {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 170px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.top-bg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-bg.m {
  display: none;
}

.top-t {
  color: #fff;
  text-align: center;
  font-family: Rubik Distressed, sans-serif;
  font-size: 60px;
  line-height: 1;
  position: relative;
}

.bottom-bg {
  background-image: linear-gradient(#fff0, #fff), url('../images/bottom.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
  position: relative;
}

.bot-t {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.il-logo {
  height: 90px;
  margin-top: 5px;
}

.bot-t-sub {
  color: var(--light-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.sec-hero {
  aspect-ratio: 16 / 9;
  background-color: var(--black);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 600px;
  max-height: 95vh;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: clip;
}

.ps {
  width: 100%;
}

.body {
  color: var(--dark-blue);
  text-align: right;
  letter-spacing: -.2px;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.p.p-big {
  font-size: 23px;
  font-weight: 900;
}

.cont-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.h3-cont {
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  display: flex;
  position: relative;
}

.h3 {
  color: #fff;
  text-shadow: 0 0 10px var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  position: relative;
}

.list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-blue);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-bullet {
  color: var(--dark-blue);
  margin-top: 3px;
}

.bullet {
  height: 20px;
}

.texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.field {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--light-blue);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--light-blue);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-blue);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--light-blue);
  background-color: var(--white);
  text-align: right;
  resize: none;
  border-radius: 3px;
  height: 40px;
}

.field.area {
  min-height: 90px;
}

.but {
  background-color: var(--dark-blue);
  background-image: url('../images/but-bg.avif');
  background-position: 50%;
  background-size: auto;
  border-radius: 30px;
  margin-top: 10px;
  padding: 10px 30px;
  transition: background-color .2s ease-in-out;
}

.but:hover {
  background-color: var(--light-blue);
}

.form {
  flex-flow: column;
  display: flex;
}

.suc {
  background-color: #fff0;
  padding: 30px;
  position: relative;
}

.suc-t {
  color: var(--white);
  text-shadow: 0 0 10px var(--dark-blue);
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.err {
  text-align: center;
  margin-top: 20px;
}

.man-cont {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.woman-cont {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hl-bg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hl-bg.m {
  display: none;
}

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

.radios {
  margin-bottom: 10px;
  display: flex;
}

.radio-cir {
  margin-left: 0;
}

.area {
  overflow: hidden;
}

.link {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .cont {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .top {
    height: 120px;
  }

  .top-t {
    font-size: 40px;
  }

  .bottom-bg {
    height: 90px;
  }

  .bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bot-t {
    font-size: 40px;
  }

  .il-logo {
    height: 60px;
  }

  .bot-t-sub {
    font-size: 30px;
  }

  .sec-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    font-size: 16px;
  }

  .p.p-big {
    font-size: 20px;
  }

  .h3-cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h3 {
    font-size: 32px;
  }

  .radio-cir {
    margin-right: -5px;
  }
}

@media screen and (max-width: 479px) {
  .sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bg-cover {
    aspect-ratio: 16 / 9;
  }

  .top-bg {
    height: 66%;
  }

  .top-bg.m {
    display: block;
    inset: auto 0% 0%;
  }

  .top-t {
    max-width: 290px;
  }

  .bottom-bg {
    height: 60px;
  }

  .bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: -80px;
  }

  .bot-t {
    font-size: 32px;
  }

  .bot-t-sub {
    font-size: 23px;
  }

  .sec-hero {
    min-height: 320px;
    max-height: none;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .p.p-big {
    font-size: 18px;
  }

  .cont-hero {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .list-bullet {
    margin-top: 2px;
  }

  .bullet {
    height: 16px;
  }

  .but {
    width: 100%;
    font-size: 24px;
  }

  .hl-bg.m {
    display: block;
    inset: auto 0% 0%;
  }
}


