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

.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-1c7d0bfb-f81d-4876-a555-16fe3b94d959 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1630px;
background-color: rgba(26, 25, 25, 1);
}

@media (min-width: 0px) {
[id="s-1c7d0bfb-f81d-4876-a555-16fe3b94d959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c7d0bfb-f81d-4876-a555-16fe3b94d959"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c7d0bfb-f81d-4876-a555-16fe3b94d959"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c7d0bfb-f81d-4876-a555-16fe3b94d959"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-a1e31af2-1cb5-40dd-9a73-1c88e18ce24e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 16px;
padding-bottom: 30px;
padding-right: 16px;
min-height: 50px;
max-width: 320px;
}








#s-a1e31af2-1cb5-40dd-9a73-1c88e18ce24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e31af2-1cb5-40dd-9a73-1c88e18ce24e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-8fe56a89-ea46-4f27-9831-02d356f2cdf7 {
  border-style: solid;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(243, 243, 243, 1);
text-align: center;
}

#s-8fe56a89-ea46-4f27-9831-02d356f2cdf7 .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-371b1a01-7f0d-4705-94f6-cbe431b7ddcb {
  margin-top: 10px;
}

#s-6d7053a8-295a-4c09-ac6a-a92d01d3181b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 16px;
padding-bottom: 30px;
padding-right: 16px;
min-height: 50px;
max-width: 320px;
}








#s-6d7053a8-295a-4c09-ac6a-a92d01d3181b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d7053a8-295a-4c09-ac6a-a92d01d3181b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76b01ecc-260a-49bf-b230-50268fdd4396 {
  border-style: solid;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(243, 243, 243, 1);
text-align: center;
}

#s-76b01ecc-260a-49bf-b230-50268fdd4396 .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-93e27c08-e56c-4215-8088-1d0d9c976ebf {
  margin-top: 10px;
}

#s-1cb327bf-9cec-4932-819d-ce910b7ee556 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 16px;
padding-bottom: 30px;
padding-right: 16px;
min-height: 50px;
max-width: 320px;
}








#s-1cb327bf-9cec-4932-819d-ce910b7ee556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb327bf-9cec-4932-819d-ce910b7ee556.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0351433-0728-4ab7-928b-02efb960b7ae {
  border-style: solid;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(243, 243, 243, 1);
text-align: center;
}

#s-b0351433-0728-4ab7-928b-02efb960b7ae .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6016e29a-c2c4-4146-ad4b-c16b5e649fd1 {
  padding-top: 10px;
}

#s-41ba57ff-994e-4620-9d33-5b12ae4389c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-41ba57ff-994e-4620-9d33-5b12ae4389c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ba57ff-994e-4620-9d33-5b12ae4389c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-70d76138-cc2b-4559-9f5d-29885c332481 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 1684px;
}

#s-70d76138-cc2b-4559-9f5d-29885c332481 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-70d76138-cc2b-4559-9f5d-29885c332481 .shg-sld-nav-button.shg-sld-left,
#s-70d76138-cc2b-4559-9f5d-29885c332481 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4058ffe0-5016-43d5-9698-5ac08f56b038 {
  margin-top: 43px;
margin-left: auto;
margin-bottom: 33px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1546px;
}








#s-4058ffe0-5016-43d5-9698-5ac08f56b038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4058ffe0-5016-43d5-9698-5ac08f56b038.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-895440fb-11a3-4258-80f6-28185bbb7907 {
  padding-bottom: 43px;
text-align: center;
}

#s-895440fb-11a3-4258-80f6-28185bbb7907 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cc61bbb6-402f-4467-a448-d0629991f60c {
  margin-top: 4px;
}

@media (min-width: 0px) {
[id="s-cc61bbb6-402f-4467-a448-d0629991f60c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc61bbb6-402f-4467-a448-d0629991f60c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cc61bbb6-402f-4467-a448-d0629991f60c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc61bbb6-402f-4467-a448-d0629991f60c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  text-align: left;
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  max-width:  100%;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom,
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  max-width:  100%;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom,
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  max-width:  100%;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom,
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  max-width:  100%;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom,
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 {
  max-width:  100%;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom,
.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42171193-d446-41b3-bbcb-e57c4eb73373 img.shogun-image {
  width: 100%;
}



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

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

#s-98672268-8011-4e8e-9d41-de7b70054334 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98672268-8011-4e8e-9d41-de7b70054334 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e6baa45f-7ded-4610-82d0-e8fa5d636844 {
  text-align: center;
}

#s-e6baa45f-7ded-4610-82d0-e8fa5d636844 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6baa45f-7ded-4610-82d0-e8fa5d636844 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-e6baa45f-7ded-4610-82d0-e8fa5d636844 .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-df25b784-4d98-48f8-80a5-6af3a8134d3d {
  min-height: 32px;
}
@media (min-width: 1200px){#s-df25b784-4d98-48f8-80a5-6af3a8134d3d {
  display: none;
}
#s-df25b784-4d98-48f8-80a5-6af3a8134d3d, #wrap-s-df25b784-4d98-48f8-80a5-6af3a8134d3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df25b784-4d98-48f8-80a5-6af3a8134d3d {
  display: none;
}
#s-df25b784-4d98-48f8-80a5-6af3a8134d3d, #wrap-s-df25b784-4d98-48f8-80a5-6af3a8134d3d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df25b784-4d98-48f8-80a5-6af3a8134d3d {
  display: none;
}
#s-df25b784-4d98-48f8-80a5-6af3a8134d3d, #wrap-s-df25b784-4d98-48f8-80a5-6af3a8134d3d { display: none !important; }}







#s-df25b784-4d98-48f8-80a5-6af3a8134d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df25b784-4d98-48f8-80a5-6af3a8134d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  text-align: left;
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  max-width:  100%;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom,
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  max-width:  100%;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom,
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  max-width:  100%;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom,
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  max-width:  100%;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom,
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 {
  max-width:  100%;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom,
.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf174b1a-2dc5-494d-8425-074bcc9ee2d6 img.shogun-image {
  width: 100%;
}



}
#s-8fce04ea-489e-4ac7-acdf-ec54d07fe128 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fce04ea-489e-4ac7-acdf-ec54d07fe128 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fc3f6a62-e4bc-4bca-a906-5563a2ce0125 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fc3f6a62-e4bc-4bca-a906-5563a2ce0125 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc3f6a62-e4bc-4bca-a906-5563a2ce0125 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-fc3f6a62-e4bc-4bca-a906-5563a2ce0125 .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-23e72d4d-647f-4237-a180-7f1d65f56586 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-23e72d4d-647f-4237-a180-7f1d65f56586 {
  display: none;
}
#s-23e72d4d-647f-4237-a180-7f1d65f56586, #wrap-s-23e72d4d-647f-4237-a180-7f1d65f56586 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23e72d4d-647f-4237-a180-7f1d65f56586 {
  display: none;
}
#s-23e72d4d-647f-4237-a180-7f1d65f56586, #wrap-s-23e72d4d-647f-4237-a180-7f1d65f56586 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23e72d4d-647f-4237-a180-7f1d65f56586 {
  display: none;
}
#s-23e72d4d-647f-4237-a180-7f1d65f56586, #wrap-s-23e72d4d-647f-4237-a180-7f1d65f56586 { display: none !important; }}







#s-23e72d4d-647f-4237-a180-7f1d65f56586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e72d4d-647f-4237-a180-7f1d65f56586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  text-align: left;
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  max-width:  100%;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom,
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  max-width:  100%;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom,
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  max-width:  100%;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom,
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  max-width:  100%;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom,
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 {
  max-width:  100%;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom,
.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943f73e2-4002-48bf-a627-f4606bf7abe9 img.shogun-image {
  width: 100%;
}



}
#s-0826c0e1-f295-4515-8270-bc6ad82520ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0826c0e1-f295-4515-8270-bc6ad82520ae .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bd4d6812-942c-48cf-9e54-2e63c62a1b1a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bd4d6812-942c-48cf-9e54-2e63c62a1b1a .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bd4d6812-942c-48cf-9e54-2e63c62a1b1a .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-bd4d6812-942c-48cf-9e54-2e63c62a1b1a .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-b447b291-742d-40be-83d2-31969495b89f {
  min-height: 32px;
}
@media (min-width: 1200px){#s-b447b291-742d-40be-83d2-31969495b89f {
  display: none;
}
#s-b447b291-742d-40be-83d2-31969495b89f, #wrap-s-b447b291-742d-40be-83d2-31969495b89f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b447b291-742d-40be-83d2-31969495b89f {
  display: none;
}
#s-b447b291-742d-40be-83d2-31969495b89f, #wrap-s-b447b291-742d-40be-83d2-31969495b89f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b447b291-742d-40be-83d2-31969495b89f {
  display: none;
}
#s-b447b291-742d-40be-83d2-31969495b89f, #wrap-s-b447b291-742d-40be-83d2-31969495b89f { display: none !important; }}







#s-b447b291-742d-40be-83d2-31969495b89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b447b291-742d-40be-83d2-31969495b89f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  text-align: left;
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  max-width:  100%;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom,
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  max-width:  100%;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom,
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  max-width:  100%;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom,
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  max-width:  100%;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom,
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 {
  max-width:  100%;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom,
.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  max-width: 364px !important;
  
}

.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9c4866a-1ccb-4de1-8ee5-901b393c7c31 img.shogun-image {
  width: 100%;
}



}
#s-74f0e887-a5ef-4a67-bbc0-a0391e9e50fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74f0e887-a5ef-4a67-bbc0-a0391e9e50fa .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-90601557-839b-4148-9b7a-1c29864979c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-90601557-839b-4148-9b7a-1c29864979c0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90601557-839b-4148-9b7a-1c29864979c0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-90601557-839b-4148-9b7a-1c29864979c0 .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-d6b597be-af9f-4191-81c2-4ecf038aa7ad {
  min-height: 32px;
}
@media (min-width: 1200px){#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad {
  display: none;
}
#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad, #wrap-s-d6b597be-af9f-4191-81c2-4ecf038aa7ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad {
  display: none;
}
#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad, #wrap-s-d6b597be-af9f-4191-81c2-4ecf038aa7ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad {
  display: none;
}
#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad, #wrap-s-d6b597be-af9f-4191-81c2-4ecf038aa7ad { display: none !important; }}







#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b597be-af9f-4191-81c2-4ecf038aa7ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a05a0e2f-ac91-44af-bfde-aecf6e108347 {
  margin-top: 43px;
margin-left: auto;
margin-bottom: 33px;
margin-right: auto;
min-height: 50px;
max-width: 1546px;
}








#s-a05a0e2f-ac91-44af-bfde-aecf6e108347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05a0e2f-ac91-44af-bfde-aecf6e108347.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a362664e-667b-4d67-8e3f-6cca51c1af33 {
  padding-bottom: 43px;
text-align: center;
}

#s-a362664e-667b-4d67-8e3f-6cca51c1af33 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-63d4773d-8a57-4fd5-a916-ff1ebfc4a1ba {
  margin-top: 4px;
}

@media (min-width: 0px) {
[id="s-63d4773d-8a57-4fd5-a916-ff1ebfc4a1ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63d4773d-8a57-4fd5-a916-ff1ebfc4a1ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-63d4773d-8a57-4fd5-a916-ff1ebfc4a1ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-63d4773d-8a57-4fd5-a916-ff1ebfc4a1ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5db7ba1a-287b-4d15-9f35-a44f18818207 {
  text-align: left;
}



.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5db7ba1a-287b-4d15-9f35-a44f18818207 img.shogun-image {
  width: 100%;
}



}
#s-90876c74-3c17-47a7-bfac-6c44f48146fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90876c74-3c17-47a7-bfac-6c44f48146fb .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9dea1ca7-0484-49ef-a797-e952f01797de {
  text-align: center;
}

#s-9dea1ca7-0484-49ef-a797-e952f01797de .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9dea1ca7-0484-49ef-a797-e952f01797de .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9dea1ca7-0484-49ef-a797-e952f01797de .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-276a2297-dbc1-43a7-8b52-d5287cdb41b1 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 {
  display: none;
}
#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1, #wrap-s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 {
  display: none;
}
#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1, #wrap-s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 {
  display: none;
}
#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1, #wrap-s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 { display: none !important; }}







#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-276a2297-dbc1-43a7-8b52-d5287cdb41b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 {
  text-align: left;
}



.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-872a7c5f-ed15-43bc-8ca0-3efcf1486348 img.shogun-image {
  width: 100%;
}



}
#s-278168c5-6bf2-46a3-8aee-fcb744b44121 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278168c5-6bf2-46a3-8aee-fcb744b44121 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d5234371-a32a-49a7-a5b0-f77a85b99b53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5234371-a32a-49a7-a5b0-f77a85b99b53 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d5234371-a32a-49a7-a5b0-f77a85b99b53 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d5234371-a32a-49a7-a5b0-f77a85b99b53 .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-ae68d4d0-491a-421b-8051-64e40b339e6c {
  min-height: 32px;
}
@media (min-width: 1200px){#s-ae68d4d0-491a-421b-8051-64e40b339e6c {
  display: none;
}
#s-ae68d4d0-491a-421b-8051-64e40b339e6c, #wrap-s-ae68d4d0-491a-421b-8051-64e40b339e6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae68d4d0-491a-421b-8051-64e40b339e6c {
  display: none;
}
#s-ae68d4d0-491a-421b-8051-64e40b339e6c, #wrap-s-ae68d4d0-491a-421b-8051-64e40b339e6c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae68d4d0-491a-421b-8051-64e40b339e6c {
  display: none;
}
#s-ae68d4d0-491a-421b-8051-64e40b339e6c, #wrap-s-ae68d4d0-491a-421b-8051-64e40b339e6c { display: none !important; }}







#s-ae68d4d0-491a-421b-8051-64e40b339e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae68d4d0-491a-421b-8051-64e40b339e6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b87acb-83ae-4472-9db7-3133cf5449c3 {
  text-align: left;
}



.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70b87acb-83ae-4472-9db7-3133cf5449c3 img.shogun-image {
  width: 100%;
}



}
#s-64dc8eca-1f5b-4d42-a618-fef6b6ecac81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64dc8eca-1f5b-4d42-a618-fef6b6ecac81 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c25824be-b01a-493f-8dd0-b3c1f2e23b82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c25824be-b01a-493f-8dd0-b3c1f2e23b82 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c25824be-b01a-493f-8dd0-b3c1f2e23b82 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c25824be-b01a-493f-8dd0-b3c1f2e23b82 .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-06d88c7d-73d2-42f0-944b-9590d38c8107 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-06d88c7d-73d2-42f0-944b-9590d38c8107 {
  display: none;
}
#s-06d88c7d-73d2-42f0-944b-9590d38c8107, #wrap-s-06d88c7d-73d2-42f0-944b-9590d38c8107 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06d88c7d-73d2-42f0-944b-9590d38c8107 {
  display: none;
}
#s-06d88c7d-73d2-42f0-944b-9590d38c8107, #wrap-s-06d88c7d-73d2-42f0-944b-9590d38c8107 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06d88c7d-73d2-42f0-944b-9590d38c8107 {
  display: none;
}
#s-06d88c7d-73d2-42f0-944b-9590d38c8107, #wrap-s-06d88c7d-73d2-42f0-944b-9590d38c8107 { display: none !important; }}







#s-06d88c7d-73d2-42f0-944b-9590d38c8107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d88c7d-73d2-42f0-944b-9590d38c8107.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d96d4786-174d-4898-90d5-0825c4398394 {
  text-align: left;
}



.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d96d4786-174d-4898-90d5-0825c4398394 img.shogun-image {
  width: 100%;
}



}
#s-1a8659d5-b9b7-4d99-838d-32f6d88ee535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a8659d5-b9b7-4d99-838d-32f6d88ee535 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-453a0fdb-ef6d-4095-be99-526af5e25afa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-453a0fdb-ef6d-4095-be99-526af5e25afa .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-453a0fdb-ef6d-4095-be99-526af5e25afa .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-453a0fdb-ef6d-4095-be99-526af5e25afa .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-8db1870e-ed87-499f-94ba-d1d6f61c3e59 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 {
  display: none;
}
#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59, #wrap-s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 {
  display: none;
}
#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59, #wrap-s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 {
  display: none;
}
#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59, #wrap-s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 { display: none !important; }}







#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db1870e-ed87-499f-94ba-d1d6f61c3e59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9044f56e-6356-4e0b-8d31-c2c39e215e2d {
  margin-top: 43px;
margin-left: auto;
margin-bottom: 33px;
margin-right: auto;
min-height: 50px;
max-width: 1546px;
}








#s-9044f56e-6356-4e0b-8d31-c2c39e215e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9044f56e-6356-4e0b-8d31-c2c39e215e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cac2c69c-ff41-45a3-b9b4-85546f3ce1dc {
  padding-bottom: 43px;
text-align: center;
}

#s-cac2c69c-ff41-45a3-b9b4-85546f3ce1dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c44754fd-4441-44d9-b09b-ea0ceee4283a {
  margin-top: 4px;
}

@media (min-width: 0px) {
[id="s-c44754fd-4441-44d9-b09b-ea0ceee4283a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c44754fd-4441-44d9-b09b-ea0ceee4283a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c44754fd-4441-44d9-b09b-ea0ceee4283a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c44754fd-4441-44d9-b09b-ea0ceee4283a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 {
  text-align: left;
}



.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a8f61e-36c6-4bf3-8439-79f6a30ca335 img.shogun-image {
  width: 100%;
}



}
#s-dd2dfa67-48b8-4d09-804c-c3ec35f45fa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd2dfa67-48b8-4d09-804c-c3ec35f45fa1 .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-75e346b4-33b8-4092-bc3f-31b2794cdbd9 {
  text-align: center;
}

#s-75e346b4-33b8-4092-bc3f-31b2794cdbd9 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75e346b4-33b8-4092-bc3f-31b2794cdbd9 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-75e346b4-33b8-4092-bc3f-31b2794cdbd9 .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-3b015211-d4e2-4962-a4e9-139f83eb5b88 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-3b015211-d4e2-4962-a4e9-139f83eb5b88 {
  display: none;
}
#s-3b015211-d4e2-4962-a4e9-139f83eb5b88, #wrap-s-3b015211-d4e2-4962-a4e9-139f83eb5b88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b015211-d4e2-4962-a4e9-139f83eb5b88 {
  display: none;
}
#s-3b015211-d4e2-4962-a4e9-139f83eb5b88, #wrap-s-3b015211-d4e2-4962-a4e9-139f83eb5b88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b015211-d4e2-4962-a4e9-139f83eb5b88 {
  display: none;
}
#s-3b015211-d4e2-4962-a4e9-139f83eb5b88, #wrap-s-3b015211-d4e2-4962-a4e9-139f83eb5b88 { display: none !important; }}







#s-3b015211-d4e2-4962-a4e9-139f83eb5b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b015211-d4e2-4962-a4e9-139f83eb5b88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-629717a9-7d05-430a-92d1-5b6ece70bf4d {
  text-align: left;
}



.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-629717a9-7d05-430a-92d1-5b6ece70bf4d img.shogun-image {
  width: 100%;
}



}
#s-bf220fd1-744e-4d36-a27a-ca3a04ff5cda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf220fd1-744e-4d36-a27a-ca3a04ff5cda .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7928ef8f-2b89-4d16-9816-b33e99297c41 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7928ef8f-2b89-4d16-9816-b33e99297c41 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7928ef8f-2b89-4d16-9816-b33e99297c41 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7928ef8f-2b89-4d16-9816-b33e99297c41 .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-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 {
  display: none;
}
#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51, #wrap-s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 {
  display: none;
}
#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51, #wrap-s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 {
  display: none;
}
#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51, #wrap-s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 { display: none !important; }}







#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feaaf9a5-cc56-4dc5-b28e-0d4f0d0e6b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 {
  text-align: left;
}



.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fe3f8d6-400b-4e81-aa3b-482bcdc7d335 img.shogun-image {
  width: 100%;
}



}
#s-00370818-d8d9-43af-93ef-d39a716cb9dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00370818-d8d9-43af-93ef-d39a716cb9dc .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-81a86d9f-940c-450c-a9a4-9ca20e8aadc7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-81a86d9f-940c-450c-a9a4-9ca20e8aadc7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81a86d9f-940c-450c-a9a4-9ca20e8aadc7 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-81a86d9f-940c-450c-a9a4-9ca20e8aadc7 .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-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b {
  min-height: 32px;
}
@media (min-width: 1200px){#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b {
  display: none;
}
#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b, #wrap-s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b {
  display: none;
}
#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b, #wrap-s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b {
  display: none;
}
#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b, #wrap-s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b { display: none !important; }}







#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf1524a-b08e-4cc7-bac8-23b93d5e8b6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe {
  text-align: left;
}



.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd794c6e-54ba-4bb8-afe8-fbb43eaeb7fe img.shogun-image {
  width: 100%;
}



}
#s-10274a39-e3ef-432d-8474-cfb7d39166ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10274a39-e3ef-432d-8474-cfb7d39166ad .shg-product-title-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5c3b0436-561b-482a-9cdf-f91001e1695f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5c3b0436-561b-482a-9cdf-f91001e1695f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c3b0436-561b-482a-9cdf-f91001e1695f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c3b0436-561b-482a-9cdf-f91001e1695f .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-702e1069-f47d-431c-a30b-6914d48cd098 {
  min-height: 32px;
}
@media (min-width: 1200px){#s-702e1069-f47d-431c-a30b-6914d48cd098 {
  display: none;
}
#s-702e1069-f47d-431c-a30b-6914d48cd098, #wrap-s-702e1069-f47d-431c-a30b-6914d48cd098 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-702e1069-f47d-431c-a30b-6914d48cd098 {
  display: none;
}
#s-702e1069-f47d-431c-a30b-6914d48cd098, #wrap-s-702e1069-f47d-431c-a30b-6914d48cd098 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-702e1069-f47d-431c-a30b-6914d48cd098 {
  display: none;
}
#s-702e1069-f47d-431c-a30b-6914d48cd098, #wrap-s-702e1069-f47d-431c-a30b-6914d48cd098 { display: none !important; }}







#s-702e1069-f47d-431c-a30b-6914d48cd098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-702e1069-f47d-431c-a30b-6914d48cd098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d215b96d-4894-449b-bd46-3a9d9d67d918 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 500px;
}








#s-d215b96d-4894-449b-bd46-3a9d9d67d918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d215b96d-4894-449b-bd46-3a9d9d67d918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b80fa8a-cf7a-4536-8939-9dc0789d3539 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b80fa8a-cf7a-4536-8939-9dc0789d3539 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



@media (min-width: 0px) {
[id="s-85f4dc02-08fc-4481-8107-deead7bdaba1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85f4dc02-08fc-4481-8107-deead7bdaba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85f4dc02-08fc-4481-8107-deead7bdaba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85f4dc02-08fc-4481-8107-deead7bdaba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-fa348277-9aac-493b-9494-0a1fdec50b29 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 1px;
padding-bottom: 0px;
min-height: 124px;
}








#s-fa348277-9aac-493b-9494-0a1fdec50b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa348277-9aac-493b-9494-0a1fdec50b29.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c2e9009-39d7-4373-9052-53e64afb9b1a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-1c2e9009-39d7-4373-9052-53e64afb9b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2e9009-39d7-4373-9052-53e64afb9b1a.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-8dd3fa81-9197-4271-87fd-533c4b965934 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  #s-8dd3fa81-9197-4271-87fd-533c4b965934 img.shogun-image {
    

    
    
    
  }


#s-8dd3fa81-9197-4271-87fd-533c4b965934 .shogun-image-content {
  
    align-items: center;
  
}

#s-688e2d1f-f046-468c-bead-986317c17ae9 {
  border-style: solid;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 51px;
}








#s-688e2d1f-f046-468c-bead-986317c17ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688e2d1f-f046-468c-bead-986317c17ae9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cd956df-513f-406e-bc5d-f4ab6204f7bf {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-0d8d5a73-e68d-4193-bb11-e28e8f4dce1a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-0d8d5a73-e68d-4193-bb11-e28e8f4dce1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8d5a73-e68d-4193-bb11-e28e8f4dce1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d289b64b-e7cf-486a-a9ce-08f8377d3310 {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-d289b64b-e7cf-486a-a9ce-08f8377d3310 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f10c599a-4ec1-4db3-b653-be695f3548b5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}








#s-f10c599a-4ec1-4db3-b653-be695f3548b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10c599a-4ec1-4db3-b653-be695f3548b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48505edf-480e-4009-bc80-2e7bfff9534e {
  min-height: 124px;
}








#s-48505edf-480e-4009-bc80-2e7bfff9534e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48505edf-480e-4009-bc80-2e7bfff9534e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd255cf6-bf8f-4441-bd0a-37fae4ada75a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-fd255cf6-bf8f-4441-bd0a-37fae4ada75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd255cf6-bf8f-4441-bd0a-37fae4ada75a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d91e208-29a0-4d77-bfe7-deb8dae8db6b {
  padding-top: 10px;
padding-bottom: 17px;
text-align: center;
}

#s-1d91e208-29a0-4d77-bfe7-deb8dae8db6b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1eeaf5af-fdfa-472c-aabe-0fb484a33384 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 44px;
}








#s-1eeaf5af-fdfa-472c-aabe-0fb484a33384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eeaf5af-fdfa-472c-aabe-0fb484a33384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cddf72f-3e31-4f64-b861-4e46759ab20d {
  margin-top: -1px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 124px;
}








#s-0cddf72f-3e31-4f64-b861-4e46759ab20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cddf72f-3e31-4f64-b861-4e46759ab20d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1670fc9-1bc6-47ad-9e45-f1b0eada9668 {
  border-style: solid;
margin-top: 1px;
margin-bottom: 1px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-e1670fc9-1bc6-47ad-9e45-f1b0eada9668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1670fc9-1bc6-47ad-9e45-f1b0eada9668.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2ae6cb4-4aae-4a16-abe2-dd143cc4eb0d {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-e2ae6cb4-4aae-4a16-abe2-dd143cc4eb0d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b14e1357-3ad3-44ba-8ea5-f7cc704a2fa8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 49px;
}








#s-b14e1357-3ad3-44ba-8ea5-f7cc704a2fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b14e1357-3ad3-44ba-8ea5-f7cc704a2fa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f1cdbcf-b193-4e90-9cdf-760e47938138 {
  min-height: 124px;
}








#s-2f1cdbcf-b193-4e90-9cdf-760e47938138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f1cdbcf-b193-4e90-9cdf-760e47938138.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3911c29a-a038-43b6-8a0b-dbfbd1876e97 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-3911c29a-a038-43b6-8a0b-dbfbd1876e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3911c29a-a038-43b6-8a0b-dbfbd1876e97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8521f82a-4f46-4543-80bd-0a1bcf2f4935 {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-8521f82a-4f46-4543-80bd-0a1bcf2f4935 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0a355b64-affa-4792-9dd2-ae79f217579a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}








#s-0a355b64-affa-4792-9dd2-ae79f217579a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a355b64-affa-4792-9dd2-ae79f217579a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e96d96f6-609f-4247-989c-e85d53f700f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 124px;
}








#s-e96d96f6-609f-4247-989c-e85d53f700f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e96d96f6-609f-4247-989c-e85d53f700f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54b48dd6-14cf-4f49-b25a-ba1781520114 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-54b48dd6-14cf-4f49-b25a-ba1781520114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b48dd6-14cf-4f49-b25a-ba1781520114.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31f69eee-c74a-4d86-9d29-65d2ec3aa953 {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-31f69eee-c74a-4d86-9d29-65d2ec3aa953 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-aefd2ecf-3c53-4c8c-8de6-c3ee334ca3c4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}








#s-aefd2ecf-3c53-4c8c-8de6-c3ee334ca3c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aefd2ecf-3c53-4c8c-8de6-c3ee334ca3c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-815e299f-ab75-4086-8595-fc4481096119 {
  min-height: 124px;
}








#s-815e299f-ab75-4086-8595-fc4481096119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-815e299f-ab75-4086-8595-fc4481096119.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c89d3b3f-ba7f-4e1b-96f1-e9bcce16e17d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-c89d3b3f-ba7f-4e1b-96f1-e9bcce16e17d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c89d3b3f-ba7f-4e1b-96f1-e9bcce16e17d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc944801-4aa1-4be0-8f8f-b16cf38af737 {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-bc944801-4aa1-4be0-8f8f-b16cf38af737 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-270e1343-b96e-46c9-9ae1-c6aa91203a22 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}








#s-270e1343-b96e-46c9-9ae1-c6aa91203a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-270e1343-b96e-46c9-9ae1-c6aa91203a22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6b6bbf-e67f-4f47-a3ff-cd28fffba38d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 124px;
}








#s-4c6b6bbf-e67f-4f47-a3ff-cd28fffba38d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c6b6bbf-e67f-4f47-a3ff-cd28fffba38d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a66fd57-d57a-4abe-a817-5cf991971bd4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}








#s-4a66fd57-d57a-4abe-a817-5cf991971bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a66fd57-d57a-4abe-a817-5cf991971bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe9e9fd5-fd44-4746-9c25-9ddabd1ef41f {
  padding-top: 21px;
padding-bottom: 20px;
text-align: center;
}

#s-fe9e9fd5-fd44-4746-9c25-9ddabd1ef41f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3fd5dbbf-df4a-4877-8eb1-06da83457ab0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}








#s-3fd5dbbf-df4a-4877-8eb1-06da83457ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fd5dbbf-df4a-4877-8eb1-06da83457ab0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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