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

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

body {
  position: relative;
  font-family: 'Noto Sans';
}

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%;
  top: 0;
  border-radius: 0px;
  z-index: 10;
}

body[lang] .red {
  color: #e60a24;
}

body[lang] .button {
  font-size: 19px;
  background: #e60a24;
  background: -webkit-gradient(linear, left top, right top, from(#e60a24), to(#80101d));
  background: linear-gradient(90deg, #e60a24 0%, #80101d 100%);
  border: 0;
  color: #fff;
  padding: 18px 40px;
  border-radius: 8px;
  font-weight: bolder;
  cursor: pointer;
}

body[lang] #sticky {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffffff;
  padding: 12px;
}

body[lang] #sticky .button {
  margin-top: 0;
}

body[lang] .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body[lang] .main {
  background: url(./main_bg_1920.png) no-repeat center;
  min-height: 870px;
  position: relative;
}

body[lang] .main__left header {
  padding-top: 50px;
}

body[lang] .main__left header #logo {
  background: url(./logo.svg) no-repeat center left;
  background-size: auto 60px;
  height: 60px;
}

body[lang] .main__left__titles__container {
  max-width: 550px;
}

body[lang] .main__left__titles__container__head_title {
  color: #2b4d7d;
  font-size: 20px;
  font-weight: bolder;
  padding-top: 80px;
}

body[lang] .main__left__titles__container__center_title {
  padding-top: 40px;
  font-size: 46px;
  font-weight: bolder;
  line-height: 110%;
}

body[lang] .main__left__titles__container__bottom_title {
  font-size: 23px;
  font-weight: 500;
  padding-top: 40px;
}

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

body[lang] .main__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (200px)[3];
      grid-template-columns: repeat(3, 200px);
  -ms-grid-rows: (165px)[3];
      grid-template-rows: repeat(3, 165px);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding-top: 100px;
  margin-left: -55px;
}

body[lang] .main__right__bullet {
  background-color: #fff;
  color: #102b6e;
  padding: 5px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body[lang] .main__right__bullet:nth-child(1) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

body[lang] .main__right__bullet:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

body[lang] .main__right__bullet:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

body[lang] .main__right__bullet:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

body[lang] .main__right__bullet:nth-child(5) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}

body[lang] .immigration {
  background-color: #212121;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[lang] .immigration__title {
  font-size: 20px;
  max-width: 330px;
  padding: 45px 0;
}

body[lang] .immigration__bullets_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 47px;
}

body[lang] .immigration__bullets_container__bullet {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

body[lang] .immigration__bullets_container__bullet::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 80px;
  top: -20px;
  background-color: #424242;
  right: -30px;
}

body[lang] .immigration__bullets_container__bullet::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}

body[lang] .immigration__bullets_container__bullet.bullet1::before {
  background: url(./immigration_bullet.svg) no-repeat center left;
}

body[lang] .immigration__bullets_container__bullet.bullet2::before {
  background: url(./years_bullet.svg) no-repeat center left;
}

body[lang] .immigration__bullets_container__bullet.bullet3::before {
  background: url(./happy_bullet.svg) no-repeat center left;
}

body[lang] .immigration__bullets_container__bullet.bullet4::before {
  background: url(./visa_bullet.svg) no-repeat center left;
}

body[lang] .resident {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 613px;
      grid-template-columns: 1fr 613px;
  padding-top: 86px;
  min-height: 590px;
}

body[lang] .resident__sub_title, body[lang] .resident__title {
  display: none;
}

body[lang] .resident__left__sub_title {
  font-size: 27px;
  color: #2b4d7d;
  font-weight: bolder;
}

body[lang] .resident__left__title {
  font-size: 45px;
  font-weight: bolder;
  line-height: 110%;
  padding-top: 15px;
}

body[lang] .resident__left__bullets_container {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  counter-reset: step;
}

body[lang] .resident__left__bullets_container__bullet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
      grid-template-columns: 30px 1fr;
  font-size: 21px;
  color: #212121;
  position: relative;
  padding: 12px 0;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 350;
}

body[lang] .resident__left__bullets_container__bullet::before {
  content: counter(step);
  counter-increment: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2c4c7e;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  height: 28px;
  z-index: 1;
}

body[lang] .resident__left__bullets_container__bullet::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 35px;
  background: #2c4c7e;
  z-index: -1;
}

body[lang] .resident__left__bullets_container__bullet:last-child::after {
  content: none;
}

body[lang] .resident__left__bullets_container__bullet.final::before {
  content: '';
  background-color: #e11427;
  border: 2px solid #e11427;
  background: url(./canada_bullet.svg) no-repeat center;
  background-size: 110%;
  font-size: 0;
}

body[lang] .resident__right {
  background: url(./skilled_pro_bg_1920.png) no-repeat center top;
  width: 100%;
  min-height: 90px;
  border-radius: 20px;
}

body[lang] .benefits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 590px 1fr;
      grid-template-columns: 590px 1fr;
  padding-top: 40px;
  gap: 20px;
  min-height: 450px;
}

body[lang] .benefits__title {
  display: none;
}

body[lang] .benefits__left {
  width: 100%;
  background: url(./benefits_bg_1920.png) no-repeat center top;
}

body[lang] .benefits__right__title {
  font-size: 45px;
  font-weight: bolder;
  line-height: 100%;
  padding-top: 15px;
}

body[lang] .benefits__right__bullets_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  padding-top: 35px;
  position: relative;
}

body[lang] .benefits__right__bullets_container__bullet {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  font-weight: 350;
}

body[lang] .benefits__right__bullets_container__bullet::before {
  background: url(./v_bullet.svg) no-repeat center top;
  content: '';
  left: 0;
  position: absolute;
  width: 30px;
  height: 24px;
}

body[lang] .visa_program {
  text-align: center;
}

body[lang] .visa_program__title {
  font-size: 45px;
  font-weight: bolder;
  padding-top: 50px;
  max-width: 685px;
  margin: auto;
}

body[lang] .visa_program__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 890px;
  margin: auto;
  padding-top: 30px;
}

body[lang] .visa_program__bullets__bullet {
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  white-space: nowrap;
  font-size: 16px;
  color: #102b6e;
}

body[lang] .visa_program__bullets__bullet::before {
  background: url(./leaf_bullet.svg) no-repeat center top;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
}

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

body[lang] .dream {
  position: relative;
}

body[lang] .dream__title {
  background-color: #2b4d7d;
  padding: 40px;
  color: #fff;
  font-weight: bolder;
  font-size: 30px;
  text-align: center;
}

body[lang] .dream::before {
  display: block;
  background: url(./bottom_bg_1920.png) no-repeat center top;
  content: '';
  left: 0;
  width: 100%;
  min-height: 250px;
}

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

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

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

body[lang] .dropshadow .form__title {
  margin-bottom: 25px;
  color: #102b6e;
  font-size: 27px;
  font-weight: 700;
  line-height: 107%;
}

body[lang] .dropshadow .form select,
body[lang] .dropshadow .form input {
  width: 100%;
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #221f1f;
  padding-left: 14px;
  color: #535353;
  outline: none;
  background-color: #ffffff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

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

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

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

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

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

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

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

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

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

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

body[lang] .dropshadow .form input[type='radio'],
body[lang] .dropshadow .form input[type='checkbox'] {
  width: 17px;
  height: 17px;
  accent-color: #102b6e;
}

body[lang] .dropshadow .form .button {
  margin: 10px auto 0;
}

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

body[lang] .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

body[lang] .footer #logo {
  background: url(./logo.svg) no-repeat center left;
  background-size: auto 60px;
  min-width: 250px;
  height: 60px;
}

body[lang] .footer__text {
  font-size: 16px;
  font-weight: 300;
}

body[lang='es'] .main__left__titles__container {
  max-width: 500px;
}

body[lang='es'] .main__left__titles__container__center_title {
  font-size: 41px;
}

body[lang='es'] .main__right {
  -ms-grid-columns: (217px)[3];
      grid-template-columns: repeat(3, 217px);
}

body[lang='es'] .resident__left__title {
  font-size: 36px;
}

body[lang='es'] .resident__left__bullets_container {
  padding-top: 20px;
}

body[lang='es'] .resident__left__bullets_container__bullet {
  font-size: 20px;
}

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

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

body[lang='fr'] .resident__left__bullets_container {
  padding-top: 20px;
}

body[lang='tr'] .main__left__titles__container__center_title {
  font-size: 38px;
}

body[lang='tr'] .resident__left__title {
  font-size: 43px;
}

body[lang='tr'] .resident__left__bullets_container {
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body[lang] .main {
    background: url(./main_bg_1200.png) no-repeat center top 120px #d3e6f5;
    min-height: 890px;
  }
  body[lang] .main__left header {
    padding-top: 25px;
  }
  body[lang] .main__left__titles__container {
    max-width: none;
  }
  body[lang] .main__left__titles__container__head_title {
    font-size: 17px;
    padding-top: 40px;
  }
  body[lang] .main__left__titles__container__center_title {
    padding-top: 25px;
    font-size: 39px;
  }
  body[lang] .main__left__titles__container__bottom_title {
    font-size: 18px;
    max-width: 360px;
    padding-top: 25px;
  }
  body[lang] .main__left__titles__container .button {
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
  }
  body[lang] .main__right {
    -ms-grid-columns: (165px)[3];
        grid-template-columns: repeat(3, 165px);
    -ms-grid-rows: (102px)[3];
        grid-template-rows: repeat(3, 102px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  body[lang] .main__right__bullet {
    font-size: 13px;
  }
  body[lang] .immigration {
    padding: 15px 0;
  }
  body[lang] .immigration .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body[lang] .immigration__title {
    font-size: 18px;
    max-width: none;
    padding: 20px 0;
  }
  body[lang] .immigration__bullets_container__bullet {
    -webkit-padding-start: 55px;
            padding-inline-start: 55px;
    min-height: 66px;
  }
  body[lang] .immigration__bullets_container__bullet::before {
    height: 52px;
  }
  body[lang] .immigration__bullets_container__bullet::after {
    top: -10px;
    right: -18px;
  }
  body[lang] .resident {
    -ms-grid-columns: 1fr 415px;
        grid-template-columns: 1fr 415px;
    padding-top: 50px;
    min-height: 500px;
  }
  body[lang] .resident__sub_title, body[lang] .resident__title {
    display: block;
    text-align: center;
    font-weight: bolder;
    grid-column: span 2;
  }
  body[lang] .resident__sub_title {
    font-size: 22px;
    color: #2b4d7d;
  }
  body[lang] .resident__title {
    font-size: 35px;
    line-height: 110%;
  }
  body[lang] .resident__left {
    text-align: center;
  }
  body[lang] .resident__left__sub_title, body[lang] .resident__left__title {
    display: none;
  }
  body[lang] .resident__left__bullets_container {
    padding-top: 0;
  }
  body[lang] .resident__left__bullets_container__bullet {
    font-size: 16px;
    text-align: left;
    padding: 7px 0;
    gap: 0 10px;
  }
  body[lang] .resident__left__bullets_container__bullet::after {
    height: 45px;
  }
  body[lang] .resident__right {
    background: url(./skilled_pro_bg_1200.png) no-repeat center top;
  }
  body[lang] .benefits {
    -ms-grid-columns: 425px 1fr;
        grid-template-columns: 425px 1fr;
  }
  body[lang] .benefits__title {
    display: block;
    font-size: 35px;
    font-weight: bolder;
    padding-top: 15px;
    grid-column: span 2;
  }
  body[lang] .benefits__left {
    background: url(./benefits_bg_1200.png) no-repeat center top;
  }
  body[lang] .benefits__right__title {
    display: none;
  }
  body[lang] .benefits__right__bullets_container {
    padding-top: 0;
    gap: 15px 0;
  }
  body[lang] .benefits__right__bullets_container__bullet {
    font-size: 16px;
  }
  body[lang] .visa_program__title {
    font-size: 35px;
  }
  body[lang] .visa_program__bullets {
    max-width: 760px;
  }
  body[lang] .visa_program .button {
    margin-block: 28px;
  }
  body[lang] .dream__title {
    font-size: 20px;
  }
  body[lang] .dream::before {
    background: url(./bottom_bg_1200.png) no-repeat center top;
    min-height: 158px;
  }
  body[lang] .footer #logo {
    min-width: 195px;
  }
  body[lang='es'] .resident__left__bullets_container__bullet:nth-child(4):after {
    height: 30px;
  }
  body[lang='fr'] .main {
    background: url(./main_bg_1200.png) no-repeat center top 160px #d3e6f5;
    min-height: 932px;
  }
  body[lang='tr'] .main {
    background: url(./main_bg_1200.png) no-repeat center top 98px #d3e6f5;
    min-height: 872px;
  }
  body[lang='tr'] .resident__left__bullets_container__bullet::after {
    height: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 17px;
    padding: 10px 17px;
  }
  body[lang] .main {
    background: url(./main_bg_768.png) no-repeat center top 73px #d3e6f5;
    min-height: 830px;
  }
  body[lang] .main__left header {
    padding-top: 18px;
  }
  body[lang] .main__left header #logo {
    background-position: center;
  }
  body[lang] .main__left__titles__container {
    text-align: center;
    max-width: 280px;
    margin: auto;
  }
  body[lang] .main__left__titles__container__head_title {
    font-size: 15px;
    padding-top: 30px;
  }
  body[lang] .main__left__titles__container__center_title {
    padding-top: 20px;
    font-size: 27px;
  }
  body[lang] .main__left__titles__container__bottom_title {
    padding-top: 20px;
    font-size: 16px;
  }
  body[lang] .main__left__titles__container .button {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
  body[lang] .main__right {
    padding-top: 65px;
    -ms-grid-columns: (95px)[3];
        grid-template-columns: repeat(3, 95px);
    -ms-grid-rows: (60px)[3];
        grid-template-rows: repeat(3, 60px);
    margin: auto;
  }
  body[lang] .main__right__bullet {
    font-size: 8px;
  }
  body[lang] .immigration {
    padding-block: 17px 25px;
  }
  body[lang] .immigration__title {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
  body[lang] .immigration__bullets_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 45px;
    max-width: 440px;
    margin: auto;
  }
  body[lang] .immigration__bullets_container__bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  body[lang] .immigration__bullets_container__bullet::before {
    height: 100%;
    width: 30px;
  }
  body[lang] .immigration__bullets_container__bullet.bullet1::before, body[lang] .immigration__bullets_container__bullet.bullet3::before {
    background-size: 95%;
  }
  body[lang] .immigration__bullets_container__bullet.bullet2::before, body[lang] .immigration__bullets_container__bullet.bullet4::before {
    background-size: 80%;
  }
  body[lang] .immigration__bullets_container__bullet::after {
    height: 65px;
    top: 0;
    right: -20px;
  }
  body[lang] .immigration__bullets_container__bullet.bullet2::after, body[lang] .immigration__bullets_container__bullet.bullet4::after {
    display: none;
  }
  body[lang] .resident {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 25px;
  }
  body[lang] .resident__sub_title {
    font-size: 19px;
    grid-column: unset;
  }
  body[lang] .resident__title {
    font-size: 26px;
    padding-top: 12px;
    grid-column: unset;
  }
  body[lang] .resident__left {
    padding-top: 23px;
    max-width: 360px;
    margin: auto;
  }
  body[lang] .resident__right {
    margin-top: 33px;
    background: url(./skilled_pro_bg_768.png) no-repeat center top;
    min-height: 230px;
  }
  body[lang] .benefits {
    padding-top: 25px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body[lang] .benefits__title {
    font-size: 26px;
    padding-top: 0;
    grid-column: unset;
    text-align: center;
  }
  body[lang] .benefits__left {
    background: url(./benefits_bg_768.png) no-repeat center top;
    min-height: 200px;
  }
  body[lang] .benefits__right {
    margin: auto;
  }
  body[lang] .visa_program__title {
    font-size: 26px;
  }
  body[lang] .visa_program__bullets {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 330px;
    margin: auto;
    padding-top: 18px;
  }
  body[lang] .visa_program__bullets__bullet {
    white-space: unset;
    text-align: left;
  }
  body[lang] .dream::before {
    background: url(./bottom_bg_768.png) no-repeat center top;
    min-height: 167px;
  }
  body[lang] .footer {
    padding-top: 20px;
  }
  body[lang] .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body[lang] .footer #logo {
    min-width: 157px;
  }
  body[lang] .footer__text {
    padding-top: 17px;
    text-align: center;
    min-width: 157px;
  }
  body[lang] .dropshadow .form {
    padding: 50px 20px;
  }
  body[lang] .dropshadow .form__title {
    font-size: 23px;
  }
  body[lang='es'] .main {
    background: url(./main_bg_768.png) no-repeat center top 116px #d3e6f5;
    min-height: 874px;
  }
  body[lang='fr'] .main {
    background: url(./main_bg_768.png) no-repeat center top 145px #d3e6f5;
    min-height: 904px;
  }
  body[lang='tr'] .main {
    background: url(./main_bg_768.png) no-repeat center top 62px #d3e6f5;
    min-height: 820px;
  }
  body[lang='tr'] .resident__left__bullets_container__bullet::after {
    height: 22px;
  }
}
/*# sourceMappingURL=style.css.map */