.sticky #top:not(.top2),
.product-nav-sticky .product-nav {
  z-index: 99999;
}
img.lazy {
  width: auto;
  max-width: 100%;
}
.DELL_d-desktop {
  display: block;
}
@media (max-width: 610px) {
  .DELL_d-desktop {
    display: none;
  }
}
.DELL_d-mobile {
  display: none;
}
@media (max-width: 610px) {
  .DELL_d-mobile {
    display: block;
  }
}
#DELL_container {
  width: 100%;
  max-width: 1300px;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  font-family: Roboto, sans-serif !important;
  color: #c9c9c9;
  font-size: 18px;
  line-height: 140%;
}
#DELL_container .small-text {
  font-size: 16px !important;
}
#DELL_container * {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: border-box;
}
#DELL_container ::after,
#DELL_container ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#DELL_container .DELL_row:after,
#DELL_container .DELL_row:before {
  display: table;
  content: " ";
}
#DELL_container .DELL_row {
  width: 100%;
  float: left;
  clear: both;
}
#DELL_container .DELL_row > div {
  float: left;
}
#DELL_container .DELL_row .DELL_c2 {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 610px) {
  #DELL_container .DELL_row .DELL_c2 {
    width: 100%;
  }
}
#DELL_container .DELL_row .DELL_c3 {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 610px) {
  #DELL_container .DELL_row .DELL_c3 {
    width: 100%;
  }
}
#DELL_container .DELL_row .DELL_c4 {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 610px) {
  #DELL_container .DELL_row .DELL_c4 {
    width: 100%;
  }
}
#DELL_container .DELL_row .DELL_c5 {
  width: 20%;
  padding: 0 15px;
}
@media (max-width: 610px) {
  #DELL_container .DELL_row .DELL_c5 {
    width: 100%;
  }
}
#DELL_container .DELL_row .DELL_c6 {
  width: 16.66%;
  padding: 0 15px;
}
@media (max-width: 610px) {
  #DELL_container .DELL_row .DELL_c6 {
    width: 100%;
  }
}
#DELL_container .DELL_w-100 {
  width: 100%;
}
#DELL_container .DELL_index-1 {
  position: relative;
  z-index: 1;
}
#DELL_container .DELL_index-2 {
  position: relative;
  z-index: 2;
}
#DELL_container .DELL_w-50 {
  width: 50%;
}
@media (max-width: 610px) {
  #DELL_container .DELL_w-50 {
    width: 100%;
  }
}
#DELL_container .DELL_w-100 {
  width: 100%;
}
#DELL_container .DELL_w100 {
  width: 100%;
}
#DELL_container .DELL_i100 img {
  width: 100%;
}
#DELL_container .DELL_i-mw100 img {
  max-width: 100%;
}
#DELL_container .DELL_text-center {
  text-align: center;
}
#DELL_container section.DELL_section {
  width: 100%;
  max-width: 1300px;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#DELL_container section.DELL_section.DELL_w100 {
  width: 100%;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: content-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: Roboto, sans-serif!important, sans-serif;
  color: #c9c9c9;
  background: #fff;
  height: auto !important;
  font-size: 18px;
}
a {
  text-decoration: none;
}
.DELL_top-heading {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  padding: 1.5rem 0rem !important;
  border-bottom: 1px solid #444 !important;
}
@media (max-width: 610px) {
  .DELL_top-heading {
    margin: 0rem 2rem !important;
  }
}
.DELL_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 1.5rem !important;
}
@media (max-width: 610px) {
  .DELL_top {
    display: flex;
    padding: 0rem 2rem !important;
    align-items: center !important;
  }
}
.DELL_top-item {
  display: block;
}
@media (max-width: 610px) {
  .DELL_top-item {
    display: inline-flex;
    max-height: 30px !important;
    width: auto;
  }
  .DELL_top-item:nth-of-type(2) {
    width: 60px;
  }
}
.DELL_hero {
  z-index: 0;
  position: relative;
  border-radius: 0;
}
.DELL_seo-heading {
  font-size: 26px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  color: #000;
  text-align: center;
}
.DELL_hero__image {
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 610px) {
  .DELL_hero__image {
    width: 100%;
    object-fit: cover;
  }
}
.DELL_hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  padding: 40px !important;
}
@media (max-width: 800px) {
  .DELL_hero__wrapper {
    height: 45%;
    padding: 30px !important;
  }
}
.DELL_hero__dell-logo {
  width: 200px !important;
}
@media (max-width: 610px) {
  .DELL_hero__dell-logo {
    width: 150px !important;
  }
}
.DELL_hero__model {
  font-style: normal;
  font-weight: 200;
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 0rem !important;
}
.DELL_hero__heading {
  font-family: Roboto, sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300 !important;
  color: #fff;
  padding-bottom: 1rem !important;
}
@media (max-width: 800px) {
  .DELL_hero__heading {
    margin-top: 0 !important;
    padding-bottom: 0.2rem !important;
    font-size: 23px;
    font-weight: 300;
    line-height: 110%;
  }
}
@media (max-width: 550px) {
  .DELL_hero__heading {
    font-size: 15px;
  }
}
.DELL_hero__description {
  font-family: Roboto, sans-serif !important;
  font-size: 43px;
  line-height: 45px;
  color: #fff;
  font-weight: 300 !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 800px) {
  .DELL_hero__description {
    margin-top: 0 !important;
    font-size: 30px;
    text-align: left;
    font-weight: 300;
    line-height: 110%;
  }
}
@media (max-width: 550px) {
  .DELL_hero__description {
    font-size: 18px;
  }
}
.DELL_benefits {
  padding: 80px !important;
  background-color: #1c132f;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 610px) {
  .DELL_benefits {
    padding: 40px !important;
    flex-direction: column;
    align-items: center;
  }
}
.DELL_icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 610px) {
  .DELL_icon-container {
    margin-bottom: 25px !important;
  }
}
.DELL_icon-container img {
  max-width: 50px;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 610px) {
  .DELL_icon-container img {
    margin-bottom: 15px !important;
  }
}
.DELL_text-img {
  color: #000;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DELL_text-img .DELL_text-part {
  text-align: center;
  padding: 40px !important;
  padding-top: 60px !important;
}
.DELL_text-img .DELL_text-part h2 {
  font-size: 40px !important;
  line-height: 48px !important;
  margin-bottom: 20px !important;
  font-weight: 300;
}
.DELL_img-left-section {
  position: relative;
  padding: 30px 40px !important;
  padding-top: 60px !important;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 610px) {
  .DELL_img-left-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.DELL_img-left-section .DELL_text-part {
  position: absolute;
  right: 40px;
  top: 45%;
  transform: translateY(-50%);
  width: 42%;
}
@media screen and (max-width: 610px) {
  .DELL_img-left-section .DELL_text-part {
    position: static;
    transform: unset;
    left: unset;
    top: unset;
    width: unset;
  }
}
.DELL_img-left-section img {
  width: 65% !important;
}
@media screen and (max-width: 610px) {
  .DELL_img-left-section img {
    margin-bottom: 20px !important;
  }
}
.DELL_img-left-section h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  margin-bottom: 20px !important;
  font-weight: 300;
}
@media screen and (max-width: 610px) {
  .DELL_img-left-section h2 {
    margin-bottom: 15px !important;
  }
}
.DELL_img-left-section p {
  font-size: 16px;
}
.DELL_img-right-section {
  position: relative;
  padding: 30px 40px !important;
  padding-top: 60px !important;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 610px) {
  .DELL_img-right-section {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.DELL_img-right-section .DELL_text-part {
  position: absolute;
  left: 40px;
  top: 45%;
  transform: translateY(-50%);
  width: 42%;
}
@media screen and (max-width: 610px) {
  .DELL_img-right-section .DELL_text-part {
    position: static;
    transform: unset;
    left: unset;
    top: unset;
    width: unset;
  }
}
.DELL_img-right-section img {
  width: 65% !important;
}
@media screen and (max-width: 610px) {
  .DELL_img-right-section img {
    margin-bottom: 20px !important;
  }
}
.DELL_img-right-section h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  margin-bottom: 40px !important;
  font-weight: 300;
  color: #8f5cef;
}
@media screen and (max-width: 610px) {
  .DELL_img-right-section h2 {
    margin-bottom: 15px !important;
  }
}
.DELL_img-right-section p {
  color: #fff;
}
.DELL_white-section h2 {
  color: #000;
}
.DELL_white-section p {
  color: #000;
}
.DELL_no-padding {
  padding: 0 !important;
}
@media screen and (max-width: 610px) {
  .DELL_no-padding {
    padding: 30px 40px !important;
  }
}
.DELL_section-6 img {
  width: 50% !important;
}
@media screen and (max-width: 610px) {
  .DELL_section-6 img {
    width: 100% !important;
  }
}
.DELL_section-9 {
  padding: 40px !important;
}
.DELL_section-9 .DELL_text-left {
  margin-top: 40px !important;
  padding: 0 !important;
}
.DELL_section-9 .DELL_text-part > h2 {
  margin-bottom: 40px !important;
}
.DELL_section-12 {
  padding: 130px 60px !important;
}
@media screen and (max-width: 610px) {
  .DELL_section-12 {
    padding: 60px 30px !important;
  }
}
.DELL_section-12 img {
  width: 50% !important;
}
@media screen and (max-width: 610px) {
  .DELL_section-12 img {
    width: 100% !important;
  }
}
.DELL_grey-section {
  background-color: #ebebeb;
}
.DELL_grey-section h2 {
  color: #000;
}
.DELL_grey-section p {
  color: #000;
}
.DELL_dark-grey-section {
  background-color: #c0bfc0;
}
.DELL_dark-grey-section h2 {
  color: #000;
}
.DELL_dark-grey-section p {
  color: #000;
}
.DELL_text-left {
  text-align: left !important;
}
.DELL_text-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
.DELL_text-flex div {
  width: 45%;
}
@media screen and (max-width: 610px) {
  .DELL_text-flex {
    flex-direction: column;
  }
  .DELL_text-flex div {
    width: 100%;
  }
}
.DELL_purple-section {
  background-color: #1c132f;
}
.DELL_purple-section h2 {
  color: #8f5cef;
}
.DELL_purple-section p {
  color: #fff;
}
.DELL_hero__separator {
  width: 50px;
  height: 12px;
  background-color: #000;
  margin: 2rem 0rem !important;
}
@media (max-width: 610px) {
  .DELL_hero__separator {
    display: none;
  }
}
.DELL_hero__content {
  margin-bottom: 2rem !important;
}
@media (max-width: 610px) {
  .DELL_hero__content {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
}
.DELL_hero__bottom {
  display: flex;
}
@media (max-width: 610px) {
  .DELL_hero__bottom {
    flex-direction: column;
  }
}
.DELL_hero__icons {
  position: relative;
  display: flex;
  flex-direction: row;
}
.DELL_hero__icons-item {
  margin-right: 60px !important;
}
@media (max-width: 610px) {
  .DELL_hero__icons-item {
    margin-right: 10px !important;
  }
}
.DELL_hero__icons-item_wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem !important;
}
@media (max-width: 610px) {
  .DELL_hero__icons-item_wrapper {
    height: 40px;
  }
}
.DELL_hero__icons-item_description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 610px) {
  .DELL_hero__icons-item_description {
    font-size: 11px;
  }
}
.DELL_hero__logos {
  display: flex;
  flex-direction: row;
  width: auto;
}
.DELL_hero__logos-top,
.DELL_hero__logos-bottom {
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 610px) {
  .DELL_hero__logos-top,
  .DELL_hero__logos-bottom {
    align-items: start;
  }
}
.DELL_hero__top-logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DELL_hero__top-logo .DELL_hero__logo-other {
  margin-right: 2rem !important;
}
@media (max-width: 610px) {
  .DELL_hero__top-logo .DELL_hero__logo-other {
    width: 50px !important;
  }
}
.DELL_hero__top-logo .DELL_hero__logo-other:last-of-type {
  margin-right: 0rem !important;
}
.DELL_hero__top-logo .DELL_hero__logo-other:first-of-type {
  width: 50px !important;
}
.DELL_hero__top-logo .DELL_hero__additional-logos {
  height: 100%;
  display: flex;
  align-items: center;
}
.DELL_hero__top-logo .DELL_hero__herowindows {
  filter: brightness(0) invert(1);
}
@media (max-width: 610px) {
  .d-m-none {
    display: none;
  }
}
.m-only {
  display: none;
}
@media (max-width: 610px) {
  .m-only {
    display: block;
  }
}
.DELL_info {
  position: relative;
}
@media (max-width: 610px) {
  .DELL_info {
    display: flex;
    flex-direction: column;
  }
}
.DELL_d-none {
  display: none;
}
.DELL_info__wrapper {
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
.DELL_info__wrapper.DELL_h-1200 {
  min-height: 900px;
}
@media (max-width: 600px) {
  .DELL_info__wrapper.DELL_h-1200 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-1400 {
  min-height: 1100px;
  padding-top: 100px !important;
}
@media (max-width: 1000px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 1180px;
    padding-top: 0 !important;
  }
}
@media (max-width: 950px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 1130px;
    padding-top: 0 !important;
  }
}
@media (max-width: 800px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 1000px;
  }
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 950px;
  }
}
@media (max-width: 700px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 900px;
  }
}
@media (max-width: 650px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: 900px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-1400 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-1400-lower {
  min-height: 1100px;
  padding-top: 100px !important;
}
@media (max-width: 1000px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 1180px;
    padding-top: 0 !important;
  }
}
@media (max-width: 950px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 1130px;
    padding-top: 0 !important;
  }
}
@media (max-width: 800px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 1000px;
  }
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 950px;
  }
}
@media (max-width: 700px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 900px;
  }
}
@media (max-width: 650px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: 900px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-1400-lower {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-900 {
  min-height: 870px;
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-900 {
    min-height: 800px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-900 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-870 {
  min-height: 850px;
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-870 {
    min-height: 800px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-870 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-750 {
  min-height: 750px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-750 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-650 {
  min-height: 650px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-650 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-max-650 {
  min-height: 600px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-max-650 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-max-600 {
  min-height: 600px;
}
@media (max-width: 600px) {
  .DELL_info__wrapper.DELL_h-max-600 {
    min-height: auto;
  }
}
.DELL_info__wrapper.DELL_h-450 {
  max-height: 650px;
}
@media (max-width: 850px) {
  .DELL_info__wrapper.DELL_h-450 {
    max-height: 850px;
    min-height: 850px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-450 {
    max-height: 850px;
    min-height: 250px;
  }
}
.DELL_info__wrapper.DELL_h-350 {
  max-height: 450px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-350 {
    max-height: 100px;
    min-height: 100px;
  }
}
.DELL_info__wrapper.DELL_h-auto {
  height: 401px !important;
}
@media (max-width: 720px) {
  .DELL_info__wrapper.DELL_h-auto {
    height: auto;
  }
}
.DELL_info__wrapper.DELL_h-4502 {
  max-height: 320px !important;
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-4502 {
    min-height: 650px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-4502 {
    max-height: 850px;
  }
}
.DELL_info__wrapper.DELL_h-max-min {
  height: 401px !important;
}
@media (max-width: 750px) {
  .DELL_info__wrapper.DELL_h-max-min {
    min-height: 700px;
  }
}
@media (max-width: 650px) {
  .DELL_info__wrapper.DELL_h-max-min {
    min-height: 700px;
  }
}
@media (max-width: 610px) {
  .DELL_info__wrapper.DELL_h-max-min {
    min-height: 0;
    max-height: 250px;
  }
}
@media (min-width: 750px) {
  .DELL_info__hidden-content {
    display: none !important;
  }
}
.DELL_info__image-container {
  width: 50% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.DELL_info__image-container .DELL_info__image-con {
  width: 100% !important;
  border-radius: 20px;
}
.DELL_info__image-container .DELL_info__image-con-left-radius {
  width: 100% !important;
  border-radius: 0 0 0 70px !important;
}
@media (max-width: 770px) {
  .DELL_info__image-container {
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.DELL_info__image-container-v2 {
  width: 50% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.DELL_info__image-container-v2 .DELL_info__image-con {
  width: 100% !important;
  border-radius: 20px;
}
@media (max-width: 770px) {
  .DELL_info__image-container-v2 {
    width: 60% !important;
    display: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.DELL_info__image-container-hidden {
  width: 50% !important;
  height: 100% !important;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.DELL_info__image-container-hidden .DELL_info__image-con {
  width: 100% !important;
  border-radius: 20px;
}
@media (max-width: 770px) {
  .DELL_info__image-container-hidden {
    width: 60% !important;
    display: flex;
    margin-bottom: 2rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.DELL_info__text-container-left {
  width: 50% !important;
  height: 100% !important;
  align-items: flex-start !important;
  justify-content: center;
  color: #1d1d1d !important;
  padding-right: 30px !important;
  flex-direction: column;
}
@media (max-width: 770px) {
  .DELL_info__text-container-left {
    width: 100% !important;
    align-items: center;
    display: flex;
    margin-left: auto !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
    margin-right: auto !important;
  }
}
.DELL_info__text-container-left .DELL_info__description-1-left {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  line-height: 25px !important;
  height: auto !important;
  padding-top: auto !important;
  padding-bottom: 10px !important;
}
.DELL_info__text-container-left .DELL_info__description-1-left strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__text-container-left .DELL_info__description-1-left {
    text-align: center !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__text-container-left .DELL_info__mini-komputronik {
  font-family: Roboto, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  width: 100% !important;
  line-height: 25px !important;
  height: auto !important;
  padding-top: auto !important;
  padding-bottom: 10px !important;
}
.DELL_info__text-container-left .DELL_info__mini-komputronik strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__text-container-left .DELL_info__mini-komputronik {
    text-align: center !important;
    margin: 0 !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__text-container-left .DELL_info__heading-1 {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  color: #1d1d1d;
  margin-top: auto !important;
  padding-bottom: 15px !important;
  height: auto !important;
  line-height: 50px !important;
}
@media (max-width: 610px) {
  .DELL_info__text-container-left .DELL_info__heading-1 {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
@media (max-width: 770px) {
  .DELL_info__text-container-left .DELL_info__heading-1 {
    text-align: center !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__text-container-right {
  width: 50% !important;
  height: 100% !important;
  align-items: flex-start !important;
  justify-content: center;
  color: #1d1d1d !important;
  padding-left: 30px !important;
  flex-direction: column;
}
@media (max-width: 770px) {
  .DELL_info__text-container-right {
    width: 100% !important;
    align-items: center;
    display: flex;
    padding: 0 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
}
.DELL_info__text-container-right .DELL_info__description-1-left {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  line-height: 25px !important;
  height: auto !important;
  padding-top: auto !important;
  padding-bottom: 10px !important;
}
.DELL_info__text-container-right .DELL_info__description-1-left strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__text-container-right .DELL_info__description-1-left {
    text-align: center !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__text-container-right .DELL_info__heading-1 {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  color: #1d1d1d;
  margin-top: auto !important;
  padding-bottom: 15px !important;
  height: auto !important;
  line-height: 50px !important;
}
@media (max-width: 610px) {
  .DELL_info__text-container-right .DELL_info__heading-1 {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
@media (max-width: 770px) {
  .DELL_info__text-container-right .DELL_info__heading-1 {
    text-align: center !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__text-container-right .DELL_info__mini-komputronik {
  font-family: Roboto, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  width: 100% !important;
  line-height: 18px !important;
  height: auto !important;
  padding-top: auto !important;
  padding-bottom: 10px !important;
}
.DELL_info__text-container-right .DELL_info__mini-komputronik strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__text-container-right .DELL_info__mini-komputronik {
    text-align: center !important;
    margin: 0 !important;
    margin-top: 0rem !important;
  }
}
.DELL_info__custom-normal-section {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  margin-top: auto !important;
  text-align: center !important;
  padding-bottom: 15px !important;
  height: auto !important;
  line-height: 50px !important;
  padding-top: 70px !important;
}
@media (max-width: 610px) {
  .DELL_info__custom-normal-section {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 770px) {
  .DELL_info__custom-normal-section {
    margin-top: 0rem !important;
    padding-top: 35px !important;
  }
}
.DELL_info__custom-normal-section-desc {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-bottom: 1.5rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  line-height: 25px !important;
  height: auto !important;
  padding-top: auto !important;
  text-align: center !important;
  padding-bottom: 5px !important;
  padding: 0 12% 3.3rem !important;
}
.DELL_info__custom-normal-section-desc strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__custom-normal-section-desc {
    margin-top: 0rem !important;
  }
}
.DELL_info__custom-normal-section-desc-lil {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  color: #1d1d1d;
  margin-left: auto !important;
  line-height: 25px !important;
  text-align: center !important;
  height: auto !important;
  padding-top: auto !important;
  padding-bottom: 15px !important;
}
.DELL_info__custom-normal-section-desc-lil strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__custom-normal-section-desc-lil {
    margin-top: 0rem !important;
  }
}
.DELL_info__hidden-min-content {
  width: 50% !important;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 750px) {
  .DELL_info__hidden-min-content {
    display: none !important;
  }
}
.DELL_info__description-2 {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-left: auto !important;
  padding-right: 10px !important;
  line-height: 25px !important;
  height: auto !important;
  color: #8978b7 !important;
  padding-top: auto !important;
  width: 40% !important;
  margin-bottom: auto !important;
  padding-bottom: 10px !important;
}
.DELL_info__description-2 strong {
  font-weight: 700 !important;
}
@media (max-width: 770px) {
  .DELL_info__description-2 {
    text-align: center;
  }
}
.DELL_info__heading-2 {
  font-family: Roboto, sans-serif !important;
  width: 40% !important;
  font-size: 40px !important;
  margin-left: auto !important;
  font-weight: 300 !important;
  padding-top: 30px !important;
  margin-top: auto !important;
  padding-bottom: 15px !important;
  height: auto !important;
  line-height: 50px !important;
}
@media (max-width: 610px) {
  .DELL_info__heading-2 {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
.DELL_info__wrapper-horizontal {
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: auto !important;
}
@media (max-width: 820px) {
  .DELL_info__wrapper-horizontal {
    flex-direction: column;
  }
}
.DELL_info__wrapper-horizontal.DELL_h-900 {
  min-height: 900px;
}
@media (max-width: 700px) {
  .DELL_info__wrapper-horizontal.DELL_h-900 {
    min-height: auto;
  }
}
.DELL_info__wrapper-horizontal.DELL_h-500 {
  min-height: 500px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper-horizontal.DELL_h-500 {
    min-height: auto;
  }
}
.DELL_info__wrapper-horizontal.DELL_h-500-v2 {
  min-height: 400px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper-horizontal.DELL_h-500-v2 {
    min-height: auto;
  }
}
.DELL_info__wrapper-horizontal.DELL_h-870 {
  min-height: 870px;
}
@media (max-width: 610px) {
  .DELL_info__wrapper-horizontal.DELL_h-870 {
    min-height: auto;
  }
}
.DELL_info__wrapper-horizontal.DELL_h-450 {
  min-height: 450px;
}
@media (max-width: 450px) {
  .DELL_info__wrapper-horizontal.DELL_h-450 {
    min-height: auto;
  }
}
.DELL_info__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.DELL_info__image {
  z-index: 2;
  position: absolute;
}
@media (max-width: 610px) {
  .DELL_info__image {
    position: relative;
  }
}
.DELL_info__display-informations {
  width: 100%;
  font-size: 20px;
  display: flex;
  box-sizing: border-box;
  margin-top: 3rem !important;
  color: #1d1d1d;
  margin-bottom: 3rem !important;
  padding: 10px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-weight: 400;
}
@media (max-width: 800px) {
  .DELL_info__display-informations {
    margin-top: 1rem !important;
  }
}
@media (max-width: 600px) {
  .DELL_info__display-informations {
    margin-bottom: 1rem !important;
  }
}
.DELL_info__display-informations .DELL_info__left-panel {
  width: 47%;
}
@media (max-width: 700px) {
  .DELL_info__display-informations .DELL_info__left-panel {
    width: 100%;
    font-size: 14px;
  }
}
.DELL_info__display-informations .DELL_info__blocker {
  width: 6%;
  display: flex;
  justify-content: center;
}
.DELL_info__display-informations .DELL_info__right-panel {
  width: 47%;
  padding-left: 1rem;
}
@media (max-width: 700px) {
  .DELL_info__display-informations .DELL_info__right-panel {
    width: 100%;
    font-size: 14px;
  }
}
.DELL_info__mini {
  font-size: 16px;
  color: #8978b7 !important;
  text-align: center;
}
@media (max-width: 610px) {
  .DELL_info__mini {
    margin-bottom: 1rem !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 14px;
    line-height: 17px;
  }
}
.DELL_info__full-content {
  color: #000;
  padding-left: 2rem !important;
  text-align: center;
  font-size: 20px;
  padding-right: 2rem !important;
}
@media (max-width: 700px) {
  .DELL_info__full-content {
    width: 100%;
    font-size: 14px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.DELL_info__decor-up {
  z-index: 3;
  position: absolute;
}
.DELL_info__decor-down {
  z-index: 1;
  position: absolute;
}
.DELL_info__content {
  z-index: 5;
  padding: 1rem;
  position: relative;
  height: auto;
  width: 100%;
}
.DELL_info__content-horizontal {
  z-index: 5;
  padding: 1rem;
  position: relative;
  width: 70%;
}
@media (max-width: 820px) {
  .DELL_info__content-horizontal {
    width: 100%;
    text-align: center;
  }
}
.DELL_info__laptom-image {
  z-index: 5;
  position: relative;
  margin-left: 2rem !important;
  width: 30%;
}
@media (max-width: 820px) {
  .DELL_info__laptom-image {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.DELL_info__weird-image {
  height: 401px !important;
}
@media (max-width: 720px) {
  .DELL_info__weird-image {
    width: 100%;
    height: auto !important;
  }
}
.DELL_info__weird-header {
  width: 50%;
  font-size: 40px !important;
  color: #fff;
  margin-left: auto !important;
  font-weight: 300 !important;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}
.DELL_info__content-horizontal-point {
  z-index: 5;
  position: relative;
  padding: 2rem !important;
  width: 50%;
}
@media (max-width: 820px) {
  .DELL_info__content-horizontal-point {
    width: 100%;
    text-align: center;
  }
}
.DELL_normal-sec-4 {
  display: block;
}
@media (max-width: 1000px) {
  .DELL_normal-sec-4 {
    display: none;
  }
}
.DELL_mobile-sec-4 {
  display: none;
}
@media (max-width: 1000px) {
  .DELL_mobile-sec-4 {
    display: block;
  }
}
.DELL_info__laptom-image-point,
.DELL_info__laptom-image-point-center {
  z-index: 5;
  position: relative;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  width: 50%;
}
.DELL_info__laptom-image-point .DELL_info__laptom-image,
.DELL_info__laptom-image-point-center .DELL_info__laptom-image {
  height: auto !important;
}
.DELL_info__laptom-image-point
  .DELL_info__laptom-image
  .DELL_info__laptop-image-horizontal,
.DELL_info__laptom-image-point-center
  .DELL_info__laptom-image
  .DELL_info__laptop-image-horizontal {
  width: 70% !important;
}
@media (max-width: 820px) {
  .DELL_info__laptom-image-point,
  .DELL_info__laptom-image-point-center {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 820px) {
  .DELL_info__laptom-image-point {
    display: none;
  }
}
.DELL_info__laptom-image-point-mobile {
  display: none;
}
@media (max-width: 820px) {
  .DELL_info__laptom-image-point-mobile {
    display: flex;
  }
}
.DELL_info__laptom-image-point-center {
  justify-content: center !important;
}
.DELL_info__heading {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  text-align: center !important;
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  line-height: 50px !important;
}
@media (max-width: 610px) {
  .DELL_info__heading {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
.DELL_info__heading-right {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  text-align: center !important;
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  line-height: 50px !important;
}
@media (max-width: 610px) {
  .DELL_info__heading-right {
    font-size: 34px !important;
    line-height: 38px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
.DELL_hide-enter {
  display: block;
}
@media (max-width: 1000px) {
  .DELL_hide-enter {
    display: none !important;
  }
}
.DELL_info__heading-left {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  padding-left: 50px !important;
  text-align: left !important;
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  line-height: 50px !important;
}
@media (max-width: 1000px) {
  .DELL_info__heading-left {
    font-size: 28px !important;
    line-height: 35px !important;
    padding-top: 1.5rem !important;
    padding-bottom: 0.3rem !important;
    text-align: center !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 610px) {
  .DELL_info__heading-left {
    font-size: 26px !important;
    line-height: 30px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.3rem !important;
  }
}
.DELL_info__heading-horizontal {
  font-family: Roboto, sans-serif !important;
  width: 100% !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  line-height: 39px !important;
}
@media (max-width: 610px) {
  .DELL_info__heading-horizontal {
    font-size: 26px !important;
    line-height: 30px !important;
    padding-top: 1rem !important;
    padding-bottom: 0.4rem !important;
  }
}
.DELL_info__subheading {
  display: block;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px !important;
}
@media (max-width: 610px) {
  .DELL_info__subheading {
    padding: 1rem !important;
    margin-bottom: 0rem !important;
  }
}
.DELL_info__description {
  font-family: Roboto, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  width: 100% !important;
  text-align: center;
  margin-top: 15px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-bottom: 30px !important;
  width: 90%;
}
.DELL_info__description strong {
  font-weight: 700 !important;
}
@media (max-width: 610px) {
  .DELL_info__description {
    font-size: 16px !important;
    line-height: 21px !important;
    padding-top: 0.2rem !important;
    margin: 0;
    width: auto;
    padding-bottom: 1rem !important;
  }
}
.DELL_info__description-left {
  font-family: Roboto, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  width: 100% !important;
  text-align: left !important;
  margin-top: 15px !important;
  padding-right: 30px !important;
  padding-left: 50px !important;
  padding-bottom: 30px !important;
  width: 90%;
}
.DELL_info__description-left strong {
  font-weight: 700 !important;
}
@media (max-width: 1000px) {
  .DELL_info__description-left {
    font-size: 16px !important;
    line-height: 19px !important;
    padding-top: 0.2rem !important;
    margin: 0;
    width: auto;
    text-align: center !important;
    padding-left: 30px !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 610px) {
  .DELL_info__description-left {
    font-size: 16px !important;
    line-height: 21px !important;
    padding-top: 0.2rem !important;
    margin: 0;
    width: auto;
    padding-bottom: 1rem !important;
  }
}
.DELL_info__description-halfcontainer {
  width: 50%;
  height: auto;
  margin-top: 1rem !important;
  margin-left: auto !important;
}
@media (max-width: 850px) {
  .DELL_info__description-halfcontainer {
    width: 100%;
  }
}
.DELL_info__description-full {
  width: 100% !important;
  height: auto;
  color: #8978b7 !important;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 1rem !important;
}
@media (max-width: 750px) {
  .DELL_info__description-full {
    flex-direction: column;
  }
}
.DELL_info__description-full .DELL_info__description-half {
  width: 50% !important;
  height: 100%;
  padding-top: 16px !important;
}
@media (max-width: 750px) {
  .DELL_info__description-full .DELL_info__description-half {
    width: 100% !important;
    text-align: center;
    margin-bottom: 2rem !important;
  }
}
.DELL_info__description-full .DELL_info__description-img {
  width: 50% !important;
  height: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 750px) {
  .DELL_info__description-full .DELL_info__description-img {
    width: 100% !important;
  }
}
.DELL_info__description-horizontal {
  font-family: Roboto, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  margin-bottom: 30px !important;
  width: 100%;
}
.DELL_info__description-horizontal strong {
  font-weight: 700 !important;
}
@media (max-width: 610px) {
  .DELL_info__description-horizontal {
    font-size: 16px !important;
    line-height: 23px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    width: 100%;
  }
}
.DELL_info__dragon {
  width: 100% !important;
  display: flex;
  padding-top: auto;
  margin-top: auto;
  height: auto;
}
.DELL_info__dragon .DELL_info__dragon-image {
  width: 100% !important;
}
.DELL_info__laptom-image {
  width: 100% !important;
  display: flex;
  height: auto !important;
  align-items: flex-end;
}
.DELL_info__laptom-image .DELL_info__laptop-image-horizontal {
  width: 100%;
}
.DELL_info__small {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
  line-height: normal;
}
.DELL_info__separator {
  width: 50px;
  height: 12px;
  margin: 2rem 0rem !important;
}
@media (max-width: 610px) {
  .DELL_info__separator {
    margin: 1rem !important;
  }
}
@media (max-width: 610px) {
  .DELL_m-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.DELL_c-right {
  align-items: flex-end;
}
.DELL_info__theme-1 .DELL_info__heading {
  color: #fff !important;
}
.DELL_info__theme-1 .DELL_info__description {
  color: #7961aa !important;
}
.DELL_info__theme-1 .DELL_info__separator {
  background-color: #000 !important;
}
.DELL_info__theme-2 .DELL_info__heading {
  color: #fff !important;
}
.DELL_info__theme-2 .DELL_info__custom-normal-section {
  color: #2f9bd9 !important;
}
.DELL_info__theme-2 .DELL_info__custom-normal-section-desc {
  color: #fff !important;
}
.DELL_info__theme-3 .DELL_info__heading {
  color: #fff !important;
}
.DELL_info__theme-3 .DELL_info__custom-normal-section {
  color: #2f9bd9 !important;
}
.DELL_info__theme-3 .DELL_info__custom-normal-section-desc {
  color: #fff !important;
}
.DELL_info__theme-4 .DELL_info__custom-normal-section {
  color: #2f9bd9 !important;
}
.DELL_info__theme-4 .DELL_info__custom-normal-section-desc {
  color: #fff !important;
}
.DELL_info__theme-5 .DELL_info__heading {
  color: #000 !important;
}
.DELL_info__theme-5 .DELL_info__custom-normal-section {
  color: #000 !important;
}
.DELL_info__theme-5 .DELL_info__custom-normal-section-desc {
  color: #000 !important;
}
.DELL_info__theme-6 .DELL_info__heading {
  color: #000 !important;
}
.DELL_info__theme-6 .DELL_info__custom-normal-section {
  color: #000 !important;
}
.DELL_info__theme-6 .DELL_info__custom-normal-section-desc {
  color: #000 !important;
}
.DELL_info__theme-7 .DELL_info__heading {
  color: #121212 !important;
}
.DELL_info__theme-7 .DELL_info__info__description {
  color: #121212 !important;
}
.DELL_info__theme-7 .DELL_info__custom-normal-section {
  color: #000 !important;
}
.DELL_info__theme-7 .DELL_info__custom-normal-section-desc {
  color: #000 !important;
}
.DELL_icons-list {
  width: 100%;
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  padding-left: 12% !important;
  padding-right: 12% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #2a1088 !important;
}
.DELL_icons-list .DELL_info-icons-description-container {
  width: 18%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px !important;
}
.DELL_icons-list
  .DELL_info-icons-description-container
  .DELL_info-icons-description {
  margin-top: 15px !important;
}
@media (max-width: 1000px) {
  .DELL_icons-list .DELL_info-icons-description-container {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .DELL_icons-list .DELL_info-icons-description-container {
    width: 50%;
    font-size: 14px !important;
  }
}
.DELL_info__theme-10 .DELL_info__heading-horizontal,
.DELL_info__theme-10 .DELL_info__subheading-horizontal,
.DELL_info__theme-10 .DELL_info__description-horizontal {
  color: #71c168 !important;
}
.DELL_info__theme-9 .DELL_info__heading,
.DELL_info__theme-9 .DELL_info__subheading {
  color: #fff !important;
}
.DELL_info__theme-9 .DELL_info__description {
  color: #8978b7 !important;
}
.DELL_info__theme-7 .DELL_info__heading {
  color: #1d1d1d !important;
}
.DELL_info__theme-7 .DELL_info__description {
  color: #1d1d1d !important;
}
.DELL_info__theme-8 .DELL_info__heading-horizontal {
  color: #71c168 !important;
  padding-top: 1rem !important;
  padding-left: 3rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 820px) {
  .DELL_info__theme-8 .DELL_info__heading-horizontal {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.DELL_info__theme-8 .DELL_info__subheading,
.DELL_info__theme-8 .DELL_info__description-horizontal {
  color: #71c168 !important;
  padding-top: 1rem !important;
  padding-left: 3rem !important;
}
@media (max-width: 820px) {
  .DELL_info__theme-8 .DELL_info__subheading,
  .DELL_info__theme-8 .DELL_info__description-horizontal {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.DELL_info__theme-8 .DELL_info__content-horizontal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DELL_info__theme-8 .DELL_info__laptom-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.DELL_info-1 {
  background-color: #fff;
  height: 400px !important;
  padding: 30px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 770px) {
  .DELL_info-1 {
    flex-direction: column;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.DELL_info__image-1 {
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-1 {
    height: auto !important;
    top: 0;
    left: 0;
  }
}
.DELL_info__decor-1 {
  bottom: 150px;
  z-index: 1;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__decor-1 {
    height: auto;
    width: 360px !important;
    bottom: 20px;
    left: 0;
  }
}
.DELL_info-2 {
  background-color: #000;
  z-index: 2;
  overflow: unset !important;
  padding: 0 !important;
}
@media (max-width: 650px) {
  .DELL_info-2 {
    padding: 0 !important;
  }
}
.DELL_gradient-container-1 {
  background-image: linear-gradient(0deg, #111 0, #290983 100%) !important;
}
.DELL_gradient-container-2 {
  background-color: #000;
}
.DELL_gradient-container-3 {
  background-color: #2a1088;
}
.DELL_gradient-container-4 {
  background-color: #d9dbe7;
}
.DELL_gradient-container-5 {
  background-color: #fff;
}
.DELL_info__image-2 {
  bottom: -100px;
  right: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-2 {
    bottom: 0;
    height: auto !important;
  }
}
.DELL_info__decor-2 {
  display: none;
  right: 60px;
  top: 20px;
}
@media (max-width: 610px) {
  .DELL_info__decor-2 {
    height: auto;
    width: 90px !important;
    top: auto;
    bottom: 0;
  }
}
.DELL_info-3 {
  background-color: #2c078c;
}
.DELL_info__image-3 {
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-3 {
    height: auto !important;
    top: 0;
    left: 0;
  }
}
.DELL_info__decor-3 {
  bottom: 150px;
  z-index: 1;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__decor-3 {
    height: auto;
    width: 360px !important;
    bottom: 20px;
    left: 0;
  }
}
.DELL_info-4 {
  background-color: #757575;
}
.DELL_info-4 .DELL_info__content {
  width: 30%;
}
@media (max-width: 1000px) {
  .DELL_info-4 .DELL_info__content {
    width: 100% !important;
  }
}
.DELL_info__image-4 {
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-4 {
    height: auto !important;
    top: 0;
    left: 0;
  }
}
.DELL_info__decor-4 {
  z-index: 1;
  bottom: -420px;
}
@media (max-width: 610px) {
  .DELL_info__decor-4 {
    height: auto;
    height: 300px;
    right: 0;
    bottom: 0;
  }
  .DELL_info__decor-4-1 {
    bottom: 0;
    top: auto;
    display: none;
  }
}
.DELL_info-5 {
  background-color: #2c1f59;
}
.DELL_info-5 .DELL_info__content {
  width: 100%;
}
.DELL_info__image-5 {
  bottom: 0;
  left: 0;
}
.DELL_info__decor-5 {
  display: none;
  z-index: 2;
  top: 0;
  left: 424px;
}
@media (max-width: 610px) {
  .DELL_info__decor-5 {
    height: auto;
    height: 300px;
    right: 0;
    bottom: 0;
  }
  .DELL_info__decor-5-1 {
    bottom: 0;
    top: auto;
    display: none;
  }
}
.DELL_info-6 {
  background-color: #d9dbe7 !important;
  z-index: 2;
  overflow: unset !important;
  padding: 0 !important;
}
@media (max-width: 650px) {
  .DELL_info-6 {
    padding: 0 !important;
  }
}
.DELL_info__image-6 {
  bottom: 0;
  left: 0;
}
.DELL_info__decor-5 {
  display: none;
  z-index: 2;
  top: 0;
  left: 424px;
}
@media (max-width: 610px) {
  .DELL_info__decor-5 {
    height: auto;
    height: 300px;
    right: 0;
    bottom: 0;
  }
  .DELL_info__decor-5-1 {
    bottom: 0;
    top: auto;
    display: none;
  }
}
.DELL_info-7 {
  background-color: #fff;
}
.DELL_info-7 .DELL_info__content {
  width: 30%;
  margin-left: auto !important;
}
@media (max-width: 1000px) {
  .DELL_info-7 .DELL_info__content {
    width: 100% !important;
  }
}
.DELL_info__image-7 {
  bottom: -100px;
}
@media (max-width: 610px) {
  .DELL_info__image-7 {
    bottom: 20px;
  }
}
.DELL_info__decor-7 {
  bottom: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__decor-7 {
    height: 330px;
    left: 150px;
  }
}
.DELL_info-8 {
  background-color: #fff;
  z-index: 2;
  overflow: unset !important;
  padding: 0 !important;
}
@media (max-width: 650px) {
  .DELL_info-8 {
    padding: 0 !important;
  }
}
.DELL_info__image-8 {
  bottom: -10px;
  right: 0;
  width: 100% !important;
}
.DELL_info__decor-8 {
  bottom: 0;
  right: 150px;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-8 {
    height: 300px;
    right: 20px;
  }
}
.DELL_info-9 {
  background-color: #000 !important;
  z-index: 2;
  overflow: unset !important;
  padding: 0 !important;
}
@media (max-width: 650px) {
  .DELL_info-9 {
    padding: 0 !important;
  }
}
.DELL_info__image-9 {
  left: 0;
}
.DELL_info__decor-9 {
  display: none;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-9 {
    height: 280px;
  }
}
.DELL_info-10 {
  background-color: #fff;
}
.DELL_info__image-10 {
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-10 {
    bottom: 0;
  }
}
.DELL_info__decor-10 {
  top: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-10 {
    height: 280px;
    top: auto;
    bottom: 0;
  }
}
.DELL_info-11 {
  background-color: #1e5743;
}
.DELL_info__decor-11 {
  top: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-11 {
    height: 280px;
    top: auto;
    bottom: 0;
  }
}
.DELL_info__image-11 {
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-11 {
    bottom: 0;
  }
}
.DELL_info-12 {
  background-color: #264738;
}
.DELL_info__decor-12 {
  top: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-12 {
    height: 280px;
    top: auto;
    bottom: 0;
  }
}
.DELL_info__image-12 {
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-12 {
    bottom: 0;
  }
}
.DELL_info-13 {
  background-color: #fff;
}
.DELL_info__decor-13 {
  top: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-13 {
    height: 280px;
    top: auto;
    bottom: 0;
  }
}
.DELL_info__image-13 {
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-13 {
    bottom: 0;
  }
}
.DELL_info-14 {
  background-color: #fff;
}
.DELL_info__decor-14 {
  top: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__decor-14 {
    height: 280px;
    top: auto;
    bottom: 0;
  }
}
.DELL_info__image-14 {
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 610px) {
  .DELL_info__image-14 {
    bottom: 0;
  }
}
.DELL_info-details {
  position: relative;
}
.DELL_info-details__head {
  padding: 30px !important;
  padding-top: 60px !important;
}
@media (max-width: 610px) {
  .DELL_info-details__head {
    padding: 30px !important;
  }
}
.DELL_info-details__heading {
  font-family: Roboto, sans-serif !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: normal;
  color: #000 !important;
  margin-bottom: 0.7rem !important;
  text-align: center;
}
@media (max-width: 610px) {
  .DELL_info-details__heading {
    font-size: 32px !important;
  }
}
.DELL_info-details__description {
  font-family: Roboto, sans-serif !important;
  text-align: center;
  font-weight: 400 !important;
  line-height: 140%;
  color: #000 !important;
}
.DELL_info-details__separator {
  width: 50px;
  height: 12px;
  background-color: #000;
  margin: 2rem 0rem !important;
}
.DELL_info-details__underlay {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 780px;
  height: 180px;
  background-color: #fad673;
}
@media (max-width: 610px) {
  .DELL_info-details__underlay {
    display: none;
  }
}
.DELL_info-details__wrapper {
  z-index: 1 !important;
  position: relative !important;
  padding: 4rem !important;
}
@media (max-width: 610px) {
  .DELL_info-details__wrapper {
    padding: 1rem !important;
  }
}
.DELL_new-system-vertical-list {
  width: 100%;
  height: auto;
  background-color: #2c078c;
  padding: 20px 20px !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list {
    padding: 20px 10px !important;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list {
    flex-direction: column;
  }
}
.DELL_new-system-vertical-list .DELL_percent-dark-boxes {
  width: 28%;
  background-color: #12004e;
  border-radius: 19px;
  height: 195px;
  padding: 20px !important;
  padding-top: 40px !important;
  padding-bottom: 25px !important;
}
@media (max-width: 1090px) {
  .DELL_new-system-vertical-list .DELL_percent-dark-boxes {
    height: 210px;
  }
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list .DELL_percent-dark-boxes {
    height: 250px;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list .DELL_percent-dark-boxes:nth-of-type(2n) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list .DELL_percent-dark-boxes {
    width: 80%;
    height: 140px;
  }
}
.DELL_new-system-vertical-list .DELL_percent-header {
  width: 100%;
  font-size: 36px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-bottom: 25px !important;
  height: 42px;
  height: auto;
  color: #2f9bd9;
  text-align: center;
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list .DELL_percent-header {
    font-size: 26px;
    height: 60px;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list .DELL_percent-header {
    font-size: 22px;
    height: 22px;
  }
}
.DELL_new-system-vertical-list .DELL_percent-paragraph {
  font-size: 18px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 900px) {
  .DELL_new-system-vertical-list .DELL_percent-paragraph {
    font-size: 16px;
  }
}
.DELL_new-system-vertical-list-grey {
  width: 100%;
  height: auto;
  background-color: #d9dbe7;
  padding: 20px 20px !important;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list-grey {
    padding: 20px 10px !important;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list-grey {
    flex-direction: column;
  }
}
.DELL_new-system-vertical-list-grey .DELL_percent-dark-boxes-grey {
  width: 20%;
  background-color: #d9dbe7;
  border-radius: 13px;
  height: auto;
  padding: 20px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list-grey .DELL_percent-dark-boxes-grey {
    height: auto;
    width: 40%;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list-grey .DELL_percent-dark-boxes-grey {
    width: 100%;
    height: 140px;
  }
}
.DELL_new-system-vertical-list-grey .DELL_percent-header-grey {
  width: 100%;
  font-size: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px !important;
  height: auto;
  color: #121212;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 980px) {
  .DELL_new-system-vertical-list-grey .DELL_percent-header-grey {
    font-size: 26px;
    height: auto;
    line-height: 30px;
  }
}
@media (max-width: 650px) {
  .DELL_new-system-vertical-list-grey .DELL_percent-header-grey {
    font-size: 22px;
    line-height: 27px;
    height: 22px;
  }
}
.DELL_new-system-vertical-list-grey .DELL_percent-paragraph-grey {
  font-size: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #121212;
}
@media (max-width: 900px) {
  .DELL_new-system-vertical-list-grey .DELL_percent-paragraph-grey {
    font-size: 14px;
  }
}
.DELL_info-details__wrapper_no_padding {
  z-index: 1 !important;
  position: relative !important;
}
@media (max-width: 610px) {
  .DELL_info-details__wrapper_no_padding {
    padding: 1rem !important;
  }
}
.DELL_info-details__wrapper-duo {
  z-index: 1 !important;
  position: relative !important;
  padding-top: 8rem !important;
  background-color: #2c1f59;
  border-radius: 20px;
  margin-top: 20px !important;
  padding-bottom: 8rem !important;
}
@media (max-width: 610px) {
  .DELL_info-details__wrapper-duo {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.DELL_info-details__laptop {
  z-index: 2 !important;
  position: relative !important;
  left: 50%;
  transform: translateX(-50%);
}
.DELL_info__details__laptop_decor {
  display: none;
  position: absolute;
  bottom: 195px;
  left: 0;
  z-index: 1;
}
@media (max-width: 610px) {
  .DELL_info__details__laptop_decor {
    display: none;
    height: 330px;
    left: 150px;
  }
}
.DELL_info-details__point {
  z-index: 3 !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #7961aa;
  background-color: #7961aa;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 610px) {
  .DELL_info-details__point {
    display: none;
  }
}
.DELL_info-details__point:hover .DELL_info-details__point-animation {
  opacity: 0.6;
  width: 50px;
  height: 50px;
}
.DELL_info-details__point.point-1 {
  transform: translate(-133px, -183px);
}
.DELL_info-details__point.point-1:hover {
  z-index: 5;
}
.DELL_info-details__point.point-1:hover .description-1 {
  opacity: 0.9;
}
.DELL_info-details__point.point-2 {
  transform: translate(-45px, -180px);
}
.DELL_info-details__point.point-2:hover {
  z-index: 5;
}
.DELL_info-details__point.point-2:hover .description-2 {
  opacity: 0.9;
}
.DELL_info-details__point.point-3 {
  transform: translate(-90px, 195px);
}
.DELL_info-details__point.point-3:hover {
  z-index: 5;
}
.DELL_info-details__point.point-3:hover .description-3 {
  opacity: 0.9;
}
.DELL_info-details__point.point-4 {
  transform: translate(160px, -178px);
}
.DELL_info-details__point.point-4:hover {
  z-index: 5;
}
.DELL_info-details__point.point-4:hover .description-4 {
  opacity: 0.9;
}
.DELL_info-details__point.point-5 {
  transform: translate(127px, -87px);
}
.DELL_info-details__point.point-5:hover {
  z-index: 5;
}
.DELL_info-details__point.point-5:hover .description-5 {
  opacity: 0.9;
}
.DELL_info-details__point.point-6 {
  transform: translate(237px, 105px);
}
.DELL_info-details__point.point-6 .description-6 {
  width: 200px !important;
}
.DELL_info-details__point.point-6:hover {
  z-index: 5;
}
.DELL_info-details__point.point-6:hover .description-6 {
  opacity: 0.9;
}
.DELL_info-details__point.point-6 .description-6 {
  position: relative;
}
.DELL_info-details__point.point-7 {
  transform: translate(-250px, 40px);
}
.DELL_info-details__point.point-7:hover {
  z-index: 5;
}
.DELL_info-details__point.point-7:hover .description-7 {
  opacity: 0.9;
}
.DELL_info-details__point.point-7 .description-7 {
  position: relative;
}
.DELL_info-details__point.point-9 {
  transform: translate(5px, 65px);
}
.DELL_info-details__point.point-9:hover {
  z-index: 5;
}
.DELL_info-details__point.point-9:hover .description-9 {
  opacity: 0.9;
}
.DELL_info-details__point.point-9 .description-9 {
  position: relative;
}
.DELL_info-details__point.point-11 {
  transform: translate(170px, -10px);
}
.DELL_info-details__point.point-11:hover {
  z-index: 5;
}
.DELL_info-details__point.point-11:hover .description-11 {
  opacity: 0.9;
}
.DELL_info-details__point.point-11 .description-11 {
  position: relative;
}
.DELL_info-details__point.point-1-duo {
  transform: translate(-262px, 5px);
}
.DELL_info-details__point.point-1-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-1-duo:hover .description-1-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-2-duo {
  transform: translate(-182px, 5px);
}
.DELL_info-details__point.point-2-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-2-duo:hover .description-2-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-3-duo {
  transform: translate(68px, 5px);
}
.DELL_info-details__point.point-3-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-3-duo:hover .description-3-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-5-duo {
  transform: translate(115px, -87px);
}
.DELL_info-details__point.point-5-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-5-duo:hover .description-5-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-6-duo {
  transform: translate(215px, 105px);
}
.DELL_info-details__point.point-6-duo .description-6 {
  width: 200px !important;
}
.DELL_info-details__point.point-6-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-6-duo:hover .description-6-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-6-duo .description-6-duo {
  position: relative;
}
.DELL_info-details__point.point-7-duo {
  transform: translate(179px, 5px);
}
.DELL_info-details__point.point-7-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-7-duo:hover .description-7-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-7-duo .description-7-duo {
  position: relative;
}
.DELL_info-details__point.point-9-duo {
  transform: translate(262px, 5px);
}
.DELL_info-details__point.point-9-duo:hover {
  z-index: 5;
}
.DELL_info-details__point.point-9-duo:hover .description-9-duo {
  opacity: 0.9;
}
.DELL_info-details__point.point-9-duo .description-9-duo {
  position: relative;
}
.DELL_info-details__point.point-11 {
  transform: translate(180px, -10px);
}
.DELL_info-details__point.point-11:hover {
  z-index: 5;
}
.DELL_info-details__point.point-11:hover .description-11 {
  opacity: 0.9;
}
.DELL_info-details__point.point-11 .description-11 {
  position: relative;
}
.DELL_info-details__point-description {
  position: relative;
  top: 50%;
  left: 50%;
  width: 270px;
  height: auto;
  background-color: #000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  padding: 15px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.DELL_info-details__point-description.description-3 {
  z-index: 9;
}
.DELL_info-details__point-description-left {
  position: relative;
  top: 0;
  transform: translateX(-100%);
  left: 50%;
  width: 270px;
  height: auto;
  background-color: #000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  padding: 15px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.DELL_info-details__point-description-left.description-9 {
  z-index: 9;
}
.DELL_info-details__point-animation {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 2px solid #fff !important;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out,
    width 0.5s ease-in-out, height 0.5s ease-in-out;
  opacity: 0;
}
.DELL_info-details__point:hover {
  z-index: 20 !important;
}
.DELL_info-details__point-description {
  pointer-events: none;
}
.DELL_info-details__point-description-left {
  pointer-events: none;
}
.DELL_info-details__point:hover .DELL_info-details__point-description {
  pointer-events: auto;
}
.DELL_info-details__point-left:hover .DELL_info-details__point-description {
  pointer-events: auto;
}
.DELL_info-details__legend {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  padding: 2rem !important;
  width: 100%;
}
@media (max-width: 610px) {
  .DELL_info-details__legend {
    display: block;
  }
}
.DELL_info-details__legend-list {
  font-size: 16px;
  color: #000 !important;
  padding: 1.5rem !important;
}
.DELL_info-details__legend-list li {
  margin-bottom: 10px !important;
}
.DELL_table-wrapper {
  position: relative;
  width: 100%;
  padding: 30px !important;
}
@media (max-width: 610px) {
  .DELL_table-wrapper {
    overflow-y: hidden;
    margin-top: 30px !important;
  }
}
.DELL_table {
  width: 100%;
  border-spacing: 0 !important;
  border-collapse: separate !important;
  text-align: left;
}
.DELL_table thead tr th {
  font-size: 16px;
  text-align: left;
}
.DELL_table thead tr th:first-of-type {
  width: 350px;
}
@media (max-width: 610px) {
  .DELL_table thead tr th:first-of-type {
    width: 350px;
  }
}
.DELL_table tbody tr td,
.DELL_table tbody tr th {
  border-bottom: 1px solid #a4a4a2 !important;
}
.DELL_table tbody tr:last-child td,
.DELL_table tbody tr:last-child th {
  border: 0 !important;
}
.DELL_table th {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.DELL_table td {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #000;
}
@media (max-width: 610px) {
  .DELL_table td {
    font-size: 18px;
  }
}
.DELL_table td small {
  font-weight: 700;
  font-size: 14px;
}
.DELL_table th,
.DELL_table td {
  padding: 15px 0 !important;
}
@media (max-width: 610px) {
  .DELL_table th,
  .DELL_table td {
    padding: 15px 15px !important;
  }
}
.DELL_accessories {
  position: relative;
  background-color: #254737;
  padding: 30px !important;
}
.DELL_accessories__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.DELL_accessories__heading-wrapper {
  padding: 2rem !important;
}
.DELL_accessories__heading {
  font-family: Roboto, sans-serif !important;
  font-size: 45px !important;
  line-height: normal;
  font-weight: 300 !important;
  text-align: left !important;
  color: #339f5e !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 610px) {
  .DELL_accessories__heading {
    font-size: 32px !important;
  }
}
.DELL_accessories__separator {
  position: relative;
  width: 44px;
  height: 11px;
  background-color: #339f5e;
}
.DELL_accessories__item-title {
  font-family: Roboto, sans-serif !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #227653 !important;
}
.DELL_accessories__item-separator {
  width: 28px;
  height: 7px;
  background-color: #227653;
  margin: 1rem 0rem !important;
}
.DELL_accessories__image-wrapper {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-bottom: 0rem !important;
}
@media (min-width: 610px) {
  .DELL_accessories__image-wrapper_custom-left {
    margin-left: -95px !important;
  }
}
.DELL_accessories__image {
  max-width: 100%;
  height: auto;
}
.DELL_accessories__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 45%;
  padding: 1.5rem !important;
  background-color: #fff;
  margin: 2.5% !important;
}
@media (max-width: 610px) {
  .DELL_accessories__item {
    flex-direction: column;
    margin: 0 0 30px !important;
    width: 100%;
  }
}
.DELL_accessories__item-decor {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  width: 330px;
  height: 75px;
  background-color: #fff;
}
.DELL_accessories__item-decor-left {
  left: 0;
}
.DELL_accessories__item-decor-right {
  right: 0;
}
.DELL_accessories__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 610px) {
  .DELL_accessories__row {
    flex-direction: column;
  }
}
.DELL_accessories__item-img-wrapper {
  width: 25%;
  height: auto;
}
@media (max-width: 610px) {
  .DELL_accessories__item-img-wrapper {
    width: 100%;
    height: auto;
  }
}
.DELL_accessories__item-img {
  width: 100%;
  height: auto;
}
.DELL_accessories__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  height: auto;
  padding: 1.5rem !important;
}
@media (max-width: 610px) {
  .DELL_accessories__item-content {
    width: 100%;
    height: auto;
  }
}
.DELL_accessories__item-heading {
  font-family: Roboto, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem !important;
  color: #c9c9c9 !important;
}
@media (max-width: 610px) {
  .DELL_accessories__item-heading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.DELL_accessories__item-description {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #c9c9c9 !important;
}
@media (max-width: 610px) {
  .DELL_accessories__item-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.DELL_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff !important;
  padding: 3rem !important;
}
.DELL_footer__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media (max-width: 610px) {
  .DELL_footer__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.DELL_footer__icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem !important;
  height: 100px;
}
@media (max-width: 610px) {
  .DELL_footer__icon-wrapper {
    height: auto !important;
    align-items: center !important;
  }
}
.DELL_footer__icon {
  width: auto;
  height: auto;
}
.DELL_footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem !important;
  height: 100px;
}
@media (max-width: 610px) {
  .DELL_footer__content {
    height: auto;
  }
}
.DELL_footer__heading {
  font-family: Roboto, sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 610px) {
  .DELL_footer__heading {
    text-align: center !important;
  }
}
.DELL_footer__description {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #444 !important;
}
@media (max-width: 610px) {
  .DELL_footer__description {
    text-align: center !important;
  }
}
.DELL_footer-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem !important;
  background-color: #fff !important;
  border-top: 1px solid #ddd !important;
}
.DELL_footer-logos img {
  max-height: 30px;
  max-width: 240px;
}
.DELL_footer-logos img:first-of-type {
  max-height: 60px;
}
@media (max-width: 610px) {
  .DELL_footer-logos img {
    margin-bottom: 30px !important;
  }
  .DELL_footer-logos img:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 610px) {
  .DELL_footer-logos {
    flex-direction: column;
    padding: 2rem 2rem !important;
  }
}
