html {
  scroll-behavior: smooth;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-white {
  color: #fff;
}

body.w-page_defense-page {
  background-color: #fff;
}

body.w-page_defense-page .w-page__scroll-fix {
  padding-top: 0 !important;
}

.w-page__main {
  padding-bottom: 0 !important;
}

.w-footer {
  position: relative;
  z-index: 2;
}

.w-page__main p {
  margin-bottom: 1.8rem;
  line-height: 1.8;
  font-size: 14px;
}

.w-page__main img {
  max-width: 100%;
}

.ava_theme-air .btn-land {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  padding: 11px 19px 11px !important;
  min-width: 140px;
  text-transform: uppercase;
  border-radius: 30px !important;
  font-weight: 600;
  position: relative;
  background-color: #70724a;
  border: none !important;
}

.ava_theme-air .btn-land:hover,
.ava_theme-air .btn-land:focus {
  color: #fff;
  background-color: #555639;
}

.container_lp {
  position: relative;
}

.container_lp.border-bottom {
  border-bottom: 1px solid #e1e2e4;
}

.container_lp__m_bg {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

.container_lp__row {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.container_lp__head_section {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  min-height: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container_lp__header_text_container p {
  line-height: 1.5;
  font-size: 24px;
}

.container_lp__header_text_container p:last-child {
  margin-bottom: 0;
}

.container_lp__title_sub {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open sans', sans-serif;
}

.container_lp__title {
  font-family: 'Open sans', sans-serif;
  color: #1e2229;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0;
}

.container_lp__title_sup {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.container_lp__title_head {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
}

.container_lp__title_white {
  color: #fff;
}

.container_lp p:last-child {
  margin-bottom: 0;
}

.container_lp__headtext {
  margin-bottom: 45px;
}

.head_container {
  background-image: url("/ava-assets/img/landing-pages/land-defense-solution/head_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.webpNotSupported .head_container {
  background-image: url("/ava-assets/img/landing-pages/land-defense-solution/head_bg.jpg");
}

.content-bg-1 {
  position: relative;
  background-image: url("/ava-assets/img/landing-pages/land-defense-solution/content_bg_1.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.webpNotSupported .content-bg-1 {
  background-image: url("/ava-assets/img/landing-pages/land-defense-solution/content_bg_1.jpg");
}

.w-page__main .mobile_image {
  display: none;
}

.nukaBg {
  position: relative;
  background-color: #fff;
}

.nukaBg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-position: 70% 50%;
  background-size: cover;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
}

.nukaBg_right:before {
  left: initial;
  right: 0;
  background-position: 100% 50%;
}

.programmsIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.programmsIcons__item {
  min-height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 47%;
}

.programmsIcons__item img {
  max-width: 100%;
}

ul.list-styled-simple {
  margin-bottom: 1.8rem;
  padding-left: 20px;
  padding-right: 20px;
}

ul.list-styled-simple li {
  line-height: 1.8;
  font-size: 14px;
}

@media (min-width: 480px) {
  .ava_theme-air .btn-land {
    padding: 15px 32px 15px !important;
    min-width: 140px;
  }
}

@media (min-width: 550px) {
  .container_lp__title_head {
    font-size: 22px;
  }
}

@media screen and (min-width: 561px) {
  .container_lp__title {
    margin-bottom: 6px;
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .container_lp__title_head {
    font-size: 26px;
  }
}

@media (min-width: 781px) {
  .programmsIcons__item {
    margin-right: 1%;
    margin-bottom: 1%;
    width: 24%;
  }
}

@media (min-width: 961px) {
  .container_lp__row__min_height_md {
    min-height: 460px;
  }
}

@media screen and (min-width: 961px) {
  .container_lp__title {
    margin-top: 18px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .w-page__main p {
    font-size: 16px;
  }

  ul.list-styled-simple li {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .container_lp__head_section {
    min-height: 695px;
  }

  .container_lp__header_text_container p {
    font-size: 24px;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .programmsIcons {
    max-width: 625px;
  }

  .programmsIcons__item {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 30%;
  }
}

@media (min-width: 1366px) {
  .container_lp__title_sub {
    font-size: 24px;
  }

  .container_lp__title {
    font-size: 30px;
  }

  .container_lp__title_head {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .ava_theme-air .landing-section_related-products {
    padding-top: 0;
  }
}

@media (max-width: 967.5px) {
  .mobile_hidden {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .container_lp__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nukaBg .container_lp__row,
  .nukaBg.no_mobile_bg .container_lp__row {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .m_text_left {
    text-align: left;
  }

  .m_text_left p {
    text-align: left;
  }
}

@media (max-width: 960px) {
  .nukaBg:before {
    margin-bottom: 15px;
    position: static;
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 839px) {
  .container_lp__row,
  .w-grid__col {
    width: initial;
  }

  .w-grid__col.container_lp__head_section {
    min-height: auto;
    padding-bottom: 40vw;
  }

  .container_lp__header_text_container {
    max-width: 100%;
  }

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

@media screen and (max-width: 640px) {
  .container_lp__header_text_container {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .m_mb_lg {
    margin-bottom: 1.8rem !important;
  }

  .programmsIcons {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ul.list-styled-simple {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .container_lp__head_section {
    padding-top: 0;
  }
}

@media screen and (max-width: 550px) {
  .head_container {
    min-height: 82vw;
    background-image: url("/ava-assets/img/landing-pages/land-defense-solution/head_bg-mobile.webp");
  }

  .head_container .w-grid__col.container_lp__head_section {
    padding-bottom: 0;
  }

  .webpNotSupported .head_container {
    background-image: url("/ava-assets/img/landing-pages/land-defense-solution/head_bg-mobile.jpg");
  }

  .container_lp__header_text_container p {
    font-size: 17px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .ava_theme-air .btn-land {
    font-size: 12px;
  }
}

@media (min-width: 968px) and (max-width: 1280px) {
  .nukaBg:before {
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (min-width: 500px) and (max-width: 780px) {
  .programmsIcons__item {
    width: 30%;
  }
}