/*
Theme Name: AWS landing
Description: Styles for AWS landing
Author: Get it Done Agency
Version: 1.0
*/
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h4 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h5 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  line-height: 1;
}

body {
  height: 100%;
  line-height: 1;
}

textarea {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

button {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  background-color: inherit;
}

input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.aws-land-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}
.aws-land-body .mod--dark-gray {
  color: #4F4F4F;
}
.aws-land-body .slick-dots li button::before {
  display: none;
}
.aws-land-body .slick-dots li button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #80C7D5;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.aws-land-body .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.aws-land-body .slick-dots {
  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;
  gap: 1.87vw;
  padding: 0;
  margin: 0;
  bottom: -32px;
}
.aws-land-body .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #0190AB;
}

.aws-land__desktop {
  display: block;
}

.aws-land__phone {
  display: none;
}

.aws-land-wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aws-land-padding {
  padding: 0 40px;
}

.aws-land-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.aws-land-container.mod--forsliders {
  padding: 56px 0px 0px;
  max-width: 1086px;
}

.aws-land-section__padding.mod--forsliders {
  padding: 0;
  display: block;
  gap: 0;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  max-width: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  display: block;
  gap: 0;
  align-items: normal;
  justify-content: normal;
  max-width: none;
  box-sizing: content-box;
}

.aws-land-section__padding {
 padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 56px;
}

.aws-land__btn {
  border-radius: 24px;
  border: 1px solid #FF9900;
  background-color: #FF9900;
  padding: 11px 23px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.aws-land__btn:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #FF9900;
}

.aws-land__btn.mod--blue {
  background-color: #527FFF;
  border: 1px solid #527FFF;
  padding: 9px 23px;
  color: #fff;
}
.aws-land__btn.mod--blue:hover {
  background-color: #fff;
  border: 1px solid #527FFF;
  color: #527FFF;
}

.aws-land__btn.mod--white {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 23px;
  color: #232F3E;
}
.aws-land__btn.mod--white:hover {
  background-color: #FF9900;
  border: 1px solid #FF9900;
  color: #232F3E;
}

.aws-land__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.aws-land__title-wrapper.mod--slider {
  margin-bottom: 48px;
}

.aws-land__title-wrapper.mod--centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

h1.aws-land__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 48px;
}

h2.aws-land__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h3.aws-land__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h3.aws-land__subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h4.aws-land__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.aws-land__title.mod--white {
  color: #fff;
}

.aws-land__img {
  max-width: 100%;
}

.aws-land__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.aws-land__desc p {
  font-size: 18px;
  line-height: 1.6;
  color: #4F4F4F;
}

.aws-land__learn-more a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #0190AB;
  display: inline-block;
  margin-top: 16px;
  position: relative;
  text-decoration: none;
}
.aws-land__learn-more a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0%;
  width: 50%;
  border-bottom: 2px solid #0190AB;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.aws-land__learn-more a:hover::after {
  width: 100%;
}
.aws-land__learn-more a:focus::after {
  width: 100%;
}

.aws-land__learn-more-wrapper {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
  margin-top: 16px;
}

.aws-land__learn-more-wrapper.active {
  opacity: 1;
  display: inline-block;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.aws-land__show-all-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  margin-top: 16px;
  position: relative;
  text-decoration: none;
}
.aws-land__show-all-link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  top: -2px;
  left: 6px;
}
.aws-land__show-all-link:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.aws-land__show-all-p:not(:last-child) {
  margin-bottom: 22px;
}

.aws-land__show-all-wrapper.active ~ .aws-land__show-all-link::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aws-land__show-all-wrapper.active {
  opacity: 1;
  display: inline-block;
}

.aws-land__show-all-wrapper {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 0px;
}

.aws-land__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
.aws-land__item-title .mod--block {
  display: block;
}

.aws-land__item-title.mod--business {
  margin-top: 24px;
}

ul.aws-land__list > li:not(:last-child) {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 28px;
  line-height: 1.6;
}
ul.aws-land__list > li.aws-land__list-item {
  padding-left: 20px;
  background: url("/wp-content/themes/elcore/images/aws-land-img/bullet.svg") 9px 10px/3px no-repeat;
}
ul.aws-land__list {
  margin: 0;
  padding: 0;
}

.aws-land-section__padding.mod--cta {
  padding: 0px 0;
}

.aws-land-section__padding.mod--hero {
  padding: 164px 0px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 77px;
}

.aws-land-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.aws-land-hero__logos {
  padding-bottom: 24px;
}
.aws-land-hero__logos img {
  width: 510px;
  max-width: 100%;
}

.aws-land-hero__img img {
  width: 385px;
  max-width: 100%;
}

.aws-smb-body .aws-land-smb-buttons__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.aws-smb-body .aws-land-smb-buttons__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 32px;
  border-radius: 999px;
  background: #ff9900;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 720px) {
  .aws-smb-body .aws-land-smb-buttons {
    padding: 8vw 0 12vw;
  }

  .aws-smb-body .aws-land-smb-buttons__wrapper {
    gap: 4vw;
  }

  .aws-smb-body .aws-land-smb-buttons__item {
    width: 100%;
    min-height: 13vw;
    padding: 3.5vw 6vw;
    font-size: 4vw;
  }
}



.aws-smb-body .aws-smb-challenges {
  padding: 40px 0 20px;
}

.aws-smb-body .aws-smb-challenges .aws-land-section__padding {
  gap: 24px;
}

.aws-smb-body .aws-smb-challenges__subtitle {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.aws-smb-body .aws-smb-challenges__intro {
  color: #4F4F4F;
  font-size: 18px;
  line-height: 1.6;
  max-width: 1100px;
}

.aws-smb-body .aws-smb-challenges__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1100px;
}

.aws-smb-body .aws-smb-challenges__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.aws-smb-body .aws-smb-challenges__icon {
  flex-shrink: 0;
  color: #0190AB;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.aws-smb-body .aws-smb-challenges__item-title {
  margin-bottom: 8px;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.aws-smb-body .aws-smb-challenges__text {
  color: #4F4F4F;
  font-size: 18px;
  line-height: 1.6;
}

.aws-smb-body .aws-smb-challenges__text p {
  margin: 0;
}

@media (max-width: 720px) {
  .aws-smb-body .aws-smb-challenges {
    padding: 8vw 0 4vw;
  }

  .aws-smb-body .aws-smb-challenges .aws-land-section__padding {
    gap: 6vw;
  }

  .aws-smb-body .aws-smb-challenges__subtitle {
    font-size: 5.62vw;
  }

  .aws-smb-body .aws-smb-challenges__intro,
  .aws-smb-body .aws-smb-challenges__text {
    font-size: 3.75vw;
  }

  .aws-smb-body .aws-smb-challenges__item-title {
    font-size: 4.37vw;
  }
}

.aws-smb-body .aws-smb-offers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start; 
 gap: 40px 28px;
}

.aws-smb-body .aws-smb-offers__card {
  min-height: 260px;
  padding: 36px 28px 28px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.aws-smb-body .aws-smb-offers__card.item--grey {
  background-color: #f5f6f7;
}

.aws-smb-body .aws-smb-offers__card.item--bordered {
  border: 2px solid #f5f6f7;
}

.aws-smb-body .aws-smb-offers__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aws-smb-body .aws-smb-offers__card .aws-land__btn {
  align-self: flex-start;
}

.aws-smb-body .aws-smb-offers__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.aws-smb-body .aws-smb-offers__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.aws-smb-body .aws-smb-offers__image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 720px) {

  .aws-smb-body .aws-smb-offers__grid {
    grid-template-columns: 1fr;
    gap: 5vw;
  }

  .aws-smb-body .aws-smb-offers__card {
    min-height: auto;
    padding: 6vw 4vw;
    gap: 6vw;
  }

  .aws-smb-body .aws-smb-offers__image {
    min-height: auto;
  }

}


h3.aws-land__title.mod--aws-land-business {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 485px;
}

.aws-land-business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}

.aws-land__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.aws-land__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding: 24px;
  border-radius: 8px;
}

.aws-land__item.item--grey {
  background-color: #f5f6f7;
}

.aws-land__item.item--bordered {
  border: 2px solid #f5f6f7;
}

.aws-land__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.aws-land__item-img {
  padding-bottom: 8px;
}
.aws-land__item-img img {
  width: 48px;
}

.aws-land-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px;
}

.aws-land-about__img img {
  width: 357px;
}

.aws-land-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.aws-land-counter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.aws-land-counter-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.aws-land-spin-counter {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.aws-land-counter-block__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.aws-land-about .aws-land__list {
  font-size: 18px;
  margin-top: 16px;
}
.aws-land-about ul.aws-land__list > li.aws-land__list-item {
  background: url(/wp-content/themes/elcore/images/aws-land-img/bullet.svg) 9px 14px/3px no-repeat;
  color: #4F4F4F;
}

.aws-land-experience__img-certificates img {
  max-width: 100%;
  width: 488px;
  max-width: 100%;
  width: 488px;
}

.aws-land-experience__img img {
  max-width: 408px;
}

.aws-land__experience-slides {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 24px;
}

.aws-land-experience__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.aws-land-experience .aws-land__content {
  gap: 48px;
}

.aws-land-experience__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 32px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.aws-land-experience__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.aws-land-experience__item-img img {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  width: 9px;
}

.aws-land-experience__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.aws-land-lead.mod--hero {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  z-index: 999;
}

.aws-land-section__padding.mod--lead {
  padding: 0px;
}

.aws-land-lead__wrapper {
  background: url("/wp-content/themes/elcore/images/aws-land-img/lead-bg.webp") center center/cover no-repeat;
  padding: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.aws-land-lead__wrapper .aws-land__title {
  text-align: center;
}

.aws-land-lead__wrapper.mod--orange {
  background: url("/wp-content/themes/elcore/images/aws-land-img/lead-bg-orange.webp") center center/cover no-repeat;
}
.aws-land-lead__wrapper.mod--orange .aws-land__title span {
  background-color: #FF9900;
  color: #000;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0 2px;
  font-weight: 700;
}
.aws-land-lead__wrapper.mod--orange .aws-land__title {
  color: #fff;
}
.aws-land-lead__wrapper.mod--orange {
  /*
  .aws-land-lead__img {
  	img {
  		width: 148px;
  		max-width: 100%;
  	}
  }
  */
}

.aws-land-lead__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aws-land-lead__img img {
  width: 220px;
  max-width: 100%;
}

.aws-land-startup__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
}

.aws-land-startup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.aws-land-startup__img {
  grid-column: 1;
  grid-row: 1/span 2;
}
.aws-land-startup__img img {
  width: 486px;
}

.aws-land-startup .aws-land__title-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aws-land-startup__desc {
  margin-top: 8px;
}
.aws-land-startup__desc p {
  margin-bottom: 24px;
}

.aws-land__items.mod--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}

.aws-land-industry .aws-land__item {
  padding: 24px 24px 24px 0px;
}

.aws-land-trusted .aws-land-section__padding {
  padding: 0px 0px 80px;
}
.aws-land-trusted .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #A7A7A7;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  left: -50px;
}
.aws-land-trusted .slick-prev::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #A7A7A7;
}
.aws-land-trusted .slick-prev:hover::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #0190AB;
}
.aws-land-trusted .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #A7A7A7;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  right: -50px;
}
.aws-land-trusted .slick-next::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #A7A7A7;
}
.aws-land-trusted .slick-next:hover::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #0190AB;
}

.aws-land-trusted__logo {
  text-align: center;
  margin: 0 29px;
}

.aws-land-trusted__img {
  /*
  width: 100%;
  max-width: 180px;
  */
  width: 180px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.aws-land-trusted__logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.aws-land-team__members-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.aws-land-team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  background: #fff;
  margin: 0 12px;
}

.aws-land-team__item-img {
  width: 198px;
  max-width: 100%;
  margin-bottom: 20px;
}

.aws-land-team .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #A7A7A7;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  left: -50px;
}
.aws-land-team .slick-prev::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #A7A7A7;
}
.aws-land-team .slick-prev:hover::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #0190AB;
}
.aws-land-team .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #A7A7A7;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  right: -50px;
}
.aws-land-team .slick-next::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #A7A7A7;
}
.aws-land-team .slick-next:hover::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  color: #0190AB;
}

/*
.site-header {
	padding: 0 20px;
	.header__logo {
		max-width: 100%;
		width: 167px;
		flex-shrink: 0;
	}
}
.header {
	max-width: 1200px;
	margin: 0 auto;
}
.header__top {
	.main-container {
		padding: 0px !important;
	}
	border-bottom: 1px solid #fff;
}

li.pll-parent-menu-item {
	display: none !important;
}
.bottom-mobile-menu {
	display: none !important;
}
.search-box {
	display: none !important;
}
#site-navigation {
	ul {
		>li {
			>a {
				font-size: 14px;
			}
		}
	}
}
.main-container {
	gap: 12px !important;
	padding: 0px;
	max-width: 1240px;
}*/
.header__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 74.17%;
}

.head-menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tag-wrapper {
  padding-top: 56px;
}

.aws-land-form {
  background: url("/wp-content/themes/elcore/images/aws-land-img/section-form-bg.svg") center/cover no-repeat;
  color: #fff;
}
.aws-land-form .aws-land__title {
  text-align: center;
}
.aws-land-form .aws-land__title-wrapper.mod--centered {
  gap: 56px;
}
.aws-land-form h2.aws-land__title {
  text-align: center;
}
.aws-land-form .wpcf7.js {
  max-width: 576px;
}
.aws-land-form .contact-form__content .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.aws-land-form .contact-form__content .contact-form__row .col-6 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.aws-land-form .contact-form__content .contact-form__row:last-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aws-land-form .contact-form__content .contact-form__row:last-child .col-6:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.aws-land-form .contact-form__content .contact-form__row:last-child .col-6:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142px;
          flex: 0 0 142px;
  max-width: 142px;
}
.aws-land-form .contact-form.gid span.wpcf7-form-control-wrap {
  padding: 0px 8px;
}
.aws-land-form .contact-form.gid .col-wrap {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
.aws-land-form .contact-form.gid input[type=text] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.aws-land-form .contact-form.gid input[type=tel] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.aws-land-form .contact-form.gid input[type=email] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.aws-land-form .contact-form.gid textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.aws-land-form .contact-form.gid select {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
  color: #232F3E;
}
.aws-land-form .contact-form.gid select option {
  color: #232F3E;
}
.aws-land-form .contact-form.gid span.wpcf7-form-control-wrap[data-name=your-confirm] {
  padding: 10px 0 0;
}
.aws-land-form .contact-form.contact-form_dark.gid {
  width: 100%;
  max-width: 592px;
}
.aws-land-form .contact-form.contact-form_dark.gid input[type=text] {
  color: #232F3E;
}
.aws-land-form .contact-form.contact-form_dark.gid input[type=tel] {
  color: #232F3E;
}
.aws-land-form .contact-form.contact-form_dark.gid input[type=email] {
  color: #232F3E;
}
.aws-land-form .contact-form.contact-form_dark.gid textarea {
  color: #232F3E;
}
.aws-land-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #232F3E !important;
}
.aws-land-form .wpcf7-form-control::-moz-placeholder {
  color: #232F3E !important;
}
.aws-land-form .wpcf7-form-control:-ms-input-placeholder {
  color: #232F3E !important;
}
.aws-land-form .wpcf7-form-control::-ms-input-placeholder {
  color: #232F3E !important;
}
.aws-land-form .wpcf7-form-control::placeholder {
  color: #232F3E !important;
}
.aws-land-form .contact-form__submit-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background-color: #FF9900;
  color: #232F3E;
  text-align: center;
  width: 100%;
  height: 46px;
  border-radius: 60px;
  width: 142px;
  margin: 0px 8px;
}
.aws-land-form .wpcf7-form-control.wpcf7-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
  background-size: 24px;
  background-position: right 20px center;
  background-color: #fff;
}

.aws-land-form__wrapper {
  width: 100%;
  max-width: 700px;
  background-color: #242425;
  border-radius: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 72px 0px;
}

.footer {
  margin-top: 0px;
}

.container {
  padding: 0 20px;
}

.breadcrumbs {
  display: none;
}

#mm-1 .sub-menu.mm-listview {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#menu-item-2002 .mm-btn.mm-btn_next.mm-listitem__btn {
  display: none !important;
}

@media (max-width: 1200px) {
  .aws-land-trusted .slick-prev {
    left: 0px;
  }
  .aws-land-trusted .slick-next {
    right: 0px;
  }
  .aws-land-team .slick-prev {
    left: 0px;
  }
  .aws-land-team .slick-next {
    right: 0px;
  }
  .aws-land-trusted__img {
    width: 91px;
  }
  .aws-land-experience .aws-land__item-title {
    font-size: 12px;
  }
  .aws-land-experience__item-img img {
    width: 6px;
  }
  .aws-land-experience__item {
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .aws-land-body {
    font-size: 12px;
  }
  .aws-land-section__padding {
    padding: 48px 0px;
    gap: 24px;
  }
  .aws-land-lead__wrapper.mod--orange .aws-land__title {
    font-size: 12px;
  }
  .aws-land__btn {
    padding: 14.5px 32px;
    font-size: 14px;
  }
  .aws-land__btn.mod--white {
    padding: 6.5px 23px;
  }
  .aws-land-section__padding.mod--hero {
    padding: 88px 0px 22px;
    gap: 24px;
  }
  h1.aws-land__title {
    font-size: 32px;
  }
  .aws-land-hero__img img {
    width: 300px;
  }
  h2.aws-land__title {
    font-size: 24px;
  }
  h3.aws-land__title {
    font-size: 18px;
  }
  .aws-land__desc p {
    font-size: 12px;
  }
  .aws-land__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .aws-land__item {
    padding: 16px 10px;
    gap: 20px;
  }
  .aws-land__item-title.mod--business {
    margin-top: 8px;
  }
  ul.aws-land__list > li:not(:last-child) {
    margin-bottom: 0px;
  }
  h3.aws-land__subtitle {
    font-size: 18px;
  }
  .aws-land-about__img img {
    width: 300px;
  }
  .aws-land-about__wrapper {
    gap: 24px;
  }
  .aws-land-about .aws-land__list {
    font-size: 12px;
  }
  .aws-land-about ul.aws-land__list > li.aws-land__list-item {
    background: url(/wp-content/themes/elcore/images/aws-land-img/bullet.svg) 9px 10px/3px no-repeat;
  }
  .aws-land-counter-block__title {
    font-size: 12px;
  }
  .aws-land-counter-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    row-gap: 24px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 24px;
  }
  .aws-land-experience__img {
    display: none;
  }
  .aws-land-experience__item-content .aws-land__item-title {
    font-size: 12px;
  }
  .aws-land__item-title {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .aws-land-startup__img img {
    width: 300px;
  }
  .aws-land__item-img img {
    width: 16px;
  }
  .aws-land__items.mod--grid {
    gap: 12px;
  }
  .aws-land__item-content {
    gap: 8px;
  }
  h4.aws-land__title {
    font-size: 12px;
  }
  .aws-land-form .aws-land__title-wrapper.mod--centered {
    gap: 32px;
  }
  .footer__row {
    padding-top: 0;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 850px) {
  .header .btn {
    display: none;
  }
  nav .btn.btn_mobile-consultation {
    display: none;
  }
  .site-header .header__logo-img {
    margin-top: 0px !important;
  }
  .burger {
    background-image: url("/wp-content/themes/elcore/images/aws-land-img/burger.svg");
  }
}
@media (max-width: 767.98px) {
  .aws-land-form .col-6 {
    width: 100%;
  }
  .aws-land-form .contact-form__submit-btn {
    max-width: 360px;
    margin-left: unset;
    margin-left: 8px;
  }
}
@media (max-width: 720.98px) {
  .aws-land__desktop {
    display: none;
  }
  .aws-land__phone {
    display: block;
  }
  .aws-land-body {
    font-size: 3.75vw;
  }
  .aws-land-body .slick-dots {
    gap: 0vw;
  }
  .aws-land-body .slick-dots li button {
    width: 1.87vw;
    height: 1.87vw;
  }
  .aws-land-body .slick-dots li {
    width: 3.75vw;
    height: 3.75vw;
    padding-top: 1.87vw;
    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;
  }
  .aws-land-body .slick-dots li.slick-active button {
    width: 3.75vw;
    height: 3.75vw;
  }
  .aws-land-padding {
    padding: 0 3.12vw;
  }
  .aws-land-section__padding {
    padding: 15vw 0;
    gap: 0;
  }
  .aws-land__btn {
    font-size: 4.37vw;
    padding: 4.53vw;
    font-size: 4.37vw;
    width: 100%;
    text-align: center;
    border-radius: 7.5vw;
  }
  .aws-land__title-wrapper {
    gap: 0vw;
    margin-bottom: 0vw;
  }
  .aws-land-about .aws-land__title-wrapper {
    margin-bottom: 10vw;
  }
  .aws-land-about .aws-land__list {
    font-size: 3.75vw;
  }
  .aws-land-about ul.aws-land__list > li.aws-land__list-item {
    padding-left: 6.25vw;
    background: url(/wp-content/themes/elcore/images/aws-land-img/bullet.svg) 2.81vw 3.12vw/0.93vw no-repeat;
  }
  .aws-land-expertise .aws-land__title-wrapper {
    margin-bottom: 10vw;
  }
  .aws-land-industry .aws-land__title-wrapper {
    margin-bottom: 10vw;
  }
  .aws-land-team .aws-land__title-wrapper.mod--slider {
    margin-bottom: 7.5vw;
  }
  .aws-land-team .aws-land__item-title {
    font-size: 4.62vw;
  }
  h1.aws-land__title {
    font-size: 10vw;
    padding-bottom: 10vw;
  }
  h2.aws-land__title {
    font-size: 7.5vw;
    margin-bottom: 2.5vw;
  }
  h3.aws-land__title {
    font-size: 5.62vw;
  }
  .aws-land-form h3.aws-land__title {
    font-size: 7.5vw;
  }
  .aws-land-form .aws-land-section__padding.mod--medium {
    padding: 0vw;
  }
  .aws-land-form .aws-land-padding {
    padding: 0vw;
  }
  .aws-land-form .contact-form.gid .contact-form__content {
    max-width: 83vw;
  }
  .aws-land-form .contact-form.gid .contact-form__content .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .aws-land-form .contact-form.gid input[type=text] {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .aws-land-form .contact-form.gid input[type=tel] {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .aws-land-form .contact-form.gid input[type=email] {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .aws-land-form .contact-form.gid textarea {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .aws-land-form .contact-form.gid select {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .aws-land-form .contact-form.gid span.wpcf7-form-control-wrap[data-name=your-confirm] {
    padding: 0;
    padding: 0 3.12vw;
  }
  .aws-land-form .contact-form.gid .col-wrap {
    margin-bottom: 5vw;
  }
  .aws-land-form .contact-form.gid span.wpcf7-form-control-wrap {
    padding: 0 3.12vw;
  }
  .aws-land-form .contact-form__submit-btn {
    font-size: 3.75vw;
    height: 12.5vw;
    width: 87.75vw;
    margin: 0px auto;
    margin-left: unset;
    max-width: 100%;
    margin-top: 5vw;
  }
  .aws-land-form .wpcf7-form-control.wpcf7-submit.has-spinner.btn.contact-form__submit-btn {
    margin: 0 auto;
  }
  .aws-land__item-title .mod--block {
    display: inline-block;
  }
  .aws-land__item-title {
    font-size: 5vw;
  }
  .aws-land__item {
    padding: 5vw 3.12vw;
    gap: 6.25vw;
    border-radius: 2.5vw;
  }
  .aws-land__item-content {
    gap: 3.75vw;
  }
  ul.aws-land__list > li.aws-land__list-item {
    padding-left: 6.25vw;
    background: url("/wp-content/themes/elcore/images/aws-land-img/bullet.svg") 2.81vw 3.12vw/0.93vw no-repeat;
  }
  .aws-land-lead.mod--hero {
    display: none;
  }
  .aws-land-lead__wrapper.mod--orange {
    background: url("/wp-content/themes/elcore/images/aws-land-img/lead-bg-orange-mob.svg") center center/cover no-repeat;
    padding: 5vw;
  }
  .aws-land-lead__wrapper.mod--orange .aws-land-lead__img img {
    width: 36.56vw;
  }
  .aws-land-lead__wrapper.mod--orange .aws-land__title {
    font-size: 3.75vw;
    text-align: center;
    line-height: 1.2;
  }
  .aws-land-lead__wrapper.mod--orange .aws-land__title span {
    background-color: unset;
    color: #FF9900;
  }
  .aws-land-lead__wrapper {
    border-radius: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5vw;
    background: url("/wp-content/themes/elcore/images/aws-land-img/lead-bg-mob.svg") center center/cover no-repeat;
    padding: 5vw;
  }
  .aws-land__btn.mod--white {
    padding: 2.81vw 7.5vw;
    width: auto;
  }
  .aws-land-section__padding.mod--hero {
    padding: 7.5vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aws-land__item-img img {
    width: 5vw;
  }
  .aws-land-hero__logos {
    padding-bottom: 20vw;
  }
  .aws-land-hero__logos img {
    width: 93.75vw;
    max-width: 100%;
  }
  .aws-land-hero__img {
    text-align: center;
  }
  .aws-land-hero__img img {
    width: 64vw;
  }
  .aws-land-business__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 7.5vw;
    margin-bottom: 10vw;
  }
  h3.aws-land__title.mod--aws-land-business {
    max-width: 100%;
  }
  .aws-land__desc p {
    font-size: 3.75vw;
  }
  .aws-land__business-slide .aws-land__item {
    height: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aws-land__business-slide {
    height: 98.75vw;
    display: block;
  }
  .aws-land-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10vw;
  }
  .aws-land-about__img img {
    width: 93.75vw;
    max-width: 100%;
  }
  .aws-land__learn-more a {
    font-size: 4.37vw;
  }
  h3.aws-land__subtitle {
    font-size: 5.62vw;
  }
  .aws-land-spin-counter {
    font-size: 7.5vw;
  }
  .aws-land-counter-block__title {
    font-size: 3.75vw;
  }
  .aws-land-counter-block {
    row-gap: 7.5vw;
    -webkit-column-gap: 12.5vw;
       -moz-column-gap: 12.5vw;
            column-gap: 12.5vw;
    margin-bottom: 7.5vw;
  }
  .aws-land-experience__img-certificates {
    padding: 7.5vw 0vw;
  }
  .aws-land-experience__img-certificates img {
    max-width: 100%;
    width: 93.75vw;
  }
  .aws-land__img.mod--experience img {
    display: none;
  }
  .aws-land-experience__item-img img {
    width: 2.1vw;
    -webkit-transform: translateY(0.5vw);
        -ms-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  .aws-land-experience .aws-land__item-title {
    font-size: 3.75vw;
  }
  .aws-land__experience-slides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
  .aws-land-experience__item-content {
    gap: 1.25vw;
  }
  .aws-land-experience__item {
    gap: 1.25vw;
    margin-bottom: 7.5vw;
    margin-left: 4vw;
  }
  .aws-land-experience__items {
    row-gap: 0vw;
  }
  .aws-land-lead h4.aws-land__title {
    font-size: 3.75vw;
    text-align: center;
  }
  .aws-land-lead__img img {
    width: 36.56vw;
  }
  .aws-land__btn.mod--blue {
    padding: 2.03vw 7.18vw;
    width: auto;
  }
  .aws-land-startup__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10vw;
  }
  .aws-land-startup .aws-land__title-wrapper {
    grid-row: 1;
  }
  .aws-land-startup__img {
    grid-row: 2;
    text-align: center;
  }
  .aws-land-startup__img img {
    width: 64vw;
  }
  .aws-land-startup__desc {
    margin-top: unset;
    grid-row: 3;
  }
  .aws-land-startup__desc p {
    margin-bottom: 7.5vw;
  }
  .aws-land__items.mod--grid.aws-land__expertise-slide {
    display: block;
  }
  .aws-land__expertise-slide {
    height: 74.37vw;
  }
  .aws-land__expertise-slide .aws-land__item {
    height: auto;
  }
  .aws-land__show-all-link {
    font-size: 4.37vw;
  }
  .aws-land__show-all-link::after {
    width: 1.87vw;
    height: 1.87vw;
    top: -0.62vw;
    left: 1.87vw;
  }
  .aws-land__items.mod--grid.aws-land__industry-slide {
    display: block;
    height: 62.5vw;
  }
  .aws-land__industry-slide .aws-land__item {
    height: 51.25vw;
  }
  .aws-land-trusted .aws-land-section__padding {
    padding: 0vw 0 15vw;
  }
  .aws-land-trusted h2.aws-land__title {
    margin-bottom: 10vw;
  }
  .aws-land-trusted__logo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5vw;
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
  }
  .aws-land-trusted__img {
    width: 28.43vw;
  }
  .aws-land-trusted__logo {
    margin: 0vw;
  }
  .aws-land-team__item-img {
    width: 58vw;
    max-width: 100%;
    margin-bottom: 6.25vw;
    width: 58vw;
  }
  .aws-land-team__item {
    padding-left: 15vw;
  }
  .aws-land-team__item .aws-land__mod--block {
    display: inline-block;
  }
  .aws-land-team__item .aws-land__item-title {
    margin-bottom: 2.5vw;
  }
  .aws-land-team__members-slider {
    height: auto;
  }
  .aws-land__experience-slide {
    display: block;
  }
  .site-header .header__logo {
    max-width: 100%;
    width: 41.56vw;
  }
  .site-header .header__logo-img {
    margin-top: 0px !important;
  }
  .burger {
    width: 7.5vw;
    height: 10vw;
  }
  .header__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
  }
  .wpcf7.js {
    max-width: unset;
  }
  .tag-wrapper {
    padding-top: 10vw;
  }
  .aws-land-form__wrapper {
    border-radius: 0vw;
    gap: 10vw;
    padding: 15vw 3.12vw;
  }
  .footer-menu_row li a {
    font-size: 2.75vw;
    line-height: 1.6;
  }
  .title-menu_subscribe {
    display: none;
  }
  .subscribe-form {
    display: none;
  }
  .container {
    padding: 0 3.12vw;
  }
  .footer-navigation {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .footer__row {
    padding-top: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  a.footer__logo-img img {
    width: 49vw;
  }
}
@media screen and (max-width: 480px) {
  .aws-land-form .contact-form__submit-btn {
    max-width: 93.75vw;
  }
  .aws-land-team__members-slider {
    height: 97vw;
  }
}
@media screen and (max-width: 1008px) {
  .site-header .head-menu li {
    padding: 5px 12px;
  }
}
.aws-land-body div.slick-list.draggable {
  height: auto !important;
}

.aws-land-body .slick-track {
  height: auto !important;
}

@media (max-width: 768px) {
  .aws-land-body div.slick-list.draggable {
    height: auto !important;
  }
  .aws-land-body .slick-track {
    height: auto !important;
  }
}

.aws-land-form .contact-form__content .contact-form__row .col-12{
    width: 100%;

}

div.contact-form__row.mod--full .col-12{
    width: 100%;

}
