.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-a2ba7af5-c842-4af6-95dd-bbbd25f876a8 {
  background-image: url(https://i.shgcdn.com/339d5d28-7a96-433d-b23b-46a7571b871b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-a2ba7af5-c842-4af6-95dd-bbbd25f876a8 {
  min-height: 350px;
}
}







#s-a2ba7af5-c842-4af6-95dd-bbbd25f876a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ba7af5-c842-4af6-95dd-bbbd25f876a8.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b5d89c45-0497-4314-8e84-479e3516a974 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-b5d89c45-0497-4314-8e84-479e3516a974 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  500 ;
  font-family: Fahkwang;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-b48aaa65-2fab-4318-b99a-8e956b719711 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-b48aaa65-2fab-4318-b99a-8e956b719711 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 140px;
padding-bottom: 60px;
padding-right: 140px;
min-height: 50px;
max-width: 1380px;
}
@media (min-width: 1200px){#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  max-width: 1480px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  justify-content: center;
}

#s-25e5808c-ac54-461d-8111-6f69883afb37 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-25e5808c-ac54-461d-8111-6f69883afb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25e5808c-ac54-461d-8111-6f69883afb37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d5a77363-52dd-4764-9f19-899d7fe69061 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-d5a77363-52dd-4764-9f19-899d7fe69061 {
  padding-left: 5%;
padding-right: 5%;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-0f1da42a-964b-4cc3-a859-1d624a1804bf {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
}
#s-0f1da42a-964b-4cc3-a859-1d624a1804bf:hover {border-style: solid !important;
border-color: rgba(44, 44, 44, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f1da42a-964b-4cc3-a859-1d624a1804bf:active {border-style: solid !important;
border-color: rgba(44, 44, 44, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 44, 44, 1) !important;}


#s-0f1da42a-964b-4cc3-a859-1d624a1804bf.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 10px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-1168ae65-b095-486c-886d-3ce72df0071b {
  margin-top: 26px;
padding-top: 40px;
}

@media (min-width: 0px) {
[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1168ae65-b095-486c-886d-3ce72df0071b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-900a4e26-8a92-4b42-8d98-b879238927a0 {
  text-align: center;
}
@media (max-width: 767px){#s-900a4e26-8a92-4b42-8d98-b879238927a0 {
  margin-top: 0px;
margin-bottom: 30px;
}
}



  #s-900a4e26-8a92-4b42-8d98-b879238927a0 img.shogun-image {
    
    width: px;
  }


#s-900a4e26-8a92-4b42-8d98-b879238927a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b1eddf2-a928-40c6-95ad-c1ed6bdc14c1 {
  text-align: center;
}




  #s-3b1eddf2-a928-40c6-95ad-c1ed6bdc14c1 img.shogun-image {
    
    width: px;
  }


#s-3b1eddf2-a928-40c6-95ad-c1ed6bdc14c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b69088-199a-4bd9-bc5e-4e7716b6748d {
  margin-top: 60px;
margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-93b69088-199a-4bd9-bc5e-4e7716b6748d {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93b69088-199a-4bd9-bc5e-4e7716b6748d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d6e9067-4623-45a1-bde8-3eb9c4250944 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-right: 15%;
min-height: 492px;
}
@media (max-width: 767px){#s-2d6e9067-4623-45a1-bde8-3eb9c4250944 {
  min-height: 280px;
}
}







#s-2d6e9067-4623-45a1-bde8-3eb9c4250944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d6e9067-4623-45a1-bde8-3eb9c4250944.shg-box.shg-c {
  justify-content: center;
}

#s-51982267-61e0-4347-a4ca-831287992620 {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-51982267-61e0-4347-a4ca-831287992620 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-da242129-a970-45ef-9eda-d29ebad3d6f3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-d96330fb-2fd1-4fa7-bc47-37382db7379a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d96330fb-2fd1-4fa7-bc47-37382db7379a {
  padding-top: 0px;
padding-bottom: 0px;
}
}




#s-d96330fb-2fd1-4fa7-bc47-37382db7379a .shogun-image-content {
  
    align-items: center;
  
}

#s-89e1849b-b941-4f04-bbc4-c622f2aac894 {
  margin-top: 26px;
}

@media (min-width: 0px) {
[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89e1849b-b941-4f04-bbc4-c622f2aac894"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd2189d2-5e00-4f76-8367-f1f8e3108d87 {
  text-align: center;
}
@media (max-width: 767px){#s-fd2189d2-5e00-4f76-8367-f1f8e3108d87 {
  margin-top: -35px;
margin-bottom: 30px;
}
}



  #s-fd2189d2-5e00-4f76-8367-f1f8e3108d87 img.shogun-image {
    
    width: px;
  }


#s-fd2189d2-5e00-4f76-8367-f1f8e3108d87 .shogun-image-content {
  
    align-items: center;
  
}

#s-f38c72d4-e6c3-4eca-8f33-0c39b8285832 {
  text-align: center;
}




  #s-f38c72d4-e6c3-4eca-8f33-0c39b8285832 img.shogun-image {
    
    width: px;
  }


#s-f38c72d4-e6c3-4eca-8f33-0c39b8285832 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aeea603-2fff-4a82-a16d-bdd062b9eb16 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-6aeea603-2fff-4a82-a16d-bdd062b9eb16 {
  padding-top: 30px;
}
}







#s-6aeea603-2fff-4a82-a16d-bdd062b9eb16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aeea603-2fff-4a82-a16d-bdd062b9eb16.shg-box.shg-c {
  justify-content: center;
}

#s-fb211129-fbfb-4b38-8e80-dbf4c83d57eb {
  text-align: center;
}




  #s-fb211129-fbfb-4b38-8e80-dbf4c83d57eb img.shogun-image {
    
    width: px;
  }


#s-fb211129-fbfb-4b38-8e80-dbf4c83d57eb .shogun-image-content {
  
    align-items: center;
  
}

#s-f9c240a0-a9f6-4537-a872-4aee224b39ee {
  margin-top: 30px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f9c240a0-a9f6-4537-a872-4aee224b39ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-14fea11a-b1d8-46a4-9298-df59b822ff8a {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  text-align: left;
}


.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  max-width: 100%;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom,
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  max-width: 100%;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom,
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  max-width: 100%;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom,
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  max-width: 100%;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom,
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 {
  max-width: 100%;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom,
.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a23d84de-17ee-4ba6-bfac-a08edba08de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1eff3816-3c9e-4850-9b7a-74509766ff81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1eff3816-3c9e-4850-9b7a-74509766ff81 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8083d15c-1e95-42f1-b8c1-45dd588b46c9 {
  display: none;
}
#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  text-align: left;
}
@media (max-width: 767px){#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  padding-top: 25px;
padding-bottom: 25px;
}
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  max-width: 100%;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom,
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  max-width: 100%;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom,
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  max-width: 100%;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom,
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  max-width: 100%;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom,
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 {
  max-width: 100%;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom,
.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fed2ee41-8ec6-46a5-a9a8-17f49f430a11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a83d0ed4-5050-498f-920f-c26701f734bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a83d0ed4-5050-498f-920f-c26701f734bc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d3f8061c-a4e7-43fb-9af7-937c83aa4d05 {
  display: none;
}
#s-02525201-8844-40b0-9129-3b500ae294b8 {
  text-align: left;
}


.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 {
  max-width: 100%;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom,
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 {
  max-width: 100%;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom,
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 {
  max-width: 100%;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom,
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 {
  max-width: 100%;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom,
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 {
  max-width: 100%;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom,
.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02525201-8844-40b0-9129-3b500ae294b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4b5ba2e-d46c-4af4-a194-f9ce92c6573e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4b5ba2e-d46c-4af4-a194-f9ce92c6573e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd {
  margin-top: 30px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bdbd1437-cda2-4e38-a66a-9dac6d873ebd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-52910464-4bf7-4e2b-92c5-cf23adbb1f20 {
  display: none;
}
#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  text-align: left;
}


.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  max-width: 100%;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom,
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  max-width: 100%;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom,
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  max-width: 100%;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom,
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  max-width: 100%;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom,
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 {
  max-width: 100%;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom,
.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0c7da9f-4e69-4250-bd66-c0b68bc6dad4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d7d0c29a-8fc9-416a-bb4f-a451d0180afc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7d0c29a-8fc9-416a-bb4f-a451d0180afc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-61ba6175-c805-41a5-a464-96d62c6bcb08 {
  display: none;
}
#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  text-align: left;
}


.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  max-width: 100%;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom,
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  max-width: 100%;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom,
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  max-width: 100%;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom,
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  max-width: 100%;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom,
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 {
  max-width: 100%;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom,
.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cc9395-09dd-4519-9040-ea84ba9290b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5033199-9ca1-48df-bc56-94c375e1a7af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5033199-9ca1-48df-bc56-94c375e1a7af .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cec50a34-beb9-49d4-9dda-d4ea7774c3eb {
  display: none;
}
#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  text-align: left;
}


.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  max-width: 100%;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom,
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  max-width: 100%;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom,
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  max-width: 100%;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom,
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  max-width: 100%;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom,
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 {
  max-width: 100%;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom,
.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de0576af-1b81-4673-ae73-f89ecbe665e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e4bb963-1091-41a0-87ae-40431912267f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e4bb963-1091-41a0-87ae-40431912267f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c {
  margin-top: 60px;
margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b24186b7-27db-43c9-8f12-1b90d2b5bc8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-70cec3b0-0b25-4d56-839e-63839871db31 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-70cec3b0-0b25-4d56-839e-63839871db31 {
  margin-left: 0px;
margin-right: 0px;
}
}



  #s-70cec3b0-0b25-4d56-839e-63839871db31 img.shogun-image {
    
    width: px;
  }


#s-70cec3b0-0b25-4d56-839e-63839871db31 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa305ad3-2c5a-4ab5-b860-c7032e430d73 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-right: 15%;
min-height: 492px;
}
@media (max-width: 767px){#s-aa305ad3-2c5a-4ab5-b860-c7032e430d73 {
  min-height: 370px;
}
}







#s-aa305ad3-2c5a-4ab5-b860-c7032e430d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa305ad3-2c5a-4ab5-b860-c7032e430d73.shg-box.shg-c {
  justify-content: center;
}

#s-ceb3fb11-1b6c-4f95-a471-6eaf424eb4fb {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-ceb3fb11-1b6c-4f95-a471-6eaf424eb4fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c9e69d9-c26d-4e88-864d-159b468df1a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-67ffe50e-3f19-4c60-898a-a1bd10701fb7 {
  margin-top: 26px;
}

@media (min-width: 0px) {
[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67ffe50e-3f19-4c60-898a-a1bd10701fb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-47714138-4b26-4852-bc66-195101071363 {
  text-align: center;
}
@media (max-width: 767px){#s-47714138-4b26-4852-bc66-195101071363 {
  margin-top: 0px;
margin-bottom: 30px;
}
}



  #s-47714138-4b26-4852-bc66-195101071363 img.shogun-image {
    
    width: px;
  }


#s-47714138-4b26-4852-bc66-195101071363 .shogun-image-content {
  
    align-items: center;
  
}

#s-f518dabc-8cc0-4674-87ae-8f38d2e0bb7b {
  text-align: center;
}




  #s-f518dabc-8cc0-4674-87ae-8f38d2e0bb7b img.shogun-image {
    
    width: px;
  }


#s-f518dabc-8cc0-4674-87ae-8f38d2e0bb7b .shogun-image-content {
  
    align-items: center;
  
}

#s-923db8cc-a185-4105-913f-6e82d2375235 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-923db8cc-a185-4105-913f-6e82d2375235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-923db8cc-a185-4105-913f-6e82d2375235.shg-box.shg-c {
  justify-content: center;
}

#s-09f73b7e-5d47-4db3-bca9-52a8d472e413 {
  text-align: center;
}




  #s-09f73b7e-5d47-4db3-bca9-52a8d472e413 img.shogun-image {
    
    width: px;
  }


#s-09f73b7e-5d47-4db3-bca9-52a8d472e413 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c644cc1-8b25-4881-858f-3a40a8ad83a0 {
  margin-top: 30px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c644cc1-8b25-4881-858f-3a40a8ad83a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d601d2fd-0443-4822-b5b4-9646428b5020 {
  display: none;
}
#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  text-align: left;
}


.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  max-width: 100%;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom,
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  max-width: 100%;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom,
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  max-width: 100%;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom,
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  max-width: 100%;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom,
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 {
  max-width: 100%;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom,
.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d9e4bc8-e6a3-46b6-b744-441e4615c2a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c80de14-3d46-4739-9294-0d905bb5a59f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9c80de14-3d46-4739-9294-0d905bb5a59f {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-9c80de14-3d46-4739-9294-0d905bb5a59f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-45a9a6d3-0209-4420-829c-f25e07d0a16c {
  display: none;
}
#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  text-align: left;
}


.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  max-width: 100%;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom,
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  max-width: 100%;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom,
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  max-width: 100%;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom,
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  max-width: 100%;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom,
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d {
  max-width: 100%;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom,
.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b54ff214-cc69-431e-aec0-1632fd65ac7d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07eef269-5e08-43b9-97a5-53031a00a667 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-07eef269-5e08-43b9-97a5-53031a00a667 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
}
#s-07eef269-5e08-43b9-97a5-53031a00a667 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-73d25ec8-7676-4ae3-97e0-faa63509ae09 {
  display: none;
}
#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  text-align: left;
}
@media (max-width: 767px){#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  margin-top: 40px;
}
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  max-width: 100%;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom,
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  max-width: 100%;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom,
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  max-width: 100%;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom,
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  max-width: 100%;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom,
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 {
  max-width: 100%;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom,
.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05db6b20-2bcd-479e-922d-1f429a3d6969 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eb1077db-5a8e-41b2-81e4-c8c4f322b15b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb1077db-5a8e-41b2-81e4-c8c4f322b15b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9e3abd23-c9e0-4464-8469-f7f9d91530ea {
  margin-top: 30px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e3abd23-c9e0-4464-8469-f7f9d91530ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-353f2cc8-6a42-4d1c-b38e-5d9dd945264a {
  display: none;
}
#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  text-align: left;
}


.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  max-width: 100%;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom,
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  max-width: 100%;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom,
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  max-width: 100%;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom,
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  max-width: 100%;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom,
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 {
  max-width: 100%;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom,
.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7a9b608-7822-43e2-a8b2-b27acd2897b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd79ff5d-ae4e-47cc-8cc6-f4c55c334139 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd79ff5d-ae4e-47cc-8cc6-f4c55c334139 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5cb5b3eb-0e09-4998-b328-52f2a8253fe5 {
  display: none;
}
#s-81638e19-0e29-4755-abe9-3389d0295542 {
  text-align: left;
}
@media (max-width: 767px){#s-81638e19-0e29-4755-abe9-3389d0295542 {
  padding-top: 15px;
padding-bottom: 0px;
}
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 {
  max-width: 100%;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom,
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 {
  max-width: 100%;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom,
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 {
  max-width: 100%;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom,
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 {
  max-width: 100%;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom,
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 {
  max-width: 100%;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom,
.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81638e19-0e29-4755-abe9-3389d0295542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-171173f7-6d62-401d-b06b-0089df36cd82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-171173f7-6d62-401d-b06b-0089df36cd82 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b756946c-ed1c-44aa-a1bd-f25c5cee17e6 {
  display: none;
}
#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  text-align: left;
}
@media (max-width: 767px){#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  padding-top: 20px;
padding-bottom: 0px;
}
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  max-width: 100%;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom,
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  max-width: 100%;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom,
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  max-width: 100%;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom,
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  max-width: 100%;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom,
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 {
  max-width: 100%;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom,
.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67dce7f9-66c9-4f12-b34e-5387acb5bc18 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5028b089-3f16-42e1-9887-2281777f8f02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5028b089-3f16-42e1-9887-2281777f8f02 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Fahkwang;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b03ac7da-cc5b-4536-a049-f4b80ea2c270 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
}
#s-b03ac7da-cc5b-4536-a049-f4b80ea2c270:hover {border-style: solid !important;
border-color: rgba(44, 44, 44, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b03ac7da-cc5b-4536-a049-f4b80ea2c270:active {border-style: solid !important;
border-color: rgba(44, 44, 44, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 44, 44, 1) !important;}


#s-b03ac7da-cc5b-4536-a049-f4b80ea2c270.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 10px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
