.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-efaaddd7-4842-4267-b8ff-7a8c38674c42 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-efaaddd7-4842-4267-b8ff-7a8c38674c42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efaaddd7-4842-4267-b8ff-7a8c38674c42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-efaaddd7-4842-4267-b8ff-7a8c38674c42 {
  
}
}@media (max-width: 767px){#s-efaaddd7-4842-4267-b8ff-7a8c38674c42 {
  display: none;
}
#s-efaaddd7-4842-4267-b8ff-7a8c38674c42, #wrap-s-efaaddd7-4842-4267-b8ff-7a8c38674c42 { display: none !important; }}







#s-efaaddd7-4842-4267-b8ff-7a8c38674c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efaaddd7-4842-4267-b8ff-7a8c38674c42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-0c0813de-be8b-47de-a7b4-c08312bcd62f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0c0813de-be8b-47de-a7b4-c08312bcd62f {
  display: none;
}
#s-0c0813de-be8b-47de-a7b4-c08312bcd62f, #wrap-s-0c0813de-be8b-47de-a7b4-c08312bcd62f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c0813de-be8b-47de-a7b4-c08312bcd62f {
  display: none;
}
#s-0c0813de-be8b-47de-a7b4-c08312bcd62f, #wrap-s-0c0813de-be8b-47de-a7b4-c08312bcd62f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c0813de-be8b-47de-a7b4-c08312bcd62f {
  display: none;
}
#s-0c0813de-be8b-47de-a7b4-c08312bcd62f, #wrap-s-0c0813de-be8b-47de-a7b4-c08312bcd62f { display: none !important; }}







#s-0c0813de-be8b-47de-a7b4-c08312bcd62f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0813de-be8b-47de-a7b4-c08312bcd62f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca3f457a-8965-4914-a739-0e1af5447251 {
  margin-top: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ca3f457a-8965-4914-a739-0e1af5447251 {
  
}
}







#s-ca3f457a-8965-4914-a739-0e1af5447251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3f457a-8965-4914-a739-0e1af5447251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6482ec2d-94e1-4b98-9ce2-e5c1eae24825 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6482ec2d-94e1-4b98-9ce2-e5c1eae24825 {
  
}
}
#s-6482ec2d-94e1-4b98-9ce2-e5c1eae24825 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6482ec2d-94e1-4b98-9ce2-e5c1eae24825 .shg-sld-nav-button.shg-sld-left,
#s-6482ec2d-94e1-4b98-9ce2-e5c1eae24825 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

@media (min-width: 768px) and (max-width: 991px){#s-bd7ea4fa-0937-4354-b006-46a9955716f4 {
  
}
}@media (max-width: 767px){#s-bd7ea4fa-0937-4354-b006-46a9955716f4 {
  
}
}
@media (min-width: 0px) {
[id="s-bd7ea4fa-0937-4354-b006-46a9955716f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bd7ea4fa-0937-4354-b006-46a9955716f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bd7ea4fa-0937-4354-b006-46a9955716f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd7ea4fa-0937-4354-b006-46a9955716f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-52533ef3-24b1-424d-8828-1a9e7eafc719 {
  text-align: center;
}








#s-52533ef3-24b1-424d-8828-1a9e7eafc719 .shogun-image-content {
  
    align-items: center;
  
}

#s-44e76db4-c906-4bfd-b1a6-7874630c0451 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-a19eeade-8e99-4b96-a233-230678cafd9b {
  text-align: center;
}








#s-a19eeade-8e99-4b96-a233-230678cafd9b .shogun-image-content {
  
    align-items: center;
  
}

#s-6378c254-fab3-466b-afe2-f02432c8e2a8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-00766341-70ab-4b7c-8de3-84814ea549f9 {
  text-align: center;
}







  #s-00766341-70ab-4b7c-8de3-84814ea549f9 img.shogun-image {
    

    
    
    
  }


#s-00766341-70ab-4b7c-8de3-84814ea549f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-decbd875-b67b-4b48-a352-3f3d42206d38 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-2b6dda09-3594-4762-b801-a5588dcdb376 {
  text-align: center;
}







  #s-2b6dda09-3594-4762-b801-a5588dcdb376 img.shogun-image {
    

    
    
    
  }


#s-2b6dda09-3594-4762-b801-a5588dcdb376 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bc3d754-d520-45d4-88ff-3b92e55a776e {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e287101c-b9c4-478a-b7ed-283e293887f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e287101c-b9c4-478a-b7ed-283e293887f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e287101c-b9c4-478a-b7ed-283e293887f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e287101c-b9c4-478a-b7ed-283e293887f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7c9a7f66-12b7-478d-b8bd-efe0459abcbb {
  text-align: center;
}







  #s-7c9a7f66-12b7-478d-b8bd-efe0459abcbb img.shogun-image {
    

    
    
    
  }


#s-7c9a7f66-12b7-478d-b8bd-efe0459abcbb .shogun-image-content {
  
    align-items: center;
  
}

#s-50e50740-dcbc-42a8-95ec-500f09a37b7f {
  margin-top: 10px;
}

#s-4834d557-ed40-4e9f-8bc1-66c277944b56 {
  text-align: center;
}







  #s-4834d557-ed40-4e9f-8bc1-66c277944b56 img.shogun-image {
    

    
    
    
  }


#s-4834d557-ed40-4e9f-8bc1-66c277944b56 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd1240fe-70ff-4c27-ac69-d71572af8fa1 {
  margin-top: 10px;
}

#s-df62c49d-c36b-4f61-ae09-a7763ce9879b {
  text-align: center;
}







  #s-df62c49d-c36b-4f61-ae09-a7763ce9879b img.shogun-image {
    

    
    
    
  }


#s-df62c49d-c36b-4f61-ae09-a7763ce9879b .shogun-image-content {
  
    align-items: center;
  
}

#s-c08027f3-d077-42a0-9a94-c7ba1530f011 {
  margin-top: 10px;
}

#s-2fd25073-9e38-405a-b993-3c089d21134b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd25073-9e38-405a-b993-3c089d21134b {
  
}
}@media (max-width: 767px){#s-2fd25073-9e38-405a-b993-3c089d21134b {
  
}
}
@media (min-width: 0px) {
[id="s-2fd25073-9e38-405a-b993-3c089d21134b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2fd25073-9e38-405a-b993-3c089d21134b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2fd25073-9e38-405a-b993-3c089d21134b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fd25073-9e38-405a-b993-3c089d21134b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f68be335-47a1-435c-a707-d39bd1724f94 {
  text-align: center;
}







  #s-f68be335-47a1-435c-a707-d39bd1724f94 img.shogun-image {
    

    
    
    
  }


#s-f68be335-47a1-435c-a707-d39bd1724f94 .shogun-image-content {
  
    align-items: center;
  
}

#s-20a44961-0e73-4d81-a046-96f371fae0f5 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-d623e511-76f9-4774-a6ee-ba22877fc28a {
  text-align: center;
}







  #s-d623e511-76f9-4774-a6ee-ba22877fc28a img.shogun-image {
    

    
    
    
  }


#s-d623e511-76f9-4774-a6ee-ba22877fc28a .shogun-image-content {
  
    align-items: center;
  
}

#s-147f1cb4-66d7-4244-857c-943bc73d6155 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-beda8696-416d-4be4-b483-0f542f7224ab {
  text-align: center;
}







  #s-beda8696-416d-4be4-b483-0f542f7224ab img.shogun-image {
    

    
    
    
  }


#s-beda8696-416d-4be4-b483-0f542f7224ab .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc5cadc-9ae6-406c-8f33-732548db0699 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-e0dabe14-8a45-45a2-93ac-21611c655cbc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e0dabe14-8a45-45a2-93ac-21611c655cbc img.shogun-image {
    

    
    
    
  }


#s-e0dabe14-8a45-45a2-93ac-21611c655cbc .shogun-image-content {
  
    align-items: center;
  
}

#s-122b1f66-6f05-4af4-80cd-6c1ea8bdfd7a {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6 {
  
}
}@media (max-width: 767px){#s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6 {
  
}
}
@media (min-width: 0px) {
[id="s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f4a77c4-6e3e-4cbe-9ad2-a03d360a86a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8a03cfcd-f5c6-4216-ab17-b93f370b0b25 {
  text-align: center;
}







  #s-8a03cfcd-f5c6-4216-ab17-b93f370b0b25 img.shogun-image {
    

    
    
    
  }


#s-8a03cfcd-f5c6-4216-ab17-b93f370b0b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2bccb9-b672-47cc-ab88-e0b8311cf725 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-84ce940b-39f4-4f9d-9f87-3a428a6ce0da {
  text-align: center;
}







  #s-84ce940b-39f4-4f9d-9f87-3a428a6ce0da img.shogun-image {
    

    
    
    
  }


#s-84ce940b-39f4-4f9d-9f87-3a428a6ce0da .shogun-image-content {
  
    align-items: center;
  
}

#s-b04577ad-a8db-4936-96af-946e6389ec34 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-56abb132-b662-4072-9cd1-cb93fa2aba88 {
  text-align: center;
}







  #s-56abb132-b662-4072-9cd1-cb93fa2aba88 img.shogun-image {
    

    
    
    
  }


#s-56abb132-b662-4072-9cd1-cb93fa2aba88 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2e44a43-9592-4780-a23d-ef2f02801ba0 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-dc8c4929-eef8-4c8f-9c41-9cca3ef9777c {
  text-align: center;
}







  #s-dc8c4929-eef8-4c8f-9c41-9cca3ef9777c img.shogun-image {
    

    
    
    
  }


#s-dc8c4929-eef8-4c8f-9c41-9cca3ef9777c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7fbdcf2-9e58-4a0d-82b9-a29324f306a2 {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(246, 246, 244, 1);
}
@media (min-width: 1200px){#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b {
  display: none;
}
#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b, #wrap-s-c134e88b-c4e3-401c-9d7f-8b49a98a977b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b {
  display: none;
}
#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b, #wrap-s-c134e88b-c4e3-401c-9d7f-8b49a98a977b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b {
  display: none;
}
#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b, #wrap-s-c134e88b-c4e3-401c-9d7f-8b49a98a977b { display: none !important; }}







#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c134e88b-c4e3-401c-9d7f-8b49a98a977b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723f177c-4632-46e9-b752-e2385ac6f9d0 {
  margin-top: 20px;
}

#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 {
  display: none;
}
#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7, #wrap-s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 {
  display: none;
}
#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7, #wrap-s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 {
  display: none;
}
#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7, #wrap-s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 { display: none !important; }}







#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e78bf9-f2b7-4cd9-be34-8a3cc9f4c8e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8bf46c5-33e3-4f67-8336-fbdba92021e1 {
  margin-top: 15px;
margin-left: 0%;
margin-right: 0%;
}

#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f {
  display: none;
}
#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f, #wrap-s-915eee3a-beb3-493f-b98a-c6b1ff87b24f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f {
  display: none;
}
#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f, #wrap-s-915eee3a-beb3-493f-b98a-c6b1ff87b24f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f {
  display: none;
}
#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f, #wrap-s-915eee3a-beb3-493f-b98a-c6b1ff87b24f { display: none !important; }}
#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f .shg-sld-nav-button.shg-sld-left,
#s-915eee3a-beb3-493f-b98a-c6b1ff87b24f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-74c78405-ad81-45b7-8805-cbe97a0d4473"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74c78405-ad81-45b7-8805-cbe97a0d4473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74c78405-ad81-45b7-8805-cbe97a0d4473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74c78405-ad81-45b7-8805-cbe97a0d4473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-9556a293-08fc-4308-b37a-fdbe352de740 {
  text-align: left;
}



.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9556a293-08fc-4308-b37a-fdbe352de740 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-0208c54b-8a0e-426d-a71c-91145161ca7a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0208c54b-8a0e-426d-a71c-91145161ca7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3025f70a-7e7a-432b-b0b7-6f2212f71e2e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3025f70a-7e7a-432b-b0b7-6f2212f71e2e {
  margin-top: 20px;
}
}
#s-3025f70a-7e7a-432b-b0b7-6f2212f71e2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3025f70a-7e7a-432b-b0b7-6f2212f71e2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3025f70a-7e7a-432b-b0b7-6f2212f71e2e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 {
  text-align: left;
}



.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44322553-d97f-4ea4-b4da-68b5e9a366d1 img.shogun-image {
  width: 100%;
}



}
#s-b08084ca-331c-4dcb-93cb-18f5eca6941e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b08084ca-331c-4dcb-93cb-18f5eca6941e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a69ca90c-0bf7-45ed-a8be-f504a44d91ad {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a69ca90c-0bf7-45ed-a8be-f504a44d91ad {
  margin-top: 20px;
}
}
#s-a69ca90c-0bf7-45ed-a8be-f504a44d91ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a69ca90c-0bf7-45ed-a8be-f504a44d91ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a69ca90c-0bf7-45ed-a8be-f504a44d91ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f4d7e3ff-a414-4cba-a15d-deac51a255d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4d7e3ff-a414-4cba-a15d-deac51a255d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4d7e3ff-a414-4cba-a15d-deac51a255d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4d7e3ff-a414-4cba-a15d-deac51a255d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73099fc5-6386-4431-a3e8-218e3d2176f0 {
  text-align: left;
}



.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73099fc5-6386-4431-a3e8-218e3d2176f0 img.shogun-image {
  width: 100%;
}



}
#s-00cd9c03-b3e5-474f-a171-218957e72dd9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00cd9c03-b3e5-474f-a171-218957e72dd9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-37481860-5e08-4c55-a307-a3a381fa7bde {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37481860-5e08-4c55-a307-a3a381fa7bde {
  margin-top: 20px;
}
}
#s-37481860-5e08-4c55-a307-a3a381fa7bde .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37481860-5e08-4c55-a307-a3a381fa7bde .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37481860-5e08-4c55-a307-a3a381fa7bde .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8c3d18e-66c1-49fc-b894-0ef334463537 {
  text-align: left;
}



.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c3d18e-66c1-49fc-b894-0ef334463537 img.shogun-image {
  width: 100%;
}



}
#s-5e4562b0-8b12-4d19-a8a6-9b925454b1c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e4562b0-8b12-4d19-a8a6-9b925454b1c8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6ab41c44-71f2-4dd8-be8f-bec736695001 {
  text-align: center;
}

#s-6ab41c44-71f2-4dd8-be8f-bec736695001 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ab41c44-71f2-4dd8-be8f-bec736695001 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ab41c44-71f2-4dd8-be8f-bec736695001 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5fc793ac-665f-4362-ba8f-0034e309f4c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5fc793ac-665f-4362-ba8f-0034e309f4c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc793ac-665f-4362-ba8f-0034e309f4c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc793ac-665f-4362-ba8f-0034e309f4c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07e2706c-1892-45af-b8a7-f86be50f63f6 {
  text-align: left;
}



.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07e2706c-1892-45af-b8a7-f86be50f63f6 img.shogun-image {
  width: 100%;
}



}
#s-988134a9-c6de-4c58-b2ab-9a1e3a8e3b71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-988134a9-c6de-4c58-b2ab-9a1e3a8e3b71 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a0e1646b-c4e7-401d-81a3-1be7243f81ac {
  text-align: center;
}

#s-a0e1646b-c4e7-401d-81a3-1be7243f81ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0e1646b-c4e7-401d-81a3-1be7243f81ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a0e1646b-c4e7-401d-81a3-1be7243f81ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a6f732ea-afa1-4737-a2e1-682f779ed94f {
  text-align: left;
}



.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a6f732ea-afa1-4737-a2e1-682f779ed94f img.shogun-image {
  width: 100%;
}



}
#s-139be4d4-9155-45ae-8c17-b1f2b3595b8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-139be4d4-9155-45ae-8c17-b1f2b3595b8f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-139be4d4-9155-45ae-8c17-b1f2b3595b8f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-43c04de4-47fb-4307-95cc-29154b2818d0 {
  text-align: center;
}

#s-43c04de4-47fb-4307-95cc-29154b2818d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43c04de4-47fb-4307-95cc-29154b2818d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43c04de4-47fb-4307-95cc-29154b2818d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-db3e2da7-0349-4b0d-b770-281d81e27b20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db3e2da7-0349-4b0d-b770-281d81e27b20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db3e2da7-0349-4b0d-b770-281d81e27b20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3e2da7-0349-4b0d-b770-281d81e27b20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 {
  text-align: left;
}



.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa3e552d-1618-4f9b-abb3-6f9119e75356 img.shogun-image {
  width: 100%;
}



}
#s-95ae2d11-a46d-482d-ae74-67fce7f2653c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95ae2d11-a46d-482d-ae74-67fce7f2653c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ed680523-e20a-4e15-ae16-9f3eb4cfce15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b42d340-7f78-42a6-a72b-b4e985261689 {
  text-align: left;
}



.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b42d340-7f78-42a6-a72b-b4e985261689 img.shogun-image {
  width: 100%;
}



}
#s-5501033f-40ce-40a5-b5ca-fc85febc2019 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5501033f-40ce-40a5-b5ca-fc85febc2019 {
  margin-left: -25%;
margin-right: -25%;
}
}
#s-5501033f-40ce-40a5-b5ca-fc85febc2019 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-06769a57-a725-46bf-a7c6-965c4cd36a1e {
  text-align: center;
}
@media (max-width: 767px){#s-06769a57-a725-46bf-a7c6-965c4cd36a1e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-06769a57-a725-46bf-a7c6-965c4cd36a1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06769a57-a725-46bf-a7c6-965c4cd36a1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-06769a57-a725-46bf-a7c6-965c4cd36a1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27349672-bbb8-4b73-9e89-2ad88ee51699 {
  margin-top: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-27349672-bbb8-4b73-9e89-2ad88ee51699 {
  display: none;
}
#s-27349672-bbb8-4b73-9e89-2ad88ee51699, #wrap-s-27349672-bbb8-4b73-9e89-2ad88ee51699 { display: none !important; }}







#s-27349672-bbb8-4b73-9e89-2ad88ee51699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27349672-bbb8-4b73-9e89-2ad88ee51699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b10a0a34-c948-4c90-aa2f-8f4d23d02c4a {
  margin-top: 15px;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-b10a0a34-c948-4c90-aa2f-8f4d23d02c4a {
  display: none;
}
#s-b10a0a34-c948-4c90-aa2f-8f4d23d02c4a, #wrap-s-b10a0a34-c948-4c90-aa2f-8f4d23d02c4a { display: none !important; }}
@media (min-width: 0px) {
[id="s-8efc0b63-7ac7-4f99-8b22-afe1521fa538"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8efc0b63-7ac7-4f99-8b22-afe1521fa538"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8efc0b63-7ac7-4f99-8b22-afe1521fa538"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8efc0b63-7ac7-4f99-8b22-afe1521fa538"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-824bba90-55bc-4f30-bec4-e8d61d708b5d {
  text-align: left;
}



.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}



}

.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-824bba90-55bc-4f30-bec4-e8d61d708b5d img.shogun-image {
  width: 100%;
}




#s-894347e3-18cc-419b-a433-4bf42dece4c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-894347e3-18cc-419b-a433-4bf42dece4c9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-894347e3-18cc-419b-a433-4bf42dece4c9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-894347e3-18cc-419b-a433-4bf42dece4c9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-894347e3-18cc-419b-a433-4bf42dece4c9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-9f8c9288-6e75-4887-838d-8279a6fe0d53 {
  text-align: center;
}

#s-9f8c9288-6e75-4887-838d-8279a6fe0d53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f8c9288-6e75-4887-838d-8279a6fe0d53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f8c9288-6e75-4887-838d-8279a6fe0d53 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 {
  text-align: left;
}



.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-650dbfce-d8a7-4f9a-ab3d-d758512afc54 img.shogun-image {
  width: 100%;
}




#s-4517d882-c73a-41e6-9f68-417912df27ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4517d882-c73a-41e6-9f68-417912df27ab {
  margin-left: 11%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-4517d882-c73a-41e6-9f68-417912df27ab {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4517d882-c73a-41e6-9f68-417912df27ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-4517d882-c73a-41e6-9f68-417912df27ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-262834fb-9cf1-4bc1-97e4-12462173fe8a {
  text-align: center;
}

#s-262834fb-9cf1-4bc1-97e4-12462173fe8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-262834fb-9cf1-4bc1-97e4-12462173fe8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-262834fb-9cf1-4bc1-97e4-12462173fe8a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 {
  text-align: left;
}



.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4aadcd-6820-4916-a567-f6cc53ca8796 img.shogun-image {
  width: 100%;
}




#s-7020c316-6f4f-4514-a82a-131c80c08317 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7020c316-6f4f-4514-a82a-131c80c08317 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7020c316-6f4f-4514-a82a-131c80c08317 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-7020c316-6f4f-4514-a82a-131c80c08317 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-3cbdb635-d51f-40ce-9cbc-d27054b9dcfd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cbdb635-d51f-40ce-9cbc-d27054b9dcfd {
  margin-top: 14px;
}
}
#s-3cbdb635-d51f-40ce-9cbc-d27054b9dcfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3cbdb635-d51f-40ce-9cbc-d27054b9dcfd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3cbdb635-d51f-40ce-9cbc-d27054b9dcfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac {
  text-align: left;
}



.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}



}

.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25bc6c26-292c-43ee-a0d3-345a53ff57ac img.shogun-image {
  width: 100%;
}




#s-04eddde2-0dda-4055-807f-372736b41824 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04eddde2-0dda-4055-807f-372736b41824 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-04eddde2-0dda-4055-807f-372736b41824 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-04eddde2-0dda-4055-807f-372736b41824 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-04eddde2-0dda-4055-807f-372736b41824 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-78033197-0726-4618-9b72-76d5255e4f7f {
  text-align: center;
}

#s-78033197-0726-4618-9b72-76d5255e4f7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78033197-0726-4618-9b72-76d5255e4f7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78033197-0726-4618-9b72-76d5255e4f7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f {
  text-align: left;
}



.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9ce1c0-0a94-4307-a197-6eaab24e806f img.shogun-image {
  width: 100%;
}




#s-36bd6900-af1d-40aa-8e15-cd265641fd66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36bd6900-af1d-40aa-8e15-cd265641fd66 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-36bd6900-af1d-40aa-8e15-cd265641fd66 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-36bd6900-af1d-40aa-8e15-cd265641fd66 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-36bd6900-af1d-40aa-8e15-cd265641fd66 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-a15bce8c-6a2a-4da2-9d6c-39b083b451d1 {
  text-align: center;
}

#s-a15bce8c-6a2a-4da2-9d6c-39b083b451d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a15bce8c-6a2a-4da2-9d6c-39b083b451d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a15bce8c-6a2a-4da2-9d6c-39b083b451d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 {
  text-align: left;
}



.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ce19703-83ba-4cc6-8a28-527b61943ac6 img.shogun-image {
  width: 100%;
}




#s-a3da48f7-ad76-4bb5-a547-a9128c8952af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3da48f7-ad76-4bb5-a547-a9128c8952af {
  margin-left: 11%;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a3da48f7-ad76-4bb5-a547-a9128c8952af {
  margin-top: 24px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a3da48f7-ad76-4bb5-a547-a9128c8952af .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3da48f7-ad76-4bb5-a547-a9128c8952af .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-67ca8b95-d3b2-4e09-bfc5-d1b010aac242 {
  text-align: center;
}

#s-67ca8b95-d3b2-4e09-bfc5-d1b010aac242 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-67ca8b95-d3b2-4e09-bfc5-d1b010aac242 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-67ca8b95-d3b2-4e09-bfc5-d1b010aac242 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 244, 1);
}
@media (min-width: 1200px){#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea {
  display: none;
}
#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea, #wrap-s-3670abb8-7ca0-4d61-b5ed-f9e012349aea { display: none !important; }}@media (max-width: 767px){#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea {
  display: none;
}
#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea, #wrap-s-3670abb8-7ca0-4d61-b5ed-f9e012349aea { display: none !important; }}







#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3670abb8-7ca0-4d61-b5ed-f9e012349aea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460a4770-ae18-4369-a6eb-75ba1e10c62b {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-460a4770-ae18-4369-a6eb-75ba1e10c62b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-460a4770-ae18-4369-a6eb-75ba1e10c62b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-460a4770-ae18-4369-a6eb-75ba1e10c62b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-460a4770-ae18-4369-a6eb-75ba1e10c62b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ba9f831-639e-44e2-92f8-b2f7a0b2f921 {
  min-height: 50px;
}








#s-3ba9f831-639e-44e2-92f8-b2f7a0b2f921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba9f831-639e-44e2-92f8-b2f7a0b2f921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2715ea1f-35a6-4c38-ab89-49c87948b248 {
  text-align: center;
}







  #s-2715ea1f-35a6-4c38-ab89-49c87948b248 img.shogun-image {
    

    
    
    
  }


#s-2715ea1f-35a6-4c38-ab89-49c87948b248 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d05f8a-9d57-4f76-8833-3163ce25a071 {
  min-height: 50px;
}








#s-f0d05f8a-9d57-4f76-8833-3163ce25a071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d05f8a-9d57-4f76-8833-3163ce25a071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53f870da-f791-4a0c-9d05-0825689d9ac2 {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-8e624ecf-40bc-4b6d-9409-fb8231392e64 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e624ecf-40bc-4b6d-9409-fb8231392e64 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8e624ecf-40bc-4b6d-9409-fb8231392e64 .shg-sld-nav-button.shg-sld-left,
#s-8e624ecf-40bc-4b6d-9409-fb8231392e64 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-44368668-bba3-4f82-982f-05199a234588 {
  margin-top: -12px;
margin-left: 0%;
margin-bottom: -14px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-44368668-bba3-4f82-982f-05199a234588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44368668-bba3-4f82-982f-05199a234588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44368668-bba3-4f82-982f-05199a234588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44368668-bba3-4f82-982f-05199a234588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f800d2c0-1a1f-4717-8579-85483e0caa43 {
  text-align: center;
}








#s-f800d2c0-1a1f-4717-8579-85483e0caa43 .shogun-image-content {
  
    align-items: center;
  
}

#s-048b6190-b860-4faa-8095-87fecdb6e31a {
  margin-top: -4px;
margin-bottom: 0px;
}

#s-a68a5028-006d-4e3e-88c1-140d55635469 {
  text-align: center;
}







  #s-a68a5028-006d-4e3e-88c1-140d55635469 img.shogun-image {
    

    
    
    
  }


#s-a68a5028-006d-4e3e-88c1-140d55635469 .shogun-image-content {
  
    align-items: center;
  
}

#s-7751a228-0a21-418e-8883-03c36e0a1bc3 {
  margin-top: -4px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-97f52e5d-5e59-4d73-ae16-e63df9794ead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97f52e5d-5e59-4d73-ae16-e63df9794ead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97f52e5d-5e59-4d73-ae16-e63df9794ead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97f52e5d-5e59-4d73-ae16-e63df9794ead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9e7a0a3-e916-4bc7-977d-e488159d10f7 {
  text-align: center;
}







  #s-f9e7a0a3-e916-4bc7-977d-e488159d10f7 img.shogun-image {
    

    
    
    
  }


#s-f9e7a0a3-e916-4bc7-977d-e488159d10f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb0620b-2deb-4154-8ef1-14896b9ea0bf {
  margin-top: 15px;
}

#s-98d7cc78-0d31-4050-aa4e-fda23569001e {
  text-align: center;
}







  #s-98d7cc78-0d31-4050-aa4e-fda23569001e img.shogun-image {
    

    
    
    
  }


#s-98d7cc78-0d31-4050-aa4e-fda23569001e .shogun-image-content {
  
    align-items: center;
  
}

#s-22cddca6-a983-40f3-bb57-b9be2e4224bc {
  margin-top: 15px;
}

#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f {
  margin-top: 25px;
min-height: 50px;
background-color: rgba(246, 246, 244, 1);
}
@media (min-width: 1200px){#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f {
  display: none;
}
#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f, #wrap-s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f {
  display: none;
}
#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f, #wrap-s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f { display: none !important; }}@media (max-width: 767px){#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f {
  display: none;
}
#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f, #wrap-s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f { display: none !important; }}







#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86cb6fb0-8e91-4fb3-b57e-c4e0970d145f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f3100ee-6851-4b2c-ad6d-99e2c7283712 {
  text-align: center;
}







  #s-2f3100ee-6851-4b2c-ad6d-99e2c7283712 img.shogun-image {
    

    
    
    
  }


#s-2f3100ee-6851-4b2c-ad6d-99e2c7283712 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e2e308a-237c-4c82-b12e-52259b8c8d40 {
  min-height: 50px;
}








#s-8e2e308a-237c-4c82-b12e-52259b8c8d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2e308a-237c-4c82-b12e-52259b8c8d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64f5da56-13ac-4c38-a037-9138f127c6ef {
  margin-top: 12px;
margin-bottom: 12px;
}

#s-328e15b7-5f20-461d-902a-f72929e1c893 {
  margin-top: -15px;
}

@media (min-width: 0px) {
[id="s-328e15b7-5f20-461d-902a-f72929e1c893"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-328e15b7-5f20-461d-902a-f72929e1c893"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-328e15b7-5f20-461d-902a-f72929e1c893"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-328e15b7-5f20-461d-902a-f72929e1c893"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea0b9551-3760-44ea-85b5-b7927006c8cc {
  text-align: center;
}








#s-ea0b9551-3760-44ea-85b5-b7927006c8cc .shogun-image-content {
  
    align-items: center;
  
}

#s-d5a77165-17fa-45b8-8dfd-ca4635dded6b {
  margin-top: 15px;
}

#s-d6818227-9953-4b3d-90cd-f4e06b52b82a {
  text-align: center;
}








#s-d6818227-9953-4b3d-90cd-f4e06b52b82a .shogun-image-content {
  
    align-items: center;
  
}

#s-98c74e0c-dde7-41e7-b43e-96257c9f4d30 {
  margin-top: 15px;
}

#s-f031819a-3bb5-459d-8613-e2795e6418cc {
  padding-top: 0px;
padding-bottom: 16px;
min-height: 50px;
background-color: rgba(246, 246, 244, 1);
}
@media (min-width: 1200px){#s-f031819a-3bb5-459d-8613-e2795e6418cc {
  display: none;
}
#s-f031819a-3bb5-459d-8613-e2795e6418cc, #wrap-s-f031819a-3bb5-459d-8613-e2795e6418cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f031819a-3bb5-459d-8613-e2795e6418cc {
  display: none;
}
#s-f031819a-3bb5-459d-8613-e2795e6418cc, #wrap-s-f031819a-3bb5-459d-8613-e2795e6418cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f031819a-3bb5-459d-8613-e2795e6418cc {
  display: none;
}
#s-f031819a-3bb5-459d-8613-e2795e6418cc, #wrap-s-f031819a-3bb5-459d-8613-e2795e6418cc { display: none !important; }}@media (max-width: 767px){#s-f031819a-3bb5-459d-8613-e2795e6418cc {
  
}
}







#s-f031819a-3bb5-459d-8613-e2795e6418cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f031819a-3bb5-459d-8613-e2795e6418cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26731940-d922-4fc5-aca3-9abbb9e37d74 {
  margin-top: 20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-26731940-d922-4fc5-aca3-9abbb9e37d74 {
  display: none;
}
#s-26731940-d922-4fc5-aca3-9abbb9e37d74, #wrap-s-26731940-d922-4fc5-aca3-9abbb9e37d74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26731940-d922-4fc5-aca3-9abbb9e37d74 {
  display: none;
}
#s-26731940-d922-4fc5-aca3-9abbb9e37d74, #wrap-s-26731940-d922-4fc5-aca3-9abbb9e37d74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26731940-d922-4fc5-aca3-9abbb9e37d74 {
  
}
}
@media (min-width: 0px) {
[id="s-26731940-d922-4fc5-aca3-9abbb9e37d74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26731940-d922-4fc5-aca3-9abbb9e37d74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26731940-d922-4fc5-aca3-9abbb9e37d74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26731940-d922-4fc5-aca3-9abbb9e37d74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86127df1-ccd1-4b47-ac1d-e7508b74a270 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  #s-86127df1-ccd1-4b47-ac1d-e7508b74a270 img.shogun-image {
    

    
    
    
  }


#s-86127df1-ccd1-4b47-ac1d-e7508b74a270 .shogun-image-content {
  
    align-items: center;
  
}

#s-723bbe4e-d329-4c11-8a45-dc97f2776891 {
  min-height: 50px;
}








#s-723bbe4e-d329-4c11-8a45-dc97f2776891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723bbe4e-d329-4c11-8a45-dc97f2776891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2953f21-d823-4f4c-9cb8-602f49a96acd {
  margin-top: 23px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}

#s-3e7fc447-ca64-4259-adf6-e2ece0bce7c1 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-3e7fc447-ca64-4259-adf6-e2ece0bce7c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e7fc447-ca64-4259-adf6-e2ece0bce7c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e7fc447-ca64-4259-adf6-e2ece0bce7c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e7fc447-ca64-4259-adf6-e2ece0bce7c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71bec41f-7b32-44dd-b2bc-5ee5ee4778af {
  text-align: center;
}








#s-71bec41f-7b32-44dd-b2bc-5ee5ee4778af .shogun-image-content {
  
    align-items: center;
  
}

#s-fb29716b-ada3-4397-b808-92771f60497c {
  margin-top: 15px;
}

#s-41d35f0a-be14-460a-9dc5-7632f02a800d {
  text-align: center;
}








#s-41d35f0a-be14-460a-9dc5-7632f02a800d .shogun-image-content {
  
    align-items: center;
  
}

#s-c39ec10e-c464-4286-bfae-a2ebd4a2d706 {
  margin-top: 15px;
}

#s-f3ef12ea-80d7-4dbd-a0f5-0a30c0b6b198 {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3ef12ea-80d7-4dbd-a0f5-0a30c0b6b198 {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-f3ef12ea-80d7-4dbd-a0f5-0a30c0b6b198 {
  margin-top: 25px;
}
}







#s-f3ef12ea-80d7-4dbd-a0f5-0a30c0b6b198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ef12ea-80d7-4dbd-a0f5-0a30c0b6b198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-0113c838-462c-4734-8a9d-c1d06c78bfa3 hr {
  border-top: 2px solid #ddd;
}

#s-5e051724-ebd7-45e6-8814-22d283c4fe81 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-5e051724-ebd7-45e6-8814-22d283c4fe81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e051724-ebd7-45e6-8814-22d283c4fe81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e051724-ebd7-45e6-8814-22d283c4fe81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e051724-ebd7-45e6-8814-22d283c4fe81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
