/* Storage Abu Dhabi New Template CSS */
.et-storage-page {
  overflow: hidden;
}
.et-storage-page .button {
    max-width: 260px;
    width: 100%;
}
.et-storage-title {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.et-storage-hero {
  padding: 45px 0 90px;
}

.et-storage-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: center;
}

.et-storage-hero__media {
  min-width: 0;
}

.et-storage-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin-top: -120px;
}

.et-storage-hero__content {
  min-width: 0;
}

.et-storage-hero__title {
  margin-bottom: 24px;
  max-width: 500px;
}

.et-storage-hero__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 485px;
}

.et-storage-hero__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.et-storage-hero__list-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.et-storage-hero__list-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.et-storage-hero__list-text,
.et-storage-hero__intro {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.et-storage-hero__intro {
  margin: 0 0 24px;
  max-width: 480px;
}

.et-storage-hero__form-wrap {
  max-width: 620px;
}

.et-storage-hero__form .gform_wrapper,
.et-storage-hero__form .gform-theme--foundation,
.et-storage-hero__form .gform-theme--framework {
  margin: 0;
}

.et-storage-hero__form .gform_heading,
.et-storage-hero__form .gform_title,
.et-storage-hero__form .gform_description,
.et-storage-hero__form .gform_validation_errors,
.et-storage-hero__form .validation_message,
.et-storage-hero__form .gfield_label,
.et-storage-hero__form .gform_required_legend {
  display: none !important;
}

.et-storage-hero__form form,
.et-storage-hero__form .gform-body,
.et-storage-hero__form .gform_footer,
.et-storage-hero__form .gform_page_footer,
.et-storage-hero__form .gform_fields {
  margin: 0;
  padding: 0;
}

.et-storage-hero__form form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 160px !important;
  column-gap: 0;
  row-gap: 0;
  align-items: start;
}

.et-storage-hero__form .gform-body,
.et-storage-hero__form .gform_page_footer,
.et-storage-hero__form .gform_footer {
  min-width: 0;
}

.et-storage-hero__form .gform_fields {
  display: block !important;
}

.et-storage-hero__form .gfield {
  margin: 0 !important;
  padding: 0 !important;
}

.et-storage-hero__form .ginput_container,
.et-storage-hero__form .ginput_container_email,
.et-storage-hero__form .ginput_container_text,
.et-storage-hero__form input[type="email"],
.et-storage-hero__form input[type="text"] {
  width: 100%;
}

.et-storage-hero__form input[type="email"],
.et-storage-hero__form input[type="text"] {
  height: 68px;
  padding: 0 160px 0 22px;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  outline: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.et-storage-hero__form input[type="email"]::placeholder,
.et-storage-hero__form input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}

.et-storage-hero__form .gform_footer,
.et-storage-hero__form .gform_page_footer,
.et-storage-hero__form .gform-button--width-full {
  width: 260px;
  margin: 0 0 0 -120px !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
}

.et-storage-hero__form .gform_footer input[type="submit"],
.et-storage-hero__form .gform_footer button,
.et-storage-hero__form .gform_page_footer input[type="submit"],
.et-storage-hero__form .gform_page_footer button,
.et-storage-hero__form .gform_button {
  width: 100%;
  max-width: 260px;
  min-width: 0;
  height: 68px;
  margin: 0 !important;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.et-storage-hero__form-note {
  width: 290px;
  margin-left: auto;
  margin-right: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13.684px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.42px;
}

@media (max-width: 1199px) {
  .et-storage-title {
    font-size: 40px;
    line-height: 46px;
  }

  .et-storage-hero__list-text,
  .et-storage-hero__intro {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .et-storage-hero {
    padding: 30px 0 50px;
  }

  .et-storage-hero__grid {
    grid-template-columns: 1fr;
  }

  .et-storage-title {
    font-size: 34px;
    line-height: 40px;
  }

  .et-storage-hero__title {
    max-width: 100%;
  }

  .et-storage-hero__form-wrap {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-storage-title {
    font-size: 30px;
    line-height: 36px;
  }

  .et-storage-hero__list-text,
  .et-storage-hero__intro {
    font-size: 17px;
    line-height: 24px;
  }

  .et-storage-hero__image {
    border-radius: 18px;
  }

  .et-storage-hero__form form {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .et-storage-hero__form input[type="email"],
  .et-storage-hero__form input[type="text"] {
    padding-right: 22px;
    height: 60px;
    font-size: 18px;
  }

  .et-storage-hero__form .gform_footer,
  .et-storage-hero__form .gform_page_footer,
  .et-storage-hero__form .gform-button--width-full {
    width: 100%;
    margin-left: 0 !important;
  }

  .et-storage-hero__form .gform_footer input[type="submit"],
  .et-storage-hero__form .gform_footer button,
  .et-storage-hero__form .gform_page_footer input[type="submit"],
  .et-storage-hero__form .gform_page_footer button,
  .et-storage-hero__form .gform_button {
    max-width: none;
    height: 60px;
    font-size: 18px;
  }

  .et-storage-hero__form-note {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

.et-storage-trust-marquee {
  width: 100%;
  padding: 36px 0;
  background: #f4f4f4;
}

.et-storage-trust-marquee .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.et-storage-trust-marquee__inner {
  overflow: hidden;
}

.et-storage-trust-marquee__slider {
  width: 100%;
}

.et-storage-trust-marquee__slider .splide__track {
  overflow: hidden;
}

.et-storage-trust-marquee__slider .splide__list {
  align-items: center;
}

.et-storage-trust-marquee__slider .splide__slide {
  width: auto !important;
}

.et-storage-trust-marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 115px;
}

.et-storage-trust-marquee__image {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
}

@media (max-width: 991px) {
  .et-storage-trust-marquee {
    padding: 30px 0;
  }

  .et-storage-trust-marquee__item {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .et-storage-trust-marquee {
    padding: 24px 0;
  }

  .et-storage-trust-marquee__item {
    padding-right: 50px;
  }
}

.et-storage-quote-highlight {
  padding: 70px 0 0;
}

.et-storage-quote-highlight__inner {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.et-storage-quote-highlight__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
}

.et-storage-quote-highlight__star {
  display: inline-flex;
  line-height: 0;
}

.et-storage-quote-highlight__star svg {
  display: block;
  width: 22.5px;
  height: 20px;
}

.et-storage-quote-highlight__title {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.et-storage-quote-highlight__desc {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.et-storage-quote-highlight__author {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

@media (max-width: 767px) {
  .et-storage-quote-highlight {
    padding-top: 50px;
  }

  .et-storage-quote-highlight__inner {
    max-width: 100%;
  }

  .et-storage-quote-highlight__title {
    font-size: 18px;
    line-height: 22px;
  }

  .et-storage-quote-highlight__desc {
    font-size: 15px;
    line-height: 21px;
  }

  .et-storage-quote-highlight__author {
    font-size: 17px;
    line-height: 20px;
  }
}

.et-storage-problems {
  padding: 110px 0 150px;
}

.et-storage-problems__list {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.et-storage-problems__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.et-storage-problems__row--reverse .et-storage-problems__media {
  order: 2;
}

.et-storage-problems__row--reverse .et-storage-problems__content {
  order: 1;
}

.et-storage-problems__media,
.et-storage-problems__content {
  min-width: 0;
}

.et-storage-problems__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.et-storage-problems__title {
  margin-bottom: 20px;
}

.et-storage-problems__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 450px;
}

.et-storage-problems__bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.et-storage-problems__bullet-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.et-storage-problems__bullet-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.et-storage-problems__bullet-text,
.et-storage-problems__paragraph {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.et-storage-problems__paragraph {
  max-width: 630px;
}

@media (max-width: 991px) {
  .et-storage-problems {
    padding: 80px 0 100px;
  }

  .et-storage-problems__list {
    gap: 100px;
  }

  .et-storage-problems__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .et-storage-problems__row--reverse .et-storage-problems__media,
  .et-storage-problems__row--reverse .et-storage-problems__content {
    order: initial;
  }

  .et-storage-problems__title,
  .et-storage-problems__bullets,
  .et-storage-problems__paragraph {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-storage-problems {
    padding: 60px 0 80px;
  }

  .et-storage-problems__list {
    gap: 70px;
  }

  .et-storage-problems__row {
    gap: 24px;
  }

  .et-storage-problems__bullet-text,
  .et-storage-problems__paragraph {
    font-size: 15px;
    line-height: 20px;
  }
}
.et-storage-problems__bottom-text {
  margin-top: 24px;
  max-width: 500px;
}
.et-storage-yellow-cta {
  padding: 100px 0;
  background: #ffc712;
}

.et-storage-yellow-cta__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.et-storage-yellow-cta__title {
  margin: 0 auto 25px;
  text-align: center;
}

.et-storage-yellow-cta__desc {
  margin: 0 auto 36px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.et-storage-yellow-cta__button-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .et-storage-yellow-cta {
    padding: 70px 0;
  }

  .et-storage-yellow-cta__title {
    max-width: 100%;
  }

  .et-storage-yellow-cta__desc {
    max-width: 100%;
  }
}


.et-storage-testimonials {
  padding: 116px 0 0;
}

.et-storage-testimonials__title {
  max-width: 950px;
  margin: 0 auto 40px;
  text-align: center;
}

.et-storage-testimonials__slider-wrap {
  margin-bottom: 60px;
}

.et-storage-testimonials__slider .splide__track {
  overflow: hidden;
}

.et-storage-testimonials__slider .splide__arrows {
  display: none !important;
}

.et-storage-testimonials__slider .splide__slide {
  height: auto;
}

.et-storage-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 25px;
}

.et-storage-testimonials__card {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  min-height: 255px;
}

.et-storage-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 4.5px;
  margin-bottom: 20px;
}

.et-storage-testimonials__star {
  line-height: 0;
}

.et-storage-testimonials__star svg {
  width: 22.5px;
  height: 20px;
  display: block;
}

.et-storage-testimonials__card-title {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.et-storage-testimonials__card-desc {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  flex-grow: 1;
}
.et-storage-testimonials__card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.et-storage-testimonials__card-desc.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.et-storage-testimonials__more {
  display: none;
  margin: 0 0 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  background: transparent !important;
  border: 0;
  padding: 0;
  text-align: left;
}

.et-storage-testimonials__more:hover,
.et-storage-testimonials__more:focus {
  background: transparent !important;
  color: #000;
}

.et-storage-testimonials__more.is-visible {
  display: inline-block;
}
.et-storage-testimonials__card-author {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.et-storage-testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.et-storage-testimonials__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-storage-testimonials__pagination .splide__pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
}

.et-storage-testimonials__pagination .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 999px;
  background: #d9d9d9;
  opacity: 1;
  transform: none;
}

.et-storage-testimonials__pagination .splide__pagination__page.is-active {
  background: #ffc712;
  transform: none;
}

.et-storage-testimonials__arrow {
  border: 0;
  background: transparent;
  padding: 0;
  width: 35px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.et-storage-testimonials__arrow svg {
  display: block;
  width: 35px;
  height: 24px;
}

.et-storage-testimonials__arrow:disabled {
  cursor: default;
}

.et-storage-testimonials__arrow.is-disabled svg path,
.et-storage-testimonials__arrow:disabled svg path {
  fill: #bbbbbb;
}

.et-storage-testimonials__logos {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  gap: 60px;
}

.et-storage-testimonials__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-storage-testimonials__logo-image {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .et-storage-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et-storage-testimonials__card {
    padding: 32px;
  }

  .et-storage-testimonials__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }

  .et-storage-testimonials__logo-image {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .et-storage-testimonials {
    padding-top: 80px;
  }

  .et-storage-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .et-storage-testimonials__card {
    padding: 24px;
  }

  .et-storage-testimonials__controls {
    gap: 20px;
    margin-top: 40px;
  }

  .et-storage-testimonials__pagination .splide__pagination {
    gap: 16px;
  }

  .et-storage-testimonials__pagination .splide__pagination__page {
    width: 12px;
    height: 12px;
  }

  .et-storage-testimonials__logos {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


.et-storage-solution-split {
  padding: 150px 0 115px;
}

.et-storage-solution-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.et-storage-solution-split__media,
.et-storage-solution-split__content {
  min-width: 0;
}

.et-storage-solution-split__image {
  display: block;
  width: 100%;
  height: auto;
}

.et-storage-solution-split__title {
  margin: 0 0 35px;
  max-width: 520px;
}

.et-storage-solution-split__desc {
  max-width: 515px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

@media (max-width: 991px) {
  .et-storage-solution-split {
    padding: 100px 0 90px;
  }

  .et-storage-solution-split__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .et-storage-solution-split__title,
  .et-storage-solution-split__desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-storage-solution-split {
    padding: 70px 0 70px;
  }

  .et-storage-solution-split__title {
    margin-bottom: 24px;
  }

  .et-storage-solution-split__desc {
    font-size: 15px;
    line-height: 20px;
  }
}

.et-storage-video-block {
  padding: 35px 0 340px;
}

.et-storage-video-block__title {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.et-storage-video-block__embed-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.et-storage-video-block__embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.et-storage-video-block__embed iframe,
.et-storage-video-block__embed video,
.et-storage-video-block__embed embed,
.et-storage-video-block__embed object {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .et-storage-video-block {
    padding: 35px 0 220px;
  }

  .et-storage-video-block__title {
    max-width: 100%;
  }

  .et-storage-video-block__embed-wrap {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-storage-video-block {
    padding: 35px 0 120px;
  }

  .et-storage-video-block__title {
    margin-bottom: 32px;
  }

  .et-storage-video-block__embed,
  .et-storage-video-block__embed iframe,
  .et-storage-video-block__embed video,
  .et-storage-video-block__embed embed,
  .et-storage-video-block__embed object {
    border-radius: 16px;
  }
}


.et-storage-process-cards {
  position: relative;
  padding: 150px 0 112px;
  background: #ffc712;
}

.et-storage-process-cards__top-image-wrap {
  position: absolute;
  left: 50%;
  bottom: 85%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}

.et-storage-process-cards__top-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 400px;
}

.et-storage-process-cards__title {
  max-width: 540px;
  margin: 0 auto 40px;
  text-align: center;
}

.et-storage-process-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.et-storage-process-cards__card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.et-storage-process-cards__card-image-wrap {
  line-height: 0;
}

.et-storage-process-cards__card-image {
  display: block;
  width: 100%;
  height: auto;
}

.et-storage-process-cards__card-body {
  padding: 30px 30px 36px;
  background: #fff;
}

.et-storage-process-cards__card-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.et-storage-process-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.et-storage-process-cards__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.et-storage-process-cards__list-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.et-storage-process-cards__list-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.et-storage-process-cards__list-text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.et-storage-process-cards__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .et-storage-process-cards__card-body {
    padding: 24px 24px 30px;
  }

  .et-storage-process-cards__card-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .et-storage-process-cards {
    padding: 120px 0 90px;
  }

  .et-storage-process-cards__grid {
    grid-template-columns: 1fr;
  }
.et-storage-process-cards__top-image-wrap {
  bottom: 97%;
}
  .et-storage-process-cards__top-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .et-storage-process-cards {
    padding: 90px 0 70px;
  }

  .et-storage-process-cards__title {
    margin-bottom: 30px;
  }

  .et-storage-process-cards__card-body {
    padding: 22px 20px 28px;
  }

  .et-storage-process-cards__card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .et-storage-process-cards__list-text {
    font-size: 15px;
    line-height: 22px;
  }
}


.et-storage-comparison {
  padding: 100px 0;
  background: #f4f4f4;
}

.et-storage-comparison__title {
  max-width: 810px;
  margin: 0 auto 75px;
  text-align: center;
}

.et-storage-comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.et-storage-comparison__card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.et-storage-comparison__card-head {
  padding: 28px 24px;
}

.et-storage-comparison__card-head--yellow {
  background: #ffc712;
}

.et-storage-comparison__card-head--black {
  background: #000;
}

.et-storage-comparison__card-title {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.et-storage-comparison__card-title--white {
  color: #fff;
}

.et-storage-comparison__card-body {
  padding: 50px;
}

.et-storage-comparison__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.et-storage-comparison__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.et-storage-comparison__item-text {
  flex: 1;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bbb;
}

.et-storage-comparison__item:last-child .et-storage-comparison__item-text {
  padding-bottom: 0;
  border-bottom: 0;
}

.et-storage-comparison__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.et-storage-comparison__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.et-storage-comparison__item-text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.et-storage-comparison__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .et-storage-comparison__card-body {
    padding: 36px;
  }

  .et-storage-comparison__card-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .et-storage-comparison__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .et-storage-comparison {
    padding: 80px 0;
  }

  .et-storage-comparison__title {
    margin-bottom: 50px;
  }

  .et-storage-comparison__card-head {
    padding: 22px 20px;
  }

  .et-storage-comparison__card-body {
    padding: 24px;
  }

  .et-storage-comparison__card-title {
    font-size: 22px;
    line-height: 28px;
  }

  .et-storage-comparison__item {
    gap: 12px;
  }

  .et-storage-comparison__item-text {
    font-size: 15px;
    line-height: 22px;
  }
}


.et-storage-trust-section {
  padding: 100px 0 75px;
}

.et-storage-trust-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.et-storage-trust-section__media,
.et-storage-trust-section__content {
  min-width: 0;
}

.et-storage-trust-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.et-storage-trust-section__title {
  margin: 0 0 20px;
  max-width: 445px;
}

.et-storage-trust-section__list {
  display: grid;
  gap: 25px;
  width: 100%;
  max-width: 480px;
}

.et-storage-trust-section__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.et-storage-trust-section__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.et-storage-trust-section__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.et-storage-trust-section__item-content {
  flex: 1;
}

.et-storage-trust-section__item-description {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.et-storage-trust-section__item-description strong,
.et-storage-trust-section__item-description b {
  font-weight: 700;
}

.et-storage-trust-section__button-wrap {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .et-storage-trust-section__grid {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 60px;
  }
}

@media (max-width: 991px) {
  .et-storage-trust-section {
    padding: 80px 0 60px;
  }

  .et-storage-trust-section__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .et-storage-trust-section__media {
    max-width: 420px;
    margin: 0 auto;
  }

  .et-storage-trust-section__title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-storage-trust-section {
    padding: 70px 0 50px;
  }

  .et-storage-trust-section__grid {
    gap: 30px;
  }

  .et-storage-trust-section__list {
    gap: 16px;
  }

  .et-storage-trust-section__item-description {
    font-size: 15px;
    line-height: 20px;
  }

  .et-storage-trust-section__button-wrap {
    margin-top: 32px;
  }
}

.et-storage-video-block--second {
  padding: 35px 0 112px;
}

.et-storage-video-block--second .et-storage-video-block__title {
  max-width: 745px;
}

.et-storage-faq {
  padding: 112px 0;
}

.et-storage-faq__title {
  margin: 0 0 60px;
  text-align: center;
}

.et-storage-faq__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.et-storage-faq__item {
  border-bottom: 1px solid #ccc;
}

.et-storage-faq__trigger {
  width: 100%;
  padding: 30px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
}

.et-storage-faq__question {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.et-storage-faq__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: #ffc712;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.et-storage-faq__icon-plus,
.et-storage-faq__icon-minus {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.et-storage-faq__icon-minus {
  opacity: 0;
}

.et-storage-faq__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.et-storage-faq__answer {
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  max-width: 728px;
}

.et-storage-faq__answer-inner,
.et-storage-faq__answer {
  min-height: 0;
}

.et-storage-faq__item.is-open .et-storage-faq__content {
  grid-template-rows: 1fr;
}

.et-storage-faq__item.is-open .et-storage-faq__answer {
  padding: 0 0 30px;
}

.et-storage-faq__item.is-open .et-storage-faq__icon-plus {
  opacity: 0;
}

.et-storage-faq__item.is-open .et-storage-faq__icon-minus {
  opacity: 1;
}

.et-storage-faq__item.is-open .et-storage-faq__trigger {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .et-storage-faq {
    padding: 80px 0;
  }

  .et-storage-faq__title {
    margin-bottom: 40px;
  }

  .et-storage-faq__trigger {
    padding: 24px 0;
    gap: 16px;
  }

  .et-storage-faq__question,
  .et-storage-faq__answer {
    font-size: 16px;
    line-height: 22px;
  }
}

.et-discount-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.et-discount-popup.is-active {
  display: flex;
}

.et-discount-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.et-discount-popup__modal {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  border-radius: 12px;
  background: #fff;
  padding: 70px 80px 60px;
  text-align: center;
}

.et-discount-popup__close {
  position: absolute;
  top: -62px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
}

.et-discount-popup__title {
  margin: 0 0 8px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.et-discount-popup__desc {
  margin: 0 0 28px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.et-discount-popup__form {
  max-width: 360px;
  margin: 0 auto;
}

.et-discount-popup__form .gform_heading,
.et-discount-popup__form .gfield_label,
.et-discount-popup__form .gform_required_legend,
.et-discount-popup__form .gfield_required {
  display: none !important;
}

.et-discount-popup__form .gform_fields {
  row-gap: 12px !important;
}

.et-discount-popup__form input[type="email"],
.et-discount-popup__form input[type="text"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #d3d5d6;
  background: #fff;
  padding: 0 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.et-discount-popup__form input::placeholder {
  color: #000;
  opacity: 0.75;
}

.et-discount-popup__form .gform_footer {
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

.et-discount-popup__form .gform_button {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.et-discount-popup {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.et-discount-popup.is-active {
  display: flex;
}

.et-discount-popup__overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
}

.et-discount-popup__modal {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  border-radius: 20px;
  background: #fff;
  padding: 90px 80px 80px 80px;
  text-align: center;
}

.et-discount-popup__close {
  position: absolute;
  top: -70px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.et-discount-popup__close:hover {
  background: unset !important;
}
.et-discount-popup__close svg {
  display: block;
  width: 32px;
  height: 32px;
}

body.et-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .et-discount-popup__modal {
    padding: 64px 24px 48px;
  }

  .et-discount-popup__close {
    top: -48px;
    right: 0;
  }
}

.et-discount-popup__title {
  margin: 0 0 12px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.125px;
}

.et-discount-popup__desc {
  margin: 0 0 32px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.et-discount-popup__note {
  margin: 24px 0 0;
  color: #2F2525;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.et-discount-popup__note a {
  color: #2F2525;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 767px) {
  .et-discount-popup__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }

  .et-discount-popup__desc,
  .et-discount-popup__note,
  .et-discount-popup__note a {
    font-size: 15px;
    line-height: 24px;
  }
}

.et-storage-process-cta {
  background: #000;
  padding: 126px 0;
}

.et-storage-process-cta__inner {
  text-align: center;
}

.et-storage-process-cta__title {
  max-width: 920px;
  margin: 0 auto 36px;
  color: #fff;
}

.et-privacy-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

.et-privacy-popup.is-active {
  display: flex;
}

.et-privacy-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.et-privacy-popup__modal {
  max-width: 720px;
  width: calc(100% - 32px);
  background: #fff;
  color: #000;
}

.et-privacy-popup__content {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 24px;
  padding-right: 14px;
  color: #000;
  text-align: left;
}

.et-privacy-popup__content h3,
.et-privacy-popup__content p,
.et-privacy-popup__content li {
  color: #000;
}

.et-privacy-popup__content h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.et-privacy-popup__content p,
.et-privacy-popup__content li {
  font-size: 15px;
  line-height: 1.6;
}

.et-privacy-popup__content a {
  color: #000;
  text-decoration: underline;
}
