.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef {
  display: none;
}
#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef, #wrap-s-2c124cc5-4ff4-46ef-b253-15011e95a0ef { display:none !important; }}@media (max-width: 767px){#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef {
  display: none;
}
#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef, #wrap-s-2c124cc5-4ff4-46ef-b253-15011e95a0ef { display:none !important; }}







#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c124cc5-4ff4-46ef-b253-15011e95a0ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
  max-width: 1920px;
aspect-ratio: 1920/950;
text-align: center;
}





  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image,
  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
    width: 100%;
    height: auto;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
    
    
  }


.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shg-align-container {
  text-align: center
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image,
  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
    width: 100%;
    height: auto;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
    
    
  }


.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shg-align-container {
  text-align: center
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image,
  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
    width: 100%;
    height: auto;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
    
    
  }


.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shg-align-container {
  text-align: center
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image,
  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
    width: 100%;
    height: auto;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
    
    
  }


.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shg-align-container {
  text-align: center
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image,
  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 {
    width: 100%;
    height: auto;
  }

  #s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
    
    
  }


.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shg-align-container {
  text-align: center
}

.s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f8561b9-891f-4b65-9f92-f8e8635c1eb2.shogun-image {
  box-sizing: border-box;
}


}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 {
  padding-top: 22px;
padding-left: 8%;
padding-bottom: 22px;
padding-right: 8%;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 {
  display: none;
}
#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3, #wrap-s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 { display:none !important; }}@media (max-width: 767px){#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 {
  display: none;
}
#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3, #wrap-s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 { display:none !important; }}
#s-9cf9c275-250f-4c1b-92e1-ca26cb4e76b3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  text-align: right;
}



.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-2632406e-64b0-44ff-8442-0df6b3b6c290 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-2632406e-64b0-44ff-8442-0df6b3b6c290 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2632406e-64b0-44ff-8442-0df6b3b6c290 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2632406e-64b0-44ff-8442-0df6b3b6c290 {
  display: none;
}
#s-2632406e-64b0-44ff-8442-0df6b3b6c290, #wrap-s-2632406e-64b0-44ff-8442-0df6b3b6c290 { display:none !important; }}@media (max-width: 767px){#s-2632406e-64b0-44ff-8442-0df6b3b6c290 {
  display: none;
}
#s-2632406e-64b0-44ff-8442-0df6b3b6c290, #wrap-s-2632406e-64b0-44ff-8442-0df6b3b6c290 { display:none !important; }}
#s-f1d15ffa-818c-40da-8de8-5559b46b670c {
  margin-top: 72px;
margin-bottom: 72px;
min-height: 50px;
}








#s-f1d15ffa-818c-40da-8de8-5559b46b670c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d15ffa-818c-40da-8de8-5559b46b670c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-1b8890bb-8f8e-4318-9167-eec41d0b6a96 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-1b8890bb-8f8e-4318-9167-eec41d0b6a96 img.shogun-image {
    

    
    
    
  }


#s-1b8890bb-8f8e-4318-9167-eec41d0b6a96 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b {
  
}
}@media (max-width: 767px){#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b {
  display: none;
}
#s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b, #wrap-s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b044ffb2-3f6d-44dd-bcbf-6e1c9527ad0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0090dfc6-b058-4288-8f13-9b1ea7a888ae {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0090dfc6-b058-4288-8f13-9b1ea7a888ae .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0090dfc6-b058-4288-8f13-9b1ea7a888ae .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: -2px;
  
}


}
#s-b037a196-d2e3-4593-a901-561485d68eaa {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b037a196-d2e3-4593-a901-561485d68eaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b037a196-d2e3-4593-a901-561485d68eaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b037a196-d2e3-4593-a901-561485d68eaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b037a196-d2e3-4593-a901-561485d68eaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c579c31f-559f-4d12-beb8-3bd0935492ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c579c31f-559f-4d12-beb8-3bd0935492ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-150f33dc-a731-4d1e-9d38-83f95db8c231 {
  text-align: center;
}







  img.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
    
    
  }


.s-150f33dc-a731-4d1e-9d38-83f95db8c231 .shogun-image-content {
  
    align-items: center;
  
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shg-align-container {
  text-align: center
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
    
    
  }


.s-150f33dc-a731-4d1e-9d38-83f95db8c231 .shogun-image-content {
  
    align-items: center;
  
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shg-align-container {
  text-align: center
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
    
    
  }


.s-150f33dc-a731-4d1e-9d38-83f95db8c231 .shogun-image-content {
  
    align-items: center;
  
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shg-align-container {
  text-align: center
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
    
    
  }


.s-150f33dc-a731-4d1e-9d38-83f95db8c231 .shogun-image-content {
  
    align-items: center;
  
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shg-align-container {
  text-align: center
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
    
    
  }


.s-150f33dc-a731-4d1e-9d38-83f95db8c231 .shogun-image-content {
  
    align-items: center;
  
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shg-align-container {
  text-align: center
}

.s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-150f33dc-a731-4d1e-9d38-83f95db8c231.shogun-image {
  box-sizing: border-box;
}


}
#s-96069186-e344-40bc-adf7-c09c9853c0e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96069186-e344-40bc-adf7-c09c9853c0e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-78362267-9ac0-4b88-877b-c6c33ab369c0 {
  text-align: center;
}







  img.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
    
    
  }


.s-78362267-9ac0-4b88-877b-c6c33ab369c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shg-align-container {
  text-align: center
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
    
    
  }


.s-78362267-9ac0-4b88-877b-c6c33ab369c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shg-align-container {
  text-align: center
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
    
    
  }


.s-78362267-9ac0-4b88-877b-c6c33ab369c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shg-align-container {
  text-align: center
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
    
    
  }


.s-78362267-9ac0-4b88-877b-c6c33ab369c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shg-align-container {
  text-align: center
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
    
    
  }


.s-78362267-9ac0-4b88-877b-c6c33ab369c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shg-align-container {
  text-align: center
}

.s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78362267-9ac0-4b88-877b-c6c33ab369c0.shogun-image {
  box-sizing: border-box;
}


}
#s-89fdb85f-fae2-4aab-8563-c8abb9b3f185 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89fdb85f-fae2-4aab-8563-c8abb9b3f185 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 {
  text-align: center;
}







  img.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
    
    
  }


.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 .shogun-image-content {
  
    align-items: center;
  
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shg-align-container {
  text-align: center
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
    
    
  }


.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 .shogun-image-content {
  
    align-items: center;
  
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shg-align-container {
  text-align: center
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
    
    
  }


.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 .shogun-image-content {
  
    align-items: center;
  
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shg-align-container {
  text-align: center
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
    
    
  }


.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 .shogun-image-content {
  
    align-items: center;
  
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shg-align-container {
  text-align: center
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
    
    
  }


.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849 .shogun-image-content {
  
    align-items: center;
  
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shg-align-container {
  text-align: center
}

.s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d18f389b-cd25-41d3-90c3-3e6f45c8d849.shogun-image {
  box-sizing: border-box;
}


}
#s-6cc049ed-c890-4c3f-9e84-434db4a57360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cc049ed-c890-4c3f-9e84-434db4a57360 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-52d5554c-f134-41ea-ad7a-152ffe28a59e {
  text-align: center;
}







  img.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
    
    
  }


.s-52d5554c-f134-41ea-ad7a-152ffe28a59e .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shg-align-container {
  text-align: center
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
    
    
  }


.s-52d5554c-f134-41ea-ad7a-152ffe28a59e .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shg-align-container {
  text-align: center
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
    
    
  }


.s-52d5554c-f134-41ea-ad7a-152ffe28a59e .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shg-align-container {
  text-align: center
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
    
    
  }


.s-52d5554c-f134-41ea-ad7a-152ffe28a59e .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shg-align-container {
  text-align: center
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
    
    
  }


.s-52d5554c-f134-41ea-ad7a-152ffe28a59e .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shg-align-container {
  text-align: center
}

.s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5554c-f134-41ea-ad7a-152ffe28a59e.shogun-image {
  box-sizing: border-box;
}


}
#s-4ba18c62-0f54-416f-8c54-1135b07d2346 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ba18c62-0f54-416f-8c54-1135b07d2346 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ba18c62-0f54-416f-8c54-1135b07d2346 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ba18c62-0f54-416f-8c54-1135b07d2346 {
  display: none;
}
#s-4ba18c62-0f54-416f-8c54-1135b07d2346, #wrap-s-4ba18c62-0f54-416f-8c54-1135b07d2346 { display:none !important; }}@media (max-width: 767px){#s-4ba18c62-0f54-416f-8c54-1135b07d2346 {
  margin-top: 0px;
margin-bottom: 20px;
display: none;
}
#s-4ba18c62-0f54-416f-8c54-1135b07d2346, #wrap-s-4ba18c62-0f54-416f-8c54-1135b07d2346 { display:none !important; }}







#s-4ba18c62-0f54-416f-8c54-1135b07d2346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ba18c62-0f54-416f-8c54-1135b07d2346.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dd87b501-1bdb-48b2-b895-bedf1aabe261 {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-dd87b501-1bdb-48b2-b895-bedf1aabe261 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd87b501-1bdb-48b2-b895-bedf1aabe261 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd87b501-1bdb-48b2-b895-bedf1aabe261 {
  
}
}@media (max-width: 767px){#s-dd87b501-1bdb-48b2-b895-bedf1aabe261 {
  display: none;
}
#s-dd87b501-1bdb-48b2-b895-bedf1aabe261, #wrap-s-dd87b501-1bdb-48b2-b895-bedf1aabe261 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dd87b501-1bdb-48b2-b895-bedf1aabe261"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-444128a5-8707-4904-b349-55da5f0fcb2f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-444128a5-8707-4904-b349-55da5f0fcb2f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-444128a5-8707-4904-b349-55da5f0fcb2f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: -2px;
  
}


}
#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 {
  display: none;
}
#s-abbf6bf3-8f03-499d-acd0-f821d83c2468, #wrap-s-abbf6bf3-8f03-499d-acd0-f821d83c2468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 {
  display: none;
}
#s-abbf6bf3-8f03-499d-acd0-f821d83c2468, #wrap-s-abbf6bf3-8f03-499d-acd0-f821d83c2468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 {
  display: none;
}
#s-abbf6bf3-8f03-499d-acd0-f821d83c2468, #wrap-s-abbf6bf3-8f03-499d-acd0-f821d83c2468 { display:none !important; }}
#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-abbf6bf3-8f03-499d-acd0-f821d83c2468 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  
}


}
#s-a7bcc93f-8684-4f3d-a0b2-1532907bc778 {
  padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-a7bcc93f-8684-4f3d-a0b2-1532907bc778 {
  
}
}
@media (min-width: 0px) {
[id="s-a7bcc93f-8684-4f3d-a0b2-1532907bc778"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7bcc93f-8684-4f3d-a0b2-1532907bc778"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7bcc93f-8684-4f3d-a0b2-1532907bc778"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7bcc93f-8684-4f3d-a0b2-1532907bc778"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-a335c450-f353-4209-92d7-cd6fceb6413b {
  text-align: left;
}



.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a335c450-f353-4209-92d7-cd6fceb6413b img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-18c87a3c-d4f7-40ee-a563-430ef4172c86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18c87a3c-d4f7-40ee-a563-430ef4172c86 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-9356d677-0b68-41d0-900f-9ac54762afe9 {
  display: none;
}
#s-9356d677-0b68-41d0-900f-9ac54762afe9, #wrap-s-9356d677-0b68-41d0-900f-9ac54762afe9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9356d677-0b68-41d0-900f-9ac54762afe9 {
  display: none;
}
#s-9356d677-0b68-41d0-900f-9ac54762afe9, #wrap-s-9356d677-0b68-41d0-900f-9ac54762afe9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9356d677-0b68-41d0-900f-9ac54762afe9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9356d677-0b68-41d0-900f-9ac54762afe9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9356d677-0b68-41d0-900f-9ac54762afe9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9356d677-0b68-41d0-900f-9ac54762afe9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-03f42e9d-7f60-45d8-a86f-098fe5516775 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-03f42e9d-7f60-45d8-a86f-098fe5516775 {
  display: none;
}
#s-03f42e9d-7f60-45d8-a86f-098fe5516775, #wrap-s-03f42e9d-7f60-45d8-a86f-098fe5516775 { display:none !important; }}@media (max-width: 767px){#s-03f42e9d-7f60-45d8-a86f-098fe5516775 {
  display: none;
}
#s-03f42e9d-7f60-45d8-a86f-098fe5516775, #wrap-s-03f42e9d-7f60-45d8-a86f-098fe5516775 { display:none !important; }}
@media (min-width: 0px) {
[id="s-03f42e9d-7f60-45d8-a86f-098fe5516775"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f42e9d-7f60-45d8-a86f-098fe5516775"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03f42e9d-7f60-45d8-a86f-098fe5516775"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f42e9d-7f60-45d8-a86f-098fe5516775"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-0b306bfc-c2c9-412e-972e-70b665fc72c6 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b306bfc-c2c9-412e-972e-70b665fc72c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b306bfc-c2c9-412e-972e-70b665fc72c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b306bfc-c2c9-412e-972e-70b665fc72c6-root {
    text-align: center;
  }


#s-0b306bfc-c2c9-412e-972e-70b665fc72c6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b306bfc-c2c9-412e-972e-70b665fc72c6-root {
    text-align: center;
  }


#s-0b306bfc-c2c9-412e-972e-70b665fc72c6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b306bfc-c2c9-412e-972e-70b665fc72c6-root {
    text-align: center;
  }


#s-0b306bfc-c2c9-412e-972e-70b665fc72c6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b306bfc-c2c9-412e-972e-70b665fc72c6-root {
    text-align: center;
  }


#s-0b306bfc-c2c9-412e-972e-70b665fc72c6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b306bfc-c2c9-412e-972e-70b665fc72c6-root {
    text-align: center;
  }


#s-0b306bfc-c2c9-412e-972e-70b665fc72c6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 {
  text-align: left;
}



.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04f4d06b-0ef6-4d9e-ab49-2f3cbd00a976 img.shogun-image {
  width: 100%;
}



}
#s-2781b13c-9172-4025-be12-4469f627f82f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2781b13c-9172-4025-be12-4469f627f82f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-d11ae2ca-78b3-42d7-90ef-1e0342563c73 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d11ae2ca-78b3-42d7-90ef-1e0342563c73 {
  display: none;
}
#s-d11ae2ca-78b3-42d7-90ef-1e0342563c73, #wrap-s-d11ae2ca-78b3-42d7-90ef-1e0342563c73 { display:none !important; }}@media (max-width: 767px){#s-d11ae2ca-78b3-42d7-90ef-1e0342563c73 {
  display: none;
}
#s-d11ae2ca-78b3-42d7-90ef-1e0342563c73, #wrap-s-d11ae2ca-78b3-42d7-90ef-1e0342563c73 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d11ae2ca-78b3-42d7-90ef-1e0342563c73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d11ae2ca-78b3-42d7-90ef-1e0342563c73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d11ae2ca-78b3-42d7-90ef-1e0342563c73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d11ae2ca-78b3-42d7-90ef-1e0342563c73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-af27a6d6-dfaa-4938-aeac-00e3b391bb16 {
  display: none;
}
#s-af27a6d6-dfaa-4938-aeac-00e3b391bb16, #wrap-s-af27a6d6-dfaa-4938-aeac-00e3b391bb16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af27a6d6-dfaa-4938-aeac-00e3b391bb16 {
  display: none;
}
#s-af27a6d6-dfaa-4938-aeac-00e3b391bb16, #wrap-s-af27a6d6-dfaa-4938-aeac-00e3b391bb16 { display:none !important; }}
@media (min-width: 0px) {
[id="s-af27a6d6-dfaa-4938-aeac-00e3b391bb16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af27a6d6-dfaa-4938-aeac-00e3b391bb16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-af27a6d6-dfaa-4938-aeac-00e3b391bb16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-af27a6d6-dfaa-4938-aeac-00e3b391bb16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-cbbd1146-2771-4b55-a90a-577eefe173bd {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cbbd1146-2771-4b55-a90a-577eefe173bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbbd1146-2771-4b55-a90a-577eefe173bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbbd1146-2771-4b55-a90a-577eefe173bd-root {
    text-align: center;
  }


#s-cbbd1146-2771-4b55-a90a-577eefe173bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbbd1146-2771-4b55-a90a-577eefe173bd-root {
    text-align: center;
  }


#s-cbbd1146-2771-4b55-a90a-577eefe173bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbbd1146-2771-4b55-a90a-577eefe173bd-root {
    text-align: center;
  }


#s-cbbd1146-2771-4b55-a90a-577eefe173bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbbd1146-2771-4b55-a90a-577eefe173bd-root {
    text-align: center;
  }


#s-cbbd1146-2771-4b55-a90a-577eefe173bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbbd1146-2771-4b55-a90a-577eefe173bd-root {
    text-align: center;
  }


#s-cbbd1146-2771-4b55-a90a-577eefe173bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-afacf398-7639-4402-b7b4-b9ceeba6b10c {
  text-align: left;
}



.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afacf398-7639-4402-b7b4-b9ceeba6b10c img.shogun-image {
  width: 100%;
}



}
#s-046d4fdf-b5fb-4a4f-9fb5-de54b8a6d1a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-046d4fdf-b5fb-4a4f-9fb5-de54b8a6d1a7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784 {
  display: none;
}
#s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784, #wrap-s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784 { display:none !important; }}@media (max-width: 767px){#s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784 {
  display: none;
}
#s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784, #wrap-s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c49b7bc-f6c1-49f4-9cca-0bfc25209784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-b9877789-f588-4a3d-8d1b-4789d114ed81 {
  display: none;
}
#s-b9877789-f588-4a3d-8d1b-4789d114ed81, #wrap-s-b9877789-f588-4a3d-8d1b-4789d114ed81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9877789-f588-4a3d-8d1b-4789d114ed81 {
  display: none;
}
#s-b9877789-f588-4a3d-8d1b-4789d114ed81, #wrap-s-b9877789-f588-4a3d-8d1b-4789d114ed81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9877789-f588-4a3d-8d1b-4789d114ed81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9877789-f588-4a3d-8d1b-4789d114ed81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b9877789-f588-4a3d-8d1b-4789d114ed81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9877789-f588-4a3d-8d1b-4789d114ed81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-00df9f8f-84b3-4ba4-9676-8464d26093dd {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-00df9f8f-84b3-4ba4-9676-8464d26093dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00df9f8f-84b3-4ba4-9676-8464d26093dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00df9f8f-84b3-4ba4-9676-8464d26093dd-root {
    text-align: center;
  }


#s-00df9f8f-84b3-4ba4-9676-8464d26093dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00df9f8f-84b3-4ba4-9676-8464d26093dd-root {
    text-align: center;
  }


#s-00df9f8f-84b3-4ba4-9676-8464d26093dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00df9f8f-84b3-4ba4-9676-8464d26093dd-root {
    text-align: center;
  }


#s-00df9f8f-84b3-4ba4-9676-8464d26093dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00df9f8f-84b3-4ba4-9676-8464d26093dd-root {
    text-align: center;
  }


#s-00df9f8f-84b3-4ba4-9676-8464d26093dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00df9f8f-84b3-4ba4-9676-8464d26093dd-root {
    text-align: center;
  }


#s-00df9f8f-84b3-4ba4-9676-8464d26093dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d6414658-16f5-4c2b-9abe-ab095595cd1c {
  text-align: left;
}



.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6414658-16f5-4c2b-9abe-ab095595cd1c img.shogun-image {
  width: 100%;
}



}
#s-22b51c08-6681-4688-83de-fc1c27d47ed5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22b51c08-6681-4688-83de-fc1c27d47ed5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-d194e128-65a8-4508-beaf-912564a6e2ac {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d194e128-65a8-4508-beaf-912564a6e2ac {
  display: none;
}
#s-d194e128-65a8-4508-beaf-912564a6e2ac, #wrap-s-d194e128-65a8-4508-beaf-912564a6e2ac { display:none !important; }}@media (max-width: 767px){#s-d194e128-65a8-4508-beaf-912564a6e2ac {
  display: none;
}
#s-d194e128-65a8-4508-beaf-912564a6e2ac, #wrap-s-d194e128-65a8-4508-beaf-912564a6e2ac { display:none !important; }}
@media (min-width: 0px) {
[id="s-d194e128-65a8-4508-beaf-912564a6e2ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d194e128-65a8-4508-beaf-912564a6e2ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d194e128-65a8-4508-beaf-912564a6e2ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d194e128-65a8-4508-beaf-912564a6e2ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8 {
  display: none;
}
#s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8, #wrap-s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8 {
  display: none;
}
#s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8, #wrap-s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c1992d5-6ea5-4523-b45a-9da4d590bdf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9628f187-00bb-409c-a5e8-391156dfa6a9 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9628f187-00bb-409c-a5e8-391156dfa6a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9628f187-00bb-409c-a5e8-391156dfa6a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9628f187-00bb-409c-a5e8-391156dfa6a9-root {
    text-align: center;
  }


#s-9628f187-00bb-409c-a5e8-391156dfa6a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9628f187-00bb-409c-a5e8-391156dfa6a9-root {
    text-align: center;
  }


#s-9628f187-00bb-409c-a5e8-391156dfa6a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9628f187-00bb-409c-a5e8-391156dfa6a9-root {
    text-align: center;
  }


#s-9628f187-00bb-409c-a5e8-391156dfa6a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9628f187-00bb-409c-a5e8-391156dfa6a9-root {
    text-align: center;
  }


#s-9628f187-00bb-409c-a5e8-391156dfa6a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9628f187-00bb-409c-a5e8-391156dfa6a9-root {
    text-align: center;
  }


#s-9628f187-00bb-409c-a5e8-391156dfa6a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-eb7402cd-0403-410f-94f2-bbc73c448ef4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-eb7402cd-0403-410f-94f2-bbc73c448ef4 {
  
}
}
@media (min-width: 0px) {
[id="s-eb7402cd-0403-410f-94f2-bbc73c448ef4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb7402cd-0403-410f-94f2-bbc73c448ef4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb7402cd-0403-410f-94f2-bbc73c448ef4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb7402cd-0403-410f-94f2-bbc73c448ef4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fae0c58b-fb70-4758-9b45-53187d01d096 {
  text-align: left;
}



.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae0c58b-fb70-4758-9b45-53187d01d096 img.shogun-image {
  width: 100%;
}



}
#s-fdd4aef3-392d-4abe-81e0-a92402186c91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdd4aef3-392d-4abe-81e0-a92402186c91 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef {
  display: none;
}
#s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef, #wrap-s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef {
  display: none;
}
#s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef, #wrap-s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ffb5b8-5f2a-42b1-b958-e54d9cf532ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a995fd22-1ae9-40b0-9f2b-1a76372188ed {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a995fd22-1ae9-40b0-9f2b-1a76372188ed {
  display: none;
}
#s-a995fd22-1ae9-40b0-9f2b-1a76372188ed, #wrap-s-a995fd22-1ae9-40b0-9f2b-1a76372188ed { display:none !important; }}@media (max-width: 767px){#s-a995fd22-1ae9-40b0-9f2b-1a76372188ed {
  display: none;
}
#s-a995fd22-1ae9-40b0-9f2b-1a76372188ed, #wrap-s-a995fd22-1ae9-40b0-9f2b-1a76372188ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-a995fd22-1ae9-40b0-9f2b-1a76372188ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a995fd22-1ae9-40b0-9f2b-1a76372188ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a995fd22-1ae9-40b0-9f2b-1a76372188ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a995fd22-1ae9-40b0-9f2b-1a76372188ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f46440ac-a60e-4a28-87cb-f46efa97ddf3-root {
    text-align: center;
  }


#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f46440ac-a60e-4a28-87cb-f46efa97ddf3-root {
    text-align: center;
  }


#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f46440ac-a60e-4a28-87cb-f46efa97ddf3-root {
    text-align: center;
  }


#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f46440ac-a60e-4a28-87cb-f46efa97ddf3-root {
    text-align: center;
  }


#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f46440ac-a60e-4a28-87cb-f46efa97ddf3-root {
    text-align: center;
  }


#s-f46440ac-a60e-4a28-87cb-f46efa97ddf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 {
  text-align: left;
}



.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e691de2-c6dc-4a29-83bc-76b434f3f698 img.shogun-image {
  width: 100%;
}



}
#s-0f668b40-dbbb-4d3e-85a7-829272c5836d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f668b40-dbbb-4d3e-85a7-829272c5836d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-691ebf07-316c-4e86-a77c-c169d0732765 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-691ebf07-316c-4e86-a77c-c169d0732765 {
  display: none;
}
#s-691ebf07-316c-4e86-a77c-c169d0732765, #wrap-s-691ebf07-316c-4e86-a77c-c169d0732765 { display:none !important; }}@media (max-width: 767px){#s-691ebf07-316c-4e86-a77c-c169d0732765 {
  display: none;
}
#s-691ebf07-316c-4e86-a77c-c169d0732765, #wrap-s-691ebf07-316c-4e86-a77c-c169d0732765 { display:none !important; }}
@media (min-width: 0px) {
[id="s-691ebf07-316c-4e86-a77c-c169d0732765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-691ebf07-316c-4e86-a77c-c169d0732765"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-691ebf07-316c-4e86-a77c-c169d0732765"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-691ebf07-316c-4e86-a77c-c169d0732765"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-423b84af-19a9-41ed-a648-aaccd69c5719 {
  display: none;
}
#s-423b84af-19a9-41ed-a648-aaccd69c5719, #wrap-s-423b84af-19a9-41ed-a648-aaccd69c5719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-423b84af-19a9-41ed-a648-aaccd69c5719 {
  display: none;
}
#s-423b84af-19a9-41ed-a648-aaccd69c5719, #wrap-s-423b84af-19a9-41ed-a648-aaccd69c5719 { display:none !important; }}
@media (min-width: 0px) {
[id="s-423b84af-19a9-41ed-a648-aaccd69c5719"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-423b84af-19a9-41ed-a648-aaccd69c5719"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-423b84af-19a9-41ed-a648-aaccd69c5719"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-423b84af-19a9-41ed-a648-aaccd69c5719"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9d96d67f-a295-410c-8a6f-e4891357d0c4 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d96d67f-a295-410c-8a6f-e4891357d0c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d96d67f-a295-410c-8a6f-e4891357d0c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d96d67f-a295-410c-8a6f-e4891357d0c4-root {
    text-align: center;
  }


#s-9d96d67f-a295-410c-8a6f-e4891357d0c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d96d67f-a295-410c-8a6f-e4891357d0c4-root {
    text-align: center;
  }


#s-9d96d67f-a295-410c-8a6f-e4891357d0c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d96d67f-a295-410c-8a6f-e4891357d0c4-root {
    text-align: center;
  }


#s-9d96d67f-a295-410c-8a6f-e4891357d0c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d96d67f-a295-410c-8a6f-e4891357d0c4-root {
    text-align: center;
  }


#s-9d96d67f-a295-410c-8a6f-e4891357d0c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d96d67f-a295-410c-8a6f-e4891357d0c4-root {
    text-align: center;
  }


#s-9d96d67f-a295-410c-8a6f-e4891357d0c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace {
  text-align: left;
}



.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e18a8e8-f500-4e90-b43d-9f92ba5a5ace img.shogun-image {
  width: 100%;
}



}
#s-23dd4a32-c7a0-4146-8fb5-205a692a2e9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23dd4a32-c7a0-4146-8fb5-205a692a2e9b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-c12e19d7-6ae4-4a8d-802d-fd0112375a38 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c12e19d7-6ae4-4a8d-802d-fd0112375a38 {
  display: none;
}
#s-c12e19d7-6ae4-4a8d-802d-fd0112375a38, #wrap-s-c12e19d7-6ae4-4a8d-802d-fd0112375a38 { display:none !important; }}@media (max-width: 767px){#s-c12e19d7-6ae4-4a8d-802d-fd0112375a38 {
  display: none;
}
#s-c12e19d7-6ae4-4a8d-802d-fd0112375a38, #wrap-s-c12e19d7-6ae4-4a8d-802d-fd0112375a38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c12e19d7-6ae4-4a8d-802d-fd0112375a38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c12e19d7-6ae4-4a8d-802d-fd0112375a38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c12e19d7-6ae4-4a8d-802d-fd0112375a38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c12e19d7-6ae4-4a8d-802d-fd0112375a38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-73c692ae-673c-426b-920b-bc5e92b195e8 {
  display: none;
}
#s-73c692ae-673c-426b-920b-bc5e92b195e8, #wrap-s-73c692ae-673c-426b-920b-bc5e92b195e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73c692ae-673c-426b-920b-bc5e92b195e8 {
  display: none;
}
#s-73c692ae-673c-426b-920b-bc5e92b195e8, #wrap-s-73c692ae-673c-426b-920b-bc5e92b195e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-73c692ae-673c-426b-920b-bc5e92b195e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-73c692ae-673c-426b-920b-bc5e92b195e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-73c692ae-673c-426b-920b-bc5e92b195e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-73c692ae-673c-426b-920b-bc5e92b195e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-494c4090-d905-481c-9023-a19ec6899b61 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-494c4090-d905-481c-9023-a19ec6899b61:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-494c4090-d905-481c-9023-a19ec6899b61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-494c4090-d905-481c-9023-a19ec6899b61-root {
    text-align: center;
  }


#s-494c4090-d905-481c-9023-a19ec6899b61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-494c4090-d905-481c-9023-a19ec6899b61-root {
    text-align: center;
  }


#s-494c4090-d905-481c-9023-a19ec6899b61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-494c4090-d905-481c-9023-a19ec6899b61-root {
    text-align: center;
  }


#s-494c4090-d905-481c-9023-a19ec6899b61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-494c4090-d905-481c-9023-a19ec6899b61-root {
    text-align: center;
  }


#s-494c4090-d905-481c-9023-a19ec6899b61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-494c4090-d905-481c-9023-a19ec6899b61-root {
    text-align: center;
  }


#s-494c4090-d905-481c-9023-a19ec6899b61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 {
  text-align: left;
}



.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cd613bc-9d91-45a8-856b-9b7085ae9446 img.shogun-image {
  width: 100%;
}



}
#s-22121e0b-e3a3-4e2f-9521-dfc822cc595c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22121e0b-e3a3-4e2f-9521-dfc822cc595c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-6e1d91fa-c282-432e-badc-9a56c3dd1d85 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e1d91fa-c282-432e-badc-9a56c3dd1d85 {
  display: none;
}
#s-6e1d91fa-c282-432e-badc-9a56c3dd1d85, #wrap-s-6e1d91fa-c282-432e-badc-9a56c3dd1d85 { display:none !important; }}@media (max-width: 767px){#s-6e1d91fa-c282-432e-badc-9a56c3dd1d85 {
  display: none;
}
#s-6e1d91fa-c282-432e-badc-9a56c3dd1d85, #wrap-s-6e1d91fa-c282-432e-badc-9a56c3dd1d85 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e1d91fa-c282-432e-badc-9a56c3dd1d85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e1d91fa-c282-432e-badc-9a56c3dd1d85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e1d91fa-c282-432e-badc-9a56c3dd1d85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e1d91fa-c282-432e-badc-9a56c3dd1d85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-fc7603b1-990d-4672-a661-e2dd8923622b {
  display: none;
}
#s-fc7603b1-990d-4672-a661-e2dd8923622b, #wrap-s-fc7603b1-990d-4672-a661-e2dd8923622b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc7603b1-990d-4672-a661-e2dd8923622b {
  display: none;
}
#s-fc7603b1-990d-4672-a661-e2dd8923622b, #wrap-s-fc7603b1-990d-4672-a661-e2dd8923622b { display:none !important; }}
@media (min-width: 0px) {
[id="s-fc7603b1-990d-4672-a661-e2dd8923622b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc7603b1-990d-4672-a661-e2dd8923622b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fc7603b1-990d-4672-a661-e2dd8923622b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc7603b1-990d-4672-a661-e2dd8923622b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-119a91c5-a1c6-4316-93fc-75e736369615 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-119a91c5-a1c6-4316-93fc-75e736369615:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-119a91c5-a1c6-4316-93fc-75e736369615:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-119a91c5-a1c6-4316-93fc-75e736369615-root {
    text-align: center;
  }


#s-119a91c5-a1c6-4316-93fc-75e736369615.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-119a91c5-a1c6-4316-93fc-75e736369615-root {
    text-align: center;
  }


#s-119a91c5-a1c6-4316-93fc-75e736369615.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-119a91c5-a1c6-4316-93fc-75e736369615-root {
    text-align: center;
  }


#s-119a91c5-a1c6-4316-93fc-75e736369615.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-119a91c5-a1c6-4316-93fc-75e736369615-root {
    text-align: center;
  }


#s-119a91c5-a1c6-4316-93fc-75e736369615.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-119a91c5-a1c6-4316-93fc-75e736369615-root {
    text-align: center;
  }


#s-119a91c5-a1c6-4316-93fc-75e736369615.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-52e23270-8307-4e85-883e-3c05783769b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-52e23270-8307-4e85-883e-3c05783769b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52e23270-8307-4e85-883e-3c05783769b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52e23270-8307-4e85-883e-3c05783769b6 {
  display: none;
}
#s-52e23270-8307-4e85-883e-3c05783769b6, #wrap-s-52e23270-8307-4e85-883e-3c05783769b6 { display:none !important; }}@media (max-width: 767px){#s-52e23270-8307-4e85-883e-3c05783769b6 {
  margin-top: 0px;
margin-bottom: 20px;
display: none;
}
#s-52e23270-8307-4e85-883e-3c05783769b6, #wrap-s-52e23270-8307-4e85-883e-3c05783769b6 { display:none !important; }}







#s-52e23270-8307-4e85-883e-3c05783769b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e23270-8307-4e85-883e-3c05783769b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea {
  
}
}@media (max-width: 767px){#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea {
  display: none;
}
#s-0e006701-17aa-4d13-bb17-b68c5dbb76ea, #wrap-s-0e006701-17aa-4d13-bb17-b68c5dbb76ea { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e006701-17aa-4d13-bb17-b68c5dbb76ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-81328c6d-e4ae-4541-9d46-9adef465143a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81328c6d-e4ae-4541-9d46-9adef465143a .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-81328c6d-e4ae-4541-9d46-9adef465143a .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: -2px;
  
}


}
#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c {
  display: none;
}
#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c, #wrap-s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c {
  display: none;
}
#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c, #wrap-s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c {
  display: none;
}
#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c, #wrap-s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c { display:none !important; }}
#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-50b7e9fb-7df9-4652-8d2e-2727fb928b2c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  
}


}
#s-414db0fe-dea6-49fc-ad86-33d9a414a154 {
  padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-414db0fe-dea6-49fc-ad86-33d9a414a154 {
  
}
}
@media (min-width: 0px) {
[id="s-414db0fe-dea6-49fc-ad86-33d9a414a154"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-414db0fe-dea6-49fc-ad86-33d9a414a154"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-414db0fe-dea6-49fc-ad86-33d9a414a154"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-414db0fe-dea6-49fc-ad86-33d9a414a154"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-698c1b3b-160c-4141-a390-a55f9b50c096 {
  text-align: left;
}



.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698c1b3b-160c-4141-a390-a55f9b50c096 img.shogun-image {
  width: 100%;
}



}
#s-bb1cc1c4-daaa-4ec8-ab34-6d8706496ff9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb1cc1c4-daaa-4ec8-ab34-6d8706496ff9 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-257caaf5-c157-46c2-82be-1e3c3d385bcd {
  display: none;
}
#s-257caaf5-c157-46c2-82be-1e3c3d385bcd, #wrap-s-257caaf5-c157-46c2-82be-1e3c3d385bcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-257caaf5-c157-46c2-82be-1e3c3d385bcd {
  display: none;
}
#s-257caaf5-c157-46c2-82be-1e3c3d385bcd, #wrap-s-257caaf5-c157-46c2-82be-1e3c3d385bcd { display:none !important; }}
@media (min-width: 0px) {
[id="s-257caaf5-c157-46c2-82be-1e3c3d385bcd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-257caaf5-c157-46c2-82be-1e3c3d385bcd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-257caaf5-c157-46c2-82be-1e3c3d385bcd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-257caaf5-c157-46c2-82be-1e3c3d385bcd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-44460f47-8b73-4767-9439-ac5654b6bca0 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-44460f47-8b73-4767-9439-ac5654b6bca0 {
  display: none;
}
#s-44460f47-8b73-4767-9439-ac5654b6bca0, #wrap-s-44460f47-8b73-4767-9439-ac5654b6bca0 { display:none !important; }}@media (max-width: 767px){#s-44460f47-8b73-4767-9439-ac5654b6bca0 {
  display: none;
}
#s-44460f47-8b73-4767-9439-ac5654b6bca0, #wrap-s-44460f47-8b73-4767-9439-ac5654b6bca0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44460f47-8b73-4767-9439-ac5654b6bca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44460f47-8b73-4767-9439-ac5654b6bca0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44460f47-8b73-4767-9439-ac5654b6bca0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44460f47-8b73-4767-9439-ac5654b6bca0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3791731a-993d-487f-a125-e8965cbe409b {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3791731a-993d-487f-a125-e8965cbe409b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3791731a-993d-487f-a125-e8965cbe409b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3791731a-993d-487f-a125-e8965cbe409b-root {
    text-align: center;
  }


#s-3791731a-993d-487f-a125-e8965cbe409b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3791731a-993d-487f-a125-e8965cbe409b-root {
    text-align: center;
  }


#s-3791731a-993d-487f-a125-e8965cbe409b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3791731a-993d-487f-a125-e8965cbe409b-root {
    text-align: center;
  }


#s-3791731a-993d-487f-a125-e8965cbe409b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3791731a-993d-487f-a125-e8965cbe409b-root {
    text-align: center;
  }


#s-3791731a-993d-487f-a125-e8965cbe409b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3791731a-993d-487f-a125-e8965cbe409b-root {
    text-align: center;
  }


#s-3791731a-993d-487f-a125-e8965cbe409b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 {
  text-align: left;
}



.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8066d578-b6ad-425f-a40c-e21a8e0a46b2 img.shogun-image {
  width: 100%;
}



}
#s-b1dff5d3-6eeb-4b88-9f1d-fa7865a6a64a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1dff5d3-6eeb-4b88-9f1d-fa7865a6a64a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a0c07255-868b-4851-aa4e-c1d61d81c701 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0c07255-868b-4851-aa4e-c1d61d81c701 {
  display: none;
}
#s-a0c07255-868b-4851-aa4e-c1d61d81c701, #wrap-s-a0c07255-868b-4851-aa4e-c1d61d81c701 { display:none !important; }}@media (max-width: 767px){#s-a0c07255-868b-4851-aa4e-c1d61d81c701 {
  display: none;
}
#s-a0c07255-868b-4851-aa4e-c1d61d81c701, #wrap-s-a0c07255-868b-4851-aa4e-c1d61d81c701 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0c07255-868b-4851-aa4e-c1d61d81c701"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0c07255-868b-4851-aa4e-c1d61d81c701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0c07255-868b-4851-aa4e-c1d61d81c701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0c07255-868b-4851-aa4e-c1d61d81c701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb {
  display: none;
}
#s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb, #wrap-s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb {
  display: none;
}
#s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb, #wrap-s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb { display:none !important; }}
@media (min-width: 0px) {
[id="s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8818a0a8-c438-4b4a-ad4f-5efef79cdceb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ef7fcd4-2ebb-4935-8836-8726aeafae86-root {
    text-align: center;
  }


#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ef7fcd4-2ebb-4935-8836-8726aeafae86-root {
    text-align: center;
  }


#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ef7fcd4-2ebb-4935-8836-8726aeafae86-root {
    text-align: center;
  }


#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ef7fcd4-2ebb-4935-8836-8726aeafae86-root {
    text-align: center;
  }


#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ef7fcd4-2ebb-4935-8836-8726aeafae86-root {
    text-align: center;
  }


#s-1ef7fcd4-2ebb-4935-8836-8726aeafae86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-91629115-bd79-493f-b0b1-9470717a6ce3 {
  text-align: left;
}



.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91629115-bd79-493f-b0b1-9470717a6ce3 img.shogun-image {
  width: 100%;
}



}
#s-4de5775e-9f08-404e-bc4b-6e05e0bc419d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4de5775e-9f08-404e-bc4b-6e05e0bc419d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90 {
  display: none;
}
#s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90, #wrap-s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90 { display:none !important; }}@media (max-width: 767px){#s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90 {
  display: none;
}
#s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90, #wrap-s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2463dc-8e95-40e5-95bc-fd87aa41cc90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb {
  display: none;
}
#s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb, #wrap-s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb {
  display: none;
}
#s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb, #wrap-s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb { display:none !important; }}
@media (min-width: 0px) {
[id="s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-517f8b5e-ebd5-45ea-90c8-7f0ff7b820eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-21ce5232-a55c-4fea-9048-e5396f97fea2 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-21ce5232-a55c-4fea-9048-e5396f97fea2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21ce5232-a55c-4fea-9048-e5396f97fea2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21ce5232-a55c-4fea-9048-e5396f97fea2-root {
    text-align: center;
  }


#s-21ce5232-a55c-4fea-9048-e5396f97fea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21ce5232-a55c-4fea-9048-e5396f97fea2-root {
    text-align: center;
  }


#s-21ce5232-a55c-4fea-9048-e5396f97fea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21ce5232-a55c-4fea-9048-e5396f97fea2-root {
    text-align: center;
  }


#s-21ce5232-a55c-4fea-9048-e5396f97fea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21ce5232-a55c-4fea-9048-e5396f97fea2-root {
    text-align: center;
  }


#s-21ce5232-a55c-4fea-9048-e5396f97fea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21ce5232-a55c-4fea-9048-e5396f97fea2-root {
    text-align: center;
  }


#s-21ce5232-a55c-4fea-9048-e5396f97fea2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0151b10f-5427-4f8a-96e5-223808d5fb98 {
  text-align: left;
}



.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0151b10f-5427-4f8a-96e5-223808d5fb98 img.shogun-image {
  width: 100%;
}



}
#s-dd3d4b24-8ae6-48f8-bc36-545ca06b54b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd3d4b24-8ae6-48f8-bc36-545ca06b54b0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-294a01f3-5aa4-4dbc-bca1-5318066c3050 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-294a01f3-5aa4-4dbc-bca1-5318066c3050 {
  display: none;
}
#s-294a01f3-5aa4-4dbc-bca1-5318066c3050, #wrap-s-294a01f3-5aa4-4dbc-bca1-5318066c3050 { display:none !important; }}@media (max-width: 767px){#s-294a01f3-5aa4-4dbc-bca1-5318066c3050 {
  display: none;
}
#s-294a01f3-5aa4-4dbc-bca1-5318066c3050, #wrap-s-294a01f3-5aa4-4dbc-bca1-5318066c3050 { display:none !important; }}
@media (min-width: 0px) {
[id="s-294a01f3-5aa4-4dbc-bca1-5318066c3050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-294a01f3-5aa4-4dbc-bca1-5318066c3050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-294a01f3-5aa4-4dbc-bca1-5318066c3050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-294a01f3-5aa4-4dbc-bca1-5318066c3050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-0638a35a-7096-414f-9665-4726d19712de {
  display: none;
}
#s-0638a35a-7096-414f-9665-4726d19712de, #wrap-s-0638a35a-7096-414f-9665-4726d19712de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0638a35a-7096-414f-9665-4726d19712de {
  display: none;
}
#s-0638a35a-7096-414f-9665-4726d19712de, #wrap-s-0638a35a-7096-414f-9665-4726d19712de { display:none !important; }}
@media (min-width: 0px) {
[id="s-0638a35a-7096-414f-9665-4726d19712de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0638a35a-7096-414f-9665-4726d19712de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0638a35a-7096-414f-9665-4726d19712de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0638a35a-7096-414f-9665-4726d19712de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4-root {
    text-align: center;
  }


#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4-root {
    text-align: center;
  }


#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4-root {
    text-align: center;
  }


#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4-root {
    text-align: center;
  }


#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4-root {
    text-align: center;
  }


#s-9e0ef99a-28d3-4b4a-93f1-e23cda40bdc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0f847371-0e9c-4e7e-a355-761dd757e73a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-0f847371-0e9c-4e7e-a355-761dd757e73a {
  
}
}
@media (min-width: 0px) {
[id="s-0f847371-0e9c-4e7e-a355-761dd757e73a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f847371-0e9c-4e7e-a355-761dd757e73a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0f847371-0e9c-4e7e-a355-761dd757e73a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f847371-0e9c-4e7e-a355-761dd757e73a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd {
  text-align: left;
}



.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c59b5499-b9cf-40b7-b8aa-63e52b1b5fbd img.shogun-image {
  width: 100%;
}



}
#s-94536eab-b915-41d2-b0be-2cb1bb926886 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94536eab-b915-41d2-b0be-2cb1bb926886 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7 {
  display: none;
}
#s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7, #wrap-s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7 {
  display: none;
}
#s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7, #wrap-s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-27cc30ab-b2b7-4ccb-8121-780dcb1a44b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1 {
  display: none;
}
#s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1, #wrap-s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1 { display:none !important; }}@media (max-width: 767px){#s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1 {
  display: none;
}
#s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1, #wrap-s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5f96f16-04e3-40e1-a4e0-7d73bb5c2fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4-root {
    text-align: center;
  }


#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4-root {
    text-align: center;
  }


#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4-root {
    text-align: center;
  }


#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4-root {
    text-align: center;
  }


#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4-root {
    text-align: center;
  }


#s-1eacf4b4-455d-4f01-82a4-47d101bbf1f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 {
  text-align: left;
}



.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a34bd6b-519d-4b18-9204-daff6ed6ea35 img.shogun-image {
  width: 100%;
}



}
#s-9758f8ec-ca41-40cc-90aa-8d50cd732f9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9758f8ec-ca41-40cc-90aa-8d50cd732f9d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-cd6c7f57-5965-413a-9168-1721c63d7a16 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd6c7f57-5965-413a-9168-1721c63d7a16 {
  display: none;
}
#s-cd6c7f57-5965-413a-9168-1721c63d7a16, #wrap-s-cd6c7f57-5965-413a-9168-1721c63d7a16 { display:none !important; }}@media (max-width: 767px){#s-cd6c7f57-5965-413a-9168-1721c63d7a16 {
  display: none;
}
#s-cd6c7f57-5965-413a-9168-1721c63d7a16, #wrap-s-cd6c7f57-5965-413a-9168-1721c63d7a16 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd6c7f57-5965-413a-9168-1721c63d7a16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd6c7f57-5965-413a-9168-1721c63d7a16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd6c7f57-5965-413a-9168-1721c63d7a16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd6c7f57-5965-413a-9168-1721c63d7a16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-6e898312-d359-47a4-bb84-03e2dee89487 {
  display: none;
}
#s-6e898312-d359-47a4-bb84-03e2dee89487, #wrap-s-6e898312-d359-47a4-bb84-03e2dee89487 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e898312-d359-47a4-bb84-03e2dee89487 {
  display: none;
}
#s-6e898312-d359-47a4-bb84-03e2dee89487, #wrap-s-6e898312-d359-47a4-bb84-03e2dee89487 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e898312-d359-47a4-bb84-03e2dee89487"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e898312-d359-47a4-bb84-03e2dee89487"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6e898312-d359-47a4-bb84-03e2dee89487"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e898312-d359-47a4-bb84-03e2dee89487"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68-root {
    text-align: center;
  }


#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68-root {
    text-align: center;
  }


#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68-root {
    text-align: center;
  }


#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68-root {
    text-align: center;
  }


#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68-root {
    text-align: center;
  }


#s-fa8594ec-5d8c-4e70-9c4f-6a85b5d5df68.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e {
  text-align: left;
}



.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f3bddf1-3994-4065-ae9e-3f25a9e70e9e img.shogun-image {
  width: 100%;
}



}
#s-429d45d2-1c4b-469a-9f08-9115290bd0a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-429d45d2-1c4b-469a-9f08-9115290bd0a0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269 {
  display: none;
}
#s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269, #wrap-s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269 { display:none !important; }}@media (max-width: 767px){#s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269 {
  display: none;
}
#s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269, #wrap-s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5ea62c6-7e5e-42b0-bc2c-4961c724e269"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-633b4b71-169c-4426-bd6c-16bfbbb34f63 {
  display: none;
}
#s-633b4b71-169c-4426-bd6c-16bfbbb34f63, #wrap-s-633b4b71-169c-4426-bd6c-16bfbbb34f63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-633b4b71-169c-4426-bd6c-16bfbbb34f63 {
  display: none;
}
#s-633b4b71-169c-4426-bd6c-16bfbbb34f63, #wrap-s-633b4b71-169c-4426-bd6c-16bfbbb34f63 { display:none !important; }}
@media (min-width: 0px) {
[id="s-633b4b71-169c-4426-bd6c-16bfbbb34f63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-633b4b71-169c-4426-bd6c-16bfbbb34f63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-633b4b71-169c-4426-bd6c-16bfbbb34f63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-633b4b71-169c-4426-bd6c-16bfbbb34f63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e5976107-e743-4d39-b436-e075fb98365f {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e5976107-e743-4d39-b436-e075fb98365f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5976107-e743-4d39-b436-e075fb98365f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5976107-e743-4d39-b436-e075fb98365f-root {
    text-align: center;
  }


#s-e5976107-e743-4d39-b436-e075fb98365f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5976107-e743-4d39-b436-e075fb98365f-root {
    text-align: center;
  }


#s-e5976107-e743-4d39-b436-e075fb98365f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5976107-e743-4d39-b436-e075fb98365f-root {
    text-align: center;
  }


#s-e5976107-e743-4d39-b436-e075fb98365f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5976107-e743-4d39-b436-e075fb98365f-root {
    text-align: center;
  }


#s-e5976107-e743-4d39-b436-e075fb98365f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5976107-e743-4d39-b436-e075fb98365f-root {
    text-align: center;
  }


#s-e5976107-e743-4d39-b436-e075fb98365f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 {
  text-align: left;
}



.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48cac4ae-7422-4040-9fdc-f1474f0d6453 img.shogun-image {
  width: 100%;
}



}
#s-a221b9cf-172d-402e-b06f-9a1d192840b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a221b9cf-172d-402e-b06f-9a1d192840b6 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-8dc704ad-2835-42ae-95e4-3dfdee473f5c {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8dc704ad-2835-42ae-95e4-3dfdee473f5c {
  display: none;
}
#s-8dc704ad-2835-42ae-95e4-3dfdee473f5c, #wrap-s-8dc704ad-2835-42ae-95e4-3dfdee473f5c { display:none !important; }}@media (max-width: 767px){#s-8dc704ad-2835-42ae-95e4-3dfdee473f5c {
  display: none;
}
#s-8dc704ad-2835-42ae-95e4-3dfdee473f5c, #wrap-s-8dc704ad-2835-42ae-95e4-3dfdee473f5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-8dc704ad-2835-42ae-95e4-3dfdee473f5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dc704ad-2835-42ae-95e4-3dfdee473f5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dc704ad-2835-42ae-95e4-3dfdee473f5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dc704ad-2835-42ae-95e4-3dfdee473f5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-9d851d8c-91ee-4572-a9a0-f7227e4191bb {
  display: none;
}
#s-9d851d8c-91ee-4572-a9a0-f7227e4191bb, #wrap-s-9d851d8c-91ee-4572-a9a0-f7227e4191bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d851d8c-91ee-4572-a9a0-f7227e4191bb {
  display: none;
}
#s-9d851d8c-91ee-4572-a9a0-f7227e4191bb, #wrap-s-9d851d8c-91ee-4572-a9a0-f7227e4191bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-9d851d8c-91ee-4572-a9a0-f7227e4191bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d851d8c-91ee-4572-a9a0-f7227e4191bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9d851d8c-91ee-4572-a9a0-f7227e4191bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d851d8c-91ee-4572-a9a0-f7227e4191bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c-root {
    text-align: center;
  }


#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c-root {
    text-align: center;
  }


#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c-root {
    text-align: center;
  }


#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c-root {
    text-align: center;
  }


#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c-root {
    text-align: center;
  }


#s-12a67d3e-4a10-4e14-a8a2-2b77b4d5976c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-069e712e-9ff6-4931-801e-58c7727b2b75 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-069e712e-9ff6-4931-801e-58c7727b2b75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-069e712e-9ff6-4931-801e-58c7727b2b75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-069e712e-9ff6-4931-801e-58c7727b2b75 {
  display: none;
}
#s-069e712e-9ff6-4931-801e-58c7727b2b75, #wrap-s-069e712e-9ff6-4931-801e-58c7727b2b75 { display:none !important; }}@media (max-width: 767px){#s-069e712e-9ff6-4931-801e-58c7727b2b75 {
  margin-top: 0px;
margin-bottom: 20px;
display: none;
}
#s-069e712e-9ff6-4931-801e-58c7727b2b75, #wrap-s-069e712e-9ff6-4931-801e-58c7727b2b75 { display:none !important; }}







#s-069e712e-9ff6-4931-801e-58c7727b2b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-069e712e-9ff6-4931-801e-58c7727b2b75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-edc34123-37c3-4d08-a475-94df86ef3b56 {
  margin-top: 70px;
margin-left: 50px;
margin-bottom: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-edc34123-37c3-4d08-a475-94df86ef3b56 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edc34123-37c3-4d08-a475-94df86ef3b56 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edc34123-37c3-4d08-a475-94df86ef3b56 {
  
}
}@media (max-width: 767px){#s-edc34123-37c3-4d08-a475-94df86ef3b56 {
  display: none;
}
#s-edc34123-37c3-4d08-a475-94df86ef3b56, #wrap-s-edc34123-37c3-4d08-a475-94df86ef3b56 { display:none !important; }}
@media (min-width: 0px) {
[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edc34123-37c3-4d08-a475-94df86ef3b56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3c58f648-d774-475b-90b1-13dc7678b9cd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c58f648-d774-475b-90b1-13dc7678b9cd .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3c58f648-d774-475b-90b1-13dc7678b9cd .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 46px;
  
  letter-spacing: -2px;
  
}


}
#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 {
  display: none;
}
#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2, #wrap-s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 {
  display: none;
}
#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2, #wrap-s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 {
  display: none;
}
#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2, #wrap-s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 { display:none !important; }}
#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-92c7b42c-1cee-4e15-9d64-696ec0e49ae2 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  
}


}
#s-adb0240c-3297-49b5-b62b-c644f7e1b285 {
  padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-adb0240c-3297-49b5-b62b-c644f7e1b285 {
  
}
}
@media (min-width: 0px) {
[id="s-adb0240c-3297-49b5-b62b-c644f7e1b285"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-adb0240c-3297-49b5-b62b-c644f7e1b285"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-adb0240c-3297-49b5-b62b-c644f7e1b285"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-adb0240c-3297-49b5-b62b-c644f7e1b285"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d {
  text-align: left;
}



.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ff47e3-f000-48b7-9b5d-4c72e670c91d img.shogun-image {
  width: 100%;
}



}
#s-4ec97a42-0931-4306-9a9d-99a910adb6fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ec97a42-0931-4306-9a9d-99a910adb6fe .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-4d27a1dc-a600-4703-a64c-5235d4bc699d {
  display: none;
}
#s-4d27a1dc-a600-4703-a64c-5235d4bc699d, #wrap-s-4d27a1dc-a600-4703-a64c-5235d4bc699d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d27a1dc-a600-4703-a64c-5235d4bc699d {
  display: none;
}
#s-4d27a1dc-a600-4703-a64c-5235d4bc699d, #wrap-s-4d27a1dc-a600-4703-a64c-5235d4bc699d { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d27a1dc-a600-4703-a64c-5235d4bc699d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d27a1dc-a600-4703-a64c-5235d4bc699d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4d27a1dc-a600-4703-a64c-5235d4bc699d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d27a1dc-a600-4703-a64c-5235d4bc699d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-2c8755d4-d5c9-4b17-a827-735f15462520 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c8755d4-d5c9-4b17-a827-735f15462520 {
  display: none;
}
#s-2c8755d4-d5c9-4b17-a827-735f15462520, #wrap-s-2c8755d4-d5c9-4b17-a827-735f15462520 { display:none !important; }}@media (max-width: 767px){#s-2c8755d4-d5c9-4b17-a827-735f15462520 {
  display: none;
}
#s-2c8755d4-d5c9-4b17-a827-735f15462520, #wrap-s-2c8755d4-d5c9-4b17-a827-735f15462520 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c8755d4-d5c9-4b17-a827-735f15462520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c8755d4-d5c9-4b17-a827-735f15462520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c8755d4-d5c9-4b17-a827-735f15462520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c8755d4-d5c9-4b17-a827-735f15462520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567-root {
    text-align: center;
  }


#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567-root {
    text-align: center;
  }


#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567-root {
    text-align: center;
  }


#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567-root {
    text-align: center;
  }


#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567-root {
    text-align: center;
  }


#s-6f4fcb71-2ce0-4cec-b0a9-41e0f2375567.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 {
  text-align: left;
}



.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b4cde3-1fe5-42f6-aa02-3ba47cc558d4 img.shogun-image {
  width: 100%;
}



}
#s-236e03c6-1718-436c-bb1b-ad5ac7ff1eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-236e03c6-1718-436c-bb1b-ad5ac7ff1eda .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-004d5516-42c0-4bf7-86c5-52b507b5cc88 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-004d5516-42c0-4bf7-86c5-52b507b5cc88 {
  display: none;
}
#s-004d5516-42c0-4bf7-86c5-52b507b5cc88, #wrap-s-004d5516-42c0-4bf7-86c5-52b507b5cc88 { display:none !important; }}@media (max-width: 767px){#s-004d5516-42c0-4bf7-86c5-52b507b5cc88 {
  display: none;
}
#s-004d5516-42c0-4bf7-86c5-52b507b5cc88, #wrap-s-004d5516-42c0-4bf7-86c5-52b507b5cc88 { display:none !important; }}
@media (min-width: 0px) {
[id="s-004d5516-42c0-4bf7-86c5-52b507b5cc88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004d5516-42c0-4bf7-86c5-52b507b5cc88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-004d5516-42c0-4bf7-86c5-52b507b5cc88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-004d5516-42c0-4bf7-86c5-52b507b5cc88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-8175ea1c-e2fc-4543-844b-5456d062a311 {
  display: none;
}
#s-8175ea1c-e2fc-4543-844b-5456d062a311, #wrap-s-8175ea1c-e2fc-4543-844b-5456d062a311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8175ea1c-e2fc-4543-844b-5456d062a311 {
  display: none;
}
#s-8175ea1c-e2fc-4543-844b-5456d062a311, #wrap-s-8175ea1c-e2fc-4543-844b-5456d062a311 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8175ea1c-e2fc-4543-844b-5456d062a311"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8175ea1c-e2fc-4543-844b-5456d062a311"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8175ea1c-e2fc-4543-844b-5456d062a311"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8175ea1c-e2fc-4543-844b-5456d062a311"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-5ac90da2-09e2-48b4-8b72-4918f13098af {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ac90da2-09e2-48b4-8b72-4918f13098af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ac90da2-09e2-48b4-8b72-4918f13098af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ac90da2-09e2-48b4-8b72-4918f13098af-root {
    text-align: center;
  }


#s-5ac90da2-09e2-48b4-8b72-4918f13098af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ac90da2-09e2-48b4-8b72-4918f13098af-root {
    text-align: center;
  }


#s-5ac90da2-09e2-48b4-8b72-4918f13098af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ac90da2-09e2-48b4-8b72-4918f13098af-root {
    text-align: center;
  }


#s-5ac90da2-09e2-48b4-8b72-4918f13098af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ac90da2-09e2-48b4-8b72-4918f13098af-root {
    text-align: center;
  }


#s-5ac90da2-09e2-48b4-8b72-4918f13098af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ac90da2-09e2-48b4-8b72-4918f13098af-root {
    text-align: center;
  }


#s-5ac90da2-09e2-48b4-8b72-4918f13098af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b {
  text-align: left;
}



.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e75b8e62-63f3-4d15-a895-daf5e6b04f3b img.shogun-image {
  width: 100%;
}



}
#s-a7c62d15-f0f9-4148-b0f4-da3fc2d968b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7c62d15-f0f9-4148-b0f4-da3fc2d968b2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-a6232ac0-4cf6-4f0c-acf8-134785cddddd {
  display: none;
}
#s-a6232ac0-4cf6-4f0c-acf8-134785cddddd, #wrap-s-a6232ac0-4cf6-4f0c-acf8-134785cddddd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6232ac0-4cf6-4f0c-acf8-134785cddddd {
  display: none;
}
#s-a6232ac0-4cf6-4f0c-acf8-134785cddddd, #wrap-s-a6232ac0-4cf6-4f0c-acf8-134785cddddd { display:none !important; }}
@media (min-width: 0px) {
[id="s-a6232ac0-4cf6-4f0c-acf8-134785cddddd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6232ac0-4cf6-4f0c-acf8-134785cddddd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a6232ac0-4cf6-4f0c-acf8-134785cddddd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6232ac0-4cf6-4f0c-acf8-134785cddddd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-524d11c4-2b95-4993-a033-b6333d62223b {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-524d11c4-2b95-4993-a033-b6333d62223b {
  display: none;
}
#s-524d11c4-2b95-4993-a033-b6333d62223b, #wrap-s-524d11c4-2b95-4993-a033-b6333d62223b { display:none !important; }}@media (max-width: 767px){#s-524d11c4-2b95-4993-a033-b6333d62223b {
  display: none;
}
#s-524d11c4-2b95-4993-a033-b6333d62223b, #wrap-s-524d11c4-2b95-4993-a033-b6333d62223b { display:none !important; }}
@media (min-width: 0px) {
[id="s-524d11c4-2b95-4993-a033-b6333d62223b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-524d11c4-2b95-4993-a033-b6333d62223b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-524d11c4-2b95-4993-a033-b6333d62223b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-524d11c4-2b95-4993-a033-b6333d62223b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b09081a5-1267-4e21-8793-62eeb3072b04 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b09081a5-1267-4e21-8793-62eeb3072b04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b09081a5-1267-4e21-8793-62eeb3072b04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b09081a5-1267-4e21-8793-62eeb3072b04-root {
    text-align: center;
  }


#s-b09081a5-1267-4e21-8793-62eeb3072b04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b09081a5-1267-4e21-8793-62eeb3072b04-root {
    text-align: center;
  }


#s-b09081a5-1267-4e21-8793-62eeb3072b04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b09081a5-1267-4e21-8793-62eeb3072b04-root {
    text-align: center;
  }


#s-b09081a5-1267-4e21-8793-62eeb3072b04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b09081a5-1267-4e21-8793-62eeb3072b04-root {
    text-align: center;
  }


#s-b09081a5-1267-4e21-8793-62eeb3072b04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b09081a5-1267-4e21-8793-62eeb3072b04-root {
    text-align: center;
  }


#s-b09081a5-1267-4e21-8793-62eeb3072b04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 {
  padding-top: 1%;
padding-left: 15%;
padding-bottom: 1%;
padding-right: 15%;
text-align: center;
}







  img.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
    
    
  }


.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shg-align-container {
  text-align: center
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
    
    
  }


.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shg-align-container {
  text-align: center
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
    
    
  }


.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shg-align-container {
  text-align: center
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
    
    
  }


.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shg-align-container {
  text-align: center
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
    
    
  }


.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shg-align-container {
  text-align: center
}

.s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59c18c-314b-47f9-aaa9-c098ad7057a8.shogun-image {
  box-sizing: border-box;
}


}
#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 {
  display: none;
}
#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1, #wrap-s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 {
  display: none;
}
#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1, #wrap-s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 {
  
}
}







#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f9a5ae8-2af2-4030-8ec7-a4771133c3f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image,
  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
    width: 100%;
    height: auto;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
    
    
  }


.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shg-align-container {
  text-align: center
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image,
  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
    width: 100%;
    height: auto;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
    
    
  }


.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shg-align-container {
  text-align: center
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image,
  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
    width: 100%;
    height: auto;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
    
    
  }


.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shg-align-container {
  text-align: center
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image,
  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
    width: 100%;
    height: auto;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
    
    
  }


.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shg-align-container {
  text-align: center
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image,
  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f {
    width: 100%;
    height: auto;
  }

  #s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
    
    
  }


.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f .shogun-image-content {
  
    align-items: center;
  
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shg-align-container {
  text-align: center
}

.s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9f99a9-77f6-4f99-b519-1bfadfccea3f.shogun-image {
  box-sizing: border-box;
}


}
#s-7615c6b7-efb6-486b-bec0-341e464341bf {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 1200px){#s-7615c6b7-efb6-486b-bec0-341e464341bf {
  display: none;
}
#s-7615c6b7-efb6-486b-bec0-341e464341bf, #wrap-s-7615c6b7-efb6-486b-bec0-341e464341bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7615c6b7-efb6-486b-bec0-341e464341bf {
  display: none;
}
#s-7615c6b7-efb6-486b-bec0-341e464341bf, #wrap-s-7615c6b7-efb6-486b-bec0-341e464341bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7615c6b7-efb6-486b-bec0-341e464341bf {
  display: none;
}
#s-7615c6b7-efb6-486b-bec0-341e464341bf, #wrap-s-7615c6b7-efb6-486b-bec0-341e464341bf { display:none !important; }}
#s-7615c6b7-efb6-486b-bec0-341e464341bf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: right;
}



#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 8px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 1200px){#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb {
  display: none;
}
#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb, #wrap-s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb {
  display: none;
}
#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb, #wrap-s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb { display:none !important; }}@media (max-width: 767px){#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb {
  display: none;
}
#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb, #wrap-s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb { display:none !important; }}
#s-ee44f1db-c0c7-4860-9cdc-6a65c2678fdb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: right;
}



#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd {
  display: none;
}
#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd, #wrap-s-83d00f57-7ad8-43ba-8263-7c24300e2dcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd {
  display: none;
}
#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd, #wrap-s-83d00f57-7ad8-43ba-8263-7c24300e2dcd { display:none !important; }}@media (max-width: 767px){#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd {
  display: none;
}
#s-83d00f57-7ad8-43ba-8263-7c24300e2dcd, #wrap-s-83d00f57-7ad8-43ba-8263-7c24300e2dcd { display:none !important; }}
#s-736a07ef-828e-4b8f-8400-37c680022ae2 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-736a07ef-828e-4b8f-8400-37c680022ae2 {
  display: none;
}
#s-736a07ef-828e-4b8f-8400-37c680022ae2, #wrap-s-736a07ef-828e-4b8f-8400-37c680022ae2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-736a07ef-828e-4b8f-8400-37c680022ae2 {
  display: none;
}
#s-736a07ef-828e-4b8f-8400-37c680022ae2, #wrap-s-736a07ef-828e-4b8f-8400-37c680022ae2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-736a07ef-828e-4b8f-8400-37c680022ae2 {
  display: none;
}
#s-736a07ef-828e-4b8f-8400-37c680022ae2, #wrap-s-736a07ef-828e-4b8f-8400-37c680022ae2 { display:none !important; }}
#s-41a6e883-2387-49a1-ab01-02d2eac735bd {
  margin-top: 7%;
margin-bottom: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-41a6e883-2387-49a1-ab01-02d2eac735bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41a6e883-2387-49a1-ab01-02d2eac735bd {
  
}
}@media (max-width: 767px){#s-41a6e883-2387-49a1-ab01-02d2eac735bd {
  
}
}







#s-41a6e883-2387-49a1-ab01-02d2eac735bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41a6e883-2387-49a1-ab01-02d2eac735bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb69a9a1-6576-4583-92f7-cd9e68599b6c {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-eb69a9a1-6576-4583-92f7-cd9e68599b6c img.shogun-image {
    

    
    
    
  }


#s-eb69a9a1-6576-4583-92f7-cd9e68599b6c .shogun-image-content {
  
    align-items: center;
  
}

#s-1c71c0f8-b68a-4627-a220-3a1f680586fb {
  padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
text-align: center;
}

#s-1c71c0f8-b68a-4627-a220-3a1f680586fb .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a153faac-ffad-4cd7-b2f5-d4e859f2e21d {
  padding-left: 7%;
padding-right: 7%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-abfb7565-b264-4fe3-bc17-507d8a52a944 {
  padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}

#s-abfb7565-b264-4fe3-bc17-507d8a52a944 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-abfb7565-b264-4fe3-bc17-507d8a52a944 .shg-sld-nav-button.shg-sld-left,
#s-abfb7565-b264-4fe3-bc17-507d8a52a944 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-39569e28-e4ef-4363-a958-c6c83ec1c925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39569e28-e4ef-4363-a958-c6c83ec1c925 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-93b10147-9342-4dcf-a3d8-ef360ff49ae6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93b10147-9342-4dcf-a3d8-ef360ff49ae6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d38eeb7-c006-4790-9238-6ecab244d59a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d38eeb7-c006-4790-9238-6ecab244d59a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a5228d8e-f596-4633-803d-96574c7becc0 {
  min-height: 50px;
}








#s-a5228d8e-f596-4633-803d-96574c7becc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5228d8e-f596-4633-803d-96574c7becc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-984e0548-c3dc-411f-b4dd-adfba384cd1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-984e0548-c3dc-411f-b4dd-adfba384cd1d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-766d41f3-00e9-45e8-87a2-55c55a371c7d {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
    
    
  }


.s-766d41f3-00e9-45e8-87a2-55c55a371c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shg-align-container {
  text-align: center
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
    
    
  }


.s-766d41f3-00e9-45e8-87a2-55c55a371c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shg-align-container {
  text-align: center
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
    
    
  }


.s-766d41f3-00e9-45e8-87a2-55c55a371c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shg-align-container {
  text-align: center
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
    
    
  }


.s-766d41f3-00e9-45e8-87a2-55c55a371c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shg-align-container {
  text-align: center
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
    
    
  }


.s-766d41f3-00e9-45e8-87a2-55c55a371c7d .shogun-image-content {
  
    align-items: center;
  
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shg-align-container {
  text-align: center
}

.s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766d41f3-00e9-45e8-87a2-55c55a371c7d.shogun-image {
  box-sizing: border-box;
}


}
#s-ecbe0eed-71bc-4268-90bb-d97a2cd3fca9 {
  min-height: 50px;
}








#s-ecbe0eed-71bc-4268-90bb-d97a2cd3fca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecbe0eed-71bc-4268-90bb-d97a2cd3fca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609 {
  text-align: center;
}







  img.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
    
    
  }


.s-8d3e188e-e949-432a-b49a-2b19bd6c3609 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shg-align-container {
  text-align: center
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
    
    
  }


.s-8d3e188e-e949-432a-b49a-2b19bd6c3609 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shg-align-container {
  text-align: center
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
    
    
  }


.s-8d3e188e-e949-432a-b49a-2b19bd6c3609 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shg-align-container {
  text-align: center
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
    
    
  }


.s-8d3e188e-e949-432a-b49a-2b19bd6c3609 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shg-align-container {
  text-align: center
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
    
    
  }


.s-8d3e188e-e949-432a-b49a-2b19bd6c3609 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shg-align-container {
  text-align: center
}

.s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3e188e-e949-432a-b49a-2b19bd6c3609.shogun-image {
  box-sizing: border-box;
}


}
#s-af44deeb-2fab-499a-b109-b9a9fbc54d32 {
  min-height: 50px;
}








#s-af44deeb-2fab-499a-b109-b9a9fbc54d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af44deeb-2fab-499a-b109-b9a9fbc54d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 {
  text-align: center;
}







  img.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
    
    
  }


.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shg-align-container {
  text-align: center
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
    
    
  }


.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shg-align-container {
  text-align: center
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
    
    
  }


.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shg-align-container {
  text-align: center
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
    
    
  }


.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shg-align-container {
  text-align: center
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
    
    
  }


.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shg-align-container {
  text-align: center
}

.s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ae45d0d-a5ed-454d-95d7-5d036addbc65.shogun-image {
  box-sizing: border-box;
}


}
#s-c3bef8b1-1447-4509-81ec-43631a2c3b54 {
  min-height: 50px;
}








#s-c3bef8b1-1447-4509-81ec-43631a2c3b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3bef8b1-1447-4509-81ec-43631a2c3b54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 {
  text-align: center;
}







  img.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
    
    
  }


.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 .shogun-image-content {
  
    align-items: center;
  
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shg-align-container {
  text-align: center
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
    
    
  }


.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 .shogun-image-content {
  
    align-items: center;
  
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shg-align-container {
  text-align: center
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
    
    
  }


.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 .shogun-image-content {
  
    align-items: center;
  
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shg-align-container {
  text-align: center
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
    
    
  }


.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 .shogun-image-content {
  
    align-items: center;
  
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shg-align-container {
  text-align: center
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
    
    
  }


.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66 .shogun-image-content {
  
    align-items: center;
  
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shg-align-container {
  text-align: center
}

.s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48c83f19-014d-4c7a-95a3-d885d9bf9f66.shogun-image {
  box-sizing: border-box;
}


}
#s-3cf9c711-00cf-4307-9bf1-42f477a19966 {
  min-height: 50px;
}








#s-3cf9c711-00cf-4307-9bf1-42f477a19966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf9c711-00cf-4307-9bf1-42f477a19966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 {
  display: none;
}
#s-4d11b062-8e0b-4acd-86f6-e29c4da56681, #wrap-s-4d11b062-8e0b-4acd-86f6-e29c4da56681 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 {
  display: none;
}
#s-4d11b062-8e0b-4acd-86f6-e29c4da56681, #wrap-s-4d11b062-8e0b-4acd-86f6-e29c4da56681 { display:none !important; }}@media (max-width: 767px){#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 {
  display: none;
}
#s-4d11b062-8e0b-4acd-86f6-e29c4da56681, #wrap-s-4d11b062-8e0b-4acd-86f6-e29c4da56681 { display:none !important; }}
#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(253, 80, 0, 1);
}

#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(253, 80, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4d11b062-8e0b-4acd-86f6-e29c4da56681 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3d09a8fd-f4a2-42d7-8805-bc52c495bd3d {
  margin-left: 5%;
margin-right: 5%;
}

#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bcfdc91-f30c-47c6-8d9c-ccc11a34d285 img.shogun-image {
  width: 100%;
}



}
#s-6f739127-c2ea-4645-8f28-df5cb83b47bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f739127-c2ea-4645-8f28-df5cb83b47bc .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-fcd12d45-f36f-468d-887e-a86ab7a5151e {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-2f7b1c87-7399-4603-af86-cb558b02dad2 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2f7b1c87-7399-4603-af86-cb558b02dad2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2f7b1c87-7399-4603-af86-cb558b02dad2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7b1c87-7399-4603-af86-cb558b02dad2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7b1c87-7399-4603-af86-cb558b02dad2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f-root {
    text-align: center;
  }


#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f-root {
    text-align: center;
  }


#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f-root {
    text-align: center;
  }


#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f-root {
    text-align: center;
  }


#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f-root {
    text-align: center;
  }


#s-69d1bb7c-9fe8-4ee3-84ac-b8f04d9f035f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-64019802-a064-4e33-aebb-cf7f2c298349 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64019802-a064-4e33-aebb-cf7f2c298349 img.shogun-image {
  width: 100%;
}



}
#s-50dcd5cc-ca04-4e80-93b6-c7ec19fa042c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50dcd5cc-ca04-4e80-93b6-c7ec19fa042c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-5ca3e277-a8c1-4e7f-b44c-0d6154ff8ebe {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-13e6dacc-9808-4fa1-80c3-14f7f42b8f99 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-13e6dacc-9808-4fa1-80c3-14f7f42b8f99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-13e6dacc-9808-4fa1-80c3-14f7f42b8f99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-13e6dacc-9808-4fa1-80c3-14f7f42b8f99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-13e6dacc-9808-4fa1-80c3-14f7f42b8f99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-ca0eb133-757e-4a8d-b411-9b597770f0de {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca0eb133-757e-4a8d-b411-9b597770f0de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca0eb133-757e-4a8d-b411-9b597770f0de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca0eb133-757e-4a8d-b411-9b597770f0de-root {
    text-align: center;
  }


#s-ca0eb133-757e-4a8d-b411-9b597770f0de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca0eb133-757e-4a8d-b411-9b597770f0de-root {
    text-align: center;
  }


#s-ca0eb133-757e-4a8d-b411-9b597770f0de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca0eb133-757e-4a8d-b411-9b597770f0de-root {
    text-align: center;
  }


#s-ca0eb133-757e-4a8d-b411-9b597770f0de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca0eb133-757e-4a8d-b411-9b597770f0de-root {
    text-align: center;
  }


#s-ca0eb133-757e-4a8d-b411-9b597770f0de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca0eb133-757e-4a8d-b411-9b597770f0de-root {
    text-align: center;
  }


#s-ca0eb133-757e-4a8d-b411-9b597770f0de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9847bf83-212d-43db-9eb3-c3d076acad3f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9847bf83-212d-43db-9eb3-c3d076acad3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9847bf83-212d-43db-9eb3-c3d076acad3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d915b614-d8d5-4ac6-bc7c-c26b8473f066 img.shogun-image {
  width: 100%;
}



}
#s-66db1292-878b-4e66-b852-480f2392eb21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66db1292-878b-4e66-b852-480f2392eb21 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-52f24a44-2033-43cc-96f1-04827ebfcaa4 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-cf3bbf1d-8e26-4c45-882b-c4a012108ca9 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cf3bbf1d-8e26-4c45-882b-c4a012108ca9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cf3bbf1d-8e26-4c45-882b-c4a012108ca9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf3bbf1d-8e26-4c45-882b-c4a012108ca9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf3bbf1d-8e26-4c45-882b-c4a012108ca9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756-root {
    text-align: center;
  }


#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756-root {
    text-align: center;
  }


#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756-root {
    text-align: center;
  }


#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756-root {
    text-align: center;
  }


#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756-root {
    text-align: center;
  }


#s-6c248a25-2fd9-44ad-a2e9-8a14ddbce756.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-c05de845-971d-41ce-9dcf-b5cafa726724 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05de845-971d-41ce-9dcf-b5cafa726724 img.shogun-image {
  width: 100%;
}



}
#s-1ebd6f86-97cb-4803-9eb7-dd52efdab4ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ebd6f86-97cb-4803-9eb7-dd52efdab4ca .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-3e31e811-5d3a-4068-ae9c-2801311dc103 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-f390404a-5ceb-4442-bbff-ded952363cd6 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f390404a-5ceb-4442-bbff-ded952363cd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f390404a-5ceb-4442-bbff-ded952363cd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f390404a-5ceb-4442-bbff-ded952363cd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f390404a-5ceb-4442-bbff-ded952363cd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b4daf2a9-a92c-4097-946f-77649fab416b {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b4daf2a9-a92c-4097-946f-77649fab416b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4daf2a9-a92c-4097-946f-77649fab416b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4daf2a9-a92c-4097-946f-77649fab416b-root {
    text-align: center;
  }


#s-b4daf2a9-a92c-4097-946f-77649fab416b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4daf2a9-a92c-4097-946f-77649fab416b-root {
    text-align: center;
  }


#s-b4daf2a9-a92c-4097-946f-77649fab416b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4daf2a9-a92c-4097-946f-77649fab416b-root {
    text-align: center;
  }


#s-b4daf2a9-a92c-4097-946f-77649fab416b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4daf2a9-a92c-4097-946f-77649fab416b-root {
    text-align: center;
  }


#s-b4daf2a9-a92c-4097-946f-77649fab416b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4daf2a9-a92c-4097-946f-77649fab416b-root {
    text-align: center;
  }


#s-b4daf2a9-a92c-4097-946f-77649fab416b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8638e509-4691-4160-bb8a-a0557f8deb3b {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8638e509-4691-4160-bb8a-a0557f8deb3b img.shogun-image {
  width: 100%;
}



}
#s-aa9505f1-af86-4320-81ea-fc486a8c312e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa9505f1-af86-4320-81ea-fc486a8c312e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-26bd50ea-e61e-4980-9b0a-b609fad1d2ae {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-7e58ee3f-f9f5-4847-b5e8-65724aadfc12 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7e58ee3f-f9f5-4847-b5e8-65724aadfc12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7e58ee3f-f9f5-4847-b5e8-65724aadfc12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e58ee3f-f9f5-4847-b5e8-65724aadfc12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e58ee3f-f9f5-4847-b5e8-65724aadfc12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-4255e412-9265-40ad-848b-3dc05fc53aed {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4255e412-9265-40ad-848b-3dc05fc53aed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4255e412-9265-40ad-848b-3dc05fc53aed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4255e412-9265-40ad-848b-3dc05fc53aed-root {
    text-align: center;
  }


#s-4255e412-9265-40ad-848b-3dc05fc53aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4255e412-9265-40ad-848b-3dc05fc53aed-root {
    text-align: center;
  }


#s-4255e412-9265-40ad-848b-3dc05fc53aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4255e412-9265-40ad-848b-3dc05fc53aed-root {
    text-align: center;
  }


#s-4255e412-9265-40ad-848b-3dc05fc53aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4255e412-9265-40ad-848b-3dc05fc53aed-root {
    text-align: center;
  }


#s-4255e412-9265-40ad-848b-3dc05fc53aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4255e412-9265-40ad-848b-3dc05fc53aed-root {
    text-align: center;
  }


#s-4255e412-9265-40ad-848b-3dc05fc53aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cc7d026-4b21-4edd-9a44-6d5754c4a02d img.shogun-image {
  width: 100%;
}



}
#s-45981129-0c77-4219-9635-cac804240946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45981129-0c77-4219-9635-cac804240946 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-093e7f9b-9e3e-4287-a70c-f2f0f6c503a1 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-829cd16c-7bc5-4345-89cf-18c7f924d87c {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-829cd16c-7bc5-4345-89cf-18c7f924d87c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-829cd16c-7bc5-4345-89cf-18c7f924d87c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-829cd16c-7bc5-4345-89cf-18c7f924d87c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-829cd16c-7bc5-4345-89cf-18c7f924d87c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c-root {
    text-align: center;
  }


#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c-root {
    text-align: center;
  }


#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c-root {
    text-align: center;
  }


#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c-root {
    text-align: center;
  }


#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c-root {
    text-align: center;
  }


#s-d4f2c05a-d1c9-4c94-969c-14cd2a81563c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-cbe0330a-07bf-45b9-92d4-89a824612777 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbe0330a-07bf-45b9-92d4-89a824612777 img.shogun-image {
  width: 100%;
}



}
#s-e042d3d4-6c2d-494c-a03b-b388385bf30b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e042d3d4-6c2d-494c-a03b-b388385bf30b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c2133928-b965-4fc8-a0b4-f280a733ddef {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-899bd8a8-7ba1-41ca-9fee-a0358c6e07db {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-899bd8a8-7ba1-41ca-9fee-a0358c6e07db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-899bd8a8-7ba1-41ca-9fee-a0358c6e07db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-899bd8a8-7ba1-41ca-9fee-a0358c6e07db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-899bd8a8-7ba1-41ca-9fee-a0358c6e07db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8-root {
    text-align: center;
  }


#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8-root {
    text-align: center;
  }


#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8-root {
    text-align: center;
  }


#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8-root {
    text-align: center;
  }


#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8-root {
    text-align: center;
  }


#s-b6a3f001-70f3-4ae9-9311-18bf38bb0fc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3005c46e-bb99-4980-a783-ba468244f936 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3005c46e-bb99-4980-a783-ba468244f936 img.shogun-image {
  width: 100%;
}



}
#s-5ece7576-5760-4f0d-8464-fa5b100495ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ece7576-5760-4f0d-8464-fa5b100495ae .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-88bbd196-1c8e-47ab-a8f1-39bdad2767cc {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-b810f97d-bf5a-48d9-a27d-cae5b49a6794 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b810f97d-bf5a-48d9-a27d-cae5b49a6794"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b810f97d-bf5a-48d9-a27d-cae5b49a6794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b810f97d-bf5a-48d9-a27d-cae5b49a6794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b810f97d-bf5a-48d9-a27d-cae5b49a6794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6fd9bb2-cbea-421b-b512-536d20cf37c0-root {
    text-align: center;
  }


#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6fd9bb2-cbea-421b-b512-536d20cf37c0-root {
    text-align: center;
  }


#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6fd9bb2-cbea-421b-b512-536d20cf37c0-root {
    text-align: center;
  }


#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6fd9bb2-cbea-421b-b512-536d20cf37c0-root {
    text-align: center;
  }


#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6fd9bb2-cbea-421b-b512-536d20cf37c0-root {
    text-align: center;
  }


#s-e6fd9bb2-cbea-421b-b512-536d20cf37c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-198a2eb7-03e7-4325-a97a-bac927d86faf {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-198a2eb7-03e7-4325-a97a-bac927d86faf img.shogun-image {
  width: 100%;
}



}
#s-0c40d258-ed29-4071-af38-a2aa1fbbf198 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c40d258-ed29-4071-af38-a2aa1fbbf198 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-05a5cdbd-4798-4d68-a5f0-670e1d1813c9 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-cf138244-8bfe-4ae1-8041-385fe63b5c1b {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cf138244-8bfe-4ae1-8041-385fe63b5c1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cf138244-8bfe-4ae1-8041-385fe63b5c1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf138244-8bfe-4ae1-8041-385fe63b5c1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf138244-8bfe-4ae1-8041-385fe63b5c1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434-root {
    text-align: center;
  }


#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434-root {
    text-align: center;
  }


#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434-root {
    text-align: center;
  }


#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434-root {
    text-align: center;
  }


#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434-root {
    text-align: center;
  }


#s-e1ca04e9-396c-4d0d-88e9-ffe5cc004434.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ebebb833-1a31-4d5e-93fa-584a6509540a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebebb833-1a31-4d5e-93fa-584a6509540a img.shogun-image {
  width: 100%;
}



}
#s-a9a80da1-8f4d-481f-b463-5b7aa4ba5de2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9a80da1-8f4d-481f-b463-5b7aa4ba5de2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-634d0bd4-d96a-4f31-a928-e268708f7b22 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-d8343a66-e7c1-4457-81dc-a1c9646275d5 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d8343a66-e7c1-4457-81dc-a1c9646275d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d8343a66-e7c1-4457-81dc-a1c9646275d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8343a66-e7c1-4457-81dc-a1c9646275d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8343a66-e7c1-4457-81dc-a1c9646275d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-264e02cb-bef4-480e-bb36-f5f7890b7a9b-root {
    text-align: center;
  }


#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-264e02cb-bef4-480e-bb36-f5f7890b7a9b-root {
    text-align: center;
  }


#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-264e02cb-bef4-480e-bb36-f5f7890b7a9b-root {
    text-align: center;
  }


#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-264e02cb-bef4-480e-bb36-f5f7890b7a9b-root {
    text-align: center;
  }


#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-264e02cb-bef4-480e-bb36-f5f7890b7a9b-root {
    text-align: center;
  }


#s-264e02cb-bef4-480e-bb36-f5f7890b7a9b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8d242862-d129-4014-a1bc-e573a7110dd8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08925fc-a2f4-4304-ab87-35a5b804bc13 img.shogun-image {
  width: 100%;
}



}
#s-db1b4cc3-af75-4f26-9654-76ec2b101df6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db1b4cc3-af75-4f26-9654-76ec2b101df6 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-594642a8-abfd-4007-be91-7806c1e974d4 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-4fccc2c2-3516-43b8-9a23-a83203047eb2 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4fccc2c2-3516-43b8-9a23-a83203047eb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4fccc2c2-3516-43b8-9a23-a83203047eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fccc2c2-3516-43b8-9a23-a83203047eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fccc2c2-3516-43b8-9a23-a83203047eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b57d15dc-d26b-400d-a3db-0b3afc4d161c-root {
    text-align: center;
  }


#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b57d15dc-d26b-400d-a3db-0b3afc4d161c-root {
    text-align: center;
  }


#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b57d15dc-d26b-400d-a3db-0b3afc4d161c-root {
    text-align: center;
  }


#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b57d15dc-d26b-400d-a3db-0b3afc4d161c-root {
    text-align: center;
  }


#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b57d15dc-d26b-400d-a3db-0b3afc4d161c-root {
    text-align: center;
  }


#s-b57d15dc-d26b-400d-a3db-0b3afc4d161c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-92fad702-3d79-4a04-9700-af578fa6060b {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92fad702-3d79-4a04-9700-af578fa6060b img.shogun-image {
  width: 100%;
}



}
#s-c6764925-3153-4dae-9d95-3bd92b5f992f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6764925-3153-4dae-9d95-3bd92b5f992f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ac8844ea-288a-4810-9c3d-59aaeedd59f8 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-e23b9f7d-1c95-4310-995f-2f67f44b14cf {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e23b9f7d-1c95-4310-995f-2f67f44b14cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e23b9f7d-1c95-4310-995f-2f67f44b14cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e23b9f7d-1c95-4310-995f-2f67f44b14cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e23b9f7d-1c95-4310-995f-2f67f44b14cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1586a6d1-499c-4445-9ff4-061c9da8f677 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1586a6d1-499c-4445-9ff4-061c9da8f677:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1586a6d1-499c-4445-9ff4-061c9da8f677:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1586a6d1-499c-4445-9ff4-061c9da8f677-root {
    text-align: center;
  }


#s-1586a6d1-499c-4445-9ff4-061c9da8f677.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1586a6d1-499c-4445-9ff4-061c9da8f677-root {
    text-align: center;
  }


#s-1586a6d1-499c-4445-9ff4-061c9da8f677.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1586a6d1-499c-4445-9ff4-061c9da8f677-root {
    text-align: center;
  }


#s-1586a6d1-499c-4445-9ff4-061c9da8f677.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1586a6d1-499c-4445-9ff4-061c9da8f677-root {
    text-align: center;
  }


#s-1586a6d1-499c-4445-9ff4-061c9da8f677.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1586a6d1-499c-4445-9ff4-061c9da8f677-root {
    text-align: center;
  }


#s-1586a6d1-499c-4445-9ff4-061c9da8f677.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-998099dd-d4d2-45e0-ac35-fe0084bd727f {
  min-height: 50px;
}








#s-998099dd-d4d2-45e0-ac35-fe0084bd727f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-998099dd-d4d2-45e0-ac35-fe0084bd727f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12469b76-5098-4274-ae55-a92e1df92ec1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ad583b8-c94f-4be0-a768-36ffc5ab7bf5 img.shogun-image {
  width: 100%;
}



}
#s-f185f93e-0fdf-44a6-84a9-19ba4d63620f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f185f93e-0fdf-44a6-84a9-19ba4d63620f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-42229cd8-239c-488a-bfe4-52be5d3f864d {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-fefa4f5e-4c59-43d3-aa89-e5deba294fdd {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-fefa4f5e-4c59-43d3-aa89-e5deba294fdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fefa4f5e-4c59-43d3-aa89-e5deba294fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fefa4f5e-4c59-43d3-aa89-e5deba294fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fefa4f5e-4c59-43d3-aa89-e5deba294fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-4e0f67f9-797c-49b6-8a17-17926ed5e438 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4e0f67f9-797c-49b6-8a17-17926ed5e438:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e0f67f9-797c-49b6-8a17-17926ed5e438:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e0f67f9-797c-49b6-8a17-17926ed5e438-root {
    text-align: center;
  }


#s-4e0f67f9-797c-49b6-8a17-17926ed5e438.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e0f67f9-797c-49b6-8a17-17926ed5e438-root {
    text-align: center;
  }


#s-4e0f67f9-797c-49b6-8a17-17926ed5e438.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e0f67f9-797c-49b6-8a17-17926ed5e438-root {
    text-align: center;
  }


#s-4e0f67f9-797c-49b6-8a17-17926ed5e438.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e0f67f9-797c-49b6-8a17-17926ed5e438-root {
    text-align: center;
  }


#s-4e0f67f9-797c-49b6-8a17-17926ed5e438.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e0f67f9-797c-49b6-8a17-17926ed5e438-root {
    text-align: center;
  }


#s-4e0f67f9-797c-49b6-8a17-17926ed5e438.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f364ba16-71cf-4ad5-89c5-be040b5fec8e img.shogun-image {
  width: 100%;
}



}
#s-177e9100-a237-47ff-ad2f-9243d7110bab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-177e9100-a237-47ff-ad2f-9243d7110bab .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-2863e726-92f7-4bd9-8cd0-0a34260719b1 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-b93b1a5b-efac-40be-9beb-3761ed7f2f15 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b93b1a5b-efac-40be-9beb-3761ed7f2f15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b93b1a5b-efac-40be-9beb-3761ed7f2f15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b93b1a5b-efac-40be-9beb-3761ed7f2f15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b93b1a5b-efac-40be-9beb-3761ed7f2f15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa-root {
    text-align: center;
  }


#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa-root {
    text-align: center;
  }


#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa-root {
    text-align: center;
  }


#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa-root {
    text-align: center;
  }


#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa-root {
    text-align: center;
  }


#s-b569caa9-b2b2-4a48-bd3d-1c3feafc05aa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-831f09ef-7409-4678-a161-4292d1ca77a9 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-831f09ef-7409-4678-a161-4292d1ca77a9 img.shogun-image {
  width: 100%;
}



}
#s-4cc18790-cf53-4b9f-9534-715504bdc8ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cc18790-cf53-4b9f-9534-715504bdc8ad .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1ea4d225-7fa9-4dd7-adf2-fbf688565d2c {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-81f6b8ad-a73e-4ae1-b521-0da7df130190 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-81f6b8ad-a73e-4ae1-b521-0da7df130190"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-81f6b8ad-a73e-4ae1-b521-0da7df130190"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81f6b8ad-a73e-4ae1-b521-0da7df130190"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81f6b8ad-a73e-4ae1-b521-0da7df130190"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-936d7242-18d1-41f2-9f9f-f4da123e5b43 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-936d7242-18d1-41f2-9f9f-f4da123e5b43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-936d7242-18d1-41f2-9f9f-f4da123e5b43:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-936d7242-18d1-41f2-9f9f-f4da123e5b43-root {
    text-align: center;
  }


#s-936d7242-18d1-41f2-9f9f-f4da123e5b43.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-936d7242-18d1-41f2-9f9f-f4da123e5b43-root {
    text-align: center;
  }


#s-936d7242-18d1-41f2-9f9f-f4da123e5b43.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-936d7242-18d1-41f2-9f9f-f4da123e5b43-root {
    text-align: center;
  }


#s-936d7242-18d1-41f2-9f9f-f4da123e5b43.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-936d7242-18d1-41f2-9f9f-f4da123e5b43-root {
    text-align: center;
  }


#s-936d7242-18d1-41f2-9f9f-f4da123e5b43.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-936d7242-18d1-41f2-9f9f-f4da123e5b43-root {
    text-align: center;
  }


#s-936d7242-18d1-41f2-9f9f-f4da123e5b43.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861f86ba-5d8b-425b-aa7c-bf1eace5b479 img.shogun-image {
  width: 100%;
}



}
#s-5be91482-2e43-49fd-b6db-29416ccb8d2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5be91482-2e43-49fd-b6db-29416ccb8d2f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-50dc2418-da66-4fcb-83fd-218bf5c5e7ed {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-85180e0b-dd07-4a3b-bc50-389ba735f10e {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-85180e0b-dd07-4a3b-bc50-389ba735f10e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85180e0b-dd07-4a3b-bc50-389ba735f10e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85180e0b-dd07-4a3b-bc50-389ba735f10e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85180e0b-dd07-4a3b-bc50-389ba735f10e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2-root {
    text-align: center;
  }


#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2-root {
    text-align: center;
  }


#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2-root {
    text-align: center;
  }


#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2-root {
    text-align: center;
  }


#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2-root {
    text-align: center;
  }


#s-f76372e1-2d8b-4ea8-822e-9d9bc527a6d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e01f19a6-e2fb-4de3-86c1-98740d5178f4 img.shogun-image {
  width: 100%;
}



}
#s-471a2248-617c-4125-8f99-1906b18c5025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-471a2248-617c-4125-8f99-1906b18c5025 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-255a2aab-c65f-4fd0-a373-8ec35d9eb9e4 {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-cef0b6eb-8d39-4d78-b899-ce693355beca {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cef0b6eb-8d39-4d78-b899-ce693355beca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cef0b6eb-8d39-4d78-b899-ce693355beca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cef0b6eb-8d39-4d78-b899-ce693355beca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef0b6eb-8d39-4d78-b899-ce693355beca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e-root {
    text-align: center;
  }


#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e-root {
    text-align: center;
  }


#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e-root {
    text-align: center;
  }


#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e-root {
    text-align: center;
  }


#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e-root {
    text-align: center;
  }


#s-3f610882-bfdc-4a5e-ae63-57c427ca5a1e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-096c244e-fb17-439a-be45-a970dbae2eee {
  min-height: 50px;
}








#s-096c244e-fb17-439a-be45-a970dbae2eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096c244e-fb17-439a-be45-a970dbae2eee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 {
  display: none;
}
#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253, #wrap-s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 { display:none !important; }}

  #s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(221, 221, 221, 1);
    border: 1px solid #DDDDDD;
  }
  #s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(253, 80, 0, 1);
    border: 1px solid #ddd;
  }
#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 10px;
}

#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(253, 80, 0, 1);
}

#s-b23af9bd-1d8d-4e01-a7d7-21cdd0f76253 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7ca9f095-5018-438a-94a9-646165eb1436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ca9f095-5018-438a-94a9-646165eb1436"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca9f095-5018-438a-94a9-646165eb1436"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca9f095-5018-438a-94a9-646165eb1436"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fb7e7a99-03b0-46dd-b994-e3738e423194 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb7e7a99-03b0-46dd-b994-e3738e423194 img.shogun-image {
  width: 100%;
}



}
#s-cdb6334e-41fd-473c-9d69-34c8a33eb052 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdb6334e-41fd-473c-9d69-34c8a33eb052 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a504b654-5c63-4477-a453-0d76c91fd5f9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a504b654-5c63-4477-a453-0d76c91fd5f9 {
  display: none;
}
#s-a504b654-5c63-4477-a453-0d76c91fd5f9, #wrap-s-a504b654-5c63-4477-a453-0d76c91fd5f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a504b654-5c63-4477-a453-0d76c91fd5f9 {
  display: none;
}
#s-a504b654-5c63-4477-a453-0d76c91fd5f9, #wrap-s-a504b654-5c63-4477-a453-0d76c91fd5f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a504b654-5c63-4477-a453-0d76c91fd5f9 {
  display: none;
}
#s-a504b654-5c63-4477-a453-0d76c91fd5f9, #wrap-s-a504b654-5c63-4477-a453-0d76c91fd5f9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a504b654-5c63-4477-a453-0d76c91fd5f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a504b654-5c63-4477-a453-0d76c91fd5f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a504b654-5c63-4477-a453-0d76c91fd5f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a504b654-5c63-4477-a453-0d76c91fd5f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-115ffb17-eeea-451b-abb9-533d1e3577a9 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-115ffb17-eeea-451b-abb9-533d1e3577a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-115ffb17-eeea-451b-abb9-533d1e3577a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-115ffb17-eeea-451b-abb9-533d1e3577a9-root {
    text-align: center;
  }


#s-115ffb17-eeea-451b-abb9-533d1e3577a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-115ffb17-eeea-451b-abb9-533d1e3577a9-root {
    text-align: center;
  }


#s-115ffb17-eeea-451b-abb9-533d1e3577a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-115ffb17-eeea-451b-abb9-533d1e3577a9-root {
    text-align: center;
  }


#s-115ffb17-eeea-451b-abb9-533d1e3577a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-115ffb17-eeea-451b-abb9-533d1e3577a9-root {
    text-align: center;
  }


#s-115ffb17-eeea-451b-abb9-533d1e3577a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-115ffb17-eeea-451b-abb9-533d1e3577a9-root {
    text-align: center;
  }


#s-115ffb17-eeea-451b-abb9-533d1e3577a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a40ee455-45f3-424f-bd4a-50b68f89e72f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a40ee455-45f3-424f-bd4a-50b68f89e72f img.shogun-image {
  width: 100%;
}



}
#s-47cb19ce-2995-4b71-b0b4-fac856d04b54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47cb19ce-2995-4b71-b0b4-fac856d04b54 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 {
  display: none;
}
#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3, #wrap-s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 {
  display: none;
}
#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3, #wrap-s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 {
  display: none;
}
#s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3, #wrap-s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-14eb34a4-67c2-460f-ac30-f1b8cc8bfea3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7b580527-fdf6-4b46-b282-0455149309ea {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b580527-fdf6-4b46-b282-0455149309ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b580527-fdf6-4b46-b282-0455149309ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b580527-fdf6-4b46-b282-0455149309ea-root {
    text-align: center;
  }


#s-7b580527-fdf6-4b46-b282-0455149309ea.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b580527-fdf6-4b46-b282-0455149309ea-root {
    text-align: center;
  }


#s-7b580527-fdf6-4b46-b282-0455149309ea.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b580527-fdf6-4b46-b282-0455149309ea-root {
    text-align: center;
  }


#s-7b580527-fdf6-4b46-b282-0455149309ea.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b580527-fdf6-4b46-b282-0455149309ea-root {
    text-align: center;
  }


#s-7b580527-fdf6-4b46-b282-0455149309ea.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b580527-fdf6-4b46-b282-0455149309ea-root {
    text-align: center;
  }


#s-7b580527-fdf6-4b46-b282-0455149309ea.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2479c5c6-d944-4703-abbc-604a56a5e6b1 img.shogun-image {
  width: 100%;
}



}
#s-7c3a442a-cf68-4214-9dd5-1d153fda0252 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c3a442a-cf68-4214-9dd5-1d153fda0252 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 {
  display: none;
}
#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77, #wrap-s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 {
  display: none;
}
#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77, #wrap-s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 {
  display: none;
}
#s-f27748cb-0f04-4c7d-b1a7-8c925288ea77, #wrap-s-f27748cb-0f04-4c7d-b1a7-8c925288ea77 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f27748cb-0f04-4c7d-b1a7-8c925288ea77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f27748cb-0f04-4c7d-b1a7-8c925288ea77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f27748cb-0f04-4c7d-b1a7-8c925288ea77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27748cb-0f04-4c7d-b1a7-8c925288ea77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-3bd6face-41ef-4490-91a8-eca29c0fe968 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3bd6face-41ef-4490-91a8-eca29c0fe968:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bd6face-41ef-4490-91a8-eca29c0fe968:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bd6face-41ef-4490-91a8-eca29c0fe968-root {
    text-align: center;
  }


#s-3bd6face-41ef-4490-91a8-eca29c0fe968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bd6face-41ef-4490-91a8-eca29c0fe968-root {
    text-align: center;
  }


#s-3bd6face-41ef-4490-91a8-eca29c0fe968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bd6face-41ef-4490-91a8-eca29c0fe968-root {
    text-align: center;
  }


#s-3bd6face-41ef-4490-91a8-eca29c0fe968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bd6face-41ef-4490-91a8-eca29c0fe968-root {
    text-align: center;
  }


#s-3bd6face-41ef-4490-91a8-eca29c0fe968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bd6face-41ef-4490-91a8-eca29c0fe968-root {
    text-align: center;
  }


#s-3bd6face-41ef-4490-91a8-eca29c0fe968.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-b0de1e91-b412-49e5-871c-a331aabd258e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0de1e91-b412-49e5-871c-a331aabd258e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0de1e91-b412-49e5-871c-a331aabd258e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0de1e91-b412-49e5-871c-a331aabd258e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d435639-5c19-4f76-aa5f-f7420253d4b1 img.shogun-image {
  width: 100%;
}



}
#s-1cd61353-2bb1-4715-904d-f38e69496092 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cd61353-2bb1-4715-904d-f38e69496092 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 {
  display: none;
}
#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9, #wrap-s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 {
  display: none;
}
#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9, #wrap-s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 {
  display: none;
}
#s-cb00cfcf-861a-485e-be12-2689b5f0ebc9, #wrap-s-cb00cfcf-861a-485e-be12-2689b5f0ebc9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cb00cfcf-861a-485e-be12-2689b5f0ebc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb00cfcf-861a-485e-be12-2689b5f0ebc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cb00cfcf-861a-485e-be12-2689b5f0ebc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb00cfcf-861a-485e-be12-2689b5f0ebc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5-root {
    text-align: center;
  }


#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5-root {
    text-align: center;
  }


#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5-root {
    text-align: center;
  }


#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5-root {
    text-align: center;
  }


#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5-root {
    text-align: center;
  }


#s-ad47d34e-d7ab-4e7f-96e9-5f138ba4e8e5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-dedb7108-2527-496a-bcb8-e3b0539a7511 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dedb7108-2527-496a-bcb8-e3b0539a7511 img.shogun-image {
  width: 100%;
}



}
#s-67ee9896-1ec3-465e-bf0e-8760691b02a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67ee9896-1ec3-465e-bf0e-8760691b02a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f {
  display: none;
}
#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f, #wrap-s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f {
  display: none;
}
#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f, #wrap-s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f {
  display: none;
}
#s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f, #wrap-s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f { display:none !important; }}
@media (min-width: 0px) {
[id="s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-295b5ccd-2d2d-4d53-92d7-e4c6e3abde2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-3ef7d248-d279-44fd-936c-fc921bfe6a49 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ef7d248-d279-44fd-936c-fc921bfe6a49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ef7d248-d279-44fd-936c-fc921bfe6a49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ef7d248-d279-44fd-936c-fc921bfe6a49-root {
    text-align: center;
  }


#s-3ef7d248-d279-44fd-936c-fc921bfe6a49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ef7d248-d279-44fd-936c-fc921bfe6a49-root {
    text-align: center;
  }


#s-3ef7d248-d279-44fd-936c-fc921bfe6a49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ef7d248-d279-44fd-936c-fc921bfe6a49-root {
    text-align: center;
  }


#s-3ef7d248-d279-44fd-936c-fc921bfe6a49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ef7d248-d279-44fd-936c-fc921bfe6a49-root {
    text-align: center;
  }


#s-3ef7d248-d279-44fd-936c-fc921bfe6a49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ef7d248-d279-44fd-936c-fc921bfe6a49-root {
    text-align: center;
  }


#s-3ef7d248-d279-44fd-936c-fc921bfe6a49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7c4a4790-5c02-416a-9a17-aeef0636b219 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c4a4790-5c02-416a-9a17-aeef0636b219 img.shogun-image {
  width: 100%;
}



}
#s-9700c286-c83d-4ba2-a965-4b192459c76a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9700c286-c83d-4ba2-a965-4b192459c76a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 {
  display: none;
}
#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9, #wrap-s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 {
  display: none;
}
#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9, #wrap-s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 {
  display: none;
}
#s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9, #wrap-s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-668b71dc-7ea0-4dfa-a1dd-65a3bfe5e4a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c-root {
    text-align: center;
  }


#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c-root {
    text-align: center;
  }


#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c-root {
    text-align: center;
  }


#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c-root {
    text-align: center;
  }


#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c-root {
    text-align: center;
  }


#s-d4fbb23a-6f0f-4fa3-815e-6ef55d90302c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-e4f2d62c-a89b-46cb-af66-4806ddee48a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4f2d62c-a89b-46cb-af66-4806ddee48a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4f2d62c-a89b-46cb-af66-4806ddee48a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4f2d62c-a89b-46cb-af66-4806ddee48a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f801804-c0b9-4688-a99c-84d2266d321e {
  min-height: 50px;
}








#s-6f801804-c0b9-4688-a99c-84d2266d321e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f801804-c0b9-4688-a99c-84d2266d321e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d1066bf6-b1c1-4565-a519-e2876e645ee2 {
  display: none;
}
#s-d1066bf6-b1c1-4565-a519-e2876e645ee2, #wrap-s-d1066bf6-b1c1-4565-a519-e2876e645ee2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1066bf6-b1c1-4565-a519-e2876e645ee2 {
  display: none;
}
#s-d1066bf6-b1c1-4565-a519-e2876e645ee2, #wrap-s-d1066bf6-b1c1-4565-a519-e2876e645ee2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1066bf6-b1c1-4565-a519-e2876e645ee2 {
  display: none;
}
#s-d1066bf6-b1c1-4565-a519-e2876e645ee2, #wrap-s-d1066bf6-b1c1-4565-a519-e2876e645ee2 { display:none !important; }}
#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e85d41a-ba23-4b2e-b463-11c2756bb830 img.shogun-image {
  width: 100%;
}



}
#s-ec6c4962-8227-498b-a427-f1114d15eab1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec6c4962-8227-498b-a427-f1114d15eab1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 {
  display: none;
}
#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161, #wrap-s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 {
  display: none;
}
#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161, #wrap-s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 {
  display: none;
}
#s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161, #wrap-s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d3eb9e6-d16d-4936-8be3-1ff843dd3161"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-08957ffc-113e-4344-a43f-c7b2956fce28 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-08957ffc-113e-4344-a43f-c7b2956fce28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08957ffc-113e-4344-a43f-c7b2956fce28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08957ffc-113e-4344-a43f-c7b2956fce28-root {
    text-align: center;
  }


#s-08957ffc-113e-4344-a43f-c7b2956fce28.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08957ffc-113e-4344-a43f-c7b2956fce28-root {
    text-align: center;
  }


#s-08957ffc-113e-4344-a43f-c7b2956fce28.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08957ffc-113e-4344-a43f-c7b2956fce28-root {
    text-align: center;
  }


#s-08957ffc-113e-4344-a43f-c7b2956fce28.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08957ffc-113e-4344-a43f-c7b2956fce28-root {
    text-align: center;
  }


#s-08957ffc-113e-4344-a43f-c7b2956fce28.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08957ffc-113e-4344-a43f-c7b2956fce28-root {
    text-align: center;
  }


#s-08957ffc-113e-4344-a43f-c7b2956fce28.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0392e496-34eb-493b-b205-e87563115edc {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-0392e496-34eb-493b-b205-e87563115edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0392e496-34eb-493b-b205-e87563115edc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47f2301f-ce18-48da-89cf-7dede152c9f9 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47f2301f-ce18-48da-89cf-7dede152c9f9 img.shogun-image {
  width: 100%;
}



}
#s-508e5720-ae3a-4788-acf1-0d202e7f7f3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-508e5720-ae3a-4788-acf1-0d202e7f7f3b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a {
  display: none;
}
#s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a, #wrap-s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a {
  display: none;
}
#s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a, #wrap-s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae3f5e7-ef7e-4fd3-b6d7-a7ea0cd0d87a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-178f476d-2c9c-4fd5-bff8-85d224b2268b {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-178f476d-2c9c-4fd5-bff8-85d224b2268b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-178f476d-2c9c-4fd5-bff8-85d224b2268b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-178f476d-2c9c-4fd5-bff8-85d224b2268b-root {
    text-align: center;
  }


#s-178f476d-2c9c-4fd5-bff8-85d224b2268b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-178f476d-2c9c-4fd5-bff8-85d224b2268b-root {
    text-align: center;
  }


#s-178f476d-2c9c-4fd5-bff8-85d224b2268b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-178f476d-2c9c-4fd5-bff8-85d224b2268b-root {
    text-align: center;
  }


#s-178f476d-2c9c-4fd5-bff8-85d224b2268b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-178f476d-2c9c-4fd5-bff8-85d224b2268b-root {
    text-align: center;
  }


#s-178f476d-2c9c-4fd5-bff8-85d224b2268b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-178f476d-2c9c-4fd5-bff8-85d224b2268b-root {
    text-align: center;
  }


#s-178f476d-2c9c-4fd5-bff8-85d224b2268b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-19e0f767-c355-4fc6-a583-7d6414ea55a5 {
  min-height: 50px;
}








#s-19e0f767-c355-4fc6-a583-7d6414ea55a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e0f767-c355-4fc6-a583-7d6414ea55a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e58a3ab-1a0a-4bc5-a9b9-6c842ab2c2c6 {
  padding-left: 5%;
padding-right: 5%;
}

#s-3001d12a-62fb-4b83-977d-9671f40a96d7 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3001d12a-62fb-4b83-977d-9671f40a96d7 img.shogun-image {
  width: 100%;
}



}
#s-90ed2e48-e589-4235-9d19-5cc6e0ea4132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90ed2e48-e589-4235-9d19-5cc6e0ea4132 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-6bce39e3-80b1-45c9-9e38-bf939272a730 {
  display: none;
}
#s-6bce39e3-80b1-45c9-9e38-bf939272a730, #wrap-s-6bce39e3-80b1-45c9-9e38-bf939272a730 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bce39e3-80b1-45c9-9e38-bf939272a730 {
  display: none;
}
#s-6bce39e3-80b1-45c9-9e38-bf939272a730, #wrap-s-6bce39e3-80b1-45c9-9e38-bf939272a730 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6bce39e3-80b1-45c9-9e38-bf939272a730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6bce39e3-80b1-45c9-9e38-bf939272a730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6bce39e3-80b1-45c9-9e38-bf939272a730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bce39e3-80b1-45c9-9e38-bf939272a730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f045317c-47ca-4324-8a48-c7f873bf0acd {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f045317c-47ca-4324-8a48-c7f873bf0acd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f045317c-47ca-4324-8a48-c7f873bf0acd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f045317c-47ca-4324-8a48-c7f873bf0acd-root {
    text-align: center;
  }


#s-f045317c-47ca-4324-8a48-c7f873bf0acd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f045317c-47ca-4324-8a48-c7f873bf0acd-root {
    text-align: center;
  }


#s-f045317c-47ca-4324-8a48-c7f873bf0acd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f045317c-47ca-4324-8a48-c7f873bf0acd-root {
    text-align: center;
  }


#s-f045317c-47ca-4324-8a48-c7f873bf0acd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f045317c-47ca-4324-8a48-c7f873bf0acd-root {
    text-align: center;
  }


#s-f045317c-47ca-4324-8a48-c7f873bf0acd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f045317c-47ca-4324-8a48-c7f873bf0acd-root {
    text-align: center;
  }


#s-f045317c-47ca-4324-8a48-c7f873bf0acd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-545d0c0b-d02d-43ad-a910-d8df3c72d74f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-545d0c0b-d02d-43ad-a910-d8df3c72d74f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-545d0c0b-d02d-43ad-a910-d8df3c72d74f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-545d0c0b-d02d-43ad-a910-d8df3c72d74f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59f0c938-0943-45a5-85a7-3383ec92baf6 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59f0c938-0943-45a5-85a7-3383ec92baf6 img.shogun-image {
  width: 100%;
}



}
#s-0f9d32d2-1f01-4229-90ca-735e87154ba0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f9d32d2-1f01-4229-90ca-735e87154ba0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-03a45b36-a513-4480-ba21-f9de6f447376 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-03a45b36-a513-4480-ba21-f9de6f447376 {
  display: none;
}
#s-03a45b36-a513-4480-ba21-f9de6f447376, #wrap-s-03a45b36-a513-4480-ba21-f9de6f447376 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03a45b36-a513-4480-ba21-f9de6f447376 {
  display: none;
}
#s-03a45b36-a513-4480-ba21-f9de6f447376, #wrap-s-03a45b36-a513-4480-ba21-f9de6f447376 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03a45b36-a513-4480-ba21-f9de6f447376 {
  display: none;
}
#s-03a45b36-a513-4480-ba21-f9de6f447376, #wrap-s-03a45b36-a513-4480-ba21-f9de6f447376 { display:none !important; }}
@media (min-width: 0px) {
[id="s-03a45b36-a513-4480-ba21-f9de6f447376"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03a45b36-a513-4480-ba21-f9de6f447376"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-03a45b36-a513-4480-ba21-f9de6f447376"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-03a45b36-a513-4480-ba21-f9de6f447376"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7da7eee1-3766-4dd0-86a4-afaedd103088 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7da7eee1-3766-4dd0-86a4-afaedd103088:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7da7eee1-3766-4dd0-86a4-afaedd103088:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7da7eee1-3766-4dd0-86a4-afaedd103088-root {
    text-align: center;
  }


#s-7da7eee1-3766-4dd0-86a4-afaedd103088.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7da7eee1-3766-4dd0-86a4-afaedd103088-root {
    text-align: center;
  }


#s-7da7eee1-3766-4dd0-86a4-afaedd103088.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7da7eee1-3766-4dd0-86a4-afaedd103088-root {
    text-align: center;
  }


#s-7da7eee1-3766-4dd0-86a4-afaedd103088.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7da7eee1-3766-4dd0-86a4-afaedd103088-root {
    text-align: center;
  }


#s-7da7eee1-3766-4dd0-86a4-afaedd103088.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7da7eee1-3766-4dd0-86a4-afaedd103088-root {
    text-align: center;
  }


#s-7da7eee1-3766-4dd0-86a4-afaedd103088.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c6167d6-8672-4c51-aafa-7b3284e41b8f img.shogun-image {
  width: 100%;
}



}
#s-6b289a0c-8cd7-4613-b73b-1f15508b5ea7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b289a0c-8cd7-4613-b73b-1f15508b5ea7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-a81bea4e-3fc6-4a77-996f-8701666e410f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a81bea4e-3fc6-4a77-996f-8701666e410f {
  display: none;
}
#s-a81bea4e-3fc6-4a77-996f-8701666e410f, #wrap-s-a81bea4e-3fc6-4a77-996f-8701666e410f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a81bea4e-3fc6-4a77-996f-8701666e410f {
  display: none;
}
#s-a81bea4e-3fc6-4a77-996f-8701666e410f, #wrap-s-a81bea4e-3fc6-4a77-996f-8701666e410f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a81bea4e-3fc6-4a77-996f-8701666e410f {
  display: none;
}
#s-a81bea4e-3fc6-4a77-996f-8701666e410f, #wrap-s-a81bea4e-3fc6-4a77-996f-8701666e410f { display:none !important; }}
@media (min-width: 0px) {
[id="s-a81bea4e-3fc6-4a77-996f-8701666e410f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a81bea4e-3fc6-4a77-996f-8701666e410f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a81bea4e-3fc6-4a77-996f-8701666e410f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a81bea4e-3fc6-4a77-996f-8701666e410f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface-root {
    text-align: center;
  }


#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface-root {
    text-align: center;
  }


#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface-root {
    text-align: center;
  }


#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface-root {
    text-align: center;
  }


#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface-root {
    text-align: center;
  }


#s-0c8ecc6a-11e5-4b9b-9aaa-0d102e8cface.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb8f67e-e87f-4b1b-b161-6756e24294c7 img.shogun-image {
  width: 100%;
}



}
#s-4e6e7f81-a5c2-4862-b9f2-838f7811ef17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e6e7f81-a5c2-4862-b9f2-838f7811ef17 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed {
  display: none;
}
#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed, #wrap-s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed {
  display: none;
}
#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed, #wrap-s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed {
  display: none;
}
#s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed, #wrap-s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bc2f446-69d0-4d1a-ac86-946bbe3c48ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40-root {
    text-align: center;
  }


#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40-root {
    text-align: center;
  }


#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40-root {
    text-align: center;
  }


#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40-root {
    text-align: center;
  }


#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40-root {
    text-align: center;
  }


#s-1ae11c0c-81c0-44f9-a8f7-d68fa0459b40.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-26315f5c-5187-4b7e-86a0-3dd2d8d5f7b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26315f5c-5187-4b7e-86a0-3dd2d8d5f7b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26315f5c-5187-4b7e-86a0-3dd2d8d5f7b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26315f5c-5187-4b7e-86a0-3dd2d8d5f7b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cf978df5-4c0e-4440-93db-504da0edfc92 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-cf978df5-4c0e-4440-93db-504da0edfc92 {
  display: none;
}
#s-cf978df5-4c0e-4440-93db-504da0edfc92, #wrap-s-cf978df5-4c0e-4440-93db-504da0edfc92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf978df5-4c0e-4440-93db-504da0edfc92 {
  display: none;
}
#s-cf978df5-4c0e-4440-93db-504da0edfc92, #wrap-s-cf978df5-4c0e-4440-93db-504da0edfc92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf978df5-4c0e-4440-93db-504da0edfc92 {
  display: none;
}
#s-cf978df5-4c0e-4440-93db-504da0edfc92, #wrap-s-cf978df5-4c0e-4440-93db-504da0edfc92 { display:none !important; }}







#s-cf978df5-4c0e-4440-93db-504da0edfc92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf978df5-4c0e-4440-93db-504da0edfc92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06fbbda-fa60-41e6-8ed2-5a6c1a08409a img.shogun-image {
  width: 100%;
}



}
#s-d598173c-6ff8-49b8-a9a6-019c162e2b49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d598173c-6ff8-49b8-a9a6-019c162e2b49 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-512152ad-46d0-4f9a-b252-a791829856d2 {
  display: none;
}
#s-512152ad-46d0-4f9a-b252-a791829856d2, #wrap-s-512152ad-46d0-4f9a-b252-a791829856d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-512152ad-46d0-4f9a-b252-a791829856d2 {
  display: none;
}
#s-512152ad-46d0-4f9a-b252-a791829856d2, #wrap-s-512152ad-46d0-4f9a-b252-a791829856d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-512152ad-46d0-4f9a-b252-a791829856d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-512152ad-46d0-4f9a-b252-a791829856d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-512152ad-46d0-4f9a-b252-a791829856d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-512152ad-46d0-4f9a-b252-a791829856d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-783467c5-31db-4160-a402-35d06dd1478a {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-783467c5-31db-4160-a402-35d06dd1478a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-783467c5-31db-4160-a402-35d06dd1478a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-783467c5-31db-4160-a402-35d06dd1478a-root {
    text-align: center;
  }


#s-783467c5-31db-4160-a402-35d06dd1478a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-783467c5-31db-4160-a402-35d06dd1478a-root {
    text-align: center;
  }


#s-783467c5-31db-4160-a402-35d06dd1478a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-783467c5-31db-4160-a402-35d06dd1478a-root {
    text-align: center;
  }


#s-783467c5-31db-4160-a402-35d06dd1478a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-783467c5-31db-4160-a402-35d06dd1478a-root {
    text-align: center;
  }


#s-783467c5-31db-4160-a402-35d06dd1478a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-783467c5-31db-4160-a402-35d06dd1478a-root {
    text-align: center;
  }


#s-783467c5-31db-4160-a402-35d06dd1478a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-150f8f84-ea28-44d4-a2af-8ca9d8ac2dbe {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-150f8f84-ea28-44d4-a2af-8ca9d8ac2dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150f8f84-ea28-44d4-a2af-8ca9d8ac2dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1c07193-a955-4886-ad9b-cfec835be8e1 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1c07193-a955-4886-ad9b-cfec835be8e1 img.shogun-image {
  width: 100%;
}



}
#s-c78eac8c-36b3-4b48-87a1-e44ce2790eaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c78eac8c-36b3-4b48-87a1-e44ce2790eaf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde {
  display: none;
}
#s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde, #wrap-s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde {
  display: none;
}
#s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde, #wrap-s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde { display:none !important; }}
@media (min-width: 0px) {
[id="s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8613b2c4-9dd7-4e4d-9c75-807b2c8dacde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a-root {
    text-align: center;
  }


#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a-root {
    text-align: center;
  }


#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a-root {
    text-align: center;
  }


#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a-root {
    text-align: center;
  }


#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a-root {
    text-align: center;
  }


#s-d2d7ee65-f88a-4a75-9d6c-89ee8a5fcc0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e8c9e6c6-40ef-4177-a5e3-c92345553e60 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e8c9e6c6-40ef-4177-a5e3-c92345553e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c9e6c6-40ef-4177-a5e3-c92345553e60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec82c85c-3ede-4be0-b1ae-2b42426ab58e img.shogun-image {
  width: 100%;
}



}
#s-b88bf00f-79e5-4592-adc3-e11ea15f2d08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b88bf00f-79e5-4592-adc3-e11ea15f2d08 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-96c88ebe-1350-41eb-924f-d80a19716910 {
  display: none;
}
#s-96c88ebe-1350-41eb-924f-d80a19716910, #wrap-s-96c88ebe-1350-41eb-924f-d80a19716910 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96c88ebe-1350-41eb-924f-d80a19716910 {
  display: none;
}
#s-96c88ebe-1350-41eb-924f-d80a19716910, #wrap-s-96c88ebe-1350-41eb-924f-d80a19716910 { display:none !important; }}
@media (min-width: 0px) {
[id="s-96c88ebe-1350-41eb-924f-d80a19716910"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-96c88ebe-1350-41eb-924f-d80a19716910"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-96c88ebe-1350-41eb-924f-d80a19716910"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-96c88ebe-1350-41eb-924f-d80a19716910"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b-root {
    text-align: center;
  }


#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b-root {
    text-align: center;
  }


#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b-root {
    text-align: center;
  }


#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b-root {
    text-align: center;
  }


#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b-root {
    text-align: center;
  }


#s-a31a8bc2-2be4-438b-9540-b94fbe0bf43b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-f68c5244-cf46-480e-8c98-24d1d9dd7f15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68c5244-cf46-480e-8c98-24d1d9dd7f15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f68c5244-cf46-480e-8c98-24d1d9dd7f15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68c5244-cf46-480e-8c98-24d1d9dd7f15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0f72aa0-63c3-4696-b124-c759797d6cb6 {
  min-height: 50px;
}








#s-a0f72aa0-63c3-4696-b124-c759797d6cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f72aa0-63c3-4696-b124-c759797d6cb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c16bdf9-9e9f-4f0e-a2b6-72e51d050467 {
  margin-left: 5%;
margin-right: 5%;
}

#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4ab8c10-e997-436a-bb83-e2e69c1f5937 img.shogun-image {
  width: 100%;
}



}
#s-4525bc2d-b931-4722-b1d6-87319095ff88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4525bc2d-b931-4722-b1d6-87319095ff88 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-38a98d95-a6e5-42d2-9651-648ffd11beff {
  display: none;
}
#s-38a98d95-a6e5-42d2-9651-648ffd11beff, #wrap-s-38a98d95-a6e5-42d2-9651-648ffd11beff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38a98d95-a6e5-42d2-9651-648ffd11beff {
  display: none;
}
#s-38a98d95-a6e5-42d2-9651-648ffd11beff, #wrap-s-38a98d95-a6e5-42d2-9651-648ffd11beff { display:none !important; }}
@media (min-width: 0px) {
[id="s-38a98d95-a6e5-42d2-9651-648ffd11beff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-38a98d95-a6e5-42d2-9651-648ffd11beff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-38a98d95-a6e5-42d2-9651-648ffd11beff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a98d95-a6e5-42d2-9651-648ffd11beff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-47caa0aa-b762-4726-8f28-c26d1198c1a9 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47caa0aa-b762-4726-8f28-c26d1198c1a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47caa0aa-b762-4726-8f28-c26d1198c1a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47caa0aa-b762-4726-8f28-c26d1198c1a9-root {
    text-align: center;
  }


#s-47caa0aa-b762-4726-8f28-c26d1198c1a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47caa0aa-b762-4726-8f28-c26d1198c1a9-root {
    text-align: center;
  }


#s-47caa0aa-b762-4726-8f28-c26d1198c1a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47caa0aa-b762-4726-8f28-c26d1198c1a9-root {
    text-align: center;
  }


#s-47caa0aa-b762-4726-8f28-c26d1198c1a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47caa0aa-b762-4726-8f28-c26d1198c1a9-root {
    text-align: center;
  }


#s-47caa0aa-b762-4726-8f28-c26d1198c1a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47caa0aa-b762-4726-8f28-c26d1198c1a9-root {
    text-align: center;
  }


#s-47caa0aa-b762-4726-8f28-c26d1198c1a9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-bfedc169-73f5-42fe-ad85-a0b5d695bcd9 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-bfedc169-73f5-42fe-ad85-a0b5d695bcd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfedc169-73f5-42fe-ad85-a0b5d695bcd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22b8de4f-1f15-481b-8aa3-e4655c0b8039 img.shogun-image {
  width: 100%;
}



}
#s-49c2ac55-9086-4c79-93fd-befea963f601 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c2ac55-9086-4c79-93fd-befea963f601 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-ca107122-b431-45e7-a47b-1e6e586aeaca {
  display: none;
}
#s-ca107122-b431-45e7-a47b-1e6e586aeaca, #wrap-s-ca107122-b431-45e7-a47b-1e6e586aeaca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca107122-b431-45e7-a47b-1e6e586aeaca {
  display: none;
}
#s-ca107122-b431-45e7-a47b-1e6e586aeaca, #wrap-s-ca107122-b431-45e7-a47b-1e6e586aeaca { display:none !important; }}
@media (min-width: 0px) {
[id="s-ca107122-b431-45e7-a47b-1e6e586aeaca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca107122-b431-45e7-a47b-1e6e586aeaca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ca107122-b431-45e7-a47b-1e6e586aeaca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca107122-b431-45e7-a47b-1e6e586aeaca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 80, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7656b591-4a49-4ff4-bd4f-dbf781c35d21-root {
    text-align: center;
  }


#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7656b591-4a49-4ff4-bd4f-dbf781c35d21-root {
    text-align: center;
  }


#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7656b591-4a49-4ff4-bd4f-dbf781c35d21-root {
    text-align: center;
  }


#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7656b591-4a49-4ff4-bd4f-dbf781c35d21-root {
    text-align: center;
  }


#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7656b591-4a49-4ff4-bd4f-dbf781c35d21-root {
    text-align: center;
  }


#s-7656b591-4a49-4ff4-bd4f-dbf781c35d21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4333011f-45bb-4c7d-be65-436aa4670a8e {
  margin-top: 2%;
margin-bottom: 2%;
text-align: left;
}

#s-c9207f73-0ba8-4c56-b67c-3038bdad5afc {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9207f73-0ba8-4c56-b67c-3038bdad5afc {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-c9207f73-0ba8-4c56-b67c-3038bdad5afc {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-c9207f73-0ba8-4c56-b67c-3038bdad5afc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9207f73-0ba8-4c56-b67c-3038bdad5afc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41747e4e-d0cf-4c5d-8858-eb9d69e5f4ec {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41747e4e-d0cf-4c5d-8858-eb9d69e5f4ec .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e {
  opacity: 1;
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-d44a1bc2-7b07-4236-bd4e-88cbee24624e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (max-width: 767px){#s-011fa6fb-8567-40c7-801e-e95d213c0c19 {
  margin-left: 10px;
margin-right: 20px;
}
}
/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}