.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-84248186-f9a6-4938-b2da-550e531b5fb2 {
  min-height: 50px;
}








#s-84248186-f9a6-4938-b2da-550e531b5fb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84248186-f9a6-4938-b2da-550e531b5fb2.shg-box.shg-c {
  justify-content: center;
}

.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;
}

@media (min-width: 0px) {
[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab85d6f-3b10-4f27-9baf-9f1774ce0254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-25abedcb-8080-42c1-b701-cb8535d9d119 {
  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-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  text-align: left;
}


.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  max-width: 100%;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom,
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  max-width: 100%;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom,
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  max-width: 100%;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom,
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  max-width: 100%;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom,
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 {
  max-width: 100%;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .shg-image-zoom,
.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea1b9b2-f9fe-4ca5-b053-850abd054e09 .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-5a926874-ff76-4660-a271-c30db1116e20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a926874-ff76-4660-a271-c30db1116e20 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7773feee-9d6a-49ae-9ae0-0e294ee67fb9 {
  display: none;
}
#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  text-align: left;
}


.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  max-width: 100%;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom,
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  max-width: 100%;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom,
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  max-width: 100%;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom,
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  max-width: 100%;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom,
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d {
  max-width: 100%;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom,
.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a0edd88-814a-4a6b-b7b8-c4171efa4d9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9144569a-96f6-4b23-966d-0d00c06e5d89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9144569a-96f6-4b23-966d-0d00c06e5d89 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-271a0297-aacb-4ce9-9e5a-190fd99cd9f6 {
  display: none;
}
#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  text-align: left;
}


.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  max-width: 100%;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom,
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  max-width: 100%;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom,
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  max-width: 100%;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom,
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  max-width: 100%;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom,
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db {
  max-width: 100%;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom,
.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b51d5e4d-0b8c-4807-a2d8-15aa082682db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e434569a-3094-465b-bfe1-0aeac5215b56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e434569a-3094-465b-bfe1-0aeac5215b56 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1a42fdc5-dfb3-48c3-a72e-6aa78b2c315f {
  display: none;
}
#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  text-align: left;
}


.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  max-width: 100%;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom,
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  max-width: 100%;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom,
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  max-width: 100%;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom,
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  max-width: 100%;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom,
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 {
  max-width: 100%;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom,
.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50590024-58e9-41e7-be1d-ab5a89d3d455 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-558dbd2b-17f9-4aa3-8633-717e5ab8fd14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-558dbd2b-17f9-4aa3-8633-717e5ab8fd14 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

@media (min-width: 0px) {
[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fc731e0-a505-4822-b1cf-512c0d55f4f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e5a72438-f17e-4f08-ab0d-2debc3f99731 {
  display: none;
}
#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  text-align: left;
}


.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  max-width: 100%;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom,
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  max-width: 100%;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom,
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  max-width: 100%;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom,
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  max-width: 100%;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom,
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a {
  max-width: 100%;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom,
.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72d5e9a1-b4e9-449d-b5a5-afc9db61a00a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-42b21fae-ecf3-4d1f-a0b8-418ac6c6067d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42b21fae-ecf3-4d1f-a0b8-418ac6c6067d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-33406205-1958-41c6-8758-a869e5079212 {
  display: none;
}
#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  text-align: left;
}


.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  max-width: 100%;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom,
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  max-width: 100%;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom,
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  max-width: 100%;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom,
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  max-width: 100%;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom,
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c {
  max-width: 100%;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom,
.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-417c3dfb-6d67-466c-b14f-9d18082b8a3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2d2cd766-0a08-4e72-8a74-5d6f6d61da21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d2cd766-0a08-4e72-8a74-5d6f6d61da21 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c69f2773-c967-4703-a972-1f3561d81a3d {
  display: none;
}
#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  text-align: left;
}


.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  max-width: 100%;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom,
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  max-width: 100%;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom,
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  max-width: 100%;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom,
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  max-width: 100%;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom,
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af {
  max-width: 100%;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom,
.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59dfe4b9-82b2-4be3-b5f1-3edd4cd8f3af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cbb42157-9bac-4953-b595-059eeff9451c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb42157-9bac-4953-b595-059eeff9451c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-929be990-8c15-4dff-aed2-e7550710f578 {
  display: none;
}
#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  text-align: left;
}


.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  max-width: 100%;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom,
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  max-width: 100%;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom,
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  max-width: 100%;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom,
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  max-width: 100%;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom,
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c {
  max-width: 100%;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom,
.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b557b704-c912-4685-b23b-6aaf4fe5827c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e0e5603e-6df0-4f54-9bfd-d3fef9a73a3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0e5603e-6df0-4f54-9bfd-d3fef9a73a3f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

@media (min-width: 0px) {
[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8af66eb3-b99e-4ff2-a0c5-fae6a218f7fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9b9061ed-54e6-4b92-a373-8ad25c33dc9a {
  display: none;
}
#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  text-align: left;
}


.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  max-width: 100%;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom,
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  max-width: 100%;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom,
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  max-width: 100%;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom,
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  max-width: 100%;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom,
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b {
  max-width: 100%;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom,
.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf0c9303-e798-42d0-93e5-c146cb7ca37b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-46bce706-c129-4e13-9529-bfc4db697a05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46bce706-c129-4e13-9529-bfc4db697a05 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-6ca34851-aa02-45ea-882a-d8262c5baa06 {
  display: none;
}
#s-350fb4cb-983b-41d6-907f-7beb5d785a59 {
  display: none;
}
#s-4025e5b7-0c4c-4ad3-a435-0486a33abd77 {
  display: none;
}
/*
  $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;
  }
}

#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;
}
