@charset "UTF-8";

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');

@font-face {
    font-family: "stratum-bold";
    font-style: normal;
    font-weight: 800;
    src: url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-black.woff2") format("woff2"), url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-black.woff") format("woff");
}

@font-face {
    font-family: "stratum-medium";
    font-style: normal;
    font-weight: 500;
    src: url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-medium.woff2") format("woff2"), url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-medium.woff") format("woff");
}

@font-face {
    font-family: "stratum-light";
    font-style: normal;
    font-weight: 200;
    src: url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-light.woff2") format("woff2"), url("https://www.gmc.com/etc/clientlibs/gmc/head/css/fonts/stratum-light.woff") format("woff");
}

/* Grid */
.db-wrapper {
  font-family: "Mulish", sans-serif; }

/* Accent Colors (Red) */
.db-wrapper {
  --db-accent: #c00; }
.db-accent {
  color: #c00 !important; }
.db-link-accent {
  text-decoration: underline !important;
  color: #c00 !important;
  font-weight: 400 !important; }
.db-link-accent:hover {
  color: #a00 !important; }
 
/* Button 1 (Standard Red) */
.db-button {
  background-color: transparent;
  color: #c00 !important;
  font-weight: bold !important;
  border: 2px solid #c00;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  min-width: 200px; }
.db-button:hover {
  background-color: #a00;
  color: #ffffff !important;
  border: 2px solid #a00; }

/* Button 2 (Standard Dark) */
.db-button2 {
  background-color: transparent;
  color: #060505 !important;
  font-weight: bold !important;
  border: 2px solid #060505;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  min-width: 200px; }
.db-button2:hover {
  background-color: #302f2f;
  color: #ffffff !important;
  border: 2px solid #302f2f; }

/* Button 3 (Red) */
.db-button3 {
  background-color: transparent;
  color: #ffffff !important;
  font-weight: bold !important;
  border: 2px solid #c00;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  min-width: 200px; }
.db-button3:hover {
  background-color: #a00;
  color: #ffffff !important;
  border: 2px solid #a00; }

/* Button 4 (Dark) */
.db-button4 {
  background-color: transparent;
  color: #ffffff !important;
  font-weight: bold !important;
  border: 2px solid #060505;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  min-width: 200px; }
.db-button4:hover {
  background-color: #302f2f;
  color: #ffffff !important;
  border: 2px solid #302f2f; }

/* Button 5 (Light) */
.db-button5 {
  background-color: transparent;
  color: #ffffff !important;
  font-weight: bold !important;
  border: 2px solid #ffffff;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  cursor: pointer;
  min-width: 200px; }
.db-button5:hover {
  background-color: #ffffff;
  color: #a00 !important; }