blz-button {
  border-radius: 0px;
  color: var(--gold-600, #F8B700);
  text-align: center;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
}
blz-button::part(host-anchor) {
  text-transform: uppercase;
}
blz-button:hover {
  color: var(--gold-700, #FFEC71);
}
blz-button[variant=primary] {
  border: 1px solid var(--red-800, #FF2B00);
  background-color: rgba(170, 36, 9, 0.8);
}
blz-button[variant=primary]:hover {
  border: 1px solid var(--red-900, #FF522C);
  background: var(--red-600, #AA2409);
}
blz-button[variant=secondary] {
  border: 1px solid var(--gold-600, #F8B700);
  background-color: var(--Darken-500, rgba(0, 0, 0, 0.3));
}
blz-button[variant=secondary]:hover {
  border: 1px solid var(--gold-700, #FFEC71);
  background-color: rgba(199, 103, 0, 0.7);
}

:root {
  --font-default: "Open Sans", "Arial", "Helvetica", sans-serif;
  --font-accent: "Semplicita Pro", "Open Sans", "Arial", "Helvetica", sans-serif;
  --global-font-scale-default: 0.7;
}

@media (min-width: 960px) {
  blz-masthead::part(main-content) {
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 70%, transparent 100%);
  }
}
blz-masthead [slot=background] {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
blz-masthead [slot=background][bp="+sm"] {
  padding-top: 56px;
}
blz-masthead [slot=logo] {
  padding-top: 320px;
}
@media (min-width: 960px) {
  blz-masthead [slot=logo] {
    padding-top: 0px;
  }
}
blz-masthead [slot=header] {
  filter: drop-shadow(0 0 2.5rem rgba(14, 17, 17, 0.6));
}
blz-masthead [slot=heading] {
  text-transform: uppercase;
  font-size: 36px;
}
@media (min-width: 1600px) {
  blz-masthead [slot=heading] {
    font-size: 48px;
  }
}
blz-masthead [slot=description] {
  filter: drop-shadow(0 0 2.5rem rgba(14, 17, 17, 0.6));
  color: var(--Content-700, rgba(255, 255, 255, 0.9));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 1600px) {
  blz-masthead [slot=description] {
    font-size: 20px;
  }
}
blz-masthead::part(bg-video-control) {
  bottom: 150px;
  right: 24px;
  left: unset;
  border: 2px solid #F8B700;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  --icon-button-color-default: #F8B700;
  --icon-button-color-hover: #FFEC71;
}

@media (min-width: 960px) {
  blz-news::part(section) {
    margin: -100px 100px 0px;
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  blz-news [slot=header] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0px;
  }
}
blz-news [slot=header] .title {
  margin-right: 32px;
}
blz-news [slot=header] .link {
  margin: auto 0px;
  font-weight: 600;
  color: #F8B700;
  text-transform: uppercase;
}
blz-news [slot=header] .link:hover {
  color: #FFEC71;
}
blz-news blz-card {
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--brown-700, #504137);
  border-radius: 0px;
}
blz-news blz-card::part(content) {
  margin: 0;
  padding: 20px;
  height: 100%;
  width: auto;
  border-top: 1px solid var(--brown-700, #504137);
  background: linear-gradient(0deg, rgba(80, 65, 55, 0.3) 0%, rgba(80, 65, 55, 0.3) 100%), url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt4429b11f68853684/673fa82763028d42d30fcaf9/960BG_ReapeatingLeatherBrown.jpg?format=webply&quality=70) lightgray -135.994px -79.199px/203.654% 186.725% no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
blz-news blz-card:hover {
  border: 1px solid var(--gold-600, #F8B700);
}
blz-news blz-card blz-image {
  overflow: hidden;
}
blz-news blz-card blz-image::part(picture) {
  transition: transform 0.25s ease;
  transform: scale(1);
}
blz-news blz-card:hover blz-image::part(picture) {
  transform: scale(1.05);
}
blz-news blz-card [slot=heading] {
  color: var(--Content-900, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
blz-news blz-card blz-image {
  border-bottom: 1px solid var(--Content-300, rgba(255, 255, 255, 0.1));
}
blz-news blz-card blz-timestamp {
  padding-top: 16px;
  color: var(--beige-600, #EBDEC2);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
blz-news blz-card:hover {
  filter: drop-shadow(6px 6px 6px black) brightness(115%);
}

.feature {
  --gradient-value: linear-gradient(var(--gradient-rotation), transparent 0%, transparent 50%, rgba(0,0,0,0.7) 90%);
}
.feature.right {
  --gradient-rotation: 90deg;
}
.feature.left {
  --gradient-rotation: 270deg;
}
.feature::after {
  content: "";
  max-height: 800px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: var(--gradient-value), var(--bg-lg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  --mask-value: linear-gradient(to bottom, black 480px, transparent 800px);
  mask-image: var(--mask-value);
  -webkit-mask-image: var(--mask-value);
}
.feature [slot=header] {
  filter: drop-shadow(0 0 2.5rem rgba(14, 17, 17, 0.7));
}
.feature [slot=heading] {
  color: var(--Content-900, #FFF);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 58.5px */
}
@media (min-width: 1600px) {
  .feature [slot=heading] {
    font-size: 45px;
  }
}
.feature [slot=subheading] {
  text-transform: uppercase;
  color: var(--beige-600, #EBDEC2);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.feature [slot=description] {
  color: var(--beige-700, #F3EEE2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 1600px) {
  .feature [slot=description] {
    font-size: 20px;
  }
}

blz-section.feature-card {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
blz-section.feature-card [slot=media] {
  mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
}
blz-section.feature-card [slot=subheading] {
  color: var(--beige-600, #EBDEC2);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
blz-section.feature-card [slot=heading] {
  color: var(--Content-900, #FFF);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
blz-section.feature-card [slot=description] {
  color: var(--Content-700, rgba(255, 255, 255, 0.7));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
blz-section.feature-card blz-header,
blz-section.feature-card blz-button-group {
  padding: 0 var(--semantic-section-space-horizontal-mobile);
}

blz-section.two-panel {
  padding: 0px;
}
blz-section.two-panel .card-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
blz-section.two-panel a {
  width: 50%;
  overflow-x: clip;
}
blz-section.two-panel blz-card {
  border: 1px solid var(--brown-700, #504137);
  border-radius: 0px;
}
blz-section.two-panel blz-card::part(content) {
  margin: 0;
  padding: 20px;
  height: 100%;
  width: auto;
  border-top: 1px solid var(--brown-700, #504137);
  background: linear-gradient(0deg, rgba(80, 65, 55, 0.3) 0%, rgba(80, 65, 55, 0.3) 100%), url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt4429b11f68853684/673fa82763028d42d30fcaf9/960BG_ReapeatingLeatherBrown.jpg?format=webply&quality=70) lightgray -135.994px -79.199px/203.654% 186.725% no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
blz-section.two-panel blz-card:hover {
  border: 1px solid var(--gold-600, #F8B700);
}
blz-section.two-panel blz-card blz-content-block {
  width: 100%;
  z-index: 2;
}
blz-section.two-panel blz-card [slot=subheading] {
  color: var(--beige-600, #EBDEC2);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
blz-section.two-panel blz-card [slot=heading] {
  color: var(--gold-600, #F8B700);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
blz-section.two-panel blz-card [slot=description] {
  color: var(--Content-700, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
blz-section.two-panel blz-card blz-image {
  max-height: 400px;
  overflow: visible;
}
@media (min-width: 960px) {
  blz-section.two-panel blz-card blz-image::after {
    content: "";
    position: absolute;
    height: 110%;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: var(--fg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 1;
    transition: transform 0.25s ease;
    transform: scale(1);
    transform-origin: bottom;
  }
}
@media (min-width: 960px) {
  blz-section.two-panel blz-card:hover blz-image::after {
    transform: scale(1.05);
  }
}

blz-highlights.two-panel-card blz-card {
  border: 1px solid var(--brown-700, #504137);
  border-radius: 0px;
}
blz-highlights.two-panel-card blz-card:hover {
  border: 1px solid var(--gold-600, #F8B700);
}
blz-highlights.two-panel-card blz-card::part(content) {
  margin: 0;
  padding: 20px;
  height: 100%;
  width: auto;
  border-top: 1px solid var(--brown-700, #504137);
  background: linear-gradient(0deg, rgba(80, 65, 55, 0.3) 0%, rgba(80, 65, 55, 0.3) 100%), url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt4429b11f68853684/673fa82763028d42d30fcaf9/960BG_ReapeatingLeatherBrown.jpg?format=webply&quality=70) lightgray -135.994px -79.199px/203.654% 186.725% no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
blz-highlights.two-panel-card blz-card [slot=subheading] {
  color: var(--beige-600, #EBDEC2);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
blz-highlights.two-panel-card blz-card [slot=heading] {
  color: var(--gold-600, #F8B700);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
blz-highlights.two-panel-card blz-card [slot=description] {
  color: var(--Content-700, rgba(255, 255, 255, 0.7));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

html[lang=ko-KR] {
  word-break: keep-all;
}

.divider {
  display: block;
  height: 4px;
}

body {
  background: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/bltb318bbf35ba042be/675b5bfc7eefd8afc3024e43/960_BG_Mobile.jpg");
  background-size: contain;
}
@media (min-width: 960px) {
  body {
    background-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt40d7180c6c86d7da/6734f1de22f0995a8e823f1f/bg-leather.jpg");
  }
}

blz-section::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0px;
  border-right: 0px;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}