*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

#sticky {
  position: fixed;
  width: 100%;
  bottom: -2px;
  border-radius: 0px 0px 29px 0px;
  z-index: 10;
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slide_right {
  -webkit-animation: 1.5s slide-right ease-in-out;
          animation: 1.5s slide-right ease-in-out;
}

.slide_up {
  -webkit-animation: 1.5s slide-up ease-in-out;
          animation: 1.5s slide-up ease-in-out;
}

body[lang] .button {
  font-size: 21px;
  color: white;
  background-color: #ec1c24;
  padding: 20px 38px;
  border-radius: 0px 0px 29px 0px;
  border: none;
  font-weight: bolder;
  cursor: pointer;
}

body[lang] .button:hover {
  background-color: #d1191f;
}

body[lang] .main {
  background: url(webp/main_bg_1920.webp) no-repeat center top;
  min-height: 800px;
  overflow: hidden;
}

body[lang] .main header {
  padding-top: 30px;
}

body[lang] .main header #logo {
  background: url(webp/logo.webp) no-repeat center left;
  height: 111px;
}

body[lang] .main .titles__wrapper {
  color: white;
}

body[lang] .main .titles__wrapper__title {
  -webkit-padding-end: 400px;
          padding-inline-end: 400px;
  font-size: 50px;
  font-weight: bolder;
  padding-top: 70px;
}

body[lang] .main .titles__wrapper__sub_title {
  -webkit-padding-end: 650px;
          padding-inline-end: 650px;
  font-size: 22px;
  padding-top: 22px;
  padding-bottom: 61px;
}

body[lang] .immigrants {
  background-color: #f2f2f2;
  min-height: 280px;
  padding: 56px 0;
}

body[lang] .immigrants .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: 0 89px;
}

body[lang] .immigrants__numbers {
  max-width: 570px;
  color: #006e88;
  font-size: 40px;
  font-weight: 800;
}

body[lang] .immigrants__text {
  max-width: 570px;
  font-size: 20px;
  padding-top: 14px;
}

body[lang] .to_join {
  -webkit-padding-before: 75px;
          padding-block-start: 75px;
  text-align: center;
  overflow: hidden;
}

body[lang] .to_join__title {
  font-size: 40px;
  color: #006e88;
  text-align: center;
}

body[lang] .to_join__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding-top: 15px;
  gap: 90px;
}

body[lang] .to_join__steps .step {
  padding-top: 245px;
}

body[lang] .to_join__steps .step1 {
  background: url(webp/step1.webp) no-repeat center;
}

body[lang] .to_join__steps .step2 {
  background: url(webp/step2.webp) no-repeat center;
}

body[lang] .to_join__steps .step3 {
  background: url(webp/step3.webp) no-repeat center;
}

body[lang] .to_join__steps .step4 {
  background: url(webp/step4.webp) no-repeat center;
}

body[lang] .how_can_help {
  color: white;
  padding: 70px;
}

body[lang] .how_can_help__content {
  background: url(webp/how_we_help_bg_1920.webp) no-repeat left #006e88;
  width: 100%;
  padding-left: 740px;
}

body[lang] .how_can_help__content__title {
  font-size: 40px;
}

body[lang] .how_can_help__content .container {
  padding: 50px;
}

body[lang] .how_can_help__content .bullets {
  max-width: 620px;
}

body[lang] .how_can_help__content .bullets .bullet {
  position: relative;
  -webkit-padding-start: 63px;
          padding-inline-start: 63px;
  margin-top: 40px;
  font-size: 20px;
}

body[lang] .how_can_help__content .bullets .bullet::before {
  position: absolute;
  display: block;
  content: ' ';
  width: 20px;
  height: 20px;
  background-color: white;
  left: 0;
  top: 2px;
}

body[lang] .how_can_help .button {
  -webkit-margin-before: 42px;
          margin-block-start: 42px;
}

body[lang] .footer {
  text-align: center;
  background-color: #31373f;
  color: white;
  padding: 36px 0;
}

body[lang] .dropshadow {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  min-height: 100%;
  padding-top: 65px;
}

body[lang] .dropshadow form {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 60px;
  max-width: 600px;
  margin: auto;
}

body[lang] .dropshadow .dropshadow__close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(webp/close.webp) no-repeat center;
  background-size: 18px 18px;
  cursor: pointer;
}

body[lang] .dropshadow .form_title {
  color: #1c1e20;
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 600;
}

body[lang] .dropshadow select,
body[lang] .dropshadow input {
  width: 100%;
  font-size: 16px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #99a4b3;
  padding-left: 14px;
  color: #535353;
  outline: none;
  background: #ffffff;
}

body[lang] .dropshadow select::-webkit-input-placeholder,
body[lang] .dropshadow input::-webkit-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow select:-ms-input-placeholder,
body[lang] .dropshadow input:-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow select::-ms-input-placeholder,
body[lang] .dropshadow input::-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow select::placeholder,
body[lang] .dropshadow input::placeholder {
  color: #535353;
}

body[lang] .dropshadow select:focus,
body[lang] .dropshadow input:focus {
  border: 2px solid #cea764;
  color: #cea764;
}

body[lang] .dropshadow select:focus::-webkit-input-placeholder,
body[lang] .dropshadow input:focus::-webkit-input-placeholder {
  color: #cea764;
}

body[lang] .dropshadow select:focus:-ms-input-placeholder,
body[lang] .dropshadow input:focus:-ms-input-placeholder {
  color: #cea764;
}

body[lang] .dropshadow select:focus::-ms-input-placeholder,
body[lang] .dropshadow input:focus::-ms-input-placeholder {
  color: #cea764;
}

body[lang] .dropshadow select:focus::placeholder,
body[lang] .dropshadow input:focus::placeholder {
  color: #cea764;
}

body[lang] .dropshadow .Form_Element_Holder_Div {
  text-align: initial;
  margin-bottom: 20px;
}

body[lang] .dropshadow #divBday {
  margin-top: -14px;
}

body[lang] .dropshadow input[type='radio'],
body[lang] .dropshadow input[type='checkbox'] {
  width: 17px;
  height: 17px;
}

body[lang] .dropshadow #gdpr {
  margin-top: 20px;
  font-size: 13px;
}

body[lang='fr'] .main .titles__wrapper__title {
  font-size: 40px;
}

body[lang='fr'] .how_can_help__content__title {
  font-size: 37px;
}

body[lang='fr'] .how_can_help__content .bullets .bullet {
  font-size: 18px;
}

@media only screen and (max-width: 1599px) {
  .container {
    max-width: 1200px;
  }
  body[lang] .button {
    font-size: 21px;
    padding: 20px 38px;
  }
  body[lang] .main {
    background: url(webp/main_bg_1600.webp) no-repeat center top;
    min-height: 662px;
  }
  body[lang] .main .titles__wrapper__title {
    padding-top: 30px;
  }
  body[lang] .to_join {
    -webkit-padding-before: 63px;
            padding-block-start: 63px;
    -webkit-padding-after: 77px;
            padding-block-end: 77px;
  }
  body[lang] .how_can_help {
    background: url(webp/how_we_help_bg_1600.webp) no-repeat center top;
    min-height: auto;
    padding: 78px 0px;
  }
  body[lang] .how_can_help .container {
    padding: 0 20px;
    -webkit-padding-start: 587px;
            padding-inline-start: 587px;
  }
  body[lang] .how_can_help__content {
    background: none;
    padding: 0;
  }
  body[lang] .dropshadow .form_title {
    font-size: 23px;
  }
  body[lang='fr'] .how_can_help {
    padding: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 19px;
  }
  body[lang] .main {
    background: url(webp/main_bg_1200.webp) no-repeat center top;
    min-height: 555px;
  }
  body[lang] .main .titles__wrapper {
    padding-top: 0px;
  }
  body[lang] .main .titles__wrapper__title {
    -webkit-padding-end: 360px;
            padding-inline-end: 360px;
    font-size: 35px;
    padding-top: 0px;
  }
  body[lang] .main .titles__wrapper__sub_title {
    -webkit-padding-end: 360px;
            padding-inline-end: 360px;
    font-size: 19px;
  }
  body[lang] .immigrants__numbers {
    font-size: 35px;
  }
  body[lang] .immigrants__text {
    font-size: 19px;
  }
  body[lang] .to_join__title {
    font-size: 35px;
  }
  body[lang] .to_join__steps {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding-top: 15px;
    gap: 0;
  }
  body[lang] .to_join__steps .step {
    padding-top: 235px;
  }
  body[lang] .how_can_help {
    background: url(webp/how_we_help_bg_1200.webp) no-repeat center top #006e88;
    max-width: 768px;
    min-height: 495px;
    margin: auto;
  }
  body[lang] .how_can_help__content {
    -webkit-padding-before: 470px;
            padding-block-start: 470px;
  }
  body[lang] .how_can_help__content__title {
    font-size: 35px;
  }
  body[lang] .how_can_help__content .container {
    padding: 0px;
    max-width: 624px;
  }
  body[lang] .how_can_help__content .bullets .bullet {
    font-size: 19px;
  }
  body[lang] .how_can_help .button {
    -webkit-margin-before: 42px;
            margin-block-start: 42px;
    font-size: 19px;
    padding: 18px 30px;
  }
  body[lang] .footer {
    font-size: 16px;
  }
  body[lang='fr'] .main .titles__wrapper__title {
    font-size: 30px;
  }
  body[lang='fr'] .how_can_help__content {
    -webkit-padding-before: 515px;
            padding-block-start: 515px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 16px;
    padding: 15px 30px;
  }
  body[lang] .main {
    background: url(webp/main_bg_768.webp) no-repeat center bottom;
    min-height: auto;
    padding-bottom: 247px;
  }
  body[lang] .main header {
    padding-top: 15px;
  }
  body[lang] .main header #logo {
    background: url(webp/logo_768.webp) no-repeat center left;
    height: 80px;
    background-position: center;
  }
  body[lang] .main .titles__wrapper {
    text-align: center;
  }
  body[lang] .main .titles__wrapper__title {
    font-size: 25px;
    padding-top: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  body[lang] .main .titles__wrapper__sub_title {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 27px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  body[lang] .immigrants {
    min-height: 303px;
    padding: 31px 0;
  }
  body[lang] .immigrants .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 33px 0;
  }
  body[lang] .immigrants__wrapper {
    margin: auto;
  }
  body[lang] .immigrants__numbers {
    font-size: 25px;
  }
  body[lang] .immigrants__text {
    font-size: 16px;
    padding-top: 0;
  }
  body[lang] .to_join {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    text-align: center;
  }
  body[lang] .to_join__title {
    font-size: 25px;
    margin: auto;
  }
  body[lang] .to_join__steps {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 0;
    margin: auto;
    gap: 25px;
  }
  body[lang] .to_join__steps .step {
    padding-top: 120px;
  }
  body[lang] .to_join__steps .step1 {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    background: url(webp/step1_768.webp) no-repeat center top;
  }
  body[lang] .to_join__steps .step2 {
    background: url(webp/step2_768.webp) no-repeat center top;
  }
  body[lang] .to_join__steps .step3 {
    background: url(webp/step3_768.webp) no-repeat center top;
  }
  body[lang] .to_join__steps .step4 {
    background: url(webp/step4_768.webp) no-repeat center top;
  }
  body[lang] .how_can_help {
    background: url(webp/how_we_help_bg_1200.webp) no-repeat center top #006e88;
    background-size: 100% auto;
    padding: 0;
  }
  body[lang] .how_can_help__content {
    -webkit-padding-before: 65%;
            padding-block-start: 65%;
  }
  body[lang] .how_can_help__content__title {
    font-size: 25px;
    padding: 37px 10px 0;
  }
  body[lang] .how_can_help__content .bullets .bullet {
    font-size: 16px;
    margin-top: 20px;
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
    -webkit-padding-end: 13px;
            padding-inline-end: 13px;
  }
  body[lang] .how_can_help__content .bullets .bullet::before {
    width: 15px;
    height: 15px;
    background-color: white;
    left: 10px;
    top: 2px;
  }
  body[lang] .how_can_help .button {
    padding: 15px 50px;
    -webkit-margin-before: 38px;
            margin-block-start: 38px;
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    -webkit-margin-after: 46px;
            margin-block-end: 46px;
    font-size: 16px;
  }
  body[lang] .dropshadow form {
    padding: 30px 20px;
  }
  body[lang='fr'] .button {
    font-size: 13px;
  }
  body[lang='fr'] .main .titles__wrapper__title {
    font-size: 20px;
    max-width: 280px;
    margin: auto;
  }
  body[lang='fr'] .main .titles__wrapper__sub_title {
    font-size: 15px;
  }
  body[lang='fr'] .main .titles__wrapper .button {
    font-size: 15px;
    padding: 15px 20px;
  }
  body[lang='fr'] .how_can_help__content__title {
    padding: 25px 15px 0;
  }
  body[lang='fr'] .how_can_help .button {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
  body[lang='fr'] .how_can_help .bullets .bullet {
    font-size: 13px;
  }
  body[lang='fr'] .to_join__title {
    font-size: 20px;
  }
  body[lang='fr'] .footer {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */