/* HOMEPAGE */

.action-link {
  color: #218fff;
}

.action-link:hover {
  color: #04498d;
}

.newsroom-vert-spacer {
  margin-top: 40px;
}

.homepage-intro-header {
  display: flex;
  align-items: start;
  padding: 0 40px;
  gap: 40px;
  padding-bottom: 40px;
}

.homepage-intro-header span {
  width: calc(100% / 3);
  margin: 0;
}

.homepage-intro-header-titles {
  padding: 0 40px;
}

.homepage-intro-header-titles2 {
  padding: 0 40px 40px;
}

.homepage-text-row {
  display: flex;
  gap: 40px;
}

.homepage-text-row div {
  width: calc(100% / 2);
  margin: 0;
}

@media screen and (max-width: 1372px) {
  .newsroom-vert-spacer {
    margin-top: 24px;
  }

  .homepage-intro-header {
    padding: 0 24px;
    gap: 24px;
    padding-bottom: 24px;
  }

  .homepage-intro-header-titles {
    padding: 0 24px 24px;
  }

  .homepage-intro-header-titles2 {
    padding: 0 24px 24px;
  }

  .homepage-text-row {
    gap: 24px;
  }
}

@media screen and (max-width: 900px) {
  .homepage-intro-header {
    flex-direction: column;
  }

  .homepage-intro-header span {
    width: 100%;
  }

  .homepage-text-row {
    flex-direction: column;
  }

  .homepage-text-row div {
    width: 100%;
  }
}

/* MAIN HOMEPAGE TILES */

.rxrstudio-shadow::after {
  background: linear-gradient(to top right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 40%);
}

@media screen and (min-width: 1200px) {
  .main-text {
    width: 1100px;
  }
}

.card-100>.bg-wrapper {
  border-radius: 0;
}

.card-50>.bg-wrapper {
  border-radius: 0;
}

.new.card-container>.card-100 {
  border-radius: 0;
  max-height: 590px;
}

.new.card-container > .card-100:has(.manual-tile) {
  max-height: 390px;
}

.new.card-container>.card-50 {
  border-radius: 0;
  max-height: 550px;
}

.card-container>.card-100>.title {
  font-size: 50px;
}

/* Page Cards */
.card-container-page {
  margin: 0 5px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  scroll-margin-top: 100px;
}

.card-container-page > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: calc((100lvh - 24px) * 0.5);
  max-height: 400px;
  position: relative;
}

.app-tile-page__title-break {
  display: inline;
}
/* 
.app-tile__content-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

@media only screen and (min-width: 1680px) {
  .card-container-page > .card-50 .app-tile__content {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1680px) {
  .card-container-page > * {
    max-height: 350px;
  }

  .card-container-page > .card-50 .app-tile__content {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 1440px) {
  .card-container-page > * {
    max-height: 300px;
  }

  .card-container-page > .card-50 .app-tile__content {
    padding: 20px 0;
  }
  
  .app-tile-page__title-break {
    display: block;
  }
}

@media only screen and (max-width: 1280px) {
  .card-container-page > .card-50 .app-tile__info > .app-tile__buttons {
    transform: scale(0.9);
    margin-left: -11px;
  }

  .card-container-page > .card-50 .app-tile__info {
    gap: 15px;
  }

  .manual-tile-text {
    font-size: 40px !important;
  }

  .manual-tile-img {
    max-height: 70px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .card-container-page > * {
    max-height: 250px;
  }

  .card-container-page > * > .bg-wrapper .rxr-header-logo {
    width: 120px;
  }

  .card-container-page > .card-100 .mh-logo-small-white {
    width: 60px;
  }

  .card-container-page > .card-100 .title {
    font-size: 28px;
  }

  .card-container-page > .card-100 .subtitle {
    font-size: 14px;
  }

  .card-container-page > .card-100 .link {
    font-size: 12px;
  }

  .card-container-page > .card-50 .title {
    font-size: 24px;
  }

  .card-container-page > .card-50 .app-tile__content {
    gap: 5px;
    padding: 15px 0px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__title {
    font-size: 25px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__subtitle {
    font-size: 15px;
  }
}

.card-container-page > *.video {
  overflow: hidden;
}

.card-container-page > * > .bg-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.card-container-page > * > .bg-wrapper .rxr-header-logo {
  width: 150px;
  border-radius: 0;
}

.card-container-page > * .title {
  margin: 0;
  font-weight: 600;
  padding-top: 0;
  z-index: 2;
  text-align: center;
  font-size: 30px;
}

.card-container-page > * .subtitle {
  font-weight: 400;
  padding: 0;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
}

.card-container-page > * .link {
  z-index: 2;
  font-size: 12px;
}

.card-container-page > .card-100 {
  flex: 2 0 100%;
}

.card-container-page > .card-50 {
  flex: 1 1 45%;
  min-width: 45%;
  width: 50%;
}

/* .card-container-page > .dark {
  background-color: #000;
} */

.card-container-page > .dark .title,
.card-container-page > .dark .subtitle {
  color: white;
}

.card-container-page > *.text-top {
  justify-content: flex-start;
}

.card-container-page > *.text-bottom {
  justify-content: flex-end;
}

.card-container-page > .card-100.full-page {
  min-width: calc(100% + 16px);
  margin-left: -8px;
}

@media only screen and (max-width: 960px) {
  .card-container-page > * > .bg-wrapper .rxr-header-logo {
    width: 90px;
  }

  .card-container-page > .card-100 .mh-logo-small-white {
    width: 60px;
  }

  .card-container-page > .card-100 .title,
  .card-container-page > .card-50 .title {
    font-size: 22px;
  }

  .card-container-page > .card-100 .subtitle,
  .card-container-page > .card-50 .subtitle {
    font-size: 13px;
  }

  .card-container-page > .card-100 .link,
  .card-container-page > .card-50 .link {
    font-size: 11px;
  }

  .card-container-page > .card-50 {
    flex: 1 1 100%;
    min-width: 100%;
    width: 100%;
  }

  .card-container-page > .card-50 .app-tile__content {
    gap: 5px;
    padding: 20px;
  }

  .app-tile-page__title-break {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .card-container-page > .card-50 .title {
    font-size: 24px;
  }

  .card-container-page > .card-50 .app-tile__content {
    gap: 0;
    padding: 5px 5px 25px 5px;
  }

  .card-container-page > .card-50 .app-tile__info {
    gap: 10px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__title {
    font-size: 25px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__subtitle {
    font-size: 15px;
  }

  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: 20%;
  }

  .manual-tile-text {
    font-size: 36px !important;
  }

  .manual-tile-img {
    max-height: 60px !important;
  }
}

@media only screen and (max-width: 650px) {
  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: 15%;
  }

  .manual-tile-text {
    width: 260px !important;
  }

  .manual-tile-img {
    max-height: 65px !important;
  }
}

@media only screen and (max-width: 575px) {
  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: 5%;
  }
}

@media only screen and (max-width: 425px) {
  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: 0%;
  }
}

@media only screen and (max-width: 375px) {
  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: 0%;
  }
}

@media only screen and (max-width: 320px) {
  .card-container-page > .card-50 .app-tile__image-dixr-page {
    right: -8%;
  }
}

@media only screen and (max-width: 500px) {
  .card-container-page > * > .bg-wrapper {
    align-items: flex-start;
  }

  .card-container-page > .card-50 .app-tile__content {
    padding-bottom: 45px;
  }

  .card-container-page > .card-50 .app-tile__specs {
    display: none;
  }
  
  .card-container-page > .card-50 .app-tile__info {
    gap: 7px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__title {
    font-size: 20px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__subtitle {
    font-size: 13px;
  }

  .card-container-page > .card-50 .app-tile__info > .app-tile__buttons {
    transform: scale(0.8);
    margin-left: -22px;
  }

  .manual-tile {
    flex-direction: column !important;
  }

  .manual-tile-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 450px) {
  .card-container-page > .card-50 .app-tile__content {
    padding-left: 15px;
  }

  .card-container-page > .card-50 .app-tile__image-dixr {
    right: 5%;
  }

  .app-tile-page__title-break {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .card-container-page .app-icon-recordxr {
    margin: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-container-page .app-icon-recordxr {
    margin: -15px;
  }
}

@media screen and (max-width: 768px) {
  .card-container-page .app-icon-recordxr {
    margin: -20px;
  }
}

.article-link-page {
  color: #218fff;
  text-decoration: none;
}

.article-link-page:hover {
  color: #218fff;
  text-decoration: underline;
}

.vertical-big {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .vertical-big {
    margin-top: 70px;
  }
}

.vertical-1 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .vertical-1 {
    margin-top: 40px;
  }
}

.vertical-2 {
  margin-top: 300px;
}

.margins-dmxr {
  margin-top: 100px;
  margin-right: 30%;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .margins-dmxr {
    margin-right: 18%;
  }
}

@media screen and (max-width: 1023px) {
  .margins-dmxr {
    margin-right: 30%;
  }
}

@media (max-width: 1350px) {
  .margins-dmxr {
    margin-right: 35%;
  }
}

.margins-dmxr-2 {
  margin-top: 100px;
  margin-left: 4%;
}

@media (max-width: 768px) {
  .margins-dmxr-2 {
    margin-top: 80px;
    margin-right: 15%;
  }
}

@media (max-width: 700px) {
  .margins-dmxr-2 {
    margin-top: 80px;
  }

  .am2-tile-head {
    margin-left: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .margins-dmxr-2 {
    margin-top: 80px;
  }
}

@media (max-width: 1300px) {
  .margins-dmxr-2 {
    margin-right: 0;
  }
}

@media (max-width: 1420px) {
  .body-model {
    width: 40%;
  }
}

.card-50.dark .title {
  font-size: 35px;
}

.card-50.dark .title span {
  font-weight: 200;
}

.card-50.dark .subtitle {
  font-size: 18px;
  padding-top: 10px;
}

.card-50 .tile-buttons, .card-100 .tile-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}

.card-50 .tile-buttons-column, .card-100 .tile-buttons-column {
  flex-direction: column;
}

.tile-buttons button {
  padding: 10px 18px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}

.tile-buttons .button-learnmore {
  color: white;
  background-color: #218fff;
  border: 1px solid #218fff;
}

.tile-buttons .button-learnmore:hover {
  color: white;
  background-color: #1877D8;
  border: 1px solid #1877D8;
}

.tile-buttons .button-buy {
  color: #218fff;
  background-color: transparent;
  border: 1px solid #218fff;
}

.tile-buttons .button-buy:hover {
  color: white;
  background-color: #1877D8;
  border: 1px solid #1877D8;
}

.app-tile__container-ai {
  position: relative;
  overflow: hidden;
}

.app-tile__container-ai .app-tile__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  border-radius: 0;
  object-fit: cover;
  object-position: 15% 32%;
  z-index: 1;
}

.app-tile__container-ai::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

.app-tile__container-ai .bg-wrapper {
  position: relative;
  z-index: 3;
}

.app-tile__container-mixr {
  position: relative;
  overflow: hidden;
}

.app-tile__container-mixr .app-tile__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  border-radius: 0;
  object-fit: cover;
  object-position: 49% 32%;
  z-index: 1;
}

.app-tile__container-mixr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.05));
  z-index: 2;
  pointer-events: none;
}

.app-tile__container-mixr .bg-wrapper {
  position: relative;
  z-index: 3;
}

.app-tile__container-dixr {
  background: linear-gradient(62.41deg, #d1d1d1 0.52%, #ffffff 114.98%);
}

.app-tile__container-model {
  background: linear-gradient(62.41deg, #d1d1d1 0.52%, #ffffff 114.98%);
}

.app-tile__container-model {
  overflow: hidden;
  position: relative;
}

.app-tile__container-model > .tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.app-tile__container-model .app-tile__buttons > a {
  z-index: 4;
}

#model-am {
  z-index: 4;
  filter: saturate(0.85) contrast(0.9);
}

#model-dixr {
  z-index: 4;
  filter: saturate(0.75) contrast(0.9);
}

#model-am, #model-dixr, #model-eye, #model-ear{
  --progress-bar-color: none;
  --progress-bar-height: 0px;
}

.app-tile__container-recordxr {
  background: conic-gradient(
    from -33deg at 82% 35%,
    #a56dff 50deg,
    #fff346 50deg 160deg,
    #ffcf3f 160deg 180deg,
    #ff7442 250deg 290deg,
    #ff5179 260deg 320deg,
    #ff55cc 320deg 360deg
  );
  background-size: cover;
  background-position: center;
}

.app-tile__container-rxr-studio {
  position: relative;
  background-color: #9f203f;
  overflow: hidden;
}

.app-tile__container-edupro {
  position: relative;
  overflow: hidden;
}

.app-tile__container-edupro .app-tile__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  border-radius: 0;
  object-fit: cover;
  z-index: 1;
}

.app-tile__container-edupro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.app-tile__container-edupro .bg-wrapper {
  position: relative;
  z-index: 3;
}

.personal-medical-learning::before {
  background-color: #102940;
  opacity: 0.4;
}

.k12::before {
  background-color: #141B2C;
  opacity: 0.5;
}

.nursing-school::before {
  background-color: #2E3545;
  opacity: 0.5;
}

.osteopathic::before {
  background-color: #141B2C;
  opacity: 0.6;
}

.simulation-labs::before {
  background-color: #102940;
  opacity: 0.4;
}

.dissection-lab::before {
  background-color: #0B1324;
  opacity: 0.5;
}

.uni-fundamentals::before {
  background-color: #102940;
  opacity: 0.6;
}

.uni-advanced::before {
  background-color: #0B1324;
  opacity: 0.5;
}

.medical-residency::before {
  background-color: #103654;
  opacity: 0.6;
}

.surgical-training::before {
  background-color: #0C3440;
  opacity: 0.4;
}

.medical-education::before {
  background-color: #072A35;
  opacity: 0.5;
}

.patient-information::before {
  background-color: #2B454C;
  opacity: 0.5;
}

.app-tile__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: 0;
}

.app-tile {
  position: relative;
  width: 100%;
  height: 80vh;
  background-image: url("/images/ai/ai-header-bg-l.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #102940;
  color: white;
}

.app-tile__content {
  display: flex;
  flex-direction: column;
  gap: 10px;

  position: absolute;
  padding: 30px;
  bottom: 10%;
  left: 8%;
  box-sizing: border-box;
}

.app-tile__specs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: white;
  margin-bottom: -8px
}

.app-tile__spec:first-child {
  display: flex;
  gap: 5px;
}

.app-tile__level {
  display: flex;
  gap: 2px;
  width: fit-content;
}

.app-tile__level div {
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.app-tile__level div:first-child {
  border-radius: 5px 0 0 5px;
}

.app-tile__level div:last-child {
  border-radius: 0 5px 5px 0;
}

.app-tile__level--expert div {
  background-color: #82ffa5;
}

.app-tile__level--advanced div:not(:last-child) {
  background-color: #82ffa5;
}

.app-tile__level--beginner div:first-child {
  background-color: #82ffa5;
}

.app-tile__spec {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  align-items: center;
}

.app-tile__spec-hardware {
  z-index: 2;
}

.app-tile__tooltip-icon {
  position: relative;
  margin-left: 4px;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #000;
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 5;
}

.app-tile__tooltip-content {
  display: none;
  position: absolute;
  top: -3px;
  left: 100%;
  transform: translateY(-100%);
  min-width: 200px;
  padding: 15px;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  z-index: 10;
  pointer-events: none;
  white-space: normal;
  margin-left: 3px;
  line-height: 1.4;
}

.app-tile__tooltip-icon:hover .app-tile__tooltip-content {
  display: block;
}

.app-tile__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.app-tile__title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  color: white;
  margin: 0;
  z-index: 2;
}

.app-tile__title-mt {
  margin-top: 20px;
}

.app-tile__title--highlight {
  position: relative;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(52.94deg, #82ffa5 36.23%, #5ca7ff 60.22%);
  font-size: 57px;
}

.app-tile__title--highlight::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(52.94deg, rgba(130, 255, 165, 0.7) 36.23%, rgba(92, 167, 255, 0.5) 60.22%);
  filter: blur(15px);
  transform: scale(1.05);
  opacity: 0.7;
}

.app-tile__subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: white;
  z-index: 2;
}

.app-tile__dark-text {
  color: rgba(75, 71, 69, 1);
}

.app-tile__tooltip-icon-dark {
  color: #fff;
  background-color: rgba(104, 104, 104, 1);
}

.app-tile__buttons {
  justify-content: flex-start;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.app-tile__button {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 20px;
  color: white;
  background-color: #218fff;
  border: 1px solid #218fff;
}

.app-tile__button--secondary {
  color: #218fff;
  background-color: transparent;
}

.app-tile__button:hover {
  color: white;
  background-color: #1877d8;
  border: 1px solid #1877d8;
}

.app-tile__image-dixr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  height: 80%;
  width: 313px;
  object-fit: contain;
  z-index: 1;
  display: none;
}

.app-tile__image-dixr-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  height: 80%;
  width: 200px;
  object-fit: contain;
  z-index: 1;
  display: block;
}

.app-tile__model {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  height: 100%;
  width: 45%;
  object-fit: contain;
  z-index: 1;
}

.app-tile__model-dixr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  height: 110%;
  width: 65%;
  object-fit: contain;
  z-index: 1;
}

.app-tile__model-am {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  height: 100%;
  width: 65%;
  object-fit: contain;
  z-index: 1;
}

.manual-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px;
}

.manual-tile-img {
  all: unset;
  display: block;
  height: auto;
  max-height: 80px;   
}

.manual-tile-text {
  all: unset;
  display: block;
  font-size: 42px;
  font-weight: 300;
  color: #17203b;
}

@media screen and (min-width: 1920px) {
  .app-tile__image-dixr-page {
    right: 20%;
  }
}

@media screen and (max-width: 1920px) {
  .app-tile__image-dixr-page {
    right: 15%;
  }
  
  .app-tile__model-dixr {
    right: -8%;
  }

  .app-tile__model {
    right: 2%;
  }
}

@media screen and (max-width: 1750px) {
    .app-tile__model {
        width: 50%;
        right: -2%;
    }
}

@media screen and (max-width: 1650px) {
  .app-tile__image-dixr-page {
    right: 15%;
  }
  .app-tile__title-break {
    display: block;
  }

  .app-tile__model-dixr {
    right: -6%;
  }

  .app-tile__model {
    right: 0;
  }

  .card-container > .card-50 .manual-tile-text {
    width: 285px !important;
  }
}

@media screen and (max-width: 1268px) {
  .app-tile__image-dixr-page {
    right: 12%;
  }

  .app-tile__title-break {
    display: inline;
  }

  .card-container > .card-50 .manual-tile-text {
    width: unset !important;
  }
}

@media screen and (max-width: 960px) {
  .app-tile__title-break {
    display: block;
  }
  .app-tile__image-dixr-page {
    right: 20%;
  }
  .app-tile__model-dixr {
    right: -3%;
  }
  .app-tile__model {
    right: 2%;
  }

  .card-container > .card-50 .manual-tile-text {
    width: 270px !important;
  }
}

@media screen and (max-width: 767px) {
  .app-tile__image-dixr {
    display: block;
  }
  .app-tile__model-dixr {
    display: none;
  }
  .app-tile__model {
    display: none;
  }
  .app-tile__model-am {
    display: none;
  }

  .manual-tile-text {
    width: 245px !important;
  }
}
@media screen and (max-width: 700px) {
  .app-tile__image-dixr {
    right: 0;
  }
}
@media screen and (max-width: 625px) {
  .app-tile__image-dixr {
    right: -10%;
    top: 53%;
  }
}
@media screen and (max-width: 550px) {
  .app-tile__image-dixr {
    right: -22%;
  }
}

@media screen and (max-width: 500px) {
  .manual-tile-text {
    width: 220px !important;
  }
}

@media screen and (max-width: 450px) {
  .app-tile__image-dixr {
    right: -35%;
  }
}
@media screen and (max-width: 415px) {
  .app-tile__image-dixr {
    right: -42%;
  }
}
@media screen and (max-width: 395px) {
  .app-tile__image-dixr {
    right: -47%;
  }
}
@media screen and (max-width: 375px) {
  .app-tile__image-dixr {
    right: -50%;
  }
}

@media screen and (max-width: 360px) {
  .app-tile__image-dixr {
    right: -53%;
  }

  .manual-tile-text {
    font-size: 29px !important;
  }

  .manual-tile-img {
    max-height: 60px !important;
  }
}

@media screen and (max-width: 600px) {
  .app-tile__container-ai .app-tile__bg-image {
    object-position: 45% 32%;
  }

  .app-tile__title-mt {
    margin-top: 0px;
  }

  .app-tile__container-mixr .app-tile__bg-image {
    object-position: 75% 32%;
  }

  .app-tile__content {
    padding: 8px;
    gap: 15px;
  }

  .app-tile__specs {
    gap: 10px;
    margin-bottom: 5px;
  }

  .app-tile__spec {
    font-size: 12px;
    display: flex;
  }

  .app-tile__title {
    font-size: 29px;
  }

  .app-tile__title--highlight {
    font-size: 35px;
  }

  .app-tile__title--highlight::after {
    background-image: linear-gradient(52.94deg, rgba(130, 255, 165, 0.9) 36.23%, rgba(92, 167, 255, 0.7) 60.22%);
  }

  .app-tile__subtitle {
    font-size: 17px;
  }

  .app-tile__tooltip-content {
    top: 125%;
    left: 50%;
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 400px) {
  .app-tile__title {
    font-size: 28px;
  }

  .app-tile__content-withbg {
    left: unset;
  }

  .app-tile__content-withbg {
    padding: 3px;
  }

  .app-tile__container-edupro .app-tile__content-withbg {
    left: 4%;
  }
}

@media (max-width: 768px) {
  .card-50.dark .title {
    font-size: 30px;
  }

  .card-50.dark .subtitle {
    font-size: 21px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }
}

.AI-decorator {
  font-size: 75px!important;
}

.card-100 .title {
  font-size: 50px;
}

.card-100 .title span {
  font-weight: 200;
}

.card-100 .subtitle {
  font-size: 23px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .card-100 .title {
    font-size: 33px;
  }

  .card-100 .subtitle {
    font-size: 15px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }
}

.home-am2-tile-model {
  width: 45%;
}

.home-am2-tile-text {
  width: 60%;
}

.am2-home-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .am2-home-desktop {
    display: none;
  }

  .am2-home-mobile {
    display: block;
  }

  .home-am2-tile-model {
    width: 27%;
  }

  .home-am2-tile-text {
    width: 73%;
  }
}

.dark-overlay-ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}

.dark-overlay-ai .text-unfilter {
  position: relative;
  z-index: 2;
}

.dark-overlay-conference::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  pointer-events: none;
}

.dark-overlay-ai .text-unfilter {
  position: relative;
  z-index: 2;
}

.conference-pretitle {
  padding-bottom: 10px!important;
  padding-top: 0!important;
  font-weight: 600!important;
  font-size: 21px!important;
}

@media (max-width: 768px) {
  .conference-pretitle {
    padding-bottom: 5px!important;
  }
}

.dixr-tile-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 18px;
}

.dixr-tile-title-mobile {
  display: none;
  text-align: left!important;
}

.dixr-tile-title {
  display: block;
}

@media screen and (max-width: 600px) {
  .dixr-tile-layout {
    align-items: start;
  }

  .dixr-tile-layout > .subtitle {
    text-align: left;
  }

  .dixr-tile-title-mobile {
    display: block;
    text-align: left!important;
  }

  .dixr-tile-title {
    display: none;
  }

  .dixr-tile-buttons {
    align-items: start;
  }
}

@media screen and (max-width: 550px) {
  .dixr-tile-layout {
    padding-bottom: 110px;
  }
}

.am2-header-container-bg-video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: right;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-ai-tile-text {
    width: 100%;
  }
}

.am2-tile-head {
  object-fit: contain;
  width: auto;
}

/* @media screen and (max-width: 1000px) {
  .am2-tile-head {
    margin-left: -40px;
    width: 150%;
    object-fit: cover;
    object-position: left;
  }
} */

.dixr-tile-head {
  height: 90%;
  object-fit: cover;
  object-position: left;
  padding-top: 50px;
}

.dixr-tile-buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 1170px) {
  .dixr-tile-buttons {
    flex-direction: column;
  }

  .bp-dixr {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .dixr-tile-head {
    margin-left: -155px;
    width: 435%;
  }
}

.mobile-ai-tile {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop-ai-tile {
    display: none;
  }

  .mobile-ai-tile {
    display: block;
  }
}

/* HOMEPAGE CAROUSEL */

.carousel-wrapper .slide-content .title {
  margin-left: 15px;
  margin-right: 15px;
}

.carousel-spinner-wrapper {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .carousel-spinner>.slide .bg-wrapper .slide-content h2 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.carousel-wrapper {
  margin-top: 8px;
}

.carousel-spinner-wrapper {
  height: 400px;
}

@media only screen and (min-width: 1367px) {
  .carousel-spinner-wrapper {
    max-width: 1760px;
  }
}

@media only screen and (max-width: 1366px) {
  .carousel-spinner-wrapper {
    max-width: 2550px;
  }
}

.carousel-spinner>.slide .rxr-overlay {
  padding-left: 10px;
  padding-top: 10px;
}

.carousel-spinner>.slide .rxr-overlay p,
.carousel-spinner>.slide .rxr-overlay .lesson-difficulty {
  font-size: 15px;
}

.carousel-spinner>.slide .bg-wrapper .slide-content {
  position: absolute;
  bottom: 50px;
}

.carousel-spinner>.slide .bg-wrapper .slide-content h2 {
  font-size: 24px;
}

@media screen and (max-width: 1020px) {
  .carousel-spinner>.slide .bg-wrapper .slide-content h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-spinner>.slide .bg-wrapper .slide-content h2 {
    font-size: 20px;
  }
}

.carousel-spinner>.slide .bg-wrapper .slide-content .play-buttons {
  margin-top: 5px;
}

.carousel-spinner>.slide .rxr-overlay {
  gap: 4px;
}

.carousel-spinner>.slide .rxr-overlay {
  gap: 4px;
}

@media screen and (max-width: 1020px) {
  .carousel-spinner>.slide .rxr-overlay {
    gap: 3px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-spinner>.slide .rxr-overlay {
    gap: 3px;
  }
}

@media screen and (max-width: 1020px) {

  .carousel-spinner>.slide .rxr-overlay p,
  .carousel-spinner>.slide .rxr-overlay .lesson-difficulty {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {

  .carousel-spinner>.slide .rxr-overlay p,
  .carousel-spinner>.slide .rxr-overlay .lesson-difficulty {
    font-size: 12px;
  }
}

.carousel-controls>button {
  left: 50%;
  transform: translateX(100px);
}

:root {
  --slide-width: 720px;
  --slide-gap: 8px;
  --left-base: -933px;
  /*original -205px - slide-width - gap */
}

@media only screen and (max-width: 1366px) {
  :root {
    --slide-width: 720px;
    --left-base: -543px;
  }
}

@media only screen and (max-width: 1024px) {
  :root {
    --slide-width: 550px;
    --left-base: -114px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --slide-width: 400px;
    --left-base: 254px;
  }
}

@media only screen and (max-width: 480px) {
  :root {
    --slide-width: 275px;
    --left-base: 569px;
  }
}

.carousel-controls>.control-dots>.dot {
  width: 13px;
  height: 13px;
}

.carousel-controls>button>img {
  width: 17px;
}

.carousel-spinner>.slide>.bg-wrapper:hover {
  backdrop-filter: brightness(0.95) !important;
}

/* HARDWARE LIST */

.as-tile-content h2.typography-label {
  font-size: 28px;
  padding-top: 0px;
}

.as-tile-content h4.typography-label {
  margin: 0;
}

.as-tile-content p {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-weight: 600;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-weight: 600;
    font-size: 28px;
  }
}

.grid {
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid .grid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-item {
  position: relative;
  box-sizing: border-box;
}

.large-span-2 {
  grid-column: span 2;
}

.large-span-4 {
  grid-column: span 4;
}

.large-span-5 {
  grid-column: span 5;
}

.large-span-6 {
  grid-column: span 6;
}

.large-span-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 1068px) {
  .medium-span-2 {
    grid-column: span 2;
  }

  .medium-span-4 {
    grid-column: span 4;
  }

  .medium-span-6 {
    grid-column: span 6;
  }

  .medium-span-12 {
    grid-column: span 12;
  }

  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

/* Usual max-width: 734px */
@media only screen and (max-width: 767px) {
  .small-span-2 {
    grid-column: span 2;
  }

  .small-span-4 {
    grid-column: span 4;
  }

  .small-span-6 {
    grid-column: span 6;
  }

  .small-span-12 {
    grid-column: span 12;
  }
}

.as-left {
  text-align: left;
}

.as-right {
  text-align: right;
}

.as-center {
  text-align: center;
}

.as-container-column .column-item {
  position: relative;
  box-sizing: border-box;
}

.as-container-column.as-columns--1up {
  margin-left: 40px;
  margin-right: 40px;
  grid-row-gap: 0;
  padding-left: 0;
  padding-right: 0;
  grid-column-gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (max-width: 1372px) {
  .as-container-column.as-columns--1up {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.as-container-column.as-columns--1up .as-container-column.as-columns--1up {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.as-container-column.as-columns-bg {
  background: #fff;
}

.as-tile {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f7;
}

.as-hardware-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.large-content {
  display: flex;
  align-items: center;
}

.small-content {
  display: block;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  height: 170px;
}

.as-tile-rounded {
  border-radius: 0;
}

.as-device-list-container.as-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.as-tile.as-tile-wrapper.as-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.as-tile-wrapper a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.recommended-text {
  font-size: 16px;
  font-weight: 500;
  color: tomato;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .recommended-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .recommended-text {
    font-size: 12px;
  }

  .as-hardware-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4.33%;
    padding-right: 4.33%;
  }

  .text-margin {
    margin-left: 18px;
  }
}

.main-text {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.license-trial-tile {
  max-height: 250px!important;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.license-trial-tile-big{
  font-size: 50px!important;
}

.license-tile-bg {
  background-color: #6A6A6A!important;
  transition: background-color 0.3s;
}

.license-tile-bg:hover {
  background-color: #555555!important;
}

.trial-tile-bg {
  background-color: #3F3F3F!important;
  transition: background-color 0.3s;
}

.trial-tile-bg:hover {
  background-color: #262626!important;
}

@media screen and (max-width: 768px) {
  .license-trial-tile {
    max-height: 225px!important;
  }

  .license-trial-tile-big{
    font-size: 40px!important;
  }
}