.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    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-0531a7bb-a386-41be-99f5-92e53d0aaebf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}








#s-0531a7bb-a386-41be-99f5-92e53d0aaebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0531a7bb-a386-41be-99f5-92e53d0aaebf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}

#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  background-image: url(https://i.shgcdn.com/e9ba7448-d53d-4809-8787-e0c5d3d9b6ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed {
  cursor: pointer;
}#s-ab955ab2-1a32-4f57-8d5a-9cdd825426ed.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

.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;
  
  
  text-transform: none;
  
  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-df304249-1b82-4ab0-b962-66b8bfce7605 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df304249-1b82-4ab0-b962-66b8bfce7605 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Fugaz One";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}



#s-ad701228-e2c6-4f14-ac11-5d2a23814e96 {
  margin-bottom: 20px;
}

#s-e2ca50c3-ca1e-45a3-b90c-1d599fd7ff2d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(19, 20, 18, 1);
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-f7e6db66-eeca-4bd1-b61d-d5cbee18c4d1 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(122, 197, 76, 1);
}

#s-f7e6db66-eeca-4bd1-b61d-d5cbee18c4d1 .shogun-countdown span, #s-f7e6db66-eeca-4bd1-b61d-d5cbee18c4d1 .shogun-countdown label {
  color: rgba(19, 20, 18, 1);
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzExNGY0MWItMmMyYy00MTRiLWIwN2ItYzBiYzc3NzQxMjU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNTNjMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2M4NjI3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MTE0ZjQxYi0yYzJjLTQxNGItYjA3Yi1jMGJjNzc3NDEyNTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(19, 20, 18, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#53c000"}, {"id"=>2, "pos"=>1, "color"=>"#3c8627"}] !important;
hover-type: gradient !important;}#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f0593691-5c16-476b-ba2b-77d0b4e79445 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-f0593691-5c16-476b-ba2b-77d0b4e79445 .shogun-heading-component h1 {
  color: rgba(19, 20, 18, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

#s-d6189791-7f88-4ad6-8be9-65b1928a8520 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-72835be4-86d7-4562-89e7-ffb64260acc3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-72835be4-86d7-4562-89e7-ffb64260acc3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-72835be4-86d7-4562-89e7-ffb64260acc3.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-c42602ba-787a-4108-ab0c-5d37737526fd {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-c42602ba-787a-4108-ab0c-5d37737526fd hr {
  border-top: 2px solid #ddd;
}

#s-072522a9-26a9-4cac-a8ee-06d13dc63c02 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-072522a9-26a9-4cac-a8ee-06d13dc63c02 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6217fa80-1748-425a-9738-90d8c0cdb10e {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-6217fa80-1748-425a-9738-90d8c0cdb10e:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6217fa80-1748-425a-9738-90d8c0cdb10e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894.shg-box.shg-c {
  justify-content: flex-start;
}

#s-354ae7b9-0c64-40d8-b1fa-e6b8d82bada0 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-354ae7b9-0c64-40d8-b1fa-e6b8d82bada0 hr {
  border-top: 2px solid #ddd;
}

#s-5929c547-b942-4fba-b579-e429f36ad48b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5929c547-b942-4fba-b579-e429f36ad48b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-49cb842b-1e62-40b3-9265-40c951f6fb92 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-49cb842b-1e62-40b3-9265-40c951f6fb92:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-49cb842b-1e62-40b3-9265-40c951f6fb92:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-3f4d4dbb-84e3-482b-999b-649d754e7374 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3f4d4dbb-84e3-482b-999b-649d754e7374"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f4d4dbb-84e3-482b-999b-649d754e7374"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-3f4d4dbb-84e3-482b-999b-649d754e7374"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f4d4dbb-84e3-482b-999b-649d754e7374"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-3fe4e8b2-aa8f-494f-9277-5ecb917bd2fd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-3fe4e8b2-aa8f-494f-9277-5ecb917bd2fd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-3fe4e8b2-aa8f-494f-9277-5ecb917bd2fd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5f20dfa-95c2-45d7-8bd7-bf45758dc5a8 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-c5f20dfa-95c2-45d7-8bd7-bf45758dc5a8 hr {
  border-top: 2px solid #ddd;
}

#s-944858b8-3abe-4d6c-a66a-0bc9071c9528 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-944858b8-3abe-4d6c-a66a-0bc9071c9528 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11-root {
    text-align: center;
  }


#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11-root {
    text-align: center;
  }


#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11-root {
    text-align: center;
  }


#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11-root {
    text-align: center;
  }


#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11-root {
    text-align: center;
  }


#s-abd8d344-eaba-4c34-a6a1-ba15a79e7e11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-e0850838-88e0-4dc4-967e-e12f10d9883a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-e0850838-88e0-4dc4-967e-e12f10d9883a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-e0850838-88e0-4dc4-967e-e12f10d9883a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c00e96d-f78d-4c21-b1a2-cf852fba9fe6 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-7c00e96d-f78d-4c21-b1a2-cf852fba9fe6 hr {
  border-top: 2px solid #ddd;
}

#s-5e3214b5-99a3-4802-a5c9-f72ab9ff5eae {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e3214b5-99a3-4802-a5c9-f72ab9ff5eae .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a289c359-365e-41cb-88fb-1ca1ab491f62 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-a289c359-365e-41cb-88fb-1ca1ab491f62:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a289c359-365e-41cb-88fb-1ca1ab491f62:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-a289c359-365e-41cb-88fb-1ca1ab491f62-root {
    text-align: center;
  }


#s-a289c359-365e-41cb-88fb-1ca1ab491f62.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a289c359-365e-41cb-88fb-1ca1ab491f62-root {
    text-align: center;
  }


#s-a289c359-365e-41cb-88fb-1ca1ab491f62.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a289c359-365e-41cb-88fb-1ca1ab491f62-root {
    text-align: center;
  }


#s-a289c359-365e-41cb-88fb-1ca1ab491f62.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a289c359-365e-41cb-88fb-1ca1ab491f62-root {
    text-align: center;
  }


#s-a289c359-365e-41cb-88fb-1ca1ab491f62.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a289c359-365e-41cb-88fb-1ca1ab491f62-root {
    text-align: center;
  }


#s-a289c359-365e-41cb-88fb-1ca1ab491f62.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f {
  margin-top: -27px;
margin-bottom: -27px;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(249, 253, 255, 1);
}








#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff3eceda-5e1d-4e62-a3db-d5fc0d8aa64d {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 25px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
}

#s-ff3eceda-5e1d-4e62-a3db-d5fc0d8aa64d .shogun-heading-component h2 {
  color: rgba(19, 20, 18, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



.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-2979a222-0a35-4dc3-8513-cf245cc2bcf2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-2979a222-0a35-4dc3-8513-cf245cc2bcf2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2979a222-0a35-4dc3-8513-cf245cc2bcf2 .shg-sld-nav-button.shg-sld-left,
#s-2979a222-0a35-4dc3-8513-cf245cc2bcf2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
    width: 100%;
    height: auto;
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
    
    
  }


.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
      position: relative;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
    width: 100%;
    height: auto;
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
    
    
  }


.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
      position: relative;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
    width: 100%;
    height: auto;
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
    
    
  }


.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
      position: relative;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
    width: 100%;
    height: auto;
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
    
    
  }


.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
      position: relative;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
    width: 100%;
    height: auto;
  }

  #s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
    
    
  }


.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container {
      position: relative;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aa6bb18-9d5b-4b21-99f2-cd8f62f9fe4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
    width: 100%;
    height: auto;
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
    
    
  }


.s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
      position: relative;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
    width: 100%;
    height: auto;
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
    
    
  }


.s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
      position: relative;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
    width: 100%;
    height: auto;
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
    
    
  }


.s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
      position: relative;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
    width: 100%;
    height: auto;
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
    
    
  }


.s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
      position: relative;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
    width: 100%;
    height: auto;
  }

  #s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
    
    
  }


.s-56b226d1-1ce4-4903-a860-fbeb52817d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container {
      position: relative;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56b226d1-1ce4-4903-a860-fbeb52817d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
    width: 100%;
    height: auto;
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
    
    
  }


.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
      position: relative;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
    width: 100%;
    height: auto;
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
    
    
  }


.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
      position: relative;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
    width: 100%;
    height: auto;
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
    
    
  }


.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
      position: relative;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
    width: 100%;
    height: auto;
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
    
    
  }


.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
      position: relative;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
    width: 100%;
    height: auto;
  }

  #s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
    
    
  }


.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container {
      position: relative;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96373dcd-6ce4-42f1-a43a-c2ff05f69bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
    width: 100%;
    height: auto;
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
    
    
  }


.s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
      position: relative;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
    width: 100%;
    height: auto;
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
    
    
  }


.s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
      position: relative;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
    width: 100%;
    height: auto;
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
    
    
  }


.s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
      position: relative;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
    width: 100%;
    height: auto;
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
    
    
  }


.s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
      position: relative;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
    width: 100%;
    height: auto;
  }

  #s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
    
    
  }


.s-5f646755-8fde-41e4-af76-45eb6e3230f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container {
      position: relative;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f646755-8fde-41e4-af76-45eb6e3230f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-192afc03-1727-463b-aec5-e16e40b3793b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b {
    width: 100%;
    height: auto;
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
    
    
  }


.s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-content {
  
    align-items: center;
  
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192afc03-1727-463b-aec5-e16e40b3793b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
      position: relative;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b {
    width: 100%;
    height: auto;
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
    
    
  }


.s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-content {
  
    align-items: center;
  
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192afc03-1727-463b-aec5-e16e40b3793b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
      position: relative;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b {
    width: 100%;
    height: auto;
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
    
    
  }


.s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-content {
  
    align-items: center;
  
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192afc03-1727-463b-aec5-e16e40b3793b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
      position: relative;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b {
    width: 100%;
    height: auto;
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
    
    
  }


.s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-content {
  
    align-items: center;
  
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192afc03-1727-463b-aec5-e16e40b3793b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
      position: relative;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192afc03-1727-463b-aec5-e16e40b3793b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b {
    width: 100%;
    height: auto;
  }

  #s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
    
    
  }


.s-192afc03-1727-463b-aec5-e16e40b3793b .shogun-image-content {
  
    align-items: center;
  
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-192afc03-1727-463b-aec5-e16e40b3793b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container {
      position: relative;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192afc03-1727-463b-aec5-e16e40b3793b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
    width: 100%;
    height: auto;
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
    
    
  }


.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
      position: relative;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
    width: 100%;
    height: auto;
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
    
    
  }


.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
      position: relative;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
    width: 100%;
    height: auto;
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
    
    
  }


.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
      position: relative;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
    width: 100%;
    height: auto;
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
    
    
  }


.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
      position: relative;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
    width: 100%;
    height: auto;
  }

  #s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
    
    
  }


.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container {
      position: relative;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fe1debd-d6cb-4e5d-91c5-aa036032c03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-126fbba6-9352-46dd-a89a-7c9d1f208283 {
  margin-left: auto;
margin-right: auto;
}

#s-60d1d1a7-cb3d-4ea2-ac6c-5e5690dffccc {
  margin-left: auto;
margin-right: auto;
}

#s-eb1e43fa-bfc6-4e0b-b8aa-7da3e52dc6ef {
  margin-left: auto;
margin-right: auto;
}

#s-3ed5a922-1513-425f-8d44-40d740b7a362 {
  margin-left: auto;
margin-right: auto;
}

#s-8c3758fd-89ab-4695-b432-d120240cec0c {
  margin-left: auto;
margin-right: auto;
}

#s-06845e62-d7f9-4f30-92da-9f4cf5f0ccda {
  margin-left: auto;
margin-right: auto;
}

#s-63b29581-5344-477f-874f-38209b9ab427 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-63b29581-5344-477f-874f-38209b9ab427:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63b29581-5344-477f-874f-38209b9ab427:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63b29581-5344-477f-874f-38209b9ab427-root {
    text-align: center;
  }


#s-63b29581-5344-477f-874f-38209b9ab427.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63b29581-5344-477f-874f-38209b9ab427-root {
    text-align: center;
  }


#s-63b29581-5344-477f-874f-38209b9ab427.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63b29581-5344-477f-874f-38209b9ab427-root {
    text-align: center;
  }


#s-63b29581-5344-477f-874f-38209b9ab427.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63b29581-5344-477f-874f-38209b9ab427-root {
    text-align: center;
  }


#s-63b29581-5344-477f-874f-38209b9ab427.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63b29581-5344-477f-874f-38209b9ab427-root {
    text-align: center;
  }


#s-63b29581-5344-477f-874f-38209b9ab427.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a14d7f75-2029-4224-8658-21b6a7b52d9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a14d7f75-2029-4224-8658-21b6a7b52d9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a14d7f75-2029-4224-8658-21b6a7b52d9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a14d7f75-2029-4224-8658-21b6a7b52d9e-root {
    text-align: center;
  }


#s-a14d7f75-2029-4224-8658-21b6a7b52d9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a14d7f75-2029-4224-8658-21b6a7b52d9e-root {
    text-align: center;
  }


#s-a14d7f75-2029-4224-8658-21b6a7b52d9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a14d7f75-2029-4224-8658-21b6a7b52d9e-root {
    text-align: center;
  }


#s-a14d7f75-2029-4224-8658-21b6a7b52d9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a14d7f75-2029-4224-8658-21b6a7b52d9e-root {
    text-align: center;
  }


#s-a14d7f75-2029-4224-8658-21b6a7b52d9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a14d7f75-2029-4224-8658-21b6a7b52d9e-root {
    text-align: center;
  }


#s-a14d7f75-2029-4224-8658-21b6a7b52d9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c382073-a6c0-4a7d-9fb3-6742fc829d11-root {
    text-align: center;
  }


#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c382073-a6c0-4a7d-9fb3-6742fc829d11-root {
    text-align: center;
  }


#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c382073-a6c0-4a7d-9fb3-6742fc829d11-root {
    text-align: center;
  }


#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c382073-a6c0-4a7d-9fb3-6742fc829d11-root {
    text-align: center;
  }


#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c382073-a6c0-4a7d-9fb3-6742fc829d11-root {
    text-align: center;
  }


#s-8c382073-a6c0-4a7d-9fb3-6742fc829d11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-45021586-d8c7-4279-ac3d-04945fe711a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-45021586-d8c7-4279-ac3d-04945fe711a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45021586-d8c7-4279-ac3d-04945fe711a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45021586-d8c7-4279-ac3d-04945fe711a1-root {
    text-align: center;
  }


#s-45021586-d8c7-4279-ac3d-04945fe711a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45021586-d8c7-4279-ac3d-04945fe711a1-root {
    text-align: center;
  }


#s-45021586-d8c7-4279-ac3d-04945fe711a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45021586-d8c7-4279-ac3d-04945fe711a1-root {
    text-align: center;
  }


#s-45021586-d8c7-4279-ac3d-04945fe711a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45021586-d8c7-4279-ac3d-04945fe711a1-root {
    text-align: center;
  }


#s-45021586-d8c7-4279-ac3d-04945fe711a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45021586-d8c7-4279-ac3d-04945fe711a1-root {
    text-align: center;
  }


#s-45021586-d8c7-4279-ac3d-04945fe711a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd-root {
    text-align: center;
  }


#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd-root {
    text-align: center;
  }


#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd-root {
    text-align: center;
  }


#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd-root {
    text-align: center;
  }


#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd-root {
    text-align: center;
  }


#s-8f66e9b2-7d59-43e1-b3a0-fef6c282acbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1-root {
    text-align: center;
  }


#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1-root {
    text-align: center;
  }


#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1-root {
    text-align: center;
  }


#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1-root {
    text-align: center;
  }


#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1-root {
    text-align: center;
  }


#s-2f1b9e2a-e131-41a7-b9ab-f999dab27af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f76f50f8-9a3a-495c-970b-210a68fe6126 {
  margin-left: auto;
margin-right: auto;
}

#s-f76f50f8-9a3a-495c-970b-210a68fe6126 hr {
  border-top: 2px solid #ddd;
}

#s-53702419-4ddd-4230-ad2d-eb7a8be235aa {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-53702419-4ddd-4230-ad2d-eb7a8be235aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53702419-4ddd-4230-ad2d-eb7a8be235aa.shg-box.shg-c {
  justify-content: center;
}

#s-59ad7736-8fc6-4b7e-b0d2-51728348cc0e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-59ad7736-8fc6-4b7e-b0d2-51728348cc0e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


#s-59ad7736-8fc6-4b7e-b0d2-51728348cc0e .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/650;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
    width: 100%;
    height: auto;
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
    
    
  }


.s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-content {
  
    align-items: center;
  
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
      position: relative;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
    width: 100%;
    height: auto;
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
    
    
  }


.s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-content {
  
    align-items: center;
  
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
      position: relative;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
    width: 100%;
    height: auto;
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
    
    
  }


.s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-content {
  
    align-items: center;
  
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
      position: relative;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
    width: 100%;
    height: auto;
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
    
    
  }


.s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-content {
  
    align-items: center;
  
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
      position: relative;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
    width: 100%;
    height: auto;
  }

  #s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
    
    
  }


.s-8f2e3a9c-e14f-4480-a080-43490bd321ef .shogun-image-content {
  
    align-items: center;
  
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container {
      position: relative;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f2e3a9c-e14f-4480-a080-43490bd321ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c95d1559-d81c-4f0b-85e6-7993e0cac286 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-77ce8ad0-3083-4cfc-9127-825f002d6a08 {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

.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-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  max-width:  100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  aspect-ratio: 720/960;
}

@media (min-width: 1200px){
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  max-width:  100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  aspect-ratio: 720/960;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  max-width:  100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  aspect-ratio: 720/960;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  max-width:  100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  aspect-ratio: 720/960;
}

}@media (max-width: 767px){
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  max-width:  100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  max-width: 720px !important;
  
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom,
.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  aspect-ratio: 720/960;
}

}
.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;
  
  
  text-transform: none;
  
  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-f204a5e3-7be8-4271-bf42-d57c06c164f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-f204a5e3-7be8-4271-bf42-d57c06c164f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  
  font-size: 16px;
  
  
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 {
  text-align: center;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-price {
  color: #000;
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-8569c44a-f0b4-457d-b962-92872920e6cf {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-8569c44a-f0b4-457d-b962-92872920e6cf:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8569c44a-f0b4-457d-b962-92872920e6cf:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-8569c44a-f0b4-457d-b962-92872920e6cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba2a538a-fc6b-4059-8264-928f8e9749dd {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  max-width:  100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  max-width: 900px !important;
  min-height: 0px !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  aspect-ratio: 900/1200;
}

@media (min-width: 1200px){
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  max-width:  100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  max-width: 900px !important;
  min-height: 0px !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  aspect-ratio: 900/1200;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  max-width:  100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  max-width: 900px !important;
  min-height: 0px !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  aspect-ratio: 900/1200;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  max-width:  100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  max-width: 900px !important;
  min-height: 0px !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  aspect-ratio: 900/1200;
}

}@media (max-width: 767px){
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  max-width:  100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  max-width: 900px !important;
  min-height: 0px !important;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom,
.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  aspect-ratio: 900/1200;
}

}
#s-5e29e3f3-a8b7-4357-a852-b13a798ecbed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-5e29e3f3-a8b7-4357-a852-b13a798ecbed .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  
  font-size: 16px;
  
  
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 {
  text-align: center;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Open Sans;
  font-style:  normal ;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-price {
  color: #000;
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-595e1387-74cf-4d5d-8f72-3f21207a5d89 {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  max-width:  100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  max-width: 1788px !important;
  
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  aspect-ratio: 1788/2384;
}

@media (min-width: 1200px){
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  max-width:  100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  max-width: 1788px !important;
  
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  aspect-ratio: 1788/2384;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  max-width:  100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  max-width: 1788px !important;
  
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  aspect-ratio: 1788/2384;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  max-width:  100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  max-width: 1788px !important;
  
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  aspect-ratio: 1788/2384;
}

}@media (max-width: 767px){
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  max-width:  100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  max-width: 1788px !important;
  
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom,
.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  aspect-ratio: 1788/2384;
}

}
#s-28468bdc-0562-4b5a-a757-23a22fcec4cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-28468bdc-0562-4b5a-a757-23a22fcec4cc .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  
  font-size: 16px;
  
  
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 {
  text-align: center;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  font-family: Open Sans;
  font-style:  normal ;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-price {
  color: #000;
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-86733e65-0b11-45ae-a798-7201ea69c397:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-86733e65-0b11-45ae-a798-7201ea69c397:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-86733e65-0b11-45ae-a798-7201ea69c397 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74b05f33-e74b-4cd0-b228-26038befaa69 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(39, 39, 39, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(71, 70, 70, 1);
}
#s-74b05f33-e74b-4cd0-b228-26038befaa69:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-74b05f33-e74b-4cd0-b228-26038befaa69:active {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-fe06d6a3-ea68-4ae2-b8ef-6d4bdb0d43db {
  margin-left: auto;
margin-right: auto;
}

#s-fe06d6a3-ea68-4ae2-b8ef-6d4bdb0d43db hr {
  border-top: 2px solid #ddd;
}

#s-234dee57-907c-43ba-b47a-f4d3d25c69de {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-234dee57-907c-43ba-b47a-f4d3d25c69de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234dee57-907c-43ba-b47a-f4d3d25c69de.shg-box.shg-c {
  justify-content: center;
}

#s-33fbbad5-628d-4c02-b897-420444d0129a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 13px;
padding-left: 1%;
padding-bottom: 13px;
padding-right: 1%;
text-align: center;
background-color: rgba(19, 20, 18, 0);
}

#s-33fbbad5-628d-4c02-b897-420444d0129a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


#s-33fbbad5-628d-4c02-b897-420444d0129a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/650;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
    width: 100%;
    height: auto;
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
    
    
  }


.s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
      position: relative;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
    width: 100%;
    height: auto;
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
    
    
  }


.s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
      position: relative;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
    width: 100%;
    height: auto;
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
    
    
  }


.s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
      position: relative;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
    width: 100%;
    height: auto;
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
    
    
  }


.s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
      position: relative;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
    width: 100%;
    height: auto;
  }

  #s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
    
    
  }


.s-3a2df274-505b-4c7b-b33e-309ccc1065e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container {
      position: relative;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a2df274-505b-4c7b-b33e-309ccc1065e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f51058ed-0a41-46cb-9dd9-526e9c9dfac9 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-f51058ed-0a41-46cb-9dd9-526e9c9dfac9 hr {
  border-top: 2px solid #ddd;
}

#s-4261a824-f7e6-439a-9c7c-6c59a9ec2258 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4261a824-f7e6-439a-9c7c-6c59a9ec2258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4261a824-f7e6-439a-9c7c-6c59a9ec2258.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-97c8ae0a-914e-4e5a-86a3-408d48311dfa {
  margin-left: auto;
margin-right: auto;
}

#s-e8630ba7-3c9d-46e8-a83e-5a5f732cf2f1 {
  margin-left: auto;
margin-right: auto;
}

#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  max-width:  100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  max-width: 1800px !important;
  
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  width: 100%;
}



.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  max-width:  100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  max-width: 1800px !important;
  
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  width: 100%;
}



.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  max-width:  100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  max-width: 1800px !important;
  
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  width: 100%;
}



.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  max-width:  100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  max-width: 1800px !important;
  
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  width: 100%;
}



.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe {
  max-width:  100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  max-width: 1800px !important;
  
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  width: 100%;
}



.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe .shg-image-zoom,
.shg-c#s-f07f43eb-b459-413c-9b46-cfa4b78fccfe img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1e7c1386-8c64-4b1b-b776-803595bd759c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e7c1386-8c64-4b1b-b776-803595bd759c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-3fd5ac21-8924-4e67-9251-f1605b517005 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3fd5ac21-8924-4e67-9251-f1605b517005 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3fd5ac21-8924-4e67-9251-f1605b517005 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3fd5ac21-8924-4e67-9251-f1605b517005 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c7ad537a-46c0-4f17-82ea-c4c6e9e86914.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e8c3c6a9-912b-46ac-b33a-f5c922cd8b5e {
  margin-left: auto;
margin-right: auto;
}

#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  max-width:  100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  width: 100%;
}



.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  max-width:  100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  width: 100%;
}



.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  max-width:  100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  width: 100%;
}



.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  max-width:  100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  width: 100%;
}



.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f {
  max-width:  100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  width: 100%;
}



.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f .shg-image-zoom,
.shg-c#s-41190318-3b0b-441c-9bb8-b45893288a8f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d657020e-d51d-43cb-95c8-5a33b84bbdab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d657020e-d51d-43cb-95c8-5a33b84bbdab .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-b5475887-afba-430d-adf9-56ba3e8b1b75 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b5475887-afba-430d-adf9-56ba3e8b1b75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b5475887-afba-430d-adf9-56ba3e8b1b75 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b5475887-afba-430d-adf9-56ba3e8b1b75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fc55a4e5-51b6-4b48-9b8d-b51237171b92.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ecb7166b-6704-453c-8afa-ccfd620d3fe8 {
  margin-left: auto;
margin-right: auto;
}

#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  max-width:  100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  max-width: 1913px !important;
  
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  width: 100%;
}



.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  max-width:  100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  max-width: 1913px !important;
  
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  width: 100%;
}



.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  max-width:  100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  max-width: 1913px !important;
  
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  width: 100%;
}



.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  max-width:  100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  max-width: 1913px !important;
  
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  width: 100%;
}



.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 {
  max-width:  100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  max-width: 1913px !important;
  
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  width: 100%;
}



.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 .shg-image-zoom,
.shg-c#s-bf1e635d-ce64-471b-881a-c98fa01ff3d8 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-84d30b70-0706-43fe-8da3-75b64ae0c6a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84d30b70-0706-43fe-8da3-75b64ae0c6a1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-097f7ad2-0d7c-48dc-bafd-3bd1251a370c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-097f7ad2-0d7c-48dc-bafd-3bd1251a370c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-097f7ad2-0d7c-48dc-bafd-3bd1251a370c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-097f7ad2-0d7c-48dc-bafd-3bd1251a370c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b94b638-ef3e-467b-bb73-56989871d363 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1b94b638-ef3e-467b-bb73-56989871d363:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b94b638-ef3e-467b-bb73-56989871d363:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b94b638-ef3e-467b-bb73-56989871d363 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b94b638-ef3e-467b-bb73-56989871d363.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b94b638-ef3e-467b-bb73-56989871d363.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b94b638-ef3e-467b-bb73-56989871d363.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-463fbd67-13c5-49d3-b30f-09d2dd9bf175 {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-463fbd67-13c5-49d3-b30f-09d2dd9bf175 hr {
  border-top: 10px solid #ddd;
}

#s-61e2a74d-05d5-41c5-8480-d906c0e3870c {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(39, 39, 39, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(71, 70, 70, 1);
}
#s-61e2a74d-05d5-41c5-8480-d906c0e3870c:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-61e2a74d-05d5-41c5-8480-d906c0e3870c:active {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-61e2a74d-05d5-41c5-8480-d906c0e3870c-root {
    text-align: center;
  }


#s-61e2a74d-05d5-41c5-8480-d906c0e3870c.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61e2a74d-05d5-41c5-8480-d906c0e3870c-root {
    text-align: center;
  }


#s-61e2a74d-05d5-41c5-8480-d906c0e3870c.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61e2a74d-05d5-41c5-8480-d906c0e3870c-root {
    text-align: center;
  }


#s-61e2a74d-05d5-41c5-8480-d906c0e3870c.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61e2a74d-05d5-41c5-8480-d906c0e3870c-root {
    text-align: center;
  }


#s-61e2a74d-05d5-41c5-8480-d906c0e3870c.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61e2a74d-05d5-41c5-8480-d906c0e3870c-root {
    text-align: center;
  }


#s-61e2a74d-05d5-41c5-8480-d906c0e3870c.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-0b1a4d0f-e9ab-4db0-acf6-7091841e8577 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0b1a4d0f-e9ab-4db0-acf6-7091841e8577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b1a4d0f-e9ab-4db0-acf6-7091841e8577.shg-box.shg-c {
  justify-content: center;
}

#s-0708a7c2-e37b-4927-a33e-46564498c3d8 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-0708a7c2-e37b-4927-a33e-46564498c3d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/650;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
    width: 100%;
    height: auto;
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
    
    
  }


.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
      position: relative;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
    width: 100%;
    height: auto;
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
    
    
  }


.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
      position: relative;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
    width: 100%;
    height: auto;
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
    
    
  }


.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
      position: relative;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
    width: 100%;
    height: auto;
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
    
    
  }


.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
      position: relative;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }

    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-link {
      aspect-ratio: 1920/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
    width: 100%;
    height: auto;
  }

  #s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
    
    
  }


.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 {
      --shg-aspect-ratio: calc(1920/650); 
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container {
      position: relative;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68d7995-a3e6-4033-90bc-6bc40f4d28f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b6b492d6-3368-4bb0-b8eb-85c5348a6666 {
  margin-left: auto;
margin-right: auto;
}

#s-0f16c801-68e2-47b2-8b69-ef2d5b62596d {
  margin-left: auto;
margin-right: auto;
}

#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f702c5eb-4b40-42a0-a8b0-19a1293c6e04 img.shogun-image {
  width: 100%;
}



}
#s-44fa36b4-f30c-4a51-a1b2-889f4bbf9d74 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44fa36b4-f30c-4a51-a1b2-889f4bbf9d74 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-8745e7e7-bea9-469b-98bc-edaf8b181760 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8745e7e7-bea9-469b-98bc-edaf8b181760 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8745e7e7-bea9-469b-98bc-edaf8b181760 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8745e7e7-bea9-469b-98bc-edaf8b181760 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-61f410c3-18af-4d9c-acc9-67d51433c2b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-61f410c3-18af-4d9c-acc9-67d51433c2b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61f410c3-18af-4d9c-acc9-67d51433c2b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61f410c3-18af-4d9c-acc9-67d51433c2b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61f410c3-18af-4d9c-acc9-67d51433c2b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61f410c3-18af-4d9c-acc9-67d51433c2b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61f410c3-18af-4d9c-acc9-67d51433c2b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0103b40-a3f6-4df7-9e43-17261b317332 {
  margin-left: auto;
margin-right: auto;
}

#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ace5f9df-3d03-4dd8-80db-eab60425e9ba img.shogun-image {
  width: 100%;
}



}
#s-84aca26b-4ee1-4732-b94e-59ce4c1f185c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84aca26b-4ee1-4732-b94e-59ce4c1f185c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-0876e47a-6a15-4c70-87e4-614164dede85 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0876e47a-6a15-4c70-87e4-614164dede85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0876e47a-6a15-4c70-87e4-614164dede85 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0876e47a-6a15-4c70-87e4-614164dede85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2e283dc-2969-4c03-8ea2-6c0db4f580f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e4f7bf7-0c60-46e9-aa98-5888bd7c14ed {
  margin-left: auto;
margin-right: auto;
}

#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba8c67dc-cb87-4551-bc3f-41df4d6384bd img.shogun-image {
  width: 100%;
}



}
#s-ebb4434d-0e3e-4622-b74e-a6c0c010804a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebb4434d-0e3e-4622-b74e-a6c0c010804a .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
}

#s-579965b1-c2dc-4fad-b46d-1a54132258d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-579965b1-c2dc-4fad-b46d-1a54132258d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-579965b1-c2dc-4fad-b46d-1a54132258d5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-579965b1-c2dc-4fad-b46d-1a54132258d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38d1954e-85a8-43a2-84da-6171595e864b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-38d1954e-85a8-43a2-84da-6171595e864b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38d1954e-85a8-43a2-84da-6171595e864b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-38d1954e-85a8-43a2-84da-6171595e864b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-38d1954e-85a8-43a2-84da-6171595e864b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-38d1954e-85a8-43a2-84da-6171595e864b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-38d1954e-85a8-43a2-84da-6171595e864b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3414b7a-620c-4a62-87ed-1a4a08f83569 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(39, 39, 39, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(71, 70, 70, 1);
}
#s-f3414b7a-620c-4a62-87ed-1a4a08f83569:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-f3414b7a-620c-4a62-87ed-1a4a08f83569:active {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-f3414b7a-620c-4a62-87ed-1a4a08f83569-root {
    text-align: center;
  }


#s-f3414b7a-620c-4a62-87ed-1a4a08f83569.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3414b7a-620c-4a62-87ed-1a4a08f83569-root {
    text-align: center;
  }


#s-f3414b7a-620c-4a62-87ed-1a4a08f83569.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3414b7a-620c-4a62-87ed-1a4a08f83569-root {
    text-align: center;
  }


#s-f3414b7a-620c-4a62-87ed-1a4a08f83569.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3414b7a-620c-4a62-87ed-1a4a08f83569-root {
    text-align: center;
  }


#s-f3414b7a-620c-4a62-87ed-1a4a08f83569.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3414b7a-620c-4a62-87ed-1a4a08f83569-root {
    text-align: center;
  }


#s-f3414b7a-620c-4a62-87ed-1a4a08f83569.shg-btn {
  color: rgba(71, 70, 70, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-fbccc4e5-23b6-4303-a32b-efb2d3f0be52 {
  margin-left: auto;
margin-right: auto;
}

#s-fbccc4e5-23b6-4303-a32b-efb2d3f0be52 hr {
  border-top: 2px solid #ddd;
}

#s-ffc7e06f-2bda-4b04-a910-76461898c90b {
  background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
background-color: rgba(19, 20, 18, 1);
}








#s-ffc7e06f-2bda-4b04-a910-76461898c90b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-ffc7e06f-2bda-4b04-a910-76461898c90b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-140abd9b-e823-49ca-a0b2-1154a92384c8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 12px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-13926603-12b4-4df2-b816-03257caf9f80 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
text-align: center;
background-color: rgba(122, 197, 76, 1);
}

#s-13926603-12b4-4df2-b816-03257caf9f80 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


#s-13926603-12b4-4df2-b816-03257caf9f80 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-44e5ab76-1aba-42d2-a839-92fd54a039b9 {
  margin-left: auto;
margin-right: auto;
}

#s-44e5ab76-1aba-42d2-a839-92fd54a039b9 hr {
  border-top: 2px solid #ddd;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.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;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.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}
