.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-0460ff68-def9-41f8-8303-faad8e12a4ad {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-0460ff68-def9-41f8-8303-faad8e12a4ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0460ff68-def9-41f8-8303-faad8e12a4ad {
  
}
}







#s-0460ff68-def9-41f8-8303-faad8e12a4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0460ff68-def9-41f8-8303-faad8e12a4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-b8c524a5-aace-4bf6-885b-6bf4de8f2603 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8c524a5-aace-4bf6-885b-6bf4de8f2603 {
  display: none;
}
#s-b8c524a5-aace-4bf6-885b-6bf4de8f2603, #wrap-s-b8c524a5-aace-4bf6-885b-6bf4de8f2603 { display: none !important; }}@media (max-width: 767px){#s-b8c524a5-aace-4bf6-885b-6bf4de8f2603 {
  display: none;
}
#s-b8c524a5-aace-4bf6-885b-6bf4de8f2603, #wrap-s-b8c524a5-aace-4bf6-885b-6bf4de8f2603 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b8c524a5-aace-4bf6-885b-6bf4de8f2603"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b8c524a5-aace-4bf6-885b-6bf4de8f2603"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8c524a5-aace-4bf6-885b-6bf4de8f2603"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8c524a5-aace-4bf6-885b-6bf4de8f2603"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-40ffd694-9c97-4c46-97d6-4ce367a5eeec {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-40ffd694-9c97-4c46-97d6-4ce367a5eeec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-f1801a58-bf7b-42e9-8368-b59674370af0 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-f1801a58-bf7b-42e9-8368-b59674370af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1801a58-bf7b-42e9-8368-b59674370af0.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-b89a3f3c-5e3b-4230-b21a-1f1d4af98062 {
  text-align: center;
}







  #s-b89a3f3c-5e3b-4230-b21a-1f1d4af98062 img.shogun-image {
    

    
    
    
  }


#s-b89a3f3c-5e3b-4230-b21a-1f1d4af98062 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc8e089-9e6d-4c8d-8c0c-1480a7d19e5e {
  box-shadow:0px 0px 0px 0px ;
}








#s-fdc8e089-9e6d-4c8d-8c0c-1480a7d19e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc8e089-9e6d-4c8d-8c0c-1480a7d19e5e.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-cfab31b9-e451-4204-bcaa-44594cd4e5c2 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-987dd5d2-ad72-4a4e-80d7-5b6ff3d6d2da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-38a3be9b-05b6-4640-bc74-5c21f65c061f {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-38a3be9b-05b6-4640-bc74-5c21f65c061f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a3be9b-05b6-4640-bc74-5c21f65c061f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3837a3ea-f428-44ce-bb25-892686574a16 {
  text-align: center;
}







  #s-3837a3ea-f428-44ce-bb25-892686574a16 img.shogun-image {
    

    
    
    
  }


#s-3837a3ea-f428-44ce-bb25-892686574a16 .shogun-image-content {
  
    align-items: center;
  
}








#s-a09e62ea-2dab-44fe-b8f0-d1561b4b9a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09e62ea-2dab-44fe-b8f0-d1561b4b9a9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-8d8bbbdf-c790-455b-8ca3-4a18317b3f25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-1077a918-43fb-459a-a3d2-78f0b1ca41c3 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-1077a918-43fb-459a-a3d2-78f0b1ca41c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1077a918-43fb-459a-a3d2-78f0b1ca41c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec3fc15a-9ba1-4747-b6d0-b69dc71dfe89 {
  text-align: center;
}







  #s-ec3fc15a-9ba1-4747-b6d0-b69dc71dfe89 img.shogun-image {
    

    
    
    
  }


#s-ec3fc15a-9ba1-4747-b6d0-b69dc71dfe89 .shogun-image-content {
  
    align-items: center;
  
}








#s-ddc8cfc7-f99b-4179-8bf9-e47d53e220c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc8cfc7-f99b-4179-8bf9-e47d53e220c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c958e462-3d05-4e62-b8e3-4df0c7d595ed {
  margin-top: auto;
margin-bottom: auto;
}

#s-794f27b5-b8b3-4209-af6d-da3ac4747a9d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-794f27b5-b8b3-4209-af6d-da3ac4747a9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-a89aa560-70ed-4fde-9d8d-1876877a5cc5 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-a89aa560-70ed-4fde-9d8d-1876877a5cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89aa560-70ed-4fde-9d8d-1876877a5cc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-120cdd38-d7f5-41aa-a97d-903bf1af3f3a {
  text-align: center;
}







  #s-120cdd38-d7f5-41aa-a97d-903bf1af3f3a img.shogun-image {
    

    
    
    
  }


#s-120cdd38-d7f5-41aa-a97d-903bf1af3f3a .shogun-image-content {
  
    align-items: center;
  
}








#s-bdd699c5-99c4-43e9-b08e-86fa6e60a456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd699c5-99c4-43e9-b08e-86fa6e60a456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9fcca566-db8f-4205-b22a-89c1485aadc7 {
  display: none;
}
#s-9fcca566-db8f-4205-b22a-89c1485aadc7, #wrap-s-9fcca566-db8f-4205-b22a-89c1485aadc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fcca566-db8f-4205-b22a-89c1485aadc7 {
  display: none;
}
#s-9fcca566-db8f-4205-b22a-89c1485aadc7, #wrap-s-9fcca566-db8f-4205-b22a-89c1485aadc7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9fcca566-db8f-4205-b22a-89c1485aadc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9fcca566-db8f-4205-b22a-89c1485aadc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fcca566-db8f-4205-b22a-89c1485aadc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fcca566-db8f-4205-b22a-89c1485aadc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65c25aa3-83be-42be-8ac4-c8e654797262 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-65c25aa3-83be-42be-8ac4-c8e654797262"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e5089cb4-2971-413e-a942-1e7e87160e92 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-e5089cb4-2971-413e-a942-1e7e87160e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5089cb4-2971-413e-a942-1e7e87160e92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3057b0e2-cf79-4bc6-9b11-48f59b223403 {
  text-align: center;
}







  #s-3057b0e2-cf79-4bc6-9b11-48f59b223403 img.shogun-image {
    

    
    
    
  }


#s-3057b0e2-cf79-4bc6-9b11-48f59b223403 .shogun-image-content {
  
    align-items: center;
  
}

#s-081872ab-9fdf-4599-b27e-ccc746457337 {
  box-shadow:0px 0px 0px 0px ;
}








#s-081872ab-9fdf-4599-b27e-ccc746457337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-081872ab-9fdf-4599-b27e-ccc746457337.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7ceb153-981d-42b8-9701-2f823033b674 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-5fa0d7c3-1261-478f-8be0-55c18a2f7408 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5fa0d7c3-1261-478f-8be0-55c18a2f7408"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-86a88925-b2a4-4339-beed-ce7c74e61051 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-86a88925-b2a4-4339-beed-ce7c74e61051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a88925-b2a4-4339-beed-ce7c74e61051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-638c7fed-c7c2-4b89-a7b2-cb3cfe345c8c {
  text-align: center;
}







  #s-638c7fed-c7c2-4b89-a7b2-cb3cfe345c8c img.shogun-image {
    

    
    
    
  }


#s-638c7fed-c7c2-4b89-a7b2-cb3cfe345c8c .shogun-image-content {
  
    align-items: center;
  
}








#s-b536dd78-f850-422d-8e18-2a6b2ba0c2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b536dd78-f850-422d-8e18-2a6b2ba0c2c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43373075-e3bb-4fe9-90f5-0778cac10c1e {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-43373075-e3bb-4fe9-90f5-0778cac10c1e {
  display: none;
}
#s-43373075-e3bb-4fe9-90f5-0778cac10c1e, #wrap-s-43373075-e3bb-4fe9-90f5-0778cac10c1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43373075-e3bb-4fe9-90f5-0778cac10c1e {
  display: none;
}
#s-43373075-e3bb-4fe9-90f5-0778cac10c1e, #wrap-s-43373075-e3bb-4fe9-90f5-0778cac10c1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43373075-e3bb-4fe9-90f5-0778cac10c1e {
  
}
}@media (max-width: 767px){#s-43373075-e3bb-4fe9-90f5-0778cac10c1e {
  
}
}
@media (min-width: 0px) {
[id="s-43373075-e3bb-4fe9-90f5-0778cac10c1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43373075-e3bb-4fe9-90f5-0778cac10c1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43373075-e3bb-4fe9-90f5-0778cac10c1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43373075-e3bb-4fe9-90f5-0778cac10c1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec77bb08-0d70-4e9d-a2ad-23055b49d0ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5a9e5352-da8e-4bab-aadb-919864553c91 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-5a9e5352-da8e-4bab-aadb-919864553c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a9e5352-da8e-4bab-aadb-919864553c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70fd252b-653b-4494-9c00-0a75f430976a {
  text-align: center;
}







  #s-70fd252b-653b-4494-9c00-0a75f430976a img.shogun-image {
    

    
    
    
  }


#s-70fd252b-653b-4494-9c00-0a75f430976a .shogun-image-content {
  
    align-items: center;
  
}








#s-04d1ed4f-861d-403f-8a5f-10b6912a11f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04d1ed4f-861d-403f-8a5f-10b6912a11f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e600fd9c-5871-4f72-afad-e588e9c57b98 {
  margin-top: auto;
margin-bottom: auto;
}

#s-8c06000f-f2ab-4bf9-9f25-54a353c11056 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8c06000f-f2ab-4bf9-9f25-54a353c11056"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ab92c8b3-b0e5-4213-a52e-81e03a287505 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-ab92c8b3-b0e5-4213-a52e-81e03a287505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab92c8b3-b0e5-4213-a52e-81e03a287505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f1f2ae4-d384-4e09-82d9-c0cea8332aac {
  text-align: center;
}







  #s-1f1f2ae4-d384-4e09-82d9-c0cea8332aac img.shogun-image {
    

    
    
    
  }


#s-1f1f2ae4-d384-4e09-82d9-c0cea8332aac .shogun-image-content {
  
    align-items: center;
  
}








#s-b56edf93-63ac-42bc-acd2-9df676405e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56edf93-63ac-42bc-acd2-9df676405e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843117d5-8074-48bc-a16a-3b780e4b95a1 {
  margin-left: 0px;
margin-right: 8px;
}

#s-772eecf6-e43a-4f24-a886-176284412196 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-772eecf6-e43a-4f24-a886-176284412196 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-772eecf6-e43a-4f24-a886-176284412196.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2 {
  
}
}@media (max-width: 767px){#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2 {
  
}
}







#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb553af-e13b-4f2b-a4d7-ecb08a6b69d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-701f602b-1e3c-4a43-8483-d0b1245778c9 {
  text-align: left;
}

.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-ab0d8546-636f-4d55-8eeb-69783030a7df {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab0d8546-636f-4d55-8eeb-69783030a7df {
  display: none;
}
#s-ab0d8546-636f-4d55-8eeb-69783030a7df, #wrap-s-ab0d8546-636f-4d55-8eeb-69783030a7df { display: none !important; }}@media (max-width: 767px){#s-ab0d8546-636f-4d55-8eeb-69783030a7df {
  display: none;
}
#s-ab0d8546-636f-4d55-8eeb-69783030a7df, #wrap-s-ab0d8546-636f-4d55-8eeb-69783030a7df { display: none !important; }}
#s-ab0d8546-636f-4d55-8eeb-69783030a7df .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 {
  display: none;
}
#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4, #wrap-s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 {
  display: none;
}
#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4, #wrap-s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 {
  
}
}
#s-fb24d043-0bb5-439c-a8d3-d2f1ef6c33e4 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f1c9620a-f7a7-464f-a5ff-759a0014881c {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f1c9620a-f7a7-464f-a5ff-759a0014881c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-f1c9620a-f7a7-464f-a5ff-759a0014881c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-f1c9620a-f7a7-464f-a5ff-759a0014881c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1c9620a-f7a7-464f-a5ff-759a0014881c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.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-965c2e6a-3fb7-4072-bd3c-35411942571b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-965c2e6a-3fb7-4072-bd3c-35411942571b {
  display: none;
}
#s-965c2e6a-3fb7-4072-bd3c-35411942571b, #wrap-s-965c2e6a-3fb7-4072-bd3c-35411942571b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-965c2e6a-3fb7-4072-bd3c-35411942571b {
  display: none;
}
#s-965c2e6a-3fb7-4072-bd3c-35411942571b, #wrap-s-965c2e6a-3fb7-4072-bd3c-35411942571b { display: none !important; }}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-965c2e6a-3fb7-4072-bd3c-35411942571b img.shogun-image {
  width: 100%;
}



}
#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  display: none;
}
#s-760a9b37-839c-44ef-a9e9-5f1727058ae2, #wrap-s-760a9b37-839c-44ef-a9e9-5f1727058ae2 { display: none !important; }}@media (max-width: 767px){#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  display: none;
}
#s-760a9b37-839c-44ef-a9e9-5f1727058ae2, #wrap-s-760a9b37-839c-44ef-a9e9-5f1727058ae2 { display: none !important; }}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  max-width:  100%;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom,
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  max-width:  100%;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom,
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  max-width:  100%;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom,
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  max-width:  100%;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom,
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 {
  max-width:  100%;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom,
.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-760a9b37-839c-44ef-a9e9-5f1727058ae2 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-13ec52a1-7148-44ec-8a17-8b3ac150737d {
  display: none;
}
#s-13ec52a1-7148-44ec-8a17-8b3ac150737d, #wrap-s-13ec52a1-7148-44ec-8a17-8b3ac150737d { display: none !important; }}@media (max-width: 767px){#s-13ec52a1-7148-44ec-8a17-8b3ac150737d {
  display: none;
}
#s-13ec52a1-7148-44ec-8a17-8b3ac150737d, #wrap-s-13ec52a1-7148-44ec-8a17-8b3ac150737d { display: none !important; }}
#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-scroll-button {
  color: #FFF;
}

#s-13ec52a1-7148-44ec-8a17-8b3ac150737d .shg-gallery-dot {
  background-color: #FFF;
}

#s-072f9424-5734-4259-92f8-842b66ee1e97 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-072f9424-5734-4259-92f8-842b66ee1e97 {
  display: none;
}
#s-072f9424-5734-4259-92f8-842b66ee1e97, #wrap-s-072f9424-5734-4259-92f8-842b66ee1e97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-072f9424-5734-4259-92f8-842b66ee1e97 {
  display: none;
}
#s-072f9424-5734-4259-92f8-842b66ee1e97, #wrap-s-072f9424-5734-4259-92f8-842b66ee1e97 { display: none !important; }}







#s-072f9424-5734-4259-92f8-842b66ee1e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072f9424-5734-4259-92f8-842b66ee1e97.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-3c6404c3-2007-440f-ae3e-463d690e9b0f {
  display: none;
}
#s-3c6404c3-2007-440f-ae3e-463d690e9b0f, #wrap-s-3c6404c3-2007-440f-ae3e-463d690e9b0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c6404c3-2007-440f-ae3e-463d690e9b0f {
  display: none;
}
#s-3c6404c3-2007-440f-ae3e-463d690e9b0f, #wrap-s-3c6404c3-2007-440f-ae3e-463d690e9b0f { display: none !important; }}
#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3c6404c3-2007-440f-ae3e-463d690e9b0f .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-f2ff6213-beff-4b6b-9140-759219a6cf34 {
  display: none;
}
#s-f2ff6213-beff-4b6b-9140-759219a6cf34, #wrap-s-f2ff6213-beff-4b6b-9140-759219a6cf34 { display: none !important; }}@media (max-width: 767px){#s-f2ff6213-beff-4b6b-9140-759219a6cf34 {
  display: none;
}
#s-f2ff6213-beff-4b6b-9140-759219a6cf34, #wrap-s-f2ff6213-beff-4b6b-9140-759219a6cf34 { display: none !important; }}







#s-f2ff6213-beff-4b6b-9140-759219a6cf34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ff6213-beff-4b6b-9140-759219a6cf34.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e39d4061-da11-4588-8591-81c4bb6955ab {
  min-height: 50px;
}








#s-e39d4061-da11-4588-8591-81c4bb6955ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e39d4061-da11-4588-8591-81c4bb6955ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fda1d2d-21bf-4e20-86b7-594459135ed9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-9fda1d2d-21bf-4e20-86b7-594459135ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fda1d2d-21bf-4e20-86b7-594459135ed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef31809b-f88a-49ea-9454-6711b537f0bd {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-ef31809b-f88a-49ea-9454-6711b537f0bd .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef31809b-f88a-49ea-9454-6711b537f0bd .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-ef31809b-f88a-49ea-9454-6711b537f0bd .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-2b56fa2a-02a4-4729-b85e-35d3f605ad12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b56fa2a-02a4-4729-b85e-35d3f605ad12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9a7bea-acd8-466f-a89a-f80b91cfd588 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f79a396c-c6e2-4cee-9d43-b99f69dd48b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a800e322-5b2e-4668-9398-10ac5a89dd71 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-a800e322-5b2e-4668-9398-10ac5a89dd71 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a800e322-5b2e-4668-9398-10ac5a89dd71 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a800e322-5b2e-4668-9398-10ac5a89dd71 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a800e322-5b2e-4668-9398-10ac5a89dd71 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a800e322-5b2e-4668-9398-10ac5a89dd71 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-a800e322-5b2e-4668-9398-10ac5a89dd71 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-a800e322-5b2e-4668-9398-10ac5a89dd71 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-b161c0ca-e566-4247-b79a-37e9c026b8e6 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b161c0ca-e566-4247-b79a-37e9c026b8e6:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b161c0ca-e566-4247-b79a-37e9c026b8e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b161c0ca-e566-4247-b79a-37e9c026b8e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b161c0ca-e566-4247-b79a-37e9c026b8e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b161c0ca-e566-4247-b79a-37e9c026b8e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b161c0ca-e566-4247-b79a-37e9c026b8e6.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-b161c0ca-e566-4247-b79a-37e9c026b8e6.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-9a24499a-2c40-4f90-8d1f-9592463c5179 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9a24499a-2c40-4f90-8d1f-9592463c5179 {
  display: none;
}
#s-9a24499a-2c40-4f90-8d1f-9592463c5179, #wrap-s-9a24499a-2c40-4f90-8d1f-9592463c5179 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a24499a-2c40-4f90-8d1f-9592463c5179 {
  display: none;
}
#s-9a24499a-2c40-4f90-8d1f-9592463c5179, #wrap-s-9a24499a-2c40-4f90-8d1f-9592463c5179 { display: none !important; }}







#s-9a24499a-2c40-4f90-8d1f-9592463c5179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a24499a-2c40-4f90-8d1f-9592463c5179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67b2078c-2e2d-4caf-a28a-7fa56c1b1fb8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-67b2078c-2e2d-4caf-a28a-7fa56c1b1fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b2078c-2e2d-4caf-a28a-7fa56c1b1fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-851ed364-2b35-4d1e-9273-5b11ac422be7 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-851ed364-2b35-4d1e-9273-5b11ac422be7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-851ed364-2b35-4d1e-9273-5b11ac422be7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-851ed364-2b35-4d1e-9273-5b11ac422be7 .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-69481ac3-ca8d-4bdc-87db-69a801546366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69481ac3-ca8d-4bdc-87db-69a801546366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-234742db-9f0d-47aa-9493-1c8ab4e23d92 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-5aae2936-179e-48e3-bdc7-a1cb92eee496 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-5aae2936-179e-48e3-bdc7-a1cb92eee496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aae2936-179e-48e3-bdc7-a1cb92eee496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-370c5d58-ae13-4875-9b02-15f44da8753b {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-370c5d58-ae13-4875-9b02-15f44da8753b .shg-product-quantity-wrapper {
  display: flex;
}

#s-370c5d58-ae13-4875-9b02-15f44da8753b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-370c5d58-ae13-4875-9b02-15f44da8753b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-370c5d58-ae13-4875-9b02-15f44da8753b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-370c5d58-ae13-4875-9b02-15f44da8753b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-370c5d58-ae13-4875-9b02-15f44da8753b label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-370c5d58-ae13-4875-9b02-15f44da8753b label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-90b9b042-aa3e-457f-a330-09b06992edc9 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-90b9b042-aa3e-457f-a330-09b06992edc9:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90b9b042-aa3e-457f-a330-09b06992edc9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90b9b042-aa3e-457f-a330-09b06992edc9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90b9b042-aa3e-457f-a330-09b06992edc9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90b9b042-aa3e-457f-a330-09b06992edc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-90b9b042-aa3e-457f-a330-09b06992edc9.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-90b9b042-aa3e-457f-a330-09b06992edc9.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 {
  display: none;
}
#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8, #wrap-s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 {
  display: none;
}
#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8, #wrap-s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 { display: none !important; }}







#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc7f0f47-b96d-44ff-9c22-1799d848b2e8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c {
  display: none;
}
#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c, #wrap-s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c {
  display: none;
}
#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c, #wrap-s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c {
  
}
}
@media (min-width: 0px) {
[id="s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdbfb7e7-7c7c-4914-b14e-7597a6d0c70c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-cf761a0b-6d8d-4cfc-b9a3-5b621e7347bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-cf761a0b-6d8d-4cfc-b9a3-5b621e7347bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-cf761a0b-6d8d-4cfc-b9a3-5b621e7347bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf761a0b-6d8d-4cfc-b9a3-5b621e7347bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-038450f7-ad96-4554-9fa9-43647fd4d479 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-038450f7-ad96-4554-9fa9-43647fd4d479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-038450f7-ad96-4554-9fa9-43647fd4d479.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea729c06-853a-414b-82c4-c2bf98967cc6 {
  text-align: center;
}







  #s-ea729c06-853a-414b-82c4-c2bf98967cc6 img.shogun-image {
    

    
    
    
  }


#s-ea729c06-853a-414b-82c4-c2bf98967cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-be322a89-d052-4d5e-8127-c6abf5e9a7d3 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-be322a89-d052-4d5e-8127-c6abf5e9a7d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be322a89-d052-4d5e-8127-c6abf5e9a7d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe175293-c974-48ff-9558-3f3c276d1301 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-fe175293-c974-48ff-9558-3f3c276d1301 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d6c8a28-2c78-48bf-a990-bb682ea2d378 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-0d6c8a28-2c78-48bf-a990-bb682ea2d378"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-0d6c8a28-2c78-48bf-a990-bb682ea2d378"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6c8a28-2c78-48bf-a990-bb682ea2d378"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6c8a28-2c78-48bf-a990-bb682ea2d378"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-4075cda6-fd0d-4e26-a668-0a3fdad47b71 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-4075cda6-fd0d-4e26-a668-0a3fdad47b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4075cda6-fd0d-4e26-a668-0a3fdad47b71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29e154c6-6ff6-424d-9b86-0e1fa0b218d7 {
  text-align: center;
}







  #s-29e154c6-6ff6-424d-9b86-0e1fa0b218d7 img.shogun-image {
    

    
    
    
  }


#s-29e154c6-6ff6-424d-9b86-0e1fa0b218d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdd4fec6-df51-43fc-affc-bdf879275ff7 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-fdd4fec6-df51-43fc-affc-bdf879275ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdd4fec6-df51-43fc-affc-bdf879275ff7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aeb4634-c5bf-4830-bba1-fd38c80c4970 {
  text-align: center;
}







  #s-2aeb4634-c5bf-4830-bba1-fd38c80c4970 img.shogun-image {
    

    
    
    
  }


#s-2aeb4634-c5bf-4830-bba1-fd38c80c4970 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a002ef16-e6da-4d3f-8f74-ef0818d4e132 {
  display: none;
}
#s-a002ef16-e6da-4d3f-8f74-ef0818d4e132, #wrap-s-a002ef16-e6da-4d3f-8f74-ef0818d4e132 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a002ef16-e6da-4d3f-8f74-ef0818d4e132 {
  display: none;
}
#s-a002ef16-e6da-4d3f-8f74-ef0818d4e132, #wrap-s-a002ef16-e6da-4d3f-8f74-ef0818d4e132 { display: none !important; }}@media (max-width: 767px){#s-a002ef16-e6da-4d3f-8f74-ef0818d4e132 {
  
}
}
@media (min-width: 0px) {
[id="s-a002ef16-e6da-4d3f-8f74-ef0818d4e132"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a002ef16-e6da-4d3f-8f74-ef0818d4e132"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a002ef16-e6da-4d3f-8f74-ef0818d4e132"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a002ef16-e6da-4d3f-8f74-ef0818d4e132"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f76ac0bc-5891-4c62-b638-189eaf142ad4 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-f76ac0bc-5891-4c62-b638-189eaf142ad4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f76ac0bc-5891-4c62-b638-189eaf142ad4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f76ac0bc-5891-4c62-b638-189eaf142ad4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f76ac0bc-5891-4c62-b638-189eaf142ad4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ccde7c05-db38-4f71-8a09-6684b1b07429 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ccde7c05-db38-4f71-8a09-6684b1b07429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccde7c05-db38-4f71-8a09-6684b1b07429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e41c8da2-8cbb-455c-8eb4-a9804253ed4f {
  text-align: center;
}







  #s-e41c8da2-8cbb-455c-8eb4-a9804253ed4f img.shogun-image {
    

    
    
    
  }


#s-e41c8da2-8cbb-455c-8eb4-a9804253ed4f .shogun-image-content {
  
    align-items: center;
  
}

#s-a4783972-b8b8-462e-aeeb-6413ec894e46 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a4783972-b8b8-462e-aeeb-6413ec894e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4783972-b8b8-462e-aeeb-6413ec894e46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1835f93d-81d4-44dd-8cd7-3f4193dca5a2 {
  text-align: center;
}








#s-1835f93d-81d4-44dd-8cd7-3f4193dca5a2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-41305800-24ae-4de3-aaf2-89ac1fa4147d {
  display: none;
}
#s-41305800-24ae-4de3-aaf2-89ac1fa4147d, #wrap-s-41305800-24ae-4de3-aaf2-89ac1fa4147d { display: none !important; }}@media (max-width: 767px){#s-41305800-24ae-4de3-aaf2-89ac1fa4147d {
  display: none;
}
#s-41305800-24ae-4de3-aaf2-89ac1fa4147d, #wrap-s-41305800-24ae-4de3-aaf2-89ac1fa4147d { display: none !important; }}







#s-41305800-24ae-4de3-aaf2-89ac1fa4147d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41305800-24ae-4de3-aaf2-89ac1fa4147d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1 {
  display: none;
}
#s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1, #wrap-s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bcc0d01-fa27-4f67-bd07-52f4c94105c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-173024bd-c43d-4dc4-a5b2-86629af30d4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-173024bd-c43d-4dc4-a5b2-86629af30d4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-173024bd-c43d-4dc4-a5b2-86629af30d4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-173024bd-c43d-4dc4-a5b2-86629af30d4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-b2c2e59f-489d-4014-996b-145dbca79960 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-b2c2e59f-489d-4014-996b-145dbca79960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c2e59f-489d-4014-996b-145dbca79960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566f650b-4964-4d5c-8c80-96b88491069b {
  text-align: center;
}







  #s-566f650b-4964-4d5c-8c80-96b88491069b img.shogun-image {
    

    
    
    
  }


#s-566f650b-4964-4d5c-8c80-96b88491069b .shogun-image-content {
  
    align-items: center;
  
}

#s-71a653a6-0779-4255-bc0d-35c6f86a9276 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-71a653a6-0779-4255-bc0d-35c6f86a9276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a653a6-0779-4255-bc0d-35c6f86a9276.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec1852d-0fbf-48c4-a256-b8c533f2c28c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-3ec1852d-0fbf-48c4-a256-b8c533f2c28c .shogun-image-content {
  
    align-items: center;
  
}

#s-15ff18ff-c87a-4720-ac31-03cd372a257b {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-15ff18ff-c87a-4720-ac31-03cd372a257b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-15ff18ff-c87a-4720-ac31-03cd372a257b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-15ff18ff-c87a-4720-ac31-03cd372a257b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-15ff18ff-c87a-4720-ac31-03cd372a257b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a7aa1a8d-f1a4-44e0-936a-062e94dd6ad7 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a7aa1a8d-f1a4-44e0-936a-062e94dd6ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7aa1a8d-f1a4-44e0-936a-062e94dd6ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8de5aac5-afc3-480c-b108-c06867b5be02 {
  text-align: center;
}







  #s-8de5aac5-afc3-480c-b108-c06867b5be02 img.shogun-image {
    

    
    
    
  }


#s-8de5aac5-afc3-480c-b108-c06867b5be02 .shogun-image-content {
  
    align-items: center;
  
}

#s-723f1020-03a8-43d3-b252-e887fa6362b6 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-723f1020-03a8-43d3-b252-e887fa6362b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723f1020-03a8-43d3-b252-e887fa6362b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bcbc19f-1dd1-4e02-8338-643b73aa961d {
  text-align: center;
}







  #s-6bcbc19f-1dd1-4e02-8338-643b73aa961d img.shogun-image {
    

    
    
    
  }


#s-6bcbc19f-1dd1-4e02-8338-643b73aa961d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-6eca10f6-34ac-40ba-8575-a532ece1fcef {
  display: none;
}
#s-6eca10f6-34ac-40ba-8575-a532ece1fcef, #wrap-s-6eca10f6-34ac-40ba-8575-a532ece1fcef { display: none !important; }}
@media (min-width: 0px) {
[id="s-6eca10f6-34ac-40ba-8575-a532ece1fcef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-6eca10f6-34ac-40ba-8575-a532ece1fcef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-6eca10f6-34ac-40ba-8575-a532ece1fcef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eca10f6-34ac-40ba-8575-a532ece1fcef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-aa47b691-b4c2-4e57-92d6-59dfe8c69941 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-aa47b691-b4c2-4e57-92d6-59dfe8c69941"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-aa47b691-b4c2-4e57-92d6-59dfe8c69941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-aa47b691-b4c2-4e57-92d6-59dfe8c69941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa47b691-b4c2-4e57-92d6-59dfe8c69941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-e8187062-15b1-4c06-86cd-988969fb9d73 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-e8187062-15b1-4c06-86cd-988969fb9d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8187062-15b1-4c06-86cd-988969fb9d73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f85de4b-ced7-4bd9-ba3a-8cbb938f2cb2 {
  text-align: center;
}







  #s-8f85de4b-ced7-4bd9-ba3a-8cbb938f2cb2 img.shogun-image {
    

    
    
    
  }


#s-8f85de4b-ced7-4bd9-ba3a-8cbb938f2cb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c70d0dd-9277-4daf-87ad-5e953d920cd2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-5c70d0dd-9277-4daf-87ad-5e953d920cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c70d0dd-9277-4daf-87ad-5e953d920cd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8a128dc-eb43-4575-a4a4-59e55f8bd270 {
  text-align: center;
}








#s-d8a128dc-eb43-4575-a4a4-59e55f8bd270 .shogun-image-content {
  
    align-items: 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-c3692d18-6350-40c3-aa19-1169b58a8f01 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-c3692d18-6350-40c3-aa19-1169b58a8f01 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}








#s-ceab74cd-8357-4a34-8c8a-feef009ea99e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceab74cd-8357-4a34-8c8a-feef009ea99e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1959e89-298e-4dac-bfa0-f4b6c3d82ea6 {
  min-height: 50px;
}








#s-f1959e89-298e-4dac-bfa0-f4b6c3d82ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1959e89-298e-4dac-bfa0-f4b6c3d82ea6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-3ac56798-0864-441d-9e42-24dfb713e191 {
  
}
}
#s-1fae7556-27d4-49d9-9886-aab1772bc569 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fae7556-27d4-49d9-9886-aab1772bc569 {
  
}
}
#s-40cdd20c-87e6-4a4a-87a2-77cd3a252380 {
  min-height: 50px;
}








#s-40cdd20c-87e6-4a4a-87a2-77cd3a252380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40cdd20c-87e6-4a4a-87a2-77cd3a252380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5e9f861e-57e4-4b64-ad2a-f92c8d88ebf1 {
  
}
}
#s-f24dd6ec-0b4d-4eb6-bd86-507078e99c67 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f24dd6ec-0b4d-4eb6-bd86-507078e99c67 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-b5ad7fdc-43f1-46ea-b74a-4cb06c717d4c {
  
}
}
#s-52482972-6a2e-48db-b7d2-9683e051122a {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52482972-6a2e-48db-b7d2-9683e051122a {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-3e8de2d4-2d75-445d-96a4-ba91b6cae588 {
  
}
}
#s-4d7fdceb-9071-4bc6-b689-08afa2484bf0 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d7fdceb-9071-4bc6-b689-08afa2484bf0 {
  
}
}
@media (min-width: 0px) {
[id="s-d9196bd0-3fcf-41a2-88e0-1b51c1d90bae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9196bd0-3fcf-41a2-88e0-1b51c1d90bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9196bd0-3fcf-41a2-88e0-1b51c1d90bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9196bd0-3fcf-41a2-88e0-1b51c1d90bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd td.shogun-table-column, #s-e88dfdbc-31fa-461b-b478-272ac3fa8cdd td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d57dee49-0537-4202-b51f-16e0dd3c206b {
  min-height: 0px;
}

#s-b6530ba0-9da7-4364-a676-68b1843514cb {
  min-height: 0px;
}

#s-43925a51-6031-4a5d-b8de-9fbb51e21dce {
  min-height: 0px;
}

#s-2ea548d5-9696-413a-a114-9affae981408 {
  min-height: 0px;
}

#s-98f2da62-4dd8-40a2-84a1-aa3b2873dcbc {
  min-height: 0px;
}

#s-4e8de7a0-d700-4357-a5b2-3b748abbaeb3 {
  min-height: 0px;
}

#s-18769f9d-a7c5-49ed-ae88-b5bfee4e371f {
  min-height: 0px;
}

#s-64b97b6b-b323-4407-8b32-520bdb0d9603 {
  min-height: 0px;
}

#s-877965e4-f46f-4933-b587-c453fe46a78b {
  min-height: 0px;
}

#s-9973d05d-6616-4c3f-8ef0-a153c9f19532 {
  min-height: 0px;
}

#s-1f88a619-2700-45f7-9bbb-d8bfe123e4a1 {
  min-height: 0px;
}

#s-386b5947-fbdb-427a-9548-6fb324ee0bb1 {
  min-height: 0px;
}

#s-1dc75a9c-5b6d-454e-909b-953b02724231 {
  min-height: 0px;
}

#s-ab27e2d2-8dab-49bd-af1f-b3131e24e11a {
  min-height: 0px;
}

#s-c67b4f74-c918-431b-86a1-b4d23ead202a {
  min-height: 0px;
}

#s-0c4a65e2-8ffc-481c-8f9f-6c40dda684dd {
  min-height: 0px;
}

#s-0de186ee-32ac-4dc1-8727-e3d4804b40c6 {
  min-height: 0px;
}

#s-203b918e-60a0-48c0-9de5-ca419dc2ce92 {
  min-height: 0px;
}

#s-c5917207-f026-48a7-a878-ecf63a885264 {
  min-height: 0px;
}

#s-93725f85-c0cd-4410-8119-a041a7025338 {
  min-height: 0px;
}

#s-6f1acdcb-86b8-4489-81cc-e4c121e360e0 {
  min-height: 0px;
}

#s-157bcb08-bb91-43ed-9f66-b81c7f990ff3 {
  min-height: 0px;
}

#s-1d7ce7c3-471a-45bb-9de1-9aaac2db3bf8 {
  min-height: 0px;
}

#s-62ca30a1-5a12-4a90-bd05-96b9d57d4bfb {
  min-height: 0px;
}

#s-9f1aa322-bde7-46e1-bbc6-9916655c5816 {
  min-height: 0px;
}

#s-0ac902ce-a888-4855-8778-7d23de6c0031 {
  min-height: 0px;
}

#s-00832422-676e-4c09-9ad0-4524d265de21 {
  min-height: 0px;
}

#s-36ed12e3-f118-48d8-8701-809f3f6d0727 {
  min-height: 0px;
}

#s-9ac61354-e387-4b46-a12e-e7e86ae42473 {
  min-height: 0px;
}

#s-9315ec63-f41f-456d-9de9-976e9afb67aa {
  min-height: 0px;
}

#s-c28218cd-4751-4384-882c-d5c0f6a7082d {
  min-height: 0px;
}

#s-e319d6ca-5dfc-4ddf-bbdb-e63fb4156621 {
  min-height: 0px;
}

#s-8bf8d309-4bba-41a0-b364-a4d46c315fe7 {
  min-height: 0px;
}

#s-43bd6ee3-bf94-4da1-9142-72bcbff102e6 {
  min-height: 0px;
}

#s-aedf76b6-a2c9-4141-81db-4f042310dd16 {
  min-height: 0px;
}

#s-75f31714-55b8-47f1-a20f-e803ae9c3d82 {
  min-height: 0px;
}

#s-9340a235-8bbd-4a7c-9431-663d8b8b98cf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 0px;
}

#s-9eb038d7-eb78-41c6-b5b7-fac09fc6c228 {
  min-height: 0px;
}

#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 {
  display: none;
}
#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196, #wrap-s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 { display: none !important; }}@media (max-width: 767px){#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 {
  display: none;
}
#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196, #wrap-s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 { display: none !important; }}







#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2cfb2a8-a65b-4343-8653-d5feb44c3196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-fb98dadc-f0ca-455f-9645-849b3b463577 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb98dadc-f0ca-455f-9645-849b3b463577 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-eec58477-9db6-4a02-b854-0e683d0a607f {
  min-height: 100px;
}
@media (min-width: 1200px){#s-eec58477-9db6-4a02-b854-0e683d0a607f {
  display: none;
}
#s-eec58477-9db6-4a02-b854-0e683d0a607f, #wrap-s-eec58477-9db6-4a02-b854-0e683d0a607f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eec58477-9db6-4a02-b854-0e683d0a607f {
  display: none;
}
#s-eec58477-9db6-4a02-b854-0e683d0a607f, #wrap-s-eec58477-9db6-4a02-b854-0e683d0a607f { display: none !important; }}







#s-eec58477-9db6-4a02-b854-0e683d0a607f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec58477-9db6-4a02-b854-0e683d0a607f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf5ce00-caea-43f7-92d7-3446cee8f07e {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ddf5ce00-caea-43f7-92d7-3446cee8f07e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be {
  display: none;
}
#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be, #wrap-s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be {
  display: none;
}
#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be, #wrap-s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be {
  display: none;
}
#s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be, #wrap-s-aa20950f-bbd5-4641-bc0a-6f0ca86c42be { display: none !important; }}
#s-fe5a3b08-9f10-483e-a882-c62b20a67971 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5a3b08-9f10-483e-a882-c62b20a67971 img.shogun-image {
  width: 100%;
}



}
#s-c124605a-31b2-4ce5-9627-67531bf4d63c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-c124605a-31b2-4ce5-9627-67531bf4d63c .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8b40abff-393c-49db-bab4-0e7b1fc80680 {
  min-height: 50px;
text-align: center;
}

#s-8b40abff-393c-49db-bab4-0e7b1fc80680 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b40abff-393c-49db-bab4-0e7b1fc80680 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b40abff-393c-49db-bab4-0e7b1fc80680 .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-69ac8c58-8b15-4461-bfdf-98f862ce092e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-69ac8c58-8b15-4461-bfdf-98f862ce092e:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69ac8c58-8b15-4461-bfdf-98f862ce092e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69ac8c58-8b15-4461-bfdf-98f862ce092e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69ac8c58-8b15-4461-bfdf-98f862ce092e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69ac8c58-8b15-4461-bfdf-98f862ce092e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69ac8c58-8b15-4461-bfdf-98f862ce092e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-69ac8c58-8b15-4461-bfdf-98f862ce092e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a16821b-0281-44f6-9ee3-0d54be7d5ad1 img.shogun-image {
  width: 100%;
}



}
#s-c1ae638d-274e-4032-98a5-5bef6ba73865 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-c1ae638d-274e-4032-98a5-5bef6ba73865 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ea1a4e85-8e65-406b-897f-42e9306dae45 {
  min-height: 50px;
text-align: center;
}

#s-ea1a4e85-8e65-406b-897f-42e9306dae45 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea1a4e85-8e65-406b-897f-42e9306dae45 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ea1a4e85-8e65-406b-897f-42e9306dae45 .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-043e26a5-60d6-49b6-a85c-914a3d4b296b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-043e26a5-60d6-49b6-a85c-914a3d4b296b:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-043e26a5-60d6-49b6-a85c-914a3d4b296b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-043e26a5-60d6-49b6-a85c-914a3d4b296b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043e26a5-60d6-49b6-a85c-914a3d4b296b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043e26a5-60d6-49b6-a85c-914a3d4b296b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-043e26a5-60d6-49b6-a85c-914a3d4b296b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-043e26a5-60d6-49b6-a85c-914a3d4b296b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-643aa372-5c04-4012-94ec-7eb7a1b63829 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-643aa372-5c04-4012-94ec-7eb7a1b63829 {
  display: none;
}
#s-643aa372-5c04-4012-94ec-7eb7a1b63829, #wrap-s-643aa372-5c04-4012-94ec-7eb7a1b63829 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-643aa372-5c04-4012-94ec-7eb7a1b63829 {
  display: none;
}
#s-643aa372-5c04-4012-94ec-7eb7a1b63829, #wrap-s-643aa372-5c04-4012-94ec-7eb7a1b63829 { display: none !important; }}@media (max-width: 767px){#s-643aa372-5c04-4012-94ec-7eb7a1b63829 {
  display: none;
}
#s-643aa372-5c04-4012-94ec-7eb7a1b63829, #wrap-s-643aa372-5c04-4012-94ec-7eb7a1b63829 { display: none !important; }}
#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d59b63d1-8d21-4103-886f-e0dc33e4b6cc img.shogun-image {
  width: 100%;
}



}
#s-2cdc60e7-648f-44a7-9128-ff358dd71e24 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-2cdc60e7-648f-44a7-9128-ff358dd71e24 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3369ef12-9d3b-48c8-adf3-222bf52cfb40 {
  min-height: 50px;
text-align: center;
}

#s-3369ef12-9d3b-48c8-adf3-222bf52cfb40 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3369ef12-9d3b-48c8-adf3-222bf52cfb40 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3369ef12-9d3b-48c8-adf3-222bf52cfb40 .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-a862e003-a8c6-4312-a2a4-49ba96c3323b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a862e003-a8c6-4312-a2a4-49ba96c3323b:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a862e003-a8c6-4312-a2a4-49ba96c3323b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a862e003-a8c6-4312-a2a4-49ba96c3323b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a862e003-a8c6-4312-a2a4-49ba96c3323b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a862e003-a8c6-4312-a2a4-49ba96c3323b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a862e003-a8c6-4312-a2a4-49ba96c3323b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a862e003-a8c6-4312-a2a4-49ba96c3323b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-514697eb-fdb1-496d-90e6-79d3716dbcfb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-514697eb-fdb1-496d-90e6-79d3716dbcfb img.shogun-image {
  width: 100%;
}



}
#s-08c5002d-67a3-426b-9c1a-995e2466e596 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-08c5002d-67a3-426b-9c1a-995e2466e596 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b0cae40a-b9d7-43a5-a84e-8f94f07e9ea8 {
  min-height: 50px;
text-align: center;
}

#s-b0cae40a-b9d7-43a5-a84e-8f94f07e9ea8 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0cae40a-b9d7-43a5-a84e-8f94f07e9ea8 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0cae40a-b9d7-43a5-a84e-8f94f07e9ea8 .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-0047fdcb-0d6f-4e4f-befc-220270243f84 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0047fdcb-0d6f-4e4f-befc-220270243f84:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0047fdcb-0d6f-4e4f-befc-220270243f84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0047fdcb-0d6f-4e4f-befc-220270243f84 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0047fdcb-0d6f-4e4f-befc-220270243f84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0047fdcb-0d6f-4e4f-befc-220270243f84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0047fdcb-0d6f-4e4f-befc-220270243f84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0047fdcb-0d6f-4e4f-befc-220270243f84.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac3c13e7-4e5f-4f10-a840-1629b7023a56 img.shogun-image {
  width: 100%;
}



}
#s-add21fba-fdbb-4dba-85b2-40d2367d5d2f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-add21fba-fdbb-4dba-85b2-40d2367d5d2f .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9a21f401-4a72-435f-8468-7a33d7e54393 {
  min-height: 50px;
text-align: center;
}

#s-9a21f401-4a72-435f-8468-7a33d7e54393 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a21f401-4a72-435f-8468-7a33d7e54393 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a21f401-4a72-435f-8468-7a33d7e54393 .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-c44827fe-480a-4c33-a9bc-181c15323280 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c44827fe-480a-4c33-a9bc-181c15323280:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c44827fe-480a-4c33-a9bc-181c15323280:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c44827fe-480a-4c33-a9bc-181c15323280 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c44827fe-480a-4c33-a9bc-181c15323280.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c44827fe-480a-4c33-a9bc-181c15323280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c44827fe-480a-4c33-a9bc-181c15323280.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c44827fe-480a-4c33-a9bc-181c15323280.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1 {
  display: none;
}
#s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1, #wrap-s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1 { display: none !important; }}@media (max-width: 767px){#s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1 {
  display: none;
}
#s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1, #wrap-s-872fd1b9-8e7b-48ec-a797-5edb738b3ef1 { display: none !important; }}
#s-ba79fc6d-7a04-449e-84fb-4570b7e70b26 {
  margin-top: auto;
margin-bottom: auto;
}

#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09f7b011-a904-44cf-a92e-3a3ec33e55b2 img.shogun-image {
  width: 100%;
}



}
#s-6a5815af-9257-4d47-91b3-6d65a9f98a66 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-6a5815af-9257-4d47-91b3-6d65a9f98a66 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9e60eafc-526e-4571-b054-83a75a97e2bc {
  min-height: 50px;
text-align: center;
}

#s-9e60eafc-526e-4571-b054-83a75a97e2bc .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e60eafc-526e-4571-b054-83a75a97e2bc .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-9e60eafc-526e-4571-b054-83a75a97e2bc .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-01d77016-3199-4942-8752-597aa73cf029 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-01d77016-3199-4942-8752-597aa73cf029:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01d77016-3199-4942-8752-597aa73cf029:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01d77016-3199-4942-8752-597aa73cf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d77016-3199-4942-8752-597aa73cf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d77016-3199-4942-8752-597aa73cf029.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01d77016-3199-4942-8752-597aa73cf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-01d77016-3199-4942-8752-597aa73cf029.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-12554bc3-497c-4d78-bf37-235045371854 {
  margin-top: auto;
margin-bottom: auto;
}

#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9e1036-5066-4435-b0e5-3cd346cefd9c img.shogun-image {
  width: 100%;
}



}
#s-5c937323-837d-4335-9e3e-3122d4d4e55f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-5c937323-837d-4335-9e3e-3122d4d4e55f .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-93ca6d24-f1a6-4602-a30e-fc52bee5a33b {
  min-height: 50px;
text-align: center;
}

#s-93ca6d24-f1a6-4602-a30e-fc52bee5a33b .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-93ca6d24-f1a6-4602-a30e-fc52bee5a33b .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-93ca6d24-f1a6-4602-a30e-fc52bee5a33b .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-86f4d08e-31db-42c4-9629-75b665494964 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-86f4d08e-31db-42c4-9629-75b665494964:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86f4d08e-31db-42c4-9629-75b665494964:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86f4d08e-31db-42c4-9629-75b665494964 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86f4d08e-31db-42c4-9629-75b665494964.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86f4d08e-31db-42c4-9629-75b665494964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-86f4d08e-31db-42c4-9629-75b665494964.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-86f4d08e-31db-42c4-9629-75b665494964.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6ae06726-45b0-4dce-834a-0b76c190480c {
  margin-top: auto;
margin-bottom: auto;
}

#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81eebe6f-d6bd-459b-8749-c0d8ef9cf734 img.shogun-image {
  width: 100%;
}



}
#s-69b9db18-fd30-4bd1-801d-52b6ac622b5a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-69b9db18-fd30-4bd1-801d-52b6ac622b5a .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fb4d611a-b98f-45c8-99d0-5915ebf689b7 {
  min-height: 50px;
text-align: center;
}

#s-fb4d611a-b98f-45c8-99d0-5915ebf689b7 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb4d611a-b98f-45c8-99d0-5915ebf689b7 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-fb4d611a-b98f-45c8-99d0-5915ebf689b7 .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-cf4d0165-0628-4c69-b2b9-84c0074a4c31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf4d0165-0628-4c69-b2b9-84c0074a4c31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cf4d0165-0628-4c69-b2b9-84c0074a4c31.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3f9862c9-41a0-49f6-8edc-b72c294ab485 {
  margin-top: auto;
margin-bottom: auto;
}

#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23b6ee98-4747-4acb-bfe3-384ae759c6f7 img.shogun-image {
  width: 100%;
}



}
#s-6f654b89-c40e-44c0-a3eb-8874e27b35f4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-6f654b89-c40e-44c0-a3eb-8874e27b35f4 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fd470839-34d5-44f8-8d3d-423299e20acf {
  min-height: 50px;
text-align: center;
}

#s-fd470839-34d5-44f8-8d3d-423299e20acf .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd470839-34d5-44f8-8d3d-423299e20acf .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-fd470839-34d5-44f8-8d3d-423299e20acf .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-51b8330d-bf35-4188-85ac-866e262c7f72 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-51b8330d-bf35-4188-85ac-866e262c7f72:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51b8330d-bf35-4188-85ac-866e262c7f72:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51b8330d-bf35-4188-85ac-866e262c7f72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51b8330d-bf35-4188-85ac-866e262c7f72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51b8330d-bf35-4188-85ac-866e262c7f72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51b8330d-bf35-4188-85ac-866e262c7f72.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-51b8330d-bf35-4188-85ac-866e262c7f72.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


/*
  $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}
