body {
  --color-blue-primary: #2c57a7;
  --font-size-8: 0.7rem;
  --font-size-10: 0.9rem;
  --font-size-12: 1rem;
  --font-size-13: 1rem;
  --font-size-15: 1.25rem;
  --font-size-20: 1.5rem;
  --font-size-25: 2.25rem;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  body {
    --font-size-10: 1rem;
    --font-size-12: 1.25rem;
    --font-size-13: 1.25rem;
    --font-size-14: 1.3rem;
    --font-size-15: 1.5rem;
    --font-size-17: 1.75rem;
    --font-size-20: 2rem;
    --font-size-25: 3rem;
    --font-size-30: 4rem;
    --font-size-42: 5.1rem;
  }
}
.font-bold {
  font-family: TTNormsProBold;
  color: #000;
}
.nav-link {
  color: #fff;
  font-family: TTNormsProRegular;
}
.nav-item .nav-link:focus,
.nav-item .nav-link:hover {
  color: #fff;
}
section {
  margin-bottom: 10rem;
}
.table-rounded {
  --table-rounded-radius: 20px;
  border: 1px solid var(--table-border-color);
  border-left-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:first-child > td:first-child {
  border-top-left-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:first-child > td:last-child {
  border-top-right-radius: var(--table-rounded-radius);
  border-bottom: 1px solid var(--table-border-color);
}
.table-rounded > tbody:first-child > tr:last-child > td {
  border-top: 1px solid var(--table-border-color);
}
.table-rounded > tbody:first-child > tr:last-child > td:first-child {
  border-bottom-left-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:last-child > td:last-child {
  border-bottom-right-radius: var(--table-rounded-radius);
}
table tr.gold-heading td {
  background-color: #ccb352;
  font-family: TTNormsProBold;
}
@media screen and (min-width: 768px) {
  table tr.gold-heading td {
    font-size: 1.5rem;
  }
}
table tr.blue-heading td {
  background-color: #3877bc;
  font-family: TTNormsProBold;
  color: #fff;
  font-size: var(--font-size-8);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table tr.blue-heading td {
    font-size: var(--font-size-10);
  }
}
table tr.blue-heading td .blue-heading-subtitle {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  table tr.blue-heading td .blue-heading-subtitle {
    font-size: 0.8rem;
  }
}
table tr.normal-body td {
  background-color: #fff;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  color: #414042;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table tr.normal-body td {
    font-size: var(--font-size-10);
  }
}
h1 {
  font-family: TTNormsProBold;
  color: var(--color-blue-primary);
  font-size: var(--font-size-20);
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: var(--font-size-25);
  }
}
button.btn-custom {
  border: 1px solid var(--color-blue-primary);
  background-color: var(--color-blue-primary);
  border-radius: 25px;
  color: #fff;
  font-family: TTNormsProBold;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  button.btn-custom {
    padding: 1rem 2.5rem;
  }
}
a.btn-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-blue-primary);
  background-color: var(--color-blue-primary);
  border-radius: 25px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--btn-custom-font-size, 1rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
a.btn-custom:hover {
  background-color: var(--color-blue-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  a.btn-custom {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 75px;
  }
}

/* Home page */
.hero {
  background: url(../images/home/No1Q_S_gold@4x.png) 15vw 20%/110px
      no-repeat,
    url(../images/home/4A-Guarantee@4x.png) bottom/75vw no-repeat,
    url(../images/home/ASUS-Service-2023-Asia-Pacific-KV-SELECTED.png) 30%
      30% / cover no-repeat;
  height: 55vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero {
    background: url(../images/home/No1Q_S_gold@4x.png) 75vw 50%/260px
        no-repeat,
      url(../images/home/4A-Guarantee@4x.png) bottom/60vw no-repeat,
      url(../images/home/ASUS-Service-2023-Asia-Pacific-KV-SELECTED.png)
        30% 30% / cover no-repeat;
    height: 90vh;
  }
}
.home-page-bg {
  background: url(../images/home/bg-bottom.png) top/cover no-repeat;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .home-page-bg {
    background: url(../images/home/award.png) top 42.782152231vw
        center/22.9921259843vw no-repeat,
      url(../images/home/new_background.jpg) top/cover no-repeat;
    padding-bottom: 5rem;
  }
}
.home-hero-section {
  color: transparent;
  height: 111.2244897959vw;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-hero-section {
    height: 68.6535433071vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .home-hero-section img {
    display: none;
  }
}
.home-hero-section .banner {
  height: 126.2755102041vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -28.0612244898vw 0;
  object-position: -28.0612244898vw 0;
  width: 100%;
}
.home-hero-section .award {
  left: calc(50% - 18.36735vw);
  position: absolute;
  top: 74.2346938776vw;
  width: 36.7346938776vw;
}
.perfect-warranty-title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: 5rem;
}
.perfect-warranty-subtitle {
    color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: 2.5rem;
}
.perfect-warranty-bg {
  background: none;
}
@media screen and (min-width: 768px) {
  .perfect-warranty-bg {
    background: url(../images/home/PC_Perfect_warranty@4x.png) 0 / contain
      no-repeat;
  }
}
.perfect-warranty-img {
  background: url(../images/home/PC_Perfect_warranty@4x.png) 0 0/95%
    no-repeat;
}
.perfect-warranty-img div {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .perfect-warranty-img div {
    height: 500px;
  }
  .perfect-warranty-img {
    background: none;
  }
}
.basic-paragraph {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1rem;
}
.font-bold {
  color: #000;
}
.font-bold,
.gold-title {
  font-family: TTNormsProBold;
}
.gold-title {
  color: #af9131;
  font-size: var(--font-size-25);
}
.gold-subtitle {
  color: #48464a;
  font-family: TTNormsProBold;
  font-size: var(--font-size-12);
}
@media screen and (min-width: 768px) {
  .gold-subtitle {
    font-size: var(--font-size-15);
  }
}
.logo-group-container {
  margin-top: 2rem;
}
.logo-group-container .logo-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group {
    gap: 1rem;
  }
}
.logo-group-container .logo-group .logo {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group .logo {
    height: 100px;
  }
}
.logo-group-container .logo-group .logo img {
  --home-logo-width: 60px;
  width: var(--home-logo-width);
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group .logo img {
    width: calc(var(--home-logo-width) + 20px);
  }
}
.logo-group-container .logo-group .logo-description {
  color: #000;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
}
.panel-spacing {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .panel-spacing {
    margin-bottom: 0;
  }
}
.panel {
  background-color: #fff;
  border: 1px solid #d2d1d1;
  border-radius: 15px;
  height: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel {
    height: 180px;
    max-width: 265px;
  }
}
.panel .panel-logo {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #d2d1d1;
  border-radius: 200px;
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  text-align: center;
  top: -30px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .panel .panel-logo {
    background-position-y: var(--panel-logo-position-y, 15px);
    background-size: 60px 60px;
    height: 90px;
    left: calc(50% - 45px);
    top: -45px;
    width: 90px;
  }
}
.panel .panel-body {
  align-items: center;
  color: #1f3364;
  display: flex;
  font-family: TTNormsProBold;
  font-size: var(--font-size-13);
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .panel .panel-body {
    font-size: var(--font-size-15);
    height: 100%;
  }
}
.panel .panel-footer {
  bottom: -11px;
  left: calc(50% - 60px);
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .panel .panel-footer {
    bottom: -11px;
  }
}
.panel .panel-footer > button {
  background: var(--color-blue-primary);
  border: 1px solid var(--color-blue-primary);
  border-radius: 15px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  height: 22px;
  padding: 0 1rem;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .panel .panel-footer > button {
    height: 40px;
  }
}
.modal-custom {
  margin: auto;
  text-align: center;
  top: calc(50vh - 150px);
  width: 350px;
}
@media screen and (min-width: 768px) {
  .modal-custom {
    width: 600px;
  }
}
.modal-custom .modal-body {
  height: 400px;
}
.modal-custom .modal-body figure {
  background: 50% / contain no-repeat;
  height: 60px;
  margin: 1.25rem auto auto;
  width: 60px;
}
.modal-custom .modal-body .modal-title-custom {
  color: #48464a;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  margin-top: 1rem;
}
.modal-custom .modal-body p {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1.15rem;
}
.modal-custom .btn-modal-close {
  padding: 0;
  position: absolute;
  right: -17px;
  top: -17px;
}
.modal-custom .btn-modal-close:active,
.modal-custom .btn-modal-close:focus {
  border-color: transparent;
}
.modal-custom .btn-modal-close img {
  height: 34px;
  width: 34px;
}
.international-warranty-table {
  --table-border-color: #414042;
}
.home-learn-more {
  --btn-custom-font-size: var(--font-size-10);
}
@media screen and (min-width: 768px) {
  .home-learn-more {
    --btn-custom-font-size: var(--font-size-13);
  }
}

/* Asus Premium Care */
.premium-care-hero {
  background: #142d52;
  display: flex;
  flex-direction: column;
  height: 148.9361702128%;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .premium-care-hero {
    height: 51.4473684211%;
  }
}
.premium-care-hero .body {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.premium-care-hero .body h1 {
  color: #f2bc5a;
  font-size: var(--font-size-25);
  margin: auto;
}
.premium-care-hero .body img,
.premium-care-hero .body p {
  margin-top: 4rem;
}
.premium-care-hero .body img {
  width: 75.0759878419%;
}
@media screen and (min-width: 768px) {
  .premium-care-hero .body img {
/*    width: 32.5%;*/
  }
}
.premium-care-hero .body p {
  color: #fff;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .premium-care-hero .body p {
    font-size: var(--font-size-20);
  }
}
.premium-care-body-bg {
  background: url(../images/asus-premium-care/background.jpg) top/cover
    no-repeat;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.round-panel-spacing {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .round-panel-spacing {
    margin-bottom: 0;
  }
}
.round-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 320px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .round-panel {
    gap: 2rem;
  }
}
.round-panel .panel-image {
  height: 300px;
  width: 300px;
}
.round-panel .panel-title {
  color: #414042;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  width: 300px;
}
@media screen and (min-width: 768px) {
  .round-panel .panel-title {
    color: #414042;
    font-size: var(--font-size-15);
    width: 280px;
  }
}
.round-panel .panel-body {
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
}
.round-panel-learn-more {
  --btn-custom-font-size: var(--font-size-10);
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .round-panel-learn-more {
    --btn-custom-font-size: var(--font-size-13);
  }
}
h1.title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  margin: auto auto 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1.title {
    font-size: var(--font-size-25);
  }
}
h1.title .subtitle {
  color: #000;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  h1.title .subtitle {
    font-size: var(--font-size-12);
  }
}
.care-package-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .care-package-container {
    gap: 3rem;
  }
}
.care-package-container .care-package {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  width: 250px;
}
.care-package-container .care-package .image {
  display: flex;
  flex-direction: column;
  height: 105px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .care-package-container .care-package .image {
    height: 230px;
  }
}
.care-package-container .care-package .image img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .care-package-container .care-package .image img {
    width: 230px;
  }
}
.btn-tab.nav-link {
  background-color: #999;
  border-radius: 15px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  height: 45px;
  padding: 0;
  width: 117px;
}
@media screen and (min-width: 768px) {
  .btn-tab.nav-link {
    font-size: var(--font-size-13);
    width: 200px;
  }
}
.btn-tab.nav-link.btn-consumer.active,
.btn-tab.nav-link.btn-consumer:focus {
  background: #2d57a7;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link.btn-gaming.active,
.btn-tab.nav-link.btn-gaming:focus {
  background: #a72c2c;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link.btn-studiobook.active,
.btn-tab.nav-link.btn-studiobook:focus {
  background: #282828;
  border: 2px solid #e6cb61;
}
.warranty-table-container {
  --warranty-table-bg-default: #eeeded;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .warranty-table-container {
    margin-left: auto;
    margin-right: auto;
    width: 64.5203679369%;
  }
}
.perfect-warranty-table,
.standard-warranty-table {
  --bs-border-color: #414042;
}
.consumer-table {
  --laptop-type-header-bg: var(--color-blue-primary);
  --standard-warranty-column-color: var(--color-blue-primary);
  --perfect-warranty-header-bg: #3877bc;
  --perfect-warranty-column-color: #2c57a7;
  --perfect-warranty-column-bg: #c5dffc;
}
.gaming-table {
  --laptop-type-header-bg: #7e0808;
  --standard-warranty-column-color: #a72c2c;
  --perfect-warranty-header-bg: #a72c2c;
  --perfect-warranty-column-color: #a72c2c;
  --perfect-warranty-column-bg: #fcc5c5;
}
.studiobook-table {
  --laptop-type-header-bg: #282828;
  --standard-warranty-column-color: #3d3d3d;
  --perfect-warranty-header-bg: #5a5a5a;
  --perfect-warranty-column-color: #3d3d3d;
  --perfect-warranty-column-bg: silver;
}
.premium-care-table {
  --table-border-color: #bdbdbd;
}
.premium-care-table > tbody > tr:first-child > th,
.premium-care-table > thead > tr:first-child > th,
.premium-care-table > tr:first-child > th {
  border-width: var(--bs-border-width);
  border-bottom: 0;
}
.premium-care-table > tbody > tr:last-child > td,
.premium-care-table > tr:last-child > td {
  border-top: none;
  border-color: #414042;
  border-width: var(--bs-border-width);
}
.premium-care-table > :not(caption) > *,
.premium-care-table > :not(caption) > * > * {
  border-width: 0;
}
.premium-care-table > tbody > tr:not(:last-child) > td,
.premium-care-table > tr:not(:last-child) > td {
  padding: 0;
}
.premium-care-table .laptop-type-header {
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-13);
}
@media screen and (min-width: 768px) {
  .premium-care-table .laptop-type-header {
    font-size: var(--font-size-17);
  }
}
.premium-care-table .laptop-type-header > tbody > th,
.premium-care-table .laptop-type-header > th,
.premium-care-table .laptop-type-header > thead > th {
  background: var(--laptop-type-header-bg);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
.premium-care-table .standard-warranty-header {
  --bs-border-color: var(--table-border-color);
  border-top: none;
  color: #040707;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-header {
    font-size: var(--font-size-14);
  }
}
.premium-care-table .standard-warranty-header > tbody > th,
.premium-care-table .standard-warranty-header > th,
.premium-care-table .standard-warranty-header > thead > th {
  background: #e6cb61;
  border-color: var(--table-border-color);
  border-width: 0 var(--bs-border-width);
  text-align: center;
}
.premium-care-table .standard-warranty-column > tbody > td,
.premium-care-table .standard-warranty-column > td {
  background: var(--warranty-table-bg-default);
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-column > tbody > td,
  .premium-care-table .standard-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .standard-warranty-value > tbody > td,
.premium-care-table .standard-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-value > tbody > td,
  .premium-care-table .standard-warranty-value > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-header {
  border-top: none;
  font-family: TTNormsProBold;
}
.premium-care-table .perfect-warranty-header > tbody > th,
.premium-care-table .perfect-warranty-header > th,
.premium-care-table .perfect-warranty-header > thead > th {
  background: var(--perfect-warranty-header-bg);
  color: #fff;
  font-size: var(--font-size-10);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-header > tbody > th,
  .premium-care-table .perfect-warranty-header > th,
  .premium-care-table .perfect-warranty-header > thead > th {
    font-size: var(--font-size-14);
  }
}
.premium-care-table .perfect-warranty-header > tbody > th > span,
.premium-care-table .perfect-warranty-header > th > span,
.premium-care-table .perfect-warranty-header > thead > th > span {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-header > tbody > th > span,
  .premium-care-table .perfect-warranty-header > th > span,
  .premium-care-table .perfect-warranty-header > thead > th > span {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-column > tbody > td,
.premium-care-table .perfect-warranty-column > td {
  background: var(--perfect-warranty-column-bg);
  color: var(--perfect-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-column > tbody > td,
  .premium-care-table .perfect-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-value > tbody > td,
.premium-care-table .perfect-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-value > tbody > td,
  .premium-care-table .perfect-warranty-value > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .laptop-type-footer > tbody > td,
.premium-care-table .laptop-type-footer > td {
  background: var(--warranty-table-bg-default);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .premium-care-table .laptop-type-footer > tbody > td,
  .premium-care-table .laptop-type-footer > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .laptop-type-footer > tbody > td .laptop-type-footer-title,
.premium-care-table .laptop-type-footer > td .laptop-type-footer-title {
  background: transparent;
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .premium-care-table
    .laptop-type-footer
    > tbody
    > td
    .laptop-type-footer-title,
  .premium-care-table .laptop-type-footer > td .laptop-type-footer-title {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container {
  --rounded-radius: 20px;
  --outer-border-width: 5px;
  --bs-border-color: #414042;
  border: var(--outer-border-width) solid #e6cb61;
  border-radius: var(--rounded-radius);
  box-sizing: border-box;
  margin-top: 3rem;
  position: relative;
}
.warranty-type-container .control-next,
.warranty-type-container .control-prev {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .control-next,
  .warranty-type-container .control-prev {
    display: flex;
  }
}
.warranty-type-container .control-prev {
  left: calc(-50px - 1rem);
}
.warranty-type-container .control-next {
  right: calc(-50px - 1rem);
}
.warranty-type-container .carousel-indicators {
  bottom: calc(-15px - 2rem);
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  position: absolute;
}
.warranty-type-container .carousel-indicators > button {
  background: #414042;
  border-radius: 99px;
  border-width: 0;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.warranty-type-container .carousel-indicators > button.active {
  background: #e6cb61;
}
.warranty-type-container .warranty-type-header {
  background: var(--laptop-type-header-bg);
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-top-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-header {
    font-size: var(--font-size-17);
  }
}
.warranty-type-container .warranty-type-footer {
  background: var(--warranty-table-bg-default);
  border-bottom-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-bottom-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-color: var(--bs-border-color);
  border-style: solid;
  border-width: 0 1px 1px;
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  padding: 0.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-footer {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container .warranty-type-footer .laptop-type-footer-title {
  background: transparent;
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-footer .laptop-type-footer-title {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container .warranty-type-table {
  margin-bottom: 0;
}
.warranty-type-container .warranty-type-table > tbody > tr > td,
.warranty-type-container .warranty-type-table > thead > tr > td,
.warranty-type-container .warranty-type-table > tr > td {
  border-bottom-width: 0;
  padding: 0;
}
.warranty-type-container
  .warranty-type-table
  .laptop-type-header
  .warranty-type {
  align-items: center;
  background: transparent;
  color: #fff;
  display: flex;
  font-family: TTNormsProBold;
  gap: 2rem;
  justify-content: center;
}
.warranty-type-container
  .warranty-type-table
  .laptop-type-header
  .warranty-type
  > div:first-child {
  font-size: var(--font-size-10);
  text-align: right;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .laptop-type-header
    .warranty-type
    > div:first-child {
    font-size: var(--font-size-17);
  }
}
.warranty-type-container
  .warranty-type-table
  .laptop-type-header
  .warranty-type
  > div:last-child {
  font-size: var(--font-size-25);
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .laptop-type-header
    .warranty-type
    > div:last-child {
    font-size: var(--font-size-42);
  }
}
.warranty-type-container .warranty-type-table .laptop-type-header > tbody > th,
.warranty-type-container .warranty-type-table .laptop-type-header > th,
.warranty-type-container .warranty-type-table .laptop-type-header > thead > th {
  background: var(--laptop-type-header-bg);
}
.warranty-type-container
  .warranty-type-table
  .standard-warranty-column
  > tbody
  > td,
.warranty-type-container .warranty-type-table .standard-warranty-column > td {
  background: var(--warranty-table-bg-default);
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .standard-warranty-column
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .standard-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .standard-warranty-value
  > tbody
  > td,
.warranty-type-container .warranty-type-table .standard-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .standard-warranty-value
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .standard-warranty-value > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container .warranty-type-table .perfect-warranty-header {
  border-top: none;
  font-family: TTNormsProBold;
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > tbody
  > th,
.warranty-type-container .warranty-type-table .perfect-warranty-header > th,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > thead
  > th {
  background: var(--perfect-warranty-header-bg);
  color: #fff;
  font-size: var(--font-size-10);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > tbody
    > th,
  .warranty-type-container .warranty-type-table .perfect-warranty-header > th,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > thead
    > th {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > tbody
  > th
  > span,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > th
  > span,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > thead
  > th
  > span {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > tbody
    > th
    > span,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > th
    > span,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > thead
    > th
    > span {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-column
  > tbody
  > td,
.warranty-type-container .warranty-type-table .perfect-warranty-column > td {
  background: var(--perfect-warranty-column-bg);
  color: var(--perfect-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-column
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .perfect-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-value
  > tbody
  > td,
.warranty-type-container .warranty-type-table .perfect-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  height: 71px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-value
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .perfect-warranty-value > td {
    font-size: var(--font-size-12);
    height: 65px;
  }
}
.upgrade-panel {
  text-decoration: none;
}
.upgrade-panel .panel {
  background: #fff;
  border: 1px solid #414042;
  border-radius: 25px;
  height: 180px;
  padding: 1.25rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel {
    height: 250px;
    width: 250px;
  }
}
.upgrade-panel .panel img {
  height: 60px;
  margin: auto;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel img {
    height: 90px;
    width: 90px;
  }
}
.upgrade-panel .panel div {
  color: #000;
  font-family: TTNormsProMedium;
  font-size: var(--font-size-12);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel div {
    font-size: var(--font-size-15);
  }
}

/* Service Centers */
.service-bg {
  background: linear-gradient(#c4d3d5, #fff) top/100% 60vh no-repeat,
    linear-gradient(#fff, #c4d3d5) bottom/100% 60vh no-repeat;
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.service-hero .hero-content h1.hero-title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-25);
}
@media screen and (min-width: 768px) {
  .service-hero .hero-content h1.hero-title {
    margin: auto;
  }
}
.service-hero .hero-content p.hero-body {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-12);
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-hero .hero-content p.hero-body {
    margin: 2rem auto;
    width: 800px;
  }
}
.option-panel {
  background: #ededed;
  border-radius: 25px;
  padding: 0 2rem 2rem;
  text-align: center;
}
.option-panel .option-indicator {
  background: url(../images/service-centers/btn_bg.png) 50% / cover
    no-repeat;
  border-radius: 20px;
  color: #000;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  height: 32px;
  margin: auto;
  position: relative;
  top: -16px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .option-panel .option-indicator {
    font-size: var(--font-size-20);
    height: 50px;
    top: -25px;
    width: 200px;
  }
}
.option-panel .option-title {
  color: #2d57a7;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
}
.option-panel .option-panel-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .option-panel .option-panel-container {
    align-items: flex-start;
    flex-direction: row;
    gap: 6rem;
  }
}
.option-panel .option-step:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .option-panel .option-step:not(:last-child) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.option-panel .option-step {
  width: 310px;
}
@media screen and (min-width: 768px) {
  .option-panel .option-step {
    width: 260px;
  }
}
.option-panel .option-step .step-icon {
  background-color: #1e439b;
  border-radius: 99px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: 2rem;
  height: 48px;
  width: 48px;
}
.option-panel .option-step .main-icon {
  margin-top: 0.5rem;
}
.option-panel .option-step .main-icon img {
  height: var(--option-icon-height);
  left: var(--option-icon-left, 0);
  position: relative;
  width: var(--option-icon-width);
}
.option-panel .option-step .option-title {
  color: #1e439b;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  margin-top: 1rem;
}
.option-panel .option-step .option-body {
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 0.5rem;
  text-align: center;
}
.option-panel .option-step .option-button {
  --btn-custom-font-size: var(--font-size-12);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 260px;
}
.option-panel .option-footer {
  bottom: calc(-2rem - 35px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-special-option {
    margin-top: 7rem;
  }
}
h1.customer-support {
  font-size: var(--font-size-25);
}
.customer-support-body {
  background-color: #fff;
  border-radius: 25px;
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .customer-support-body {
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 4rem;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    width: 500px;
  }
}
.customer-support-body .hotline {
  font-family: TTNormsProBold;
  font-size: var(--font-size-25);
}
.customer-support-description {
  font-size: var(--font-size-10);
}
.customer-support-description .footnote {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .customer-support-description .footnote {
    font-size: 0.8rem;
  }
}
.download-asus {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .download-asus {
    width: 220px;
  }
}
.whatsapp {
  width: 135px;
}
@media screen and (min-width: 768px) {
  .whatsapp {
    width: 180px;
  }
}
h1.service-section {
  color: #2d57a7;
  font-size: var(--font-size-25);
}
p.service-section {
  color: #414042;
  font-size: var(--font-size-12);
}
.service-panel-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .service-panel-container {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 5rem;
  }
}
.service-panel-spacing {
  margin-bottom: 2rem;
}
.service-panel {
  height: 150px;
  max-width: 175px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-panel {
    height: 240px;
    max-width: 220px;
    width: 220px;
  }
}
.service-panel .panel-image {
  height: 65px;
}
@media screen and (min-width: 768px) {
  .service-panel .panel-image {
    height: 90px;
  }
}
.service-panel .panel-image img {
  margin: auto;
  width: var(--panel-img-width);
}
@media screen and (min-width: 768px) {
  .service-panel .panel-image img {
    width: calc(var(--panel-img-width) * 1.6);
  }
}
.service-panel .panel-text {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-panel .panel-text {
    margin-top: 2rem;
  }
}
.register-button {
  --btn-custom-font-size: var(--font-size-20);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .register-button {
    --btn-custom-font-size: var(--font-size-15);
  }
}

/* Resource & Support */
.information-page-bg {
  background: url(../images/more-information/background.jpg) top/cover
    no-repeat;
  padding-bottom: 5rem;
}
.information-hero-section {
  color: transparent;
  height: 100vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information-hero-section {
    height: 49.8687664042vw;
  }
}
h1.information-heading {
  font-size: var(--font-size-25);
}
@media screen and (min-width: 768px) {
  h1.information-heading {
    font-size: var(--font-size-30);
  }
}
.information-panel-row {
  margin-top: 2rem;
}
.information-panel {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 25px;
  box-shadow: 0 10px 10px #00000080;
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  max-width: 180px;
  padding: 1.25rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information-panel {
    height: 160px;
    max-width: 320px;
  }
}
.information-panel .panel-image {
  height: 65px;
}
.information-panel .panel-image img {
  margin: auto;
  width: var(--panel-img-width);
}
@media screen and (min-width: 768px) {
  .information-panel .panel-image img {
    width: calc(var(--panel-img-width) * 1.5);
  }
}
.information-panel .panel-text {
  color: #2d57a7;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  text-decoration: none;
}
.disclaimer-panel {
  background: #fff;
  border: 1px solid var(--color-blue-primary);
  border-radius: 15px;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .disclaimer-panel {
    margin: auto;
    max-width: 800px;
  }
}
.disclaimer-panel .panel-title {
  align-items: center;
  background-color: #2c56a6;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-20);
  height: 50px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  top: -25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .disclaimer-panel .panel-title {
    margin: 0;
  }
}
.disclaimer-panel .panel-body {
  color: #272728;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-12);
}
.disclaimer-panel .panel-body ol > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.StandardWarrantyBoxes li{
  display: inline-block;
}
.CheckWarrantyBox{
border: 5px solid #ccc; border-radius: 20px; margin-top: 40px; padding: 15px; display: inline-block; width: 48%;
}
.TextBox{
margin: 50px 0;
}
.ServiceBox{
margin-top: 40px; padding: 15px; display: inline-block; width: 48%;
}


/*MAIN*/

.YoutubeVideoBox{
 position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;

}

.YoutubeVideo{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
.cpw-title{
      font-size: var(--font-size-17) !important;
}
.CheckWarrantyBox{

}
.MainSubHeader{
font-size: 1.2rem !important;
}

.cpw_Box_Container{
  margin: 10px;
}

.cpw-subtitle{
  font-size: 0.8rem !important;
}

.perfect-warranty-subtitle{
  font-size: 0.8rem !important;
}
}

@media screen and (min-width: 768px) {
.LearnMoreButton{
  width: 320px !important;
}
}
.LearnMoreButton{
  width: 100%;
}
.MainSubHeader{
  font-size: 5rem;
}


.Seperator{
background: url(../images/home/Seperator.png) top no-repeat;
}
.cpw-title{
    color: var(--color-blue-primary);
    font-family: TTNormsProBold;
    font-size: var(--font-size-20);
}
.cpw-subtitle{
     color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: 2.5rem;
}

.cpw_Box_Container a img{
  width: 100%;
}

/*STANDARD WARRANTY PACKAGES*/
@media only screen and (min-width: 320px) and (max-width: 570px){


.SWP_Header{
  font-size: var(--font-size-25) !important;
}
.SWP_Header2{
  font-size: var(--font-size-15);
}
}
@media only screen and (min-width: 320px) and (max-width: 450px){

.SWP_Header{
  font-size: 1.5rem !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px){
.standard-warranty-title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: 1.5rem;
}
.standard-warranty-subtitle {
    color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: 1rem;
}
}
.SWP_Header{
font-size: 4.5rem;
font-family: TTNormsProBold;
    color: var(--color-blue-primary);
    margin: auto auto 1rem;
    text-align: center;

}
.SWP_Header2{
    color: var(--color-blue-primary);
    font-family: TTNormsProBold;
    font-size: var(--font-size-20);
    margin: auto auto 1rem;
    text-align: center;
}

}

/*ASUS PREMIUM CARE*/
.PremiumCareSection{
margin: 20px 0;
}
.SectionHeader{
text-align: left;
}
.PremiumCareSection img{
margin: 10px 0;
}
.PremiumCare_Small_Text{
text-align: left;
}
@media only screen and (min-width: 769px){

.APC_Buttons0{
  margin-bottom: 10px ;
  }
}
.APC_Buttons1 a{
/*text-align: right;*/
padding: 5px;
}
.APC_Buttons2{
text-align: center;
}
.APC_Buttons3{
text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
.premium-care-hero .body img{
  width: 100%;
}
.APC_Buttons1, .APC_Buttons2, .APC_Buttons3{
  padding: 5px;
}
.APC_Buttons1 a{
  display: block;
}
.PremiumCare_Small_Text{
  font-size: xx-small;
}
}

@media only screen and (min-width: 320px) and (max-width: 450px){
  .APC_Header{
    font-size: 1.3rem !important;
  }
.APC_Subtitle{
    font-size: 1.8rem !important;
  }
.APC_Subtitle2{
    font-size: 1rem !important;
  }  
.APC_Text{
    font-size: 0.8rem !important;
  }
.APC_Badge{
  width: 35% !important;
}
.APC_BuyNow{
  font-size: larger !important;
}
.APC_Group div{
      padding: 10px 50px 0;
}

}

@media only screen and (min-width: 575px) and (max-width: 1024px){

.APC_Badge_Text{
      padding-left: 110px !important;
}
}


/*TABLES*/
.Consumer_Laptop_Table, .Gaming_Laptop_Table, .Gaming_Phone_Table, .Commercial_Laptop_Table, .Commercial_Desktop_Table, .Commercial_AIO_Table{
  margin: 50px 0;
}
.Consumer_Laptop_Table img, .Gaming_Laptop_Table img, .Gaming_Handheld_Table img, .Gaming_Phone_Table img, .Commercial_Laptop_Table img, .Commercial_Desktop_Table img, .Commercial_AIO_Table img{
  width: -webkit-fill-available;
}
.Small_Text_Tables{
  margin: 0 40px;
}

.Warranty_By_Product_Text{
  margin: 20px 0;
  font-size: x-small;
}


@media only screen and (min-width: 320px) and (max-width: 450px){
  .Consumer_Laptop_Table, .Gaming_Laptop_Table, .Gaming_Phone_Table, .Commercial_Laptop_Table, .Commercial_Desktop_Table, .Commercial_AIO_Table{
  margin: 15px 0 !important;
  }

  .Warranty_By_Product_Text{
    font-size: xx-small;
  }
  .CYDW_Header{
    font-size: x-large !important;
  }
  .CYDW_Subtitle{
    font-size: large !important;
  }

}




/*RESOURCE*/
@media only screen and (min-width: 320px) and (max-width: 767px){
  .Resource_Desktop_Buttons{
    display: none;
  }

  .Resource_Mobile_Buttons{
    display: block !important;
  }
}


@media only screen and (min-width: 320px) and (max-width: 425px){
.Resource_QR_Text a {
    color: #0563c1 !important;
    text-wrap: wrap !important;
     font-size: small !important; 
}


}

.Resource_Desktop_Buttons{
  }

  .Resource_Mobile_Buttons{
    display: none;
  }


.resource_container{
max-width: 860px;
    margin: auto;
}


.resource_Button a img{
margin: 15px;
}

.How_To_Check_Your_Warranty img{

width: 100%;
padding: 15px;
}
.Resource_QR{
width: 100%;
}
.Resource_QR_Text{
  }
.Resource_QR_Text a{
  color: #0563c1;
}
.Resource_QR_Text span{
    color: #48464a;
    font-family: TTNormsProBold;
    font-size: 1.4rem;
  }

.resource-heading{
font-family: TTNormsProBold;
    color: var(--color-blue-primary);
    font-size: 3.1rem;
    text-align: center;
}
.Resource_Instructions img{
  margin: 10px 0;
}
.Resource_Buttons{
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 900px){

.Resource_Instructions{
  padding: 15px;
}
}

/*@media only screen and (min-width: 320px) and (max-width: 480px){
  .information-hero-section {
    height: 160vw !important;
}*/
}
@media only screen and (min-width: 480px) and (max-width: 575px){
  .information-hero-section {
    height: 110vw !important;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
  .information-hero-section {
    height: 105vw !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1170px){
  .information-hero-section {
    height: 50vw !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 575px){
  .resource-heading{
    font-size: 1.6rem !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px){
  .Resource_QR_Box{
    text-align: center;
  }
  .Resource_QR{
    width: 50% !important;
  }
  .information-hero-section {
    height: 170vw !important;
  }
}

/*add feature*/
.button-center {
  justify-items: center;
}

.button-regeister {
  background: linear-gradient(to right, #3366cc, #2b2b80);
  border: 0;
  border-radius: 34px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1em;
  padding: 14px 20px;
  margin: auto 0;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  font-family:TTNormsProBold;
}

@media (min-width: 768px) {
  .button-regeister {
    font-size: 1.125rem;
    padding: 14px 30px;
    margin:  auto 0;

  }
}

.button-regeiste:active,
.button-regeiste:hover {
  outline: 0;
}

.fix_containter{
  position: fixed;
  z-index: 29;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  min-height: 80px;
  background: #f5f5f5 !important;
  border-top: 1px solid #ccc;
}

.fix_containter .content_containter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.fix_containter .content_containter .text-footer {
  color: #181818;
  font-size: 1.125rem;
  text-align: right;
  padding-right: 40px;
}