#aempBlock ul,
#aempBlock li,
#aempBlock figure,
#aempBlock p {
  margin: 0;
  padding: 0;
}

#aempBlock h1,
#aempBlock h2,
#aempBlock h3,
#aempBlock h4,
#aempBlock p,
#aempBlock a,
#aempBlock li,
#aempBlock button {
  font: inherit;
  padding: 0;
  margin: 0;
}

#aempBlock img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}

#aempBlock iframe,
#aempBlock video {
  display: block;
  max-width: 100%;
}

#aempBlock .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

#aempBlock a:focus-visible,
#aempBlock button:focus-visible,
#aempBlock input:focus-visible,
#aempBlock select:focus-visible,
#aempBlock textarea:focus-visible,
#aempBlock [role="button"]:focus-visible,
#aempBlock [tabindex="0"]:focus-visible {
  outline: 1px solid #007bc1;
}

#aempBlock a:focus:not(:focus-visible),
#aempBlock button:focus:not(:focus-visible),
#aempBlock input:focus:not(:focus-visible),
#aempBlock select:focus:not(:focus-visible),
#aempBlock textarea:focus:not(:focus-visible),
#aempBlock [role="button"]:focus:not(:focus-visible),
#aempBlock [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

#aempBlock button {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#aempBlock .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#aempBlock a:focus-visible,
#aempBlock button:focus-visible,
#aempBlock input:focus-visible,
#aempBlock select:focus-visible,
#aempBlock textarea:focus-visible,
#aempBlock [role="button"]:focus-visible,
#aempBlock [tabindex="0"]:focus-visible {
  outline: 1px solid #007bc1;
}

#aempBlock a:focus:not(:focus-visible),
#aempBlock button:focus:not(:focus-visible),
#aempBlock input:focus:not(:focus-visible),
#aempBlock select:focus:not(:focus-visible),
#aempBlock textarea:focus:not(:focus-visible),
#aempBlock [role="button"]:focus:not(:focus-visible),
#aempBlock [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes rainbow {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    -ms-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    transform: scale(1.3) rotate(-10deg) translateX(-5%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0);
    -ms-transform: scale(1) rotate(0deg) translateX(0);
    transform: scale(1) rotate(0deg) translateX(0);
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    -ms-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    transform: scale(1.3) rotate(-10deg) translateX(-5%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0);
    -ms-transform: scale(1) rotate(0deg) translateX(0);
    transform: scale(1) rotate(0deg) translateX(0);
  }
}

@-webkit-keyframes hintArrow {
  50% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
}

@keyframes hintArrow {
  50% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
}

/* @font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"),
    url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"),
    url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TradeGothicLTPro";
  src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

#aempBlock {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei",
    sans-serif;
  font-size: 16px;
}

#aempBlock h1,
#aempBlock .h1 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.75em;
  letter-spacing: 0.026em;
  margin-bottom: 0;
}

#aempBlock h2,
#aempBlock .h2 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.026em;
  line-height: 1;
  color: white;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.25em;
}

#aempBlock h3,
#aempBlock .h3 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.35em;
  font-weight: bold;
  color: white;
  letter-spacing: 0.018em;
  line-height: 1;
  margin-bottom: 0.25em;
}

#aempBlock h3.txt-larger,
#aempBlock .h3.txt-larger {
  font-size: 2em;
}

#aempBlock h4,
#aempBlock .h4 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: white;
  letter-spacing: 0.026em;
  line-height: 1.25;
  margin-bottom: 0;
}

#aempBlock h5,
#aempBlock .h5 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.018em;
  font-weight: bold;
  line-height: 1.25;
}

#aempBlock h6,
#aempBlock .h6 {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

#aempBlock p,
#aempBlock small,
#aempBlock a,
#aempBlock li {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei",
    sans-serif;
}

#aempBlock p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.024em;
  font-weight: 300;
}

#aempBlock b,
#aempBlock strong {
  font-weight: bold;
}

#aempBlock small {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.018em;
}

#aempBlock .align-center {
  text-align: center;
}

#aempBlock .align-left {
  text-align: left;
}

#aempBlock .align-right {
  text-align: right;
}

#aempBlock .align-italic {
  font-style: italic;
}

#aempBlock .txt-link {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  font-weight: 400;
  word-break: break-all;
}

#aempBlock .txt-link:hover {
  color: #007bc1;
}

#aempBlock .color-primary {
  color: #007bc1 !important;
}

#aempBlock .color-primary-light {
  color: #00aeef !important;
}

#aempBlock .color-grey {
  color: #aaa !important;
}

#aempBlock .color-white {
  color: white !important;
}

#aempBlock .color-light-grey {
  color: #d6d6d6 !important;
}

#aempBlock .font-rog {
  font-family: "ROGFonts", "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}

#aempBlock .font-title {
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}

#aempBlock .hd-uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 2560px) {
  #aempBlock {
    font-size: 20px;
  }
}

@media screen and (min-width: 3000px) {
  #aempBlock {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {

  #aempBlock h1,
  #aempBlock .h1 {
    font-size: 3.5em;
  }

  #aempBlock h2,
  #aempBlock .h2 {
    font-size: 3em;
  }

  #aempBlock h3,
  #aempBlock .h3 {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 1280px) {
  #aempBlock small {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 1024px) {

  #aempBlock h1,
  #aempBlock .h1 {
    font-size: 2.75em;
  }

  #aempBlock h2,
  #aempBlock .h2 {
    font-size: 2.5em;
  }

  #aempBlock h3,
  #aempBlock .h3 {
    font-size: 1em;
  }

  #aempBlock p {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {

  #aempBlock h1,
  #aempBlock .h1 {
    font-size: 2.5em;
  }

  #aempBlock h2,
  #aempBlock .h2 {
    font-size: 2em;
  }

  #aempBlock h3.txt-larger {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 480px) {

  #aempBlock h1,
  #aempBlock .h1 {
    font-size: 2em;
  }

  #aempBlock h2,
  #aempBlock .h2 {
    font-size: 1.75em;
    letter-spacing: 0.018em;
  }

  #aempBlock h3,
  #aempBlock .h3 {
    font-size: 1.25em;
  }

  #aempBlock h3.txt-larger,
  #aempBlock .h3.txt-larger {
    font-size: 1.5em;
  }
}

#aempBlock .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

#aempBlock .hd-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#aempBlock .hd-w900 {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#aempBlock .hd-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#aempBlock .hd-w1100,
#aempBlock .hd-w1200,
#aempBlock .hd-w1300,
#aempBlock .hd-w1400,
#aempBlock .hd-w1600 {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#aempBlock .hd-w1100 {
  max-width: 1100px;
}

#aempBlock .hd-w1200 {
  max-width: 1200px;
}

#aempBlock .hd-w1300 {
  max-width: 1300px;
}

#aempBlock .hd-w1400 {
  max-width: 1400px;
}

#aempBlock .hd-w1600 {
  max-width: 1600px;
}

#aempBlock .hd-col20 {
  width: 20%;
}

#aempBlock .hd-col25 {
  width: 25%;
}

#aempBlock .hd-col33 {
  width: 33.3333%;
}

#aempBlock .hd-col35 {
  width: 35%;
}

#aempBlock .hd-col40 {
  width: 40%;
}

#aempBlock .hd-col45 {
  width: 45%;
}

#aempBlock .hd-col50 {
  width: 50%;
}

#aempBlock .hd-col55 {
  width: 55%;
}

#aempBlock .hd-col60 {
  width: 60%;
}

#aempBlock .hd-col65 {
  width: 65%;
}

#aempBlock .hd-col70 {
  width: 70%;
}

#aempBlock .hd-col75 {
  width: 75%;
}

#aempBlock .hd-col80 {
  width: 80%;
}

#aempBlock .hd-col100 {
  width: 100%;
}

#aempBlock .ib-top {
  display: inline-block;
  vertical-align: top;
}

#aempBlock .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}

#aempBlock .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

#aempBlock .flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

#aempBlock .row-reverse {
  flex-direction: row-reverse;
}

#aempBlock .align-items-center {
  align-items: center;
}

#aempBlock .align-items-start {
  align-items: flex-start;
}

#aempBlock .align-items-end {
  align-items: flex-end;
}

#aempBlock .justify-content-center {
  justify-content: center;
}

#aempBlock .justify-content-start {
  justify-content: flex-start;
}

#aempBlock .justify-content-end {
  justify-content: flex-end;
}

#aempBlock .justify-content-between {
  justify-content: space-between;
}

#aempBlock .justify-content-around {
  justify-content: space-around;
}

#aempBlock .hd-d-none {
  display: none;
}

@media screen and (min-width: 2560px) {
  #aempBlock .hd-w800 {
    max-width: 1100px;
  }

  #aempBlock .hd-w1000 {
    max-width: 1400px;
  }

  #aempBlock .hd-w1100 {
    max-width: 1400px;
  }

  #aempBlock .hd-w1200 {
    max-width: 1500px;
  }

  #aempBlock .hd-w1300 {
    max-width: 1600px;
  }

  #aempBlock .hd-w1400 {
    max-width: 1800px;
  }

  #aempBlock .hd-w1600 {
    max-width: 2000px;
  }
}

@media screen and (min-width: 3000px) {
  #aempBlock .hd-w800 {
    max-width: 1400px;
  }

  #aempBlock .hd-w1000 {
    max-width: 1800px;
  }

  #aempBlock .hd-w1100 {
    max-width: 1800px;
  }

  #aempBlock .hd-w1200 {
    max-width: 2200px;
  }

  #aempBlock .hd-w1300 {
    max-width: 2400px;
  }

  #aempBlock .hd-w1400 {
    max-width: 2800px;
  }

  #aempBlock .hd-w1600 {
    max-width: 3000px;
  }
}

@media screen and (max-width: 1024px) {
  #aempBlock .hd-d-1024-none {
    display: none;
  }

  #aempBlock .hd-d-1024-block {
    display: block;
  }

  #aempBlock .hd-d-1024-inline-block {
    display: inline-block;
  }

  #aempBlock .hd-w900 {
    width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  #aempBlock .hd-d-1023-none {
    display: none;
  }

  #aempBlock .hd-d-1023-block {
    display: block;
  }

  #aempBlock .hd-d-1023-inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  #aempBlock .hd-d-768-none {
    display: none;
  }

  #aempBlock .hd-d-768-block {
    display: block;
  }
}

@media screen and (max-width: 620px) {
  #aempBlock .hd-d-620-none {
    display: none;
  }

  #aempBlock .hd-d-620-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #aempBlock .hd-d-480-none {
    display: none;
  }

  #aempBlock .hd-d-480-block {
    display: block;
  }
}

#aempBlock .sec-features {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}



#pageContent-tab-memory .hd-content {
  position: relative;
  z-index: 2;
}

#pageContent-tab-memory .hd-content p {
  margin-bottom: 1em;
}

#pageContent-tab-memory .hd-content small {
  font-size: 0.75em;
}

#pageContent-tab-memory .hd-img {
  margin-left: -10%;
  margin-right: -10%;
}

#pageContent-tab-memory .hd-fig {
  font-size: 1.25em;
  position: relative;
  margin-top: 8px;
  padding: 1px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#pageContent-tab-memory .hd-fig .hd-bar {
  width: 40%;
  background: #aaa;
  color: rgb(255, 255, 255);
  padding: 10px;
  font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC",
    "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1;
  text-align: right;
  position: relative;
  margin: 0.4em 0;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.8s ease;
}

#pageContent-tab-memory .hd-fig .hd-bar.primary {
  width: 66%;
  background: #00aeef;
}

#pageContent-tab-memory .hd-fig .hd-bar span {
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 0.5em;
  opacity: 0;
  transition: opacity 0.25s 0.6s ease;
  color: #000;
}

#pageContent-tab-memory .hd-fig strong {
  font-size: 1.25em;
  display: block;
  width: 60%;
  text-align: right;
  opacity: 0;
}

#pageContent-tab-memory .hd-fig strong i {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.25em;
  position: relative;
  overflow: hidden;
}

#pageContent-tab-memory .hd-fig strong i span,
#pageContent-tab-memory .hd-fig strong i:before,
#pageContent-tab-memory .hd-fig strong i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#pageContent-tab-memory .hd-fig strong i:before {
  background-image: url(../img/features/arrow-1.svg);
}

#pageContent-tab-memory .hd-fig strong i span {
  background-image: url(../img/features/arrow-2.svg);
}

#pageContent-tab-memory .hd-fig strong i:after {
  background-image: url(../img/features/arrow-3.svg);
}

#pageContent-tab-memory .hd-fig.is-animated .hd-bar {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#pageContent-tab-memory .hd-fig.is-animated .hd-bar span {
  opacity: 1;
}

#pageContent-tab-memory .hd-fig.is-animated strong {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1s;
  animation-duration: 0.25s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

#pageContent-tab-memory .hd-fig.is-animated strong i:before {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.1s;
  animation-duration: 0.25s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

#pageContent-tab-memory .hd-fig.is-animated strong i span {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

#pageContent-tab-memory .hd-fig.is-animated strong i:after {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.1s;
  animation-duration: 0.65s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 1024px) {
  #pageContent-tab-memory p {
    font-size: 0.9em;
  }

  #pageContent-tab-memory .hd-fig {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 1023px) {
  #pageContent-tab-memory .hd-container {
    flex-direction: column;
  }

  #pageContent-tab-memory .hd-content {
    width: 100%;
  }

  #pageContent-tab-memory .hd-fig {
    width: 90%;
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
  }

  #pageContent-tab-memory .hd-img {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) { 
  #pageContent-tab-memory {
    margin-bottom: 4%;
  }
     #aempBar {
       display: block !important;
     }
}
@media screen and (max-width: 480px) {
  .sec-features {
    padding: 2em 0;
  }
 
}

/*# sourceMappingURL=hd-style.css.map */