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

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

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

#s-f54ec219-eb23-467c-8851-c5f203632923 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 450px;
}
@media (min-width: 1200px){#s-f54ec219-eb23-467c-8851-c5f203632923 {
  display: none;
}
#s-f54ec219-eb23-467c-8851-c5f203632923, #wrap-s-f54ec219-eb23-467c-8851-c5f203632923 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f54ec219-eb23-467c-8851-c5f203632923 {
  display: none;
}
#s-f54ec219-eb23-467c-8851-c5f203632923, #wrap-s-f54ec219-eb23-467c-8851-c5f203632923 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f54ec219-eb23-467c-8851-c5f203632923 {
  display: none;
}
#s-f54ec219-eb23-467c-8851-c5f203632923, #wrap-s-f54ec219-eb23-467c-8851-c5f203632923 { display:none !important; }}@media (max-width: 767px){#s-f54ec219-eb23-467c-8851-c5f203632923 {
  padding-left: 2%;
padding-right: 2%;
max-width: 450px;
}
}
@media (min-width: 0px) {
[id="s-f54ec219-eb23-467c-8851-c5f203632923"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f54ec219-eb23-467c-8851-c5f203632923"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f54ec219-eb23-467c-8851-c5f203632923"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f54ec219-eb23-467c-8851-c5f203632923"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-ed4c1c3a-f137-45e8-abec-70cc27cd87b0 {
  min-height: 50px;
}








#s-ed4c1c3a-f137-45e8-abec-70cc27cd87b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4c1c3a-f137-45e8-abec-70cc27cd87b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-18b17193-0f2b-4335-9873-1092e475edb0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 75px;
text-align: center;
}







  #s-18b17193-0f2b-4335-9873-1092e475edb0 img.shogun-image {
    

    
    
    
  }


#s-18b17193-0f2b-4335-9873-1092e475edb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-058b8980-20fd-40d6-8988-db96fa9533f4 {
  min-height: 50px;
}








#s-058b8980-20fd-40d6-8988-db96fa9533f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-058b8980-20fd-40d6-8988-db96fa9533f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e897445a-0baf-43b8-b891-1c132108df55 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 75px;
text-align: center;
}







  #s-e897445a-0baf-43b8-b891-1c132108df55 img.shogun-image {
    

    
    
    
  }


#s-e897445a-0baf-43b8-b891-1c132108df55 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa47910-758d-4f95-a895-2a0469419733 {
  min-height: 50px;
}








#s-cfa47910-758d-4f95-a895-2a0469419733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfa47910-758d-4f95-a895-2a0469419733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45929a85-6417-450b-99e7-dee9876c7228 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-45929a85-6417-450b-99e7-dee9876c7228 img.shogun-image {
    

    
    
    
  }


#s-45929a85-6417-450b-99e7-dee9876c7228 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a {
  
}
}@media (max-width: 767px){#s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a {
  display: none;
}
#s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a, #wrap-s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a { display:none !important; }}
@media (min-width: 0px) {
[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bcd8ce0c-cfa3-47ca-bfdc-26e1cca0ce5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-5de48348-b5fc-4179-a63f-2da74eeca1c2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5de48348-b5fc-4179-a63f-2da74eeca1c2 {
  display: none;
}
#s-5de48348-b5fc-4179-a63f-2da74eeca1c2, #wrap-s-5de48348-b5fc-4179-a63f-2da74eeca1c2 { display:none !important; }}@media (max-width: 767px){#s-5de48348-b5fc-4179-a63f-2da74eeca1c2 {
  display: none;
}
#s-5de48348-b5fc-4179-a63f-2da74eeca1c2, #wrap-s-5de48348-b5fc-4179-a63f-2da74eeca1c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5de48348-b5fc-4179-a63f-2da74eeca1c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5de48348-b5fc-4179-a63f-2da74eeca1c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5de48348-b5fc-4179-a63f-2da74eeca1c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5de48348-b5fc-4179-a63f-2da74eeca1c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1f33550c-ec13-4c21-a8d5-d433ef5f8443 {
  text-align: center;
}








#s-1f33550c-ec13-4c21-a8d5-d433ef5f8443 .shogun-image-content {
  
    align-items: center;
  
}

#s-40520733-18ae-47dc-8fef-21d7889c7fba {
  text-align: center;
}








#s-40520733-18ae-47dc-8fef-21d7889c7fba .shogun-image-content {
  
    align-items: center;
  
}

#s-6f8fe942-5181-4ba1-8699-4e2f9d3ef471 {
  text-align: center;
}








#s-6f8fe942-5181-4ba1-8699-4e2f9d3ef471 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed2e1e88-2681-4785-98bc-1040a335f4ec {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-ed2e1e88-2681-4785-98bc-1040a335f4ec {
  display: none;
}
#s-ed2e1e88-2681-4785-98bc-1040a335f4ec, #wrap-s-ed2e1e88-2681-4785-98bc-1040a335f4ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed2e1e88-2681-4785-98bc-1040a335f4ec {
  display: none;
}
#s-ed2e1e88-2681-4785-98bc-1040a335f4ec, #wrap-s-ed2e1e88-2681-4785-98bc-1040a335f4ec { display:none !important; }}@media (max-width: 767px){#s-ed2e1e88-2681-4785-98bc-1040a335f4ec {
  display: none;
}
#s-ed2e1e88-2681-4785-98bc-1040a335f4ec, #wrap-s-ed2e1e88-2681-4785-98bc-1040a335f4ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed2e1e88-2681-4785-98bc-1040a335f4ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed2e1e88-2681-4785-98bc-1040a335f4ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed2e1e88-2681-4785-98bc-1040a335f4ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed2e1e88-2681-4785-98bc-1040a335f4ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e8e37622-d9e9-4412-876e-5a264e371c3a {
  text-align: center;
}







  #s-e8e37622-d9e9-4412-876e-5a264e371c3a img.shogun-image {
    

    
    
    
  }


#s-e8e37622-d9e9-4412-876e-5a264e371c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-51aab497-07bd-430c-91e3-cd19c21ce5b6 {
  text-align: center;
}







  #s-51aab497-07bd-430c-91e3-cd19c21ce5b6 img.shogun-image {
    

    
    
    
  }


#s-51aab497-07bd-430c-91e3-cd19c21ce5b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c47a1308-acfe-46e1-abdc-297b35899752 {
  text-align: center;
}







  #s-c47a1308-acfe-46e1-abdc-297b35899752 img.shogun-image {
    

    
    
    
  }


#s-c47a1308-acfe-46e1-abdc-297b35899752 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-35334561-4606-4ad4-8d52-bc07dbc94297 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-35334561-4606-4ad4-8d52-bc07dbc94297 {
  display: none;
}
#s-35334561-4606-4ad4-8d52-bc07dbc94297, #wrap-s-35334561-4606-4ad4-8d52-bc07dbc94297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35334561-4606-4ad4-8d52-bc07dbc94297 {
  display: none;
}
#s-35334561-4606-4ad4-8d52-bc07dbc94297, #wrap-s-35334561-4606-4ad4-8d52-bc07dbc94297 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35334561-4606-4ad4-8d52-bc07dbc94297 {
  display: none;
}
#s-35334561-4606-4ad4-8d52-bc07dbc94297, #wrap-s-35334561-4606-4ad4-8d52-bc07dbc94297 { display:none !important; }}
#s-35334561-4606-4ad4-8d52-bc07dbc94297 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-35334561-4606-4ad4-8d52-bc07dbc94297 .shg-sld-nav-button.shg-sld-left,
#s-35334561-4606-4ad4-8d52-bc07dbc94297 .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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-36f03a11-0190-439e-b02d-4c2298d07005 {
  max-width: 1081px;
aspect-ratio: 1081/1301;
text-align: center;
}
@media (min-width: 1200px){#s-36f03a11-0190-439e-b02d-4c2298d07005 {
  display: none;
}
#s-36f03a11-0190-439e-b02d-4c2298d07005, #wrap-s-36f03a11-0190-439e-b02d-4c2298d07005 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36f03a11-0190-439e-b02d-4c2298d07005 {
  display: none;
}
#s-36f03a11-0190-439e-b02d-4c2298d07005, #wrap-s-36f03a11-0190-439e-b02d-4c2298d07005 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36f03a11-0190-439e-b02d-4c2298d07005 {
  display: none;
}
#s-36f03a11-0190-439e-b02d-4c2298d07005, #wrap-s-36f03a11-0190-439e-b02d-4c2298d07005 { display:none !important; }}




  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image,
  #s-36f03a11-0190-439e-b02d-4c2298d07005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 {
    width: 100%;
    height: auto;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
    
    
  }


.s-36f03a11-0190-439e-b02d-4c2298d07005 .shogun-image-content {
  
    align-items: center;
  
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shg-align-container {
  text-align: center
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image,
  #s-36f03a11-0190-439e-b02d-4c2298d07005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 {
    width: 100%;
    height: auto;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
    
    
  }


.s-36f03a11-0190-439e-b02d-4c2298d07005 .shogun-image-content {
  
    align-items: center;
  
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shg-align-container {
  text-align: center
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
  box-sizing: border-box;
}


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



  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image,
  #s-36f03a11-0190-439e-b02d-4c2298d07005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 {
    width: 100%;
    height: auto;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
    
    
  }


.s-36f03a11-0190-439e-b02d-4c2298d07005 .shogun-image-content {
  
    align-items: center;
  
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shg-align-container {
  text-align: center
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
  box-sizing: border-box;
}


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



  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image,
  #s-36f03a11-0190-439e-b02d-4c2298d07005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 {
    width: 100%;
    height: auto;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
    
    
  }


.s-36f03a11-0190-439e-b02d-4c2298d07005 .shogun-image-content {
  
    align-items: center;
  
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shg-align-container {
  text-align: center
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
  box-sizing: border-box;
}


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



  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image,
  #s-36f03a11-0190-439e-b02d-4c2298d07005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 {
    width: 100%;
    height: auto;
  }

  #s-36f03a11-0190-439e-b02d-4c2298d07005 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
    
    
  }


.s-36f03a11-0190-439e-b02d-4c2298d07005 .shogun-image-content {
  
    align-items: center;
  
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shg-align-container {
  text-align: center
}

.s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36f03a11-0190-439e-b02d-4c2298d07005.shogun-image {
  box-sizing: border-box;
}


}
#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
  max-width: 1300px;
aspect-ratio: 1300/1080;
text-align: center;
}
@media (min-width: 1200px){#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
  display: none;
}
#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e, #wrap-s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
  display: none;
}
#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e, #wrap-s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
  display: none;
}
#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e, #wrap-s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e { display:none !important; }}




  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image,
  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
    width: 100%;
    height: auto;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
    
    
  }


.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shg-align-container {
  text-align: center
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image,
  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
    width: 100%;
    height: auto;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
    
    
  }


.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shg-align-container {
  text-align: center
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image,
  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
    width: 100%;
    height: auto;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
    
    
  }


.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shg-align-container {
  text-align: center
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image,
  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
    width: 100%;
    height: auto;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
    
    
  }


.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shg-align-container {
  text-align: center
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image,
  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e {
    width: 100%;
    height: auto;
  }

  #s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
    
    
  }


.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shg-align-container {
  text-align: center
}

.s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb93ca8a-09cc-4abd-94a3-c8f011e4d96e.shogun-image {
  box-sizing: border-box;
}


}
#s-536204f8-826f-4e01-b2b7-97623a48cb5f {
  max-width: 1080px;
aspect-ratio: 1080/1300;
text-align: center;
}
@media (min-width: 1200px){#s-536204f8-826f-4e01-b2b7-97623a48cb5f {
  display: none;
}
#s-536204f8-826f-4e01-b2b7-97623a48cb5f, #wrap-s-536204f8-826f-4e01-b2b7-97623a48cb5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-536204f8-826f-4e01-b2b7-97623a48cb5f {
  display: none;
}
#s-536204f8-826f-4e01-b2b7-97623a48cb5f, #wrap-s-536204f8-826f-4e01-b2b7-97623a48cb5f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-536204f8-826f-4e01-b2b7-97623a48cb5f {
  display: none;
}
#s-536204f8-826f-4e01-b2b7-97623a48cb5f, #wrap-s-536204f8-826f-4e01-b2b7-97623a48cb5f { display:none !important; }}




  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image,
  #s-536204f8-826f-4e01-b2b7-97623a48cb5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f {
    width: 100%;
    height: auto;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
    
    
  }


.s-536204f8-826f-4e01-b2b7-97623a48cb5f .shogun-image-content {
  
    align-items: center;
  
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shg-align-container {
  text-align: center
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image,
  #s-536204f8-826f-4e01-b2b7-97623a48cb5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f {
    width: 100%;
    height: auto;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
    
    
  }


.s-536204f8-826f-4e01-b2b7-97623a48cb5f .shogun-image-content {
  
    align-items: center;
  
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shg-align-container {
  text-align: center
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image,
  #s-536204f8-826f-4e01-b2b7-97623a48cb5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f {
    width: 100%;
    height: auto;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
    
    
  }


.s-536204f8-826f-4e01-b2b7-97623a48cb5f .shogun-image-content {
  
    align-items: center;
  
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shg-align-container {
  text-align: center
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image,
  #s-536204f8-826f-4e01-b2b7-97623a48cb5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f {
    width: 100%;
    height: auto;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
    
    
  }


.s-536204f8-826f-4e01-b2b7-97623a48cb5f .shogun-image-content {
  
    align-items: center;
  
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shg-align-container {
  text-align: center
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
  box-sizing: border-box;
}


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



  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image,
  #s-536204f8-826f-4e01-b2b7-97623a48cb5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f {
    width: 100%;
    height: auto;
  }

  #s-536204f8-826f-4e01-b2b7-97623a48cb5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
    
    
  }


.s-536204f8-826f-4e01-b2b7-97623a48cb5f .shogun-image-content {
  
    align-items: center;
  
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shg-align-container {
  text-align: center
}

.s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-536204f8-826f-4e01-b2b7-97623a48cb5f.shogun-image {
  box-sizing: border-box;
}


}
#s-28501782-5270-4629-878a-8744ae0cfec5 {
  max-width: 1080px;
aspect-ratio: 1080/1300;
text-align: center;
}
@media (min-width: 1200px){#s-28501782-5270-4629-878a-8744ae0cfec5 {
  display: none;
}
#s-28501782-5270-4629-878a-8744ae0cfec5, #wrap-s-28501782-5270-4629-878a-8744ae0cfec5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28501782-5270-4629-878a-8744ae0cfec5 {
  display: none;
}
#s-28501782-5270-4629-878a-8744ae0cfec5, #wrap-s-28501782-5270-4629-878a-8744ae0cfec5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28501782-5270-4629-878a-8744ae0cfec5 {
  display: none;
}
#s-28501782-5270-4629-878a-8744ae0cfec5, #wrap-s-28501782-5270-4629-878a-8744ae0cfec5 { display:none !important; }}




  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image,
  #s-28501782-5270-4629-878a-8744ae0cfec5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 {
    width: 100%;
    height: auto;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
    
    
  }


.s-28501782-5270-4629-878a-8744ae0cfec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shg-align-container {
  text-align: center
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image,
  #s-28501782-5270-4629-878a-8744ae0cfec5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 {
    width: 100%;
    height: auto;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
    
    
  }


.s-28501782-5270-4629-878a-8744ae0cfec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shg-align-container {
  text-align: center
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
  box-sizing: border-box;
}


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



  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image,
  #s-28501782-5270-4629-878a-8744ae0cfec5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 {
    width: 100%;
    height: auto;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
    
    
  }


.s-28501782-5270-4629-878a-8744ae0cfec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shg-align-container {
  text-align: center
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
  box-sizing: border-box;
}


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



  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image,
  #s-28501782-5270-4629-878a-8744ae0cfec5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 {
    width: 100%;
    height: auto;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
    
    
  }


.s-28501782-5270-4629-878a-8744ae0cfec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shg-align-container {
  text-align: center
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
  box-sizing: border-box;
}


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



  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image,
  #s-28501782-5270-4629-878a-8744ae0cfec5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 {
    width: 100%;
    height: auto;
  }

  #s-28501782-5270-4629-878a-8744ae0cfec5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
    
    
  }


.s-28501782-5270-4629-878a-8744ae0cfec5 .shogun-image-content {
  
    align-items: center;
  
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shg-align-container {
  text-align: center
}

.s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28501782-5270-4629-878a-8744ae0cfec5.shogun-image {
  box-sizing: border-box;
}


}
#s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
  max-width: 2251px;
aspect-ratio: 2251/2710;
text-align: center;
}
@media (min-width: 1200px){#s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
  display: none;
}
#s-c832dca6-ad06-4709-ae82-6a3cd82586b5, #wrap-s-c832dca6-ad06-4709-ae82-6a3cd82586b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
  display: none;
}
#s-c832dca6-ad06-4709-ae82-6a3cd82586b5, #wrap-s-c832dca6-ad06-4709-ae82-6a3cd82586b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
  display: none;
}
#s-c832dca6-ad06-4709-ae82-6a3cd82586b5, #wrap-s-c832dca6-ad06-4709-ae82-6a3cd82586b5 { display:none !important; }}




  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image,
  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
    width: 100%;
    height: auto;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
    
    
  }


.s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shg-align-container {
  text-align: center
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image,
  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
    width: 100%;
    height: auto;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
    
    
  }


.s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shg-align-container {
  text-align: center
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
  box-sizing: border-box;
}


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



  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image,
  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
    width: 100%;
    height: auto;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
    
    
  }


.s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shg-align-container {
  text-align: center
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
  box-sizing: border-box;
}


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



  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image,
  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
    width: 100%;
    height: auto;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
    
    
  }


.s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shg-align-container {
  text-align: center
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
  box-sizing: border-box;
}


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



  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image,
  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 {
    width: 100%;
    height: auto;
  }

  #s-c832dca6-ad06-4709-ae82-6a3cd82586b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
    
    
  }


.s-c832dca6-ad06-4709-ae82-6a3cd82586b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shg-align-container {
  text-align: center
}

.s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c832dca6-ad06-4709-ae82-6a3cd82586b5.shogun-image {
  box-sizing: border-box;
}


}
#s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
  max-width: 2251px;
aspect-ratio: 2251/2710;
text-align: center;
}
@media (min-width: 1200px){#s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
  display: none;
}
#s-7a51c732-f61c-474b-8b84-4ca7d61f1441, #wrap-s-7a51c732-f61c-474b-8b84-4ca7d61f1441 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
  display: none;
}
#s-7a51c732-f61c-474b-8b84-4ca7d61f1441, #wrap-s-7a51c732-f61c-474b-8b84-4ca7d61f1441 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
  display: none;
}
#s-7a51c732-f61c-474b-8b84-4ca7d61f1441, #wrap-s-7a51c732-f61c-474b-8b84-4ca7d61f1441 { display:none !important; }}




  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image,
  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
    width: 100%;
    height: auto;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
    
    
  }


.s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shg-align-container {
  text-align: center
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image,
  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
    width: 100%;
    height: auto;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
    
    
  }


.s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shg-align-container {
  text-align: center
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
  box-sizing: border-box;
}


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



  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image,
  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
    width: 100%;
    height: auto;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
    
    
  }


.s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shg-align-container {
  text-align: center
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
  box-sizing: border-box;
}


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



  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image,
  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
    width: 100%;
    height: auto;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
    
    
  }


.s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shg-align-container {
  text-align: center
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
  box-sizing: border-box;
}


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



  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image,
  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 {
    width: 100%;
    height: auto;
  }

  #s-7a51c732-f61c-474b-8b84-4ca7d61f1441 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
    
    
  }


.s-7a51c732-f61c-474b-8b84-4ca7d61f1441 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shg-align-container {
  text-align: center
}

.s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a51c732-f61c-474b-8b84-4ca7d61f1441.shogun-image {
  box-sizing: border-box;
}


}
#s-6314efdc-8ead-4065-becf-389070c2d1e0 {
  text-align: center;
}
@media (min-width: 1200px){#s-6314efdc-8ead-4065-becf-389070c2d1e0 {
  display: none;
}
#s-6314efdc-8ead-4065-becf-389070c2d1e0, #wrap-s-6314efdc-8ead-4065-becf-389070c2d1e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6314efdc-8ead-4065-becf-389070c2d1e0 {
  display: none;
}
#s-6314efdc-8ead-4065-becf-389070c2d1e0, #wrap-s-6314efdc-8ead-4065-becf-389070c2d1e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6314efdc-8ead-4065-becf-389070c2d1e0 {
  display: none;
}
#s-6314efdc-8ead-4065-becf-389070c2d1e0, #wrap-s-6314efdc-8ead-4065-becf-389070c2d1e0 { display:none !important; }}






  img.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
    
    
  }


.s-6314efdc-8ead-4065-becf-389070c2d1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shg-align-container {
  text-align: center
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
    
    
  }


.s-6314efdc-8ead-4065-becf-389070c2d1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shg-align-container {
  text-align: center
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
    
    
  }


.s-6314efdc-8ead-4065-becf-389070c2d1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shg-align-container {
  text-align: center
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
    
    
  }


.s-6314efdc-8ead-4065-becf-389070c2d1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shg-align-container {
  text-align: center
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
    
    
  }


.s-6314efdc-8ead-4065-becf-389070c2d1e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shg-align-container {
  text-align: center
}

.s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6314efdc-8ead-4065-becf-389070c2d1e0.shogun-image {
  box-sizing: border-box;
}


}
#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 {
  text-align: center;
}







  img.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
    
    
  }


.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shg-align-container {
  text-align: center
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
    
    
  }


.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shg-align-container {
  text-align: center
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
    
    
  }


.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shg-align-container {
  text-align: center
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
    
    
  }


.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shg-align-container {
  text-align: center
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
    
    
  }


.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shg-align-container {
  text-align: center
}

.s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ee1e17b-e0d6-45fe-adcc-d7ea36639478.shogun-image {
  box-sizing: border-box;
}


}
#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b {
  text-align: center;
}







  img.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
    
    
  }


.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b .shogun-image-content {
  
    align-items: center;
  
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shg-align-container {
  text-align: center
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
    
    
  }


.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b .shogun-image-content {
  
    align-items: center;
  
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shg-align-container {
  text-align: center
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
    
    
  }


.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b .shogun-image-content {
  
    align-items: center;
  
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shg-align-container {
  text-align: center
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
    
    
  }


.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b .shogun-image-content {
  
    align-items: center;
  
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shg-align-container {
  text-align: center
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
    
    
  }


.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b .shogun-image-content {
  
    align-items: center;
  
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shg-align-container {
  text-align: center
}

.s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c17d4e5-c449-40a5-9a1d-b9257e48819b.shogun-image {
  box-sizing: border-box;
}


}
#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
  max-width: 2250px;
aspect-ratio: 2250/2709;
text-align: center;
}
@media (min-width: 1200px){#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
  display: none;
}
#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7, #wrap-s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
  display: none;
}
#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7, #wrap-s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
  display: none;
}
#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7, #wrap-s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 { display:none !important; }}




  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image,
  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
    width: 100%;
    height: auto;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
    
    
  }


.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shg-align-container {
  text-align: center
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image,
  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
    width: 100%;
    height: auto;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
    
    
  }


.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shg-align-container {
  text-align: center
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image,
  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
    width: 100%;
    height: auto;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
    
    
  }


.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shg-align-container {
  text-align: center
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image,
  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
    width: 100%;
    height: auto;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
    
    
  }


.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shg-align-container {
  text-align: center
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image,
  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 {
    width: 100%;
    height: auto;
  }

  #s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
    
    
  }


.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shg-align-container {
  text-align: center
}

.s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f4c7bbb-ae32-4128-97d5-d684b0aef8b7.shogun-image {
  box-sizing: border-box;
}


}
#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
  max-width: 2251px;
aspect-ratio: 2251/2710;
text-align: center;
}





  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image,
  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
    width: 100%;
    height: auto;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
    
    
  }


.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shg-align-container {
  text-align: center
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image,
  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
    width: 100%;
    height: auto;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
    
    
  }


.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shg-align-container {
  text-align: center
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image,
  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
    width: 100%;
    height: auto;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
    
    
  }


.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shg-align-container {
  text-align: center
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image,
  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
    width: 100%;
    height: auto;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
    
    
  }


.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shg-align-container {
  text-align: center
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image,
  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 {
    width: 100%;
    height: auto;
  }

  #s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
    
    
  }


.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shg-align-container {
  text-align: center
}

.s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47f036-9b54-4f3c-ac0e-d104e907eff6.shogun-image {
  box-sizing: border-box;
}


}
#s-73c99294-ac88-41cc-af60-84b3b97234b7 {
  max-width: 2251px;
aspect-ratio: 2251/2710;
text-align: center;
}





  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image,
  #s-73c99294-ac88-41cc-af60-84b3b97234b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 {
    width: 100%;
    height: auto;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
    
    
  }


.s-73c99294-ac88-41cc-af60-84b3b97234b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shg-align-container {
  text-align: center
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image,
  #s-73c99294-ac88-41cc-af60-84b3b97234b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 {
    width: 100%;
    height: auto;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
    
    
  }


.s-73c99294-ac88-41cc-af60-84b3b97234b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shg-align-container {
  text-align: center
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image,
  #s-73c99294-ac88-41cc-af60-84b3b97234b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 {
    width: 100%;
    height: auto;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
    
    
  }


.s-73c99294-ac88-41cc-af60-84b3b97234b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shg-align-container {
  text-align: center
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image,
  #s-73c99294-ac88-41cc-af60-84b3b97234b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 {
    width: 100%;
    height: auto;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
    
    
  }


.s-73c99294-ac88-41cc-af60-84b3b97234b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shg-align-container {
  text-align: center
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
  box-sizing: border-box;
}


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



  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image,
  #s-73c99294-ac88-41cc-af60-84b3b97234b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 {
    width: 100%;
    height: auto;
  }

  #s-73c99294-ac88-41cc-af60-84b3b97234b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
    
    
  }


.s-73c99294-ac88-41cc-af60-84b3b97234b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shg-align-container {
  text-align: center
}

.s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c99294-ac88-41cc-af60-84b3b97234b7.shogun-image {
  box-sizing: border-box;
}


}
#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
  max-width: 1080px;
aspect-ratio: 1080/1300;
text-align: center;
}
@media (min-width: 1200px){#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
  display: none;
}
#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0, #wrap-s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
  display: none;
}
#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0, #wrap-s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
  display: none;
}
#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0, #wrap-s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 { display:none !important; }}




  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image,
  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
    width: 100%;
    height: auto;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
    
    
  }


.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shg-align-container {
  text-align: center
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image,
  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
    width: 100%;
    height: auto;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
    
    
  }


.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shg-align-container {
  text-align: center
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image,
  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
    width: 100%;
    height: auto;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
    
    
  }


.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shg-align-container {
  text-align: center
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image,
  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
    width: 100%;
    height: auto;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
    
    
  }


.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shg-align-container {
  text-align: center
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image,
  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 {
    width: 100%;
    height: auto;
  }

  #s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
    
    
  }


.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shg-align-container {
  text-align: center
}

.s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddce8cba-7442-4891-b9c8-0f02a1693ad0.shogun-image {
  box-sizing: border-box;
}


}
#s-d4f526e7-e3f9-4b1c-a694-9bb48c043308 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-d4f526e7-e3f9-4b1c-a694-9bb48c043308 {
  
}
}







#s-d4f526e7-e3f9-4b1c-a694-9bb48c043308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f526e7-e3f9-4b1c-a694-9bb48c043308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 {
  
}
}@media (max-width: 767px){#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 {
  display: none;
}
#s-ed0711fb-cc80-433c-abc9-d9907e0e6335, #wrap-s-ed0711fb-cc80-433c-abc9-d9907e0e6335 { display:none !important; }}
#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 .shg-sld-nav-button.shg-sld-left,
#s-ed0711fb-cc80-433c-abc9-d9907e0e6335 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
  max-width: 1920px;
aspect-ratio: 1920/720;
text-align: center;
}
@media (max-width: 767px){#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
  display: none;
}
#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c, #wrap-s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c { display:none !important; }}




  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image,
  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
    width: 100%;
    height: auto;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
    
    
  }


.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shogun-image-content {
  
    align-items: center;
  
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shg-align-container {
  text-align: center
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image,
  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
    width: 100%;
    height: auto;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
    
    
  }


.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shogun-image-content {
  
    align-items: center;
  
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shg-align-container {
  text-align: center
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image,
  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
    width: 100%;
    height: auto;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
    
    
  }


.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shogun-image-content {
  
    align-items: center;
  
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shg-align-container {
  text-align: center
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image,
  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
    width: 100%;
    height: auto;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
    
    
  }


.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shogun-image-content {
  
    align-items: center;
  
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shg-align-container {
  text-align: center
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
  box-sizing: border-box;
}


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



  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image,
  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c {
    width: 100%;
    height: auto;
  }

  #s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
    
    
  }


.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c .shogun-image-content {
  
    align-items: center;
  
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shg-align-container {
  text-align: center
}

.s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3804e88c-46c7-4dcc-8fcd-394c6b870d3c.shogun-image {
  box-sizing: border-box;
}


}
#s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
  max-width: 1920px;
aspect-ratio: 1920/720;
text-align: center;
}
@media (max-width: 767px){#s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
  display: none;
}
#s-8973fb68-ede8-4250-9b56-d1f825e853d9, #wrap-s-8973fb68-ede8-4250-9b56-d1f825e853d9 { display:none !important; }}




  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image,
  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
    width: 100%;
    height: auto;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
    
    
  }


.s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shg-align-container {
  text-align: center
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image,
  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
    width: 100%;
    height: auto;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
    
    
  }


.s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shg-align-container {
  text-align: center
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image,
  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
    width: 100%;
    height: auto;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
    
    
  }


.s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shg-align-container {
  text-align: center
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image,
  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
    width: 100%;
    height: auto;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
    
    
  }


.s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shg-align-container {
  text-align: center
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image,
  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 {
    width: 100%;
    height: auto;
  }

  #s-8973fb68-ede8-4250-9b56-d1f825e853d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
    
    
  }


.s-8973fb68-ede8-4250-9b56-d1f825e853d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shg-align-container {
  text-align: center
}

.s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8973fb68-ede8-4250-9b56-d1f825e853d9.shogun-image {
  box-sizing: border-box;
}


}
#s-209fad49-7818-412b-b721-5dbc1b44c901 {
  max-width: 1920px;
aspect-ratio: 1920/720;
text-align: center;
}
@media (max-width: 767px){#s-209fad49-7818-412b-b721-5dbc1b44c901 {
  display: none;
}
#s-209fad49-7818-412b-b721-5dbc1b44c901, #wrap-s-209fad49-7818-412b-b721-5dbc1b44c901 { display:none !important; }}




  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image,
  #s-209fad49-7818-412b-b721-5dbc1b44c901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 {
    width: 100%;
    height: auto;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
    
    
  }


.s-209fad49-7818-412b-b721-5dbc1b44c901 .shogun-image-content {
  
    align-items: center;
  
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shg-align-container {
  text-align: center
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image,
  #s-209fad49-7818-412b-b721-5dbc1b44c901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 {
    width: 100%;
    height: auto;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
    
    
  }


.s-209fad49-7818-412b-b721-5dbc1b44c901 .shogun-image-content {
  
    align-items: center;
  
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shg-align-container {
  text-align: center
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
  box-sizing: border-box;
}


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



  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image,
  #s-209fad49-7818-412b-b721-5dbc1b44c901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 {
    width: 100%;
    height: auto;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
    
    
  }


.s-209fad49-7818-412b-b721-5dbc1b44c901 .shogun-image-content {
  
    align-items: center;
  
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shg-align-container {
  text-align: center
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
  box-sizing: border-box;
}


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



  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image,
  #s-209fad49-7818-412b-b721-5dbc1b44c901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 {
    width: 100%;
    height: auto;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
    
    
  }


.s-209fad49-7818-412b-b721-5dbc1b44c901 .shogun-image-content {
  
    align-items: center;
  
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shg-align-container {
  text-align: center
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
  box-sizing: border-box;
}


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



  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image,
  #s-209fad49-7818-412b-b721-5dbc1b44c901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 {
    width: 100%;
    height: auto;
  }

  #s-209fad49-7818-412b-b721-5dbc1b44c901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
    
    
  }


.s-209fad49-7818-412b-b721-5dbc1b44c901 .shogun-image-content {
  
    align-items: center;
  
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shg-align-container {
  text-align: center
}

.s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-209fad49-7818-412b-b721-5dbc1b44c901.shogun-image {
  box-sizing: border-box;
}


}
#s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
  max-width: 1920px;
aspect-ratio: 1920/720;
text-align: center;
}
@media (max-width: 767px){#s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
  display: none;
}
#s-8826ec65-014e-42f5-bb93-962d0f0baf7e, #wrap-s-8826ec65-014e-42f5-bb93-962d0f0baf7e { display:none !important; }}




  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image,
  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
    width: 100%;
    height: auto;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
    
    
  }


.s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shogun-image-content {
  
    align-items: center;
  
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shg-align-container {
  text-align: center
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image,
  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
    width: 100%;
    height: auto;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
    
    
  }


.s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shogun-image-content {
  
    align-items: center;
  
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shg-align-container {
  text-align: center
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image,
  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
    width: 100%;
    height: auto;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
    
    
  }


.s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shogun-image-content {
  
    align-items: center;
  
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shg-align-container {
  text-align: center
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image,
  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
    width: 100%;
    height: auto;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
    
    
  }


.s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shogun-image-content {
  
    align-items: center;
  
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shg-align-container {
  text-align: center
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image,
  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e {
    width: 100%;
    height: auto;
  }

  #s-8826ec65-014e-42f5-bb93-962d0f0baf7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
    
    
  }


.s-8826ec65-014e-42f5-bb93-962d0f0baf7e .shogun-image-content {
  
    align-items: center;
  
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shg-align-container {
  text-align: center
}

.s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8826ec65-014e-42f5-bb93-962d0f0baf7e.shogun-image {
  box-sizing: border-box;
}


}
#s-89ff88c4-9281-4aa6-963f-557559c1f748 {
  max-width: 1920px;
aspect-ratio: 1920/720;
text-align: center;
}
@media (max-width: 767px){#s-89ff88c4-9281-4aa6-963f-557559c1f748 {
  display: none;
}
#s-89ff88c4-9281-4aa6-963f-557559c1f748, #wrap-s-89ff88c4-9281-4aa6-963f-557559c1f748 { display:none !important; }}




  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image,
  #s-89ff88c4-9281-4aa6-963f-557559c1f748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 {
    width: 100%;
    height: auto;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
    
    
  }


.s-89ff88c4-9281-4aa6-963f-557559c1f748 .shogun-image-content {
  
    align-items: center;
  
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shg-align-container {
  text-align: center
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image,
  #s-89ff88c4-9281-4aa6-963f-557559c1f748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 {
    width: 100%;
    height: auto;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
    
    
  }


.s-89ff88c4-9281-4aa6-963f-557559c1f748 .shogun-image-content {
  
    align-items: center;
  
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shg-align-container {
  text-align: center
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
  box-sizing: border-box;
}


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



  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image,
  #s-89ff88c4-9281-4aa6-963f-557559c1f748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 {
    width: 100%;
    height: auto;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
    
    
  }


.s-89ff88c4-9281-4aa6-963f-557559c1f748 .shogun-image-content {
  
    align-items: center;
  
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shg-align-container {
  text-align: center
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
  box-sizing: border-box;
}


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



  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image,
  #s-89ff88c4-9281-4aa6-963f-557559c1f748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 {
    width: 100%;
    height: auto;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
    
    
  }


.s-89ff88c4-9281-4aa6-963f-557559c1f748 .shogun-image-content {
  
    align-items: center;
  
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shg-align-container {
  text-align: center
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
  box-sizing: border-box;
}


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



  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image,
  #s-89ff88c4-9281-4aa6-963f-557559c1f748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 {
    width: 100%;
    height: auto;
  }

  #s-89ff88c4-9281-4aa6-963f-557559c1f748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
    
    
  }


.s-89ff88c4-9281-4aa6-963f-557559c1f748 .shogun-image-content {
  
    align-items: center;
  
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shg-align-container {
  text-align: center
}

.s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89ff88c4-9281-4aa6-963f-557559c1f748.shogun-image {
  box-sizing: border-box;
}


}
#s-777890cc-d14c-44a0-ab9e-552a1b2313de {
  max-width: 4001px;
aspect-ratio: 4001/1501;
text-align: center;
}
@media (max-width: 767px){#s-777890cc-d14c-44a0-ab9e-552a1b2313de {
  display: none;
}
#s-777890cc-d14c-44a0-ab9e-552a1b2313de, #wrap-s-777890cc-d14c-44a0-ab9e-552a1b2313de { display:none !important; }}




  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image,
  #s-777890cc-d14c-44a0-ab9e-552a1b2313de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de {
    width: 100%;
    height: auto;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
    
    
  }


.s-777890cc-d14c-44a0-ab9e-552a1b2313de .shogun-image-content {
  
    align-items: center;
  
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shg-align-container {
  text-align: center
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image,
  #s-777890cc-d14c-44a0-ab9e-552a1b2313de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de {
    width: 100%;
    height: auto;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
    
    
  }


.s-777890cc-d14c-44a0-ab9e-552a1b2313de .shogun-image-content {
  
    align-items: center;
  
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shg-align-container {
  text-align: center
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
  box-sizing: border-box;
}


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



  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image,
  #s-777890cc-d14c-44a0-ab9e-552a1b2313de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de {
    width: 100%;
    height: auto;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
    
    
  }


.s-777890cc-d14c-44a0-ab9e-552a1b2313de .shogun-image-content {
  
    align-items: center;
  
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shg-align-container {
  text-align: center
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
  box-sizing: border-box;
}


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



  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image,
  #s-777890cc-d14c-44a0-ab9e-552a1b2313de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de {
    width: 100%;
    height: auto;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
    
    
  }


.s-777890cc-d14c-44a0-ab9e-552a1b2313de .shogun-image-content {
  
    align-items: center;
  
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shg-align-container {
  text-align: center
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
  box-sizing: border-box;
}


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



  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image,
  #s-777890cc-d14c-44a0-ab9e-552a1b2313de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de {
    width: 100%;
    height: auto;
  }

  #s-777890cc-d14c-44a0-ab9e-552a1b2313de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
    
    
  }


.s-777890cc-d14c-44a0-ab9e-552a1b2313de .shogun-image-content {
  
    align-items: center;
  
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shg-align-container {
  text-align: center
}

.s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777890cc-d14c-44a0-ab9e-552a1b2313de.shogun-image {
  box-sizing: border-box;
}


}
#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
  max-width: 1921px;
aspect-ratio: 1921/720;
text-align: center;
}





  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image,
  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
    width: 100%;
    height: auto;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
    
    
  }


.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shg-align-container {
  text-align: center
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image,
  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
    width: 100%;
    height: auto;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
    
    
  }


.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shg-align-container {
  text-align: center
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
  box-sizing: border-box;
}


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



  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image,
  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
    width: 100%;
    height: auto;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
    
    
  }


.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shg-align-container {
  text-align: center
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
  box-sizing: border-box;
}


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



  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image,
  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
    width: 100%;
    height: auto;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
    
    
  }


.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shg-align-container {
  text-align: center
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
  box-sizing: border-box;
}


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



  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image,
  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 {
    width: 100%;
    height: auto;
  }

  #s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
    
    
  }


.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shg-align-container {
  text-align: center
}

.s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e5c297a-13fc-4c77-ade3-b0aeddd9ff34.shogun-image {
  box-sizing: border-box;
}


}
#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
  max-width: 4000px;
aspect-ratio: 4000/1500;
text-align: center;
}





  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image,
  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
    width: 100%;
    height: auto;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
    
    
  }


.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shogun-image-content {
  
    align-items: center;
  
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shg-align-container {
  text-align: center
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image,
  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
    width: 100%;
    height: auto;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
    
    
  }


.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shogun-image-content {
  
    align-items: center;
  
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shg-align-container {
  text-align: center
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image,
  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
    width: 100%;
    height: auto;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
    
    
  }


.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shogun-image-content {
  
    align-items: center;
  
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shg-align-container {
  text-align: center
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image,
  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
    width: 100%;
    height: auto;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
    
    
  }


.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shogun-image-content {
  
    align-items: center;
  
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shg-align-container {
  text-align: center
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image,
  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a {
    width: 100%;
    height: auto;
  }

  #s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
    
    
  }


.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a .shogun-image-content {
  
    align-items: center;
  
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shg-align-container {
  text-align: center
}

.s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-792a3dc5-b8bf-4f90-ad57-47e49e45cd7a.shogun-image {
  box-sizing: border-box;
}


}
#s-793a1bf6-c465-49a4-b2f6-03fd18362c10 {
  text-align: center;
}
@media (max-width: 767px){#s-793a1bf6-c465-49a4-b2f6-03fd18362c10 {
  display: none;
}
#s-793a1bf6-c465-49a4-b2f6-03fd18362c10, #wrap-s-793a1bf6-c465-49a4-b2f6-03fd18362c10 { display:none !important; }}






  img.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
    
    
  }


.s-793a1bf6-c465-49a4-b2f6-03fd18362c10 .shogun-image-content {
  
    align-items: center;
  
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shg-align-container {
  text-align: center
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
    
    
  }


.s-793a1bf6-c465-49a4-b2f6-03fd18362c10 .shogun-image-content {
  
    align-items: center;
  
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shg-align-container {
  text-align: center
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
  box-sizing: border-box;
}


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





  img.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
    
    
  }


.s-793a1bf6-c465-49a4-b2f6-03fd18362c10 .shogun-image-content {
  
    align-items: center;
  
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shg-align-container {
  text-align: center
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
  box-sizing: border-box;
}


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





  img.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
    
    
  }


.s-793a1bf6-c465-49a4-b2f6-03fd18362c10 .shogun-image-content {
  
    align-items: center;
  
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shg-align-container {
  text-align: center
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
  box-sizing: border-box;
}


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





  img.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
    
    
  }


.s-793a1bf6-c465-49a4-b2f6-03fd18362c10 .shogun-image-content {
  
    align-items: center;
  
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shg-align-container {
  text-align: center
}

.s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793a1bf6-c465-49a4-b2f6-03fd18362c10.shogun-image {
  box-sizing: border-box;
}


}
#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
  max-width: 4000px;
aspect-ratio: 4000/1500;
text-align: center;
}
@media (max-width: 767px){#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
  display: none;
}
#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0, #wrap-s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 { display:none !important; }}




  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image,
  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
    width: 100%;
    height: auto;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
    
    
  }


.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shg-align-container {
  text-align: center
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image,
  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
    width: 100%;
    height: auto;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
    
    
  }


.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shg-align-container {
  text-align: center
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image,
  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
    width: 100%;
    height: auto;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
    
    
  }


.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shg-align-container {
  text-align: center
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image,
  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
    width: 100%;
    height: auto;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
    
    
  }


.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shg-align-container {
  text-align: center
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image,
  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 {
    width: 100%;
    height: auto;
  }

  #s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
    
    
  }


.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shg-align-container {
  text-align: center
}

.s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d9eb19-9838-4f8a-984b-2ce330dbbfb0.shogun-image {
  box-sizing: border-box;
}


}
#s-de6e85d7-15a4-4560-8eaa-582b848db402 {
  text-align: center;
}
@media (min-width: 1200px){#s-de6e85d7-15a4-4560-8eaa-582b848db402 {
  display: none;
}
#s-de6e85d7-15a4-4560-8eaa-582b848db402, #wrap-s-de6e85d7-15a4-4560-8eaa-582b848db402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de6e85d7-15a4-4560-8eaa-582b848db402 {
  display: none;
}
#s-de6e85d7-15a4-4560-8eaa-582b848db402, #wrap-s-de6e85d7-15a4-4560-8eaa-582b848db402 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de6e85d7-15a4-4560-8eaa-582b848db402 {
  display: none;
}
#s-de6e85d7-15a4-4560-8eaa-582b848db402, #wrap-s-de6e85d7-15a4-4560-8eaa-582b848db402 { display:none !important; }}







.s-de6e85d7-15a4-4560-8eaa-582b848db402 .shogun-image-content {
  
    align-items: center;
  
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shg-align-container {
  text-align: center
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-de6e85d7-15a4-4560-8eaa-582b848db402 .shogun-image-content {
  
    align-items: center;
  
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shg-align-container {
  text-align: center
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image {
  box-sizing: border-box;
}


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






.s-de6e85d7-15a4-4560-8eaa-582b848db402 .shogun-image-content {
  
    align-items: center;
  
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shg-align-container {
  text-align: center
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image {
  box-sizing: border-box;
}


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






.s-de6e85d7-15a4-4560-8eaa-582b848db402 .shogun-image-content {
  
    align-items: center;
  
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shg-align-container {
  text-align: center
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image {
  box-sizing: border-box;
}


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






.s-de6e85d7-15a4-4560-8eaa-582b848db402 .shogun-image-content {
  
    align-items: center;
  
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shg-align-container {
  text-align: center
}

.s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6e85d7-15a4-4560-8eaa-582b848db402.shogun-image {
  box-sizing: border-box;
}


}
#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 {
  text-align: center;
}
@media (min-width: 1200px){#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 {
  display: none;
}
#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9, #wrap-s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 {
  display: none;
}
#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9, #wrap-s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 {
  display: none;
}
#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9, #wrap-s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 { display:none !important; }}@media (max-width: 767px){#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 {
  
}
}






  img.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
    
    
  }


.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shg-align-container {
  text-align: center
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
    
    
  }


.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shg-align-container {
  text-align: center
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
    
    
  }


.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shg-align-container {
  text-align: center
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
    
    
  }


.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shg-align-container {
  text-align: center
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
    
    
  }


.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shg-align-container {
  text-align: center
}

.s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935c4c83-8e4a-48b9-9117-c47ea380f8e9.shogun-image {
  box-sizing: border-box;
}


}
#s-ee9b468a-3310-47c6-9138-54c93d75a6a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-ee9b468a-3310-47c6-9138-54c93d75a6a6 {
  display: none;
}
#s-ee9b468a-3310-47c6-9138-54c93d75a6a6, #wrap-s-ee9b468a-3310-47c6-9138-54c93d75a6a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee9b468a-3310-47c6-9138-54c93d75a6a6 {
  display: none;
}
#s-ee9b468a-3310-47c6-9138-54c93d75a6a6, #wrap-s-ee9b468a-3310-47c6-9138-54c93d75a6a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee9b468a-3310-47c6-9138-54c93d75a6a6 {
  display: none;
}
#s-ee9b468a-3310-47c6-9138-54c93d75a6a6, #wrap-s-ee9b468a-3310-47c6-9138-54c93d75a6a6 { display:none !important; }}







.s-ee9b468a-3310-47c6-9138-54c93d75a6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shg-align-container {
  text-align: center
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-ee9b468a-3310-47c6-9138-54c93d75a6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shg-align-container {
  text-align: center
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image {
  box-sizing: border-box;
}


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






.s-ee9b468a-3310-47c6-9138-54c93d75a6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shg-align-container {
  text-align: center
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image {
  box-sizing: border-box;
}


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






.s-ee9b468a-3310-47c6-9138-54c93d75a6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shg-align-container {
  text-align: center
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image {
  box-sizing: border-box;
}


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






.s-ee9b468a-3310-47c6-9138-54c93d75a6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shg-align-container {
  text-align: center
}

.s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9b468a-3310-47c6-9138-54c93d75a6a6.shogun-image {
  box-sizing: border-box;
}


}
#s-9f2b7686-ed67-4555-b059-6b6eb438e461 {
  text-align: center;
}
@media (min-width: 1200px){#s-9f2b7686-ed67-4555-b059-6b6eb438e461 {
  display: none;
}
#s-9f2b7686-ed67-4555-b059-6b6eb438e461, #wrap-s-9f2b7686-ed67-4555-b059-6b6eb438e461 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f2b7686-ed67-4555-b059-6b6eb438e461 {
  display: none;
}
#s-9f2b7686-ed67-4555-b059-6b6eb438e461, #wrap-s-9f2b7686-ed67-4555-b059-6b6eb438e461 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f2b7686-ed67-4555-b059-6b6eb438e461 {
  display: none;
}
#s-9f2b7686-ed67-4555-b059-6b6eb438e461, #wrap-s-9f2b7686-ed67-4555-b059-6b6eb438e461 { display:none !important; }}






  img.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
    
    
  }


.s-9f2b7686-ed67-4555-b059-6b6eb438e461 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shg-align-container {
  text-align: center
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
    
    
  }


.s-9f2b7686-ed67-4555-b059-6b6eb438e461 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shg-align-container {
  text-align: center
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
    
    
  }


.s-9f2b7686-ed67-4555-b059-6b6eb438e461 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shg-align-container {
  text-align: center
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
    
    
  }


.s-9f2b7686-ed67-4555-b059-6b6eb438e461 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shg-align-container {
  text-align: center
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
    
    
  }


.s-9f2b7686-ed67-4555-b059-6b6eb438e461 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shg-align-container {
  text-align: center
}

.s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2b7686-ed67-4555-b059-6b6eb438e461.shogun-image {
  box-sizing: border-box;
}


}
#s-990f8574-0ae4-47af-b1be-f68176a3ab68 {
  text-align: center;
}
@media (min-width: 1200px){#s-990f8574-0ae4-47af-b1be-f68176a3ab68 {
  display: none;
}
#s-990f8574-0ae4-47af-b1be-f68176a3ab68, #wrap-s-990f8574-0ae4-47af-b1be-f68176a3ab68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-990f8574-0ae4-47af-b1be-f68176a3ab68 {
  display: none;
}
#s-990f8574-0ae4-47af-b1be-f68176a3ab68, #wrap-s-990f8574-0ae4-47af-b1be-f68176a3ab68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-990f8574-0ae4-47af-b1be-f68176a3ab68 {
  display: none;
}
#s-990f8574-0ae4-47af-b1be-f68176a3ab68, #wrap-s-990f8574-0ae4-47af-b1be-f68176a3ab68 { display:none !important; }}







.s-990f8574-0ae4-47af-b1be-f68176a3ab68 .shogun-image-content {
  
    align-items: center;
  
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shg-align-container {
  text-align: center
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-990f8574-0ae4-47af-b1be-f68176a3ab68 .shogun-image-content {
  
    align-items: center;
  
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shg-align-container {
  text-align: center
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image {
  box-sizing: border-box;
}


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






.s-990f8574-0ae4-47af-b1be-f68176a3ab68 .shogun-image-content {
  
    align-items: center;
  
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shg-align-container {
  text-align: center
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image {
  box-sizing: border-box;
}


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






.s-990f8574-0ae4-47af-b1be-f68176a3ab68 .shogun-image-content {
  
    align-items: center;
  
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shg-align-container {
  text-align: center
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image {
  box-sizing: border-box;
}


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






.s-990f8574-0ae4-47af-b1be-f68176a3ab68 .shogun-image-content {
  
    align-items: center;
  
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shg-align-container {
  text-align: center
}

.s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990f8574-0ae4-47af-b1be-f68176a3ab68.shogun-image {
  box-sizing: border-box;
}


}
#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de {
  text-align: center;
}
@media (min-width: 1200px){#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de {
  display: none;
}
#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de, #wrap-s-44ebfebe-63c7-4649-ba01-7c1d8283c0de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de {
  display: none;
}
#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de, #wrap-s-44ebfebe-63c7-4649-ba01-7c1d8283c0de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de {
  display: none;
}
#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de, #wrap-s-44ebfebe-63c7-4649-ba01-7c1d8283c0de { display:none !important; }}







.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shg-align-container {
  text-align: center
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shg-align-container {
  text-align: center
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image {
  box-sizing: border-box;
}


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






.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shg-align-container {
  text-align: center
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image {
  box-sizing: border-box;
}


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






.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shg-align-container {
  text-align: center
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image {
  box-sizing: border-box;
}


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






.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shg-align-container {
  text-align: center
}

.s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ebfebe-63c7-4649-ba01-7c1d8283c0de.shogun-image {
  box-sizing: border-box;
}


}
#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf {
  text-align: center;
}







  img.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
    
    
  }


.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shg-align-container {
  text-align: center
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
    
    
  }


.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shg-align-container {
  text-align: center
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
    
    
  }


.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shg-align-container {
  text-align: center
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
    
    
  }


.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shg-align-container {
  text-align: center
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
    
    
  }


.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf .shogun-image-content {
  
    align-items: center;
  
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shg-align-container {
  text-align: center
}

.s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ee6a841-63a9-48d6-a971-3a9d9b589fbf.shogun-image {
  box-sizing: border-box;
}


}
#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 {
  text-align: center;
}
@media (min-width: 1200px){#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 {
  display: none;
}
#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1, #wrap-s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 {
  display: none;
}
#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1, #wrap-s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 {
  display: none;
}
#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1, #wrap-s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 { display:none !important; }}







.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shg-align-container {
  text-align: center
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shg-align-container {
  text-align: center
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image {
  box-sizing: border-box;
}


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






.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shg-align-container {
  text-align: center
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image {
  box-sizing: border-box;
}


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






.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shg-align-container {
  text-align: center
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image {
  box-sizing: border-box;
}


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






.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shg-align-container {
  text-align: center
}

.s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e317b9-0113-42be-9640-0ee2fe6df1f1.shogun-image {
  box-sizing: border-box;
}


}
#s-50362ad7-adf3-4163-87b5-4fdd3d595124 {
  text-align: center;
}
@media (min-width: 1200px){#s-50362ad7-adf3-4163-87b5-4fdd3d595124 {
  display: none;
}
#s-50362ad7-adf3-4163-87b5-4fdd3d595124, #wrap-s-50362ad7-adf3-4163-87b5-4fdd3d595124 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50362ad7-adf3-4163-87b5-4fdd3d595124 {
  display: none;
}
#s-50362ad7-adf3-4163-87b5-4fdd3d595124, #wrap-s-50362ad7-adf3-4163-87b5-4fdd3d595124 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50362ad7-adf3-4163-87b5-4fdd3d595124 {
  display: none;
}
#s-50362ad7-adf3-4163-87b5-4fdd3d595124, #wrap-s-50362ad7-adf3-4163-87b5-4fdd3d595124 { display:none !important; }}







.s-50362ad7-adf3-4163-87b5-4fdd3d595124 .shogun-image-content {
  
    align-items: center;
  
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shg-align-container {
  text-align: center
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-50362ad7-adf3-4163-87b5-4fdd3d595124 .shogun-image-content {
  
    align-items: center;
  
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shg-align-container {
  text-align: center
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image {
  box-sizing: border-box;
}


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






.s-50362ad7-adf3-4163-87b5-4fdd3d595124 .shogun-image-content {
  
    align-items: center;
  
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shg-align-container {
  text-align: center
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image {
  box-sizing: border-box;
}


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






.s-50362ad7-adf3-4163-87b5-4fdd3d595124 .shogun-image-content {
  
    align-items: center;
  
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shg-align-container {
  text-align: center
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image {
  box-sizing: border-box;
}


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






.s-50362ad7-adf3-4163-87b5-4fdd3d595124 .shogun-image-content {
  
    align-items: center;
  
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shg-align-container {
  text-align: center
}

.s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50362ad7-adf3-4163-87b5-4fdd3d595124.shogun-image {
  box-sizing: border-box;
}


}
#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b {
  text-align: center;
}
@media (min-width: 1200px){#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b {
  display: none;
}
#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b, #wrap-s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b {
  display: none;
}
#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b, #wrap-s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b {
  display: none;
}
#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b, #wrap-s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b { display:none !important; }}







.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b .shogun-image-content {
  
    align-items: center;
  
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shg-align-container {
  text-align: center
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b .shogun-image-content {
  
    align-items: center;
  
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shg-align-container {
  text-align: center
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image {
  box-sizing: border-box;
}


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






.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b .shogun-image-content {
  
    align-items: center;
  
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shg-align-container {
  text-align: center
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image {
  box-sizing: border-box;
}


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






.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b .shogun-image-content {
  
    align-items: center;
  
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shg-align-container {
  text-align: center
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image {
  box-sizing: border-box;
}


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






.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b .shogun-image-content {
  
    align-items: center;
  
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shg-align-container {
  text-align: center
}

.s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae10e81f-9b17-490b-89ea-4a2fc5bc137b.shogun-image {
  box-sizing: border-box;
}


}
#s-cc43f216-acbb-40b9-8107-fa2280c442fa {
  text-align: center;
}
@media (min-width: 1200px){#s-cc43f216-acbb-40b9-8107-fa2280c442fa {
  display: none;
}
#s-cc43f216-acbb-40b9-8107-fa2280c442fa, #wrap-s-cc43f216-acbb-40b9-8107-fa2280c442fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc43f216-acbb-40b9-8107-fa2280c442fa {
  display: none;
}
#s-cc43f216-acbb-40b9-8107-fa2280c442fa, #wrap-s-cc43f216-acbb-40b9-8107-fa2280c442fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc43f216-acbb-40b9-8107-fa2280c442fa {
  display: none;
}
#s-cc43f216-acbb-40b9-8107-fa2280c442fa, #wrap-s-cc43f216-acbb-40b9-8107-fa2280c442fa { display:none !important; }}







.s-cc43f216-acbb-40b9-8107-fa2280c442fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shg-align-container {
  text-align: center
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-cc43f216-acbb-40b9-8107-fa2280c442fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shg-align-container {
  text-align: center
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image {
  box-sizing: border-box;
}


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






.s-cc43f216-acbb-40b9-8107-fa2280c442fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shg-align-container {
  text-align: center
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image {
  box-sizing: border-box;
}


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






.s-cc43f216-acbb-40b9-8107-fa2280c442fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shg-align-container {
  text-align: center
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image {
  box-sizing: border-box;
}


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






.s-cc43f216-acbb-40b9-8107-fa2280c442fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shg-align-container {
  text-align: center
}

.s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc43f216-acbb-40b9-8107-fa2280c442fa.shogun-image {
  box-sizing: border-box;
}


}
#s-f3accd00-e8cc-43f5-ad77-d89503f746f8 {
  text-align: center;
}
@media (max-width: 767px){#s-f3accd00-e8cc-43f5-ad77-d89503f746f8 {
  display: none;
}
#s-f3accd00-e8cc-43f5-ad77-d89503f746f8, #wrap-s-f3accd00-e8cc-43f5-ad77-d89503f746f8 { display:none !important; }}







.s-f3accd00-e8cc-43f5-ad77-d89503f746f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shg-align-container {
  text-align: center
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-f3accd00-e8cc-43f5-ad77-d89503f746f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shg-align-container {
  text-align: center
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image {
  box-sizing: border-box;
}


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






.s-f3accd00-e8cc-43f5-ad77-d89503f746f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shg-align-container {
  text-align: center
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image {
  box-sizing: border-box;
}


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






.s-f3accd00-e8cc-43f5-ad77-d89503f746f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shg-align-container {
  text-align: center
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image {
  box-sizing: border-box;
}


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






.s-f3accd00-e8cc-43f5-ad77-d89503f746f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shg-align-container {
  text-align: center
}

.s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3accd00-e8cc-43f5-ad77-d89503f746f8.shogun-image {
  box-sizing: border-box;
}


}
#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf {
  text-align: center;
}
@media (min-width: 1200px){#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf {
  display: none;
}
#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf, #wrap-s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf {
  display: none;
}
#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf, #wrap-s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf {
  display: none;
}
#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf, #wrap-s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf { display:none !important; }}







.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shg-align-container {
  text-align: center
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shg-align-container {
  text-align: center
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image {
  box-sizing: border-box;
}


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






.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shg-align-container {
  text-align: center
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image {
  box-sizing: border-box;
}


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






.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shg-align-container {
  text-align: center
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image {
  box-sizing: border-box;
}


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






.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shg-align-container {
  text-align: center
}

.s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf724ec-e5c8-462f-8eb1-057c2b9dc7cf.shogun-image {
  box-sizing: border-box;
}


}
#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d {
  text-align: center;
}
@media (min-width: 1200px){#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d {
  display: none;
}
#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d, #wrap-s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d {
  display: none;
}
#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d, #wrap-s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d {
  display: none;
}
#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d, #wrap-s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d { display:none !important; }}







.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d .shogun-image-content {
  
    align-items: center;
  
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shg-align-container {
  text-align: center
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d .shogun-image-content {
  
    align-items: center;
  
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shg-align-container {
  text-align: center
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image {
  box-sizing: border-box;
}


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






.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d .shogun-image-content {
  
    align-items: center;
  
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shg-align-container {
  text-align: center
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image {
  box-sizing: border-box;
}


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






.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d .shogun-image-content {
  
    align-items: center;
  
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shg-align-container {
  text-align: center
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image {
  box-sizing: border-box;
}


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






.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d .shogun-image-content {
  
    align-items: center;
  
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shg-align-container {
  text-align: center
}

.s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-036e9ace-85e9-44ad-b7ef-33ecc6eb065d.shogun-image {
  box-sizing: border-box;
}


}
#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 {
  text-align: center;
}
@media (min-width: 1200px){#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 {
  display: none;
}
#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9, #wrap-s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 {
  display: none;
}
#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9, #wrap-s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 {
  display: none;
}
#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9, #wrap-s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 { display:none !important; }}







.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shg-align-container {
  text-align: center
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shg-align-container {
  text-align: center
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image {
  box-sizing: border-box;
}


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






.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shg-align-container {
  text-align: center
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image {
  box-sizing: border-box;
}


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






.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shg-align-container {
  text-align: center
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image {
  box-sizing: border-box;
}


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






.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shg-align-container {
  text-align: center
}

.s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-742adffd-2126-4c1a-8dfc-6aea6f070ef9.shogun-image {
  box-sizing: border-box;
}


}
#s-57a0b901-e50b-4e32-8c73-72b584c8989a {
  text-align: center;
}
@media (min-width: 1200px){#s-57a0b901-e50b-4e32-8c73-72b584c8989a {
  display: none;
}
#s-57a0b901-e50b-4e32-8c73-72b584c8989a, #wrap-s-57a0b901-e50b-4e32-8c73-72b584c8989a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a0b901-e50b-4e32-8c73-72b584c8989a {
  display: none;
}
#s-57a0b901-e50b-4e32-8c73-72b584c8989a, #wrap-s-57a0b901-e50b-4e32-8c73-72b584c8989a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a0b901-e50b-4e32-8c73-72b584c8989a {
  display: none;
}
#s-57a0b901-e50b-4e32-8c73-72b584c8989a, #wrap-s-57a0b901-e50b-4e32-8c73-72b584c8989a { display:none !important; }}







#s-57a0b901-e50b-4e32-8c73-72b584c8989a .shogun-image-content {
  
    align-items: center;
  
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa {
  text-align: center;
}
@media (min-width: 1200px){#s-d007f123-6fa1-4010-94a7-6a047c4910aa {
  display: none;
}
#s-d007f123-6fa1-4010-94a7-6a047c4910aa, #wrap-s-d007f123-6fa1-4010-94a7-6a047c4910aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d007f123-6fa1-4010-94a7-6a047c4910aa {
  display: none;
}
#s-d007f123-6fa1-4010-94a7-6a047c4910aa, #wrap-s-d007f123-6fa1-4010-94a7-6a047c4910aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d007f123-6fa1-4010-94a7-6a047c4910aa {
  display: none;
}
#s-d007f123-6fa1-4010-94a7-6a047c4910aa, #wrap-s-d007f123-6fa1-4010-94a7-6a047c4910aa { display:none !important; }}







.s-d007f123-6fa1-4010-94a7-6a047c4910aa .shogun-image-content {
  
    align-items: center;
  
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shg-align-container {
  text-align: center
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-d007f123-6fa1-4010-94a7-6a047c4910aa .shogun-image-content {
  
    align-items: center;
  
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shg-align-container {
  text-align: center
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image {
  box-sizing: border-box;
}


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






.s-d007f123-6fa1-4010-94a7-6a047c4910aa .shogun-image-content {
  
    align-items: center;
  
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shg-align-container {
  text-align: center
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image {
  box-sizing: border-box;
}


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






.s-d007f123-6fa1-4010-94a7-6a047c4910aa .shogun-image-content {
  
    align-items: center;
  
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shg-align-container {
  text-align: center
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image {
  box-sizing: border-box;
}


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






.s-d007f123-6fa1-4010-94a7-6a047c4910aa .shogun-image-content {
  
    align-items: center;
  
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shg-align-container {
  text-align: center
}

.s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d007f123-6fa1-4010-94a7-6a047c4910aa.shogun-image {
  box-sizing: border-box;
}


}
#s-01c09e06-3c61-4045-ac0a-29cb3ea62571 {
  text-align: center;
}
@media (min-width: 1200px){#s-01c09e06-3c61-4045-ac0a-29cb3ea62571 {
  display: none;
}
#s-01c09e06-3c61-4045-ac0a-29cb3ea62571, #wrap-s-01c09e06-3c61-4045-ac0a-29cb3ea62571 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01c09e06-3c61-4045-ac0a-29cb3ea62571 {
  display: none;
}
#s-01c09e06-3c61-4045-ac0a-29cb3ea62571, #wrap-s-01c09e06-3c61-4045-ac0a-29cb3ea62571 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01c09e06-3c61-4045-ac0a-29cb3ea62571 {
  display: none;
}
#s-01c09e06-3c61-4045-ac0a-29cb3ea62571, #wrap-s-01c09e06-3c61-4045-ac0a-29cb3ea62571 { display:none !important; }}







#s-01c09e06-3c61-4045-ac0a-29cb3ea62571 .shogun-image-content {
  
    align-items: center;
  
}

#s-c327d245-9ee4-4876-b4ac-470873f271a7 {
  text-align: center;
}
@media (min-width: 1200px){#s-c327d245-9ee4-4876-b4ac-470873f271a7 {
  display: none;
}
#s-c327d245-9ee4-4876-b4ac-470873f271a7, #wrap-s-c327d245-9ee4-4876-b4ac-470873f271a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c327d245-9ee4-4876-b4ac-470873f271a7 {
  display: none;
}
#s-c327d245-9ee4-4876-b4ac-470873f271a7, #wrap-s-c327d245-9ee4-4876-b4ac-470873f271a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c327d245-9ee4-4876-b4ac-470873f271a7 {
  display: none;
}
#s-c327d245-9ee4-4876-b4ac-470873f271a7, #wrap-s-c327d245-9ee4-4876-b4ac-470873f271a7 { display:none !important; }}







#s-c327d245-9ee4-4876-b4ac-470873f271a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd {
  text-align: center;
}
@media (min-width: 1200px){#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd {
  display: none;
}
#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd, #wrap-s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd {
  display: none;
}
#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd, #wrap-s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd {
  display: none;
}
#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd, #wrap-s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd { display:none !important; }}







#s-018c96fa-9c44-4c22-b44e-8fac2c0f7efd .shogun-image-content {
  
    align-items: center;
  
}

#s-a768502a-5443-4ab0-8a89-944167499a95 {
  text-align: center;
}
@media (min-width: 1200px){#s-a768502a-5443-4ab0-8a89-944167499a95 {
  display: none;
}
#s-a768502a-5443-4ab0-8a89-944167499a95, #wrap-s-a768502a-5443-4ab0-8a89-944167499a95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a768502a-5443-4ab0-8a89-944167499a95 {
  display: none;
}
#s-a768502a-5443-4ab0-8a89-944167499a95, #wrap-s-a768502a-5443-4ab0-8a89-944167499a95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a768502a-5443-4ab0-8a89-944167499a95 {
  display: none;
}
#s-a768502a-5443-4ab0-8a89-944167499a95, #wrap-s-a768502a-5443-4ab0-8a89-944167499a95 { display:none !important; }}







#s-a768502a-5443-4ab0-8a89-944167499a95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c74438ce-0853-40b8-b521-3847e141f890 {
  text-align: center;
}
@media (min-width: 1200px){#s-c74438ce-0853-40b8-b521-3847e141f890 {
  display: none;
}
#s-c74438ce-0853-40b8-b521-3847e141f890, #wrap-s-c74438ce-0853-40b8-b521-3847e141f890 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c74438ce-0853-40b8-b521-3847e141f890 {
  display: none;
}
#s-c74438ce-0853-40b8-b521-3847e141f890, #wrap-s-c74438ce-0853-40b8-b521-3847e141f890 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c74438ce-0853-40b8-b521-3847e141f890 {
  display: none;
}
#s-c74438ce-0853-40b8-b521-3847e141f890, #wrap-s-c74438ce-0853-40b8-b521-3847e141f890 { display:none !important; }}







#s-c74438ce-0853-40b8-b521-3847e141f890 .shogun-image-content {
  
    align-items: center;
  
}

#s-676e93ee-0a35-44f0-80ba-95041ac1ab62 {
  text-align: center;
}








#s-676e93ee-0a35-44f0-80ba-95041ac1ab62 .shogun-image-content {
  
    align-items: center;
  
}

#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 {
  display: none;
}
#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6, #wrap-s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 {
  display: none;
}
#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6, #wrap-s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 {
  display: none;
}
#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6, #wrap-s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 { display:none !important; }}







#s-38c8f8e9-221e-43cf-9e2b-e7cfb79055a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2afd0793-1ebd-494a-85eb-0a3876a3f5db {
  text-align: center;
}
@media (max-width: 767px){#s-2afd0793-1ebd-494a-85eb-0a3876a3f5db {
  display: none;
}
#s-2afd0793-1ebd-494a-85eb-0a3876a3f5db, #wrap-s-2afd0793-1ebd-494a-85eb-0a3876a3f5db { display:none !important; }}







#s-2afd0793-1ebd-494a-85eb-0a3876a3f5db .shogun-image-content {
  
    align-items: center;
  
}

#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 {
  text-align: center;
}
@media (min-width: 1200px){#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 {
  display: none;
}
#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58, #wrap-s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 {
  display: none;
}
#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58, #wrap-s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 {
  display: none;
}
#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58, #wrap-s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 { display:none !important; }}







#s-def563d3-4b8e-4537-ac64-62ed0bd6fb58 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 {
  text-align: center;
}
@media (min-width: 1200px){#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 {
  display: none;
}
#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402, #wrap-s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 {
  display: none;
}
#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402, #wrap-s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 {
  display: none;
}
#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402, #wrap-s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 { display:none !important; }}







#s-fe6ac3a2-48b1-4c87-a6f7-66b309b71402 .shogun-image-content {
  
    align-items: center;
  
}

#s-07aab390-7c76-4ae2-be57-7664f945c074 {
  text-align: center;
}
@media (min-width: 1200px){#s-07aab390-7c76-4ae2-be57-7664f945c074 {
  display: none;
}
#s-07aab390-7c76-4ae2-be57-7664f945c074, #wrap-s-07aab390-7c76-4ae2-be57-7664f945c074 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07aab390-7c76-4ae2-be57-7664f945c074 {
  display: none;
}
#s-07aab390-7c76-4ae2-be57-7664f945c074, #wrap-s-07aab390-7c76-4ae2-be57-7664f945c074 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07aab390-7c76-4ae2-be57-7664f945c074 {
  display: none;
}
#s-07aab390-7c76-4ae2-be57-7664f945c074, #wrap-s-07aab390-7c76-4ae2-be57-7664f945c074 { display:none !important; }}







#s-07aab390-7c76-4ae2-be57-7664f945c074 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b9b591f-4639-4ccb-997a-98fe39088178 {
  text-align: center;
}
@media (min-width: 1200px){#s-2b9b591f-4639-4ccb-997a-98fe39088178 {
  display: none;
}
#s-2b9b591f-4639-4ccb-997a-98fe39088178, #wrap-s-2b9b591f-4639-4ccb-997a-98fe39088178 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b9b591f-4639-4ccb-997a-98fe39088178 {
  display: none;
}
#s-2b9b591f-4639-4ccb-997a-98fe39088178, #wrap-s-2b9b591f-4639-4ccb-997a-98fe39088178 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b9b591f-4639-4ccb-997a-98fe39088178 {
  display: none;
}
#s-2b9b591f-4639-4ccb-997a-98fe39088178, #wrap-s-2b9b591f-4639-4ccb-997a-98fe39088178 { display:none !important; }}







#s-2b9b591f-4639-4ccb-997a-98fe39088178 .shogun-image-content {
  
    align-items: center;
  
}

#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f {
  text-align: center;
}
@media (min-width: 1200px){#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f {
  display: none;
}
#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f, #wrap-s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f {
  display: none;
}
#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f, #wrap-s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f {
  display: none;
}
#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f, #wrap-s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f { display:none !important; }}







#s-2afe6940-2ec6-4abc-a496-36cdcd65bc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c {
  text-align: center;
}
@media (min-width: 1200px){#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c {
  display: none;
}
#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c, #wrap-s-ab4ef36d-02a3-47fa-9238-782c4843fb9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c {
  display: none;
}
#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c, #wrap-s-ab4ef36d-02a3-47fa-9238-782c4843fb9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c {
  display: none;
}
#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c, #wrap-s-ab4ef36d-02a3-47fa-9238-782c4843fb9c { display:none !important; }}







#s-ab4ef36d-02a3-47fa-9238-782c4843fb9c .shogun-image-content {
  
    align-items: center;
  
}

#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b {
  text-align: center;
}
@media (min-width: 1200px){#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b {
  display: none;
}
#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b, #wrap-s-50a97e1d-49b8-4bd5-93ce-d744a880e40b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b {
  display: none;
}
#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b, #wrap-s-50a97e1d-49b8-4bd5-93ce-d744a880e40b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b {
  display: none;
}
#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b, #wrap-s-50a97e1d-49b8-4bd5-93ce-d744a880e40b { display:none !important; }}







#s-50a97e1d-49b8-4bd5-93ce-d744a880e40b .shogun-image-content {
  
    align-items: center;
  
}

#s-db68dcd3-b916-4089-ba2e-e8518804b492 {
  text-align: center;
}
@media (min-width: 1200px){#s-db68dcd3-b916-4089-ba2e-e8518804b492 {
  display: none;
}
#s-db68dcd3-b916-4089-ba2e-e8518804b492, #wrap-s-db68dcd3-b916-4089-ba2e-e8518804b492 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db68dcd3-b916-4089-ba2e-e8518804b492 {
  display: none;
}
#s-db68dcd3-b916-4089-ba2e-e8518804b492, #wrap-s-db68dcd3-b916-4089-ba2e-e8518804b492 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db68dcd3-b916-4089-ba2e-e8518804b492 {
  display: none;
}
#s-db68dcd3-b916-4089-ba2e-e8518804b492, #wrap-s-db68dcd3-b916-4089-ba2e-e8518804b492 { display:none !important; }}







#s-db68dcd3-b916-4089-ba2e-e8518804b492 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb {
  text-align: center;
}
@media (min-width: 1200px){#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb {
  display: none;
}
#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb, #wrap-s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb {
  display: none;
}
#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb, #wrap-s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb {
  display: none;
}
#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb, #wrap-s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb { display:none !important; }}







#s-f8a6ba1e-f0f4-42a0-8cab-5a6dbd5c33bb .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 {
  text-align: center;
}
@media (min-width: 1200px){#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 {
  display: none;
}
#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5, #wrap-s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 {
  display: none;
}
#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5, #wrap-s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 {
  display: none;
}
#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5, #wrap-s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 { display:none !important; }}







#s-5e0e418a-9a65-46d8-aa45-137e9a90cea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-da0289d4-7b69-45c4-8004-ffa81dea8ece {
  text-align: center;
}
@media (min-width: 1200px){#s-da0289d4-7b69-45c4-8004-ffa81dea8ece {
  display: none;
}
#s-da0289d4-7b69-45c4-8004-ffa81dea8ece, #wrap-s-da0289d4-7b69-45c4-8004-ffa81dea8ece { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da0289d4-7b69-45c4-8004-ffa81dea8ece {
  display: none;
}
#s-da0289d4-7b69-45c4-8004-ffa81dea8ece, #wrap-s-da0289d4-7b69-45c4-8004-ffa81dea8ece { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da0289d4-7b69-45c4-8004-ffa81dea8ece {
  display: none;
}
#s-da0289d4-7b69-45c4-8004-ffa81dea8ece, #wrap-s-da0289d4-7b69-45c4-8004-ffa81dea8ece { display:none !important; }}







#s-da0289d4-7b69-45c4-8004-ffa81dea8ece .shogun-image-content {
  
    align-items: center;
  
}

#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 {
  text-align: center;
}
@media (min-width: 1200px){#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 {
  display: none;
}
#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3, #wrap-s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 {
  display: none;
}
#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3, #wrap-s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 {
  display: none;
}
#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3, #wrap-s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 { display:none !important; }}







#s-b678ae21-9cb6-45ad-a284-a38a8f1a5fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c {
  text-align: center;
}
@media (min-width: 1200px){#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c {
  display: none;
}
#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c, #wrap-s-6130f962-5ee1-4b69-a3de-bd61d275bd5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c {
  display: none;
}
#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c, #wrap-s-6130f962-5ee1-4b69-a3de-bd61d275bd5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c {
  display: none;
}
#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c, #wrap-s-6130f962-5ee1-4b69-a3de-bd61d275bd5c { display:none !important; }}







#s-6130f962-5ee1-4b69-a3de-bd61d275bd5c .shogun-image-content {
  
    align-items: center;
  
}

#s-28acf848-1088-495a-af54-5f6407725b46 {
  text-align: center;
}
@media (min-width: 1200px){#s-28acf848-1088-495a-af54-5f6407725b46 {
  display: none;
}
#s-28acf848-1088-495a-af54-5f6407725b46, #wrap-s-28acf848-1088-495a-af54-5f6407725b46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28acf848-1088-495a-af54-5f6407725b46 {
  display: none;
}
#s-28acf848-1088-495a-af54-5f6407725b46, #wrap-s-28acf848-1088-495a-af54-5f6407725b46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28acf848-1088-495a-af54-5f6407725b46 {
  display: none;
}
#s-28acf848-1088-495a-af54-5f6407725b46, #wrap-s-28acf848-1088-495a-af54-5f6407725b46 { display:none !important; }}







#s-28acf848-1088-495a-af54-5f6407725b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe690be-5697-448c-a569-0b32fc654d0a {
  text-align: center;
}
@media (min-width: 1200px){#s-fbe690be-5697-448c-a569-0b32fc654d0a {
  display: none;
}
#s-fbe690be-5697-448c-a569-0b32fc654d0a, #wrap-s-fbe690be-5697-448c-a569-0b32fc654d0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbe690be-5697-448c-a569-0b32fc654d0a {
  display: none;
}
#s-fbe690be-5697-448c-a569-0b32fc654d0a, #wrap-s-fbe690be-5697-448c-a569-0b32fc654d0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbe690be-5697-448c-a569-0b32fc654d0a {
  display: none;
}
#s-fbe690be-5697-448c-a569-0b32fc654d0a, #wrap-s-fbe690be-5697-448c-a569-0b32fc654d0a { display:none !important; }}







#s-fbe690be-5697-448c-a569-0b32fc654d0a .shogun-image-content {
  
    align-items: center;
  
}

#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a {
  text-align: center;
}
@media (min-width: 1200px){#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a {
  display: none;
}
#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a, #wrap-s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a {
  display: none;
}
#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a, #wrap-s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a {
  display: none;
}
#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a, #wrap-s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a { display:none !important; }}






  #s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a img.shogun-image {
    

    
    
    
  }


#s-d9914e61-1bbb-496f-b67c-e3b0c45bcf5a .shogun-image-content {
  
    align-items: center;
  
}

#s-abefda52-c533-4090-b650-e4679b5a00da {
  text-align: center;
}
@media (min-width: 1200px){#s-abefda52-c533-4090-b650-e4679b5a00da {
  display: none;
}
#s-abefda52-c533-4090-b650-e4679b5a00da, #wrap-s-abefda52-c533-4090-b650-e4679b5a00da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abefda52-c533-4090-b650-e4679b5a00da {
  display: none;
}
#s-abefda52-c533-4090-b650-e4679b5a00da, #wrap-s-abefda52-c533-4090-b650-e4679b5a00da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abefda52-c533-4090-b650-e4679b5a00da {
  display: none;
}
#s-abefda52-c533-4090-b650-e4679b5a00da, #wrap-s-abefda52-c533-4090-b650-e4679b5a00da { display:none !important; }}







#s-abefda52-c533-4090-b650-e4679b5a00da .shogun-image-content {
  
    align-items: center;
  
}

#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 {
  text-align: center;
}
@media (min-width: 1200px){#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 {
  display: none;
}
#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90, #wrap-s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 {
  display: none;
}
#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90, #wrap-s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 {
  display: none;
}
#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90, #wrap-s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 { display:none !important; }}







#s-0ea83ee7-9fa3-458c-8ecf-b8fe39a13a90 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd35192c-32ad-4fe3-be8e-2b2901bcb302 {
  text-align: center;
}
@media (max-width: 767px){#s-cd35192c-32ad-4fe3-be8e-2b2901bcb302 {
  display: none;
}
#s-cd35192c-32ad-4fe3-be8e-2b2901bcb302, #wrap-s-cd35192c-32ad-4fe3-be8e-2b2901bcb302 { display:none !important; }}







#s-cd35192c-32ad-4fe3-be8e-2b2901bcb302 .shogun-image-content {
  
    align-items: center;
  
}

#s-efa4c38e-382c-42af-a0de-8fef084f17c2 {
  text-align: center;
}
@media (min-width: 1200px){#s-efa4c38e-382c-42af-a0de-8fef084f17c2 {
  display: none;
}
#s-efa4c38e-382c-42af-a0de-8fef084f17c2, #wrap-s-efa4c38e-382c-42af-a0de-8fef084f17c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efa4c38e-382c-42af-a0de-8fef084f17c2 {
  display: none;
}
#s-efa4c38e-382c-42af-a0de-8fef084f17c2, #wrap-s-efa4c38e-382c-42af-a0de-8fef084f17c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efa4c38e-382c-42af-a0de-8fef084f17c2 {
  display: none;
}
#s-efa4c38e-382c-42af-a0de-8fef084f17c2, #wrap-s-efa4c38e-382c-42af-a0de-8fef084f17c2 { display:none !important; }}







#s-efa4c38e-382c-42af-a0de-8fef084f17c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a7ad1d-8626-408c-8229-6db4f6b0316c {
  text-align: center;
}
@media (min-width: 1200px){#s-55a7ad1d-8626-408c-8229-6db4f6b0316c {
  display: none;
}
#s-55a7ad1d-8626-408c-8229-6db4f6b0316c, #wrap-s-55a7ad1d-8626-408c-8229-6db4f6b0316c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55a7ad1d-8626-408c-8229-6db4f6b0316c {
  display: none;
}
#s-55a7ad1d-8626-408c-8229-6db4f6b0316c, #wrap-s-55a7ad1d-8626-408c-8229-6db4f6b0316c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55a7ad1d-8626-408c-8229-6db4f6b0316c {
  display: none;
}
#s-55a7ad1d-8626-408c-8229-6db4f6b0316c, #wrap-s-55a7ad1d-8626-408c-8229-6db4f6b0316c { display:none !important; }}







#s-55a7ad1d-8626-408c-8229-6db4f6b0316c .shogun-image-content {
  
    align-items: center;
  
}

#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea {
  text-align: center;
}
@media (min-width: 1200px){#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea {
  display: none;
}
#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea, #wrap-s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea {
  display: none;
}
#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea, #wrap-s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea {
  display: none;
}
#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea, #wrap-s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea { display:none !important; }}







#s-44ffbcf6-1eb2-41e1-8b1b-3d8f9d4444ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da {
  text-align: center;
}
@media (min-width: 1200px){#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da {
  display: none;
}
#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da, #wrap-s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da {
  display: none;
}
#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da, #wrap-s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da {
  display: none;
}
#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da, #wrap-s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da { display:none !important; }}







#s-3a54e5a7-bf5a-4e1e-876f-bee7f75d62da .shogun-image-content {
  
    align-items: center;
  
}

#s-90747959-7d1f-43cf-978d-5ba3dc404463 {
  text-align: center;
}
@media (min-width: 1200px){#s-90747959-7d1f-43cf-978d-5ba3dc404463 {
  display: none;
}
#s-90747959-7d1f-43cf-978d-5ba3dc404463, #wrap-s-90747959-7d1f-43cf-978d-5ba3dc404463 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90747959-7d1f-43cf-978d-5ba3dc404463 {
  display: none;
}
#s-90747959-7d1f-43cf-978d-5ba3dc404463, #wrap-s-90747959-7d1f-43cf-978d-5ba3dc404463 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90747959-7d1f-43cf-978d-5ba3dc404463 {
  display: none;
}
#s-90747959-7d1f-43cf-978d-5ba3dc404463, #wrap-s-90747959-7d1f-43cf-978d-5ba3dc404463 { display:none !important; }}







#s-90747959-7d1f-43cf-978d-5ba3dc404463 .shogun-image-content {
  
    align-items: center;
  
}

#s-75dd7f02-6595-404c-943a-d30a4746ced4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-75dd7f02-6595-404c-943a-d30a4746ced4 {
  
}
}@media (max-width: 767px){#s-75dd7f02-6595-404c-943a-d30a4746ced4 {
  display: none;
}
#s-75dd7f02-6595-404c-943a-d30a4746ced4, #wrap-s-75dd7f02-6595-404c-943a-d30a4746ced4 { display:none !important; }}







#s-75dd7f02-6595-404c-943a-d30a4746ced4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c187491-c2a8-4eec-a613-c27f0f6412bf {
  text-align: center;
}
@media (min-width: 1200px){#s-9c187491-c2a8-4eec-a613-c27f0f6412bf {
  display: none;
}
#s-9c187491-c2a8-4eec-a613-c27f0f6412bf, #wrap-s-9c187491-c2a8-4eec-a613-c27f0f6412bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c187491-c2a8-4eec-a613-c27f0f6412bf {
  display: none;
}
#s-9c187491-c2a8-4eec-a613-c27f0f6412bf, #wrap-s-9c187491-c2a8-4eec-a613-c27f0f6412bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c187491-c2a8-4eec-a613-c27f0f6412bf {
  display: none;
}
#s-9c187491-c2a8-4eec-a613-c27f0f6412bf, #wrap-s-9c187491-c2a8-4eec-a613-c27f0f6412bf { display:none !important; }}







#s-9c187491-c2a8-4eec-a613-c27f0f6412bf .shogun-image-content {
  
    align-items: center;
  
}

#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 {
  text-align: center;
}
@media (min-width: 1200px){#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 {
  display: none;
}
#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49, #wrap-s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 {
  display: none;
}
#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49, #wrap-s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 {
  display: none;
}
#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49, #wrap-s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 { display:none !important; }}







#s-bc1edf7d-d4ef-4634-98e1-d46658f76a49 .shogun-image-content {
  
    align-items: center;
  
}

#s-aed15a1b-039b-48bf-a98c-75403b8755ce {
  text-align: center;
}
@media (min-width: 1200px){#s-aed15a1b-039b-48bf-a98c-75403b8755ce {
  display: none;
}
#s-aed15a1b-039b-48bf-a98c-75403b8755ce, #wrap-s-aed15a1b-039b-48bf-a98c-75403b8755ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aed15a1b-039b-48bf-a98c-75403b8755ce {
  display: none;
}
#s-aed15a1b-039b-48bf-a98c-75403b8755ce, #wrap-s-aed15a1b-039b-48bf-a98c-75403b8755ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aed15a1b-039b-48bf-a98c-75403b8755ce {
  display: none;
}
#s-aed15a1b-039b-48bf-a98c-75403b8755ce, #wrap-s-aed15a1b-039b-48bf-a98c-75403b8755ce { display:none !important; }}







#s-aed15a1b-039b-48bf-a98c-75403b8755ce .shogun-image-content {
  
    align-items: center;
  
}

#s-862c9b33-a597-4e99-9271-fbfafafd464b {
  text-align: center;
}
@media (min-width: 1200px){#s-862c9b33-a597-4e99-9271-fbfafafd464b {
  display: none;
}
#s-862c9b33-a597-4e99-9271-fbfafafd464b, #wrap-s-862c9b33-a597-4e99-9271-fbfafafd464b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-862c9b33-a597-4e99-9271-fbfafafd464b {
  display: none;
}
#s-862c9b33-a597-4e99-9271-fbfafafd464b, #wrap-s-862c9b33-a597-4e99-9271-fbfafafd464b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-862c9b33-a597-4e99-9271-fbfafafd464b {
  display: none;
}
#s-862c9b33-a597-4e99-9271-fbfafafd464b, #wrap-s-862c9b33-a597-4e99-9271-fbfafafd464b { display:none !important; }}







#s-862c9b33-a597-4e99-9271-fbfafafd464b .shogun-image-content {
  
    align-items: center;
  
}

#s-bba91c18-fa50-463d-91f5-7edf81ebac47 {
  text-align: center;
}
@media (max-width: 767px){#s-bba91c18-fa50-463d-91f5-7edf81ebac47 {
  display: none;
}
#s-bba91c18-fa50-463d-91f5-7edf81ebac47, #wrap-s-bba91c18-fa50-463d-91f5-7edf81ebac47 { display:none !important; }}







#s-bba91c18-fa50-463d-91f5-7edf81ebac47 .shogun-image-content {
  
    align-items: center;
  
}

#s-60ce2815-3424-4b47-a795-665e0509d665 {
  text-align: center;
}
@media (min-width: 1200px){#s-60ce2815-3424-4b47-a795-665e0509d665 {
  display: none;
}
#s-60ce2815-3424-4b47-a795-665e0509d665, #wrap-s-60ce2815-3424-4b47-a795-665e0509d665 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60ce2815-3424-4b47-a795-665e0509d665 {
  display: none;
}
#s-60ce2815-3424-4b47-a795-665e0509d665, #wrap-s-60ce2815-3424-4b47-a795-665e0509d665 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60ce2815-3424-4b47-a795-665e0509d665 {
  display: none;
}
#s-60ce2815-3424-4b47-a795-665e0509d665, #wrap-s-60ce2815-3424-4b47-a795-665e0509d665 { display:none !important; }}







#s-60ce2815-3424-4b47-a795-665e0509d665 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e1bcd6b-0f74-4e53-b051-de79431843ac {
  text-align: center;
}
@media (min-width: 1200px){#s-5e1bcd6b-0f74-4e53-b051-de79431843ac {
  display: none;
}
#s-5e1bcd6b-0f74-4e53-b051-de79431843ac, #wrap-s-5e1bcd6b-0f74-4e53-b051-de79431843ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e1bcd6b-0f74-4e53-b051-de79431843ac {
  display: none;
}
#s-5e1bcd6b-0f74-4e53-b051-de79431843ac, #wrap-s-5e1bcd6b-0f74-4e53-b051-de79431843ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e1bcd6b-0f74-4e53-b051-de79431843ac {
  display: none;
}
#s-5e1bcd6b-0f74-4e53-b051-de79431843ac, #wrap-s-5e1bcd6b-0f74-4e53-b051-de79431843ac { display:none !important; }}







#s-5e1bcd6b-0f74-4e53-b051-de79431843ac .shogun-image-content {
  
    align-items: center;
  
}

#s-c54d0c26-c69f-43b6-942a-fbe97058502c {
  text-align: center;
}
@media (min-width: 1200px){#s-c54d0c26-c69f-43b6-942a-fbe97058502c {
  display: none;
}
#s-c54d0c26-c69f-43b6-942a-fbe97058502c, #wrap-s-c54d0c26-c69f-43b6-942a-fbe97058502c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c54d0c26-c69f-43b6-942a-fbe97058502c {
  display: none;
}
#s-c54d0c26-c69f-43b6-942a-fbe97058502c, #wrap-s-c54d0c26-c69f-43b6-942a-fbe97058502c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c54d0c26-c69f-43b6-942a-fbe97058502c {
  display: none;
}
#s-c54d0c26-c69f-43b6-942a-fbe97058502c, #wrap-s-c54d0c26-c69f-43b6-942a-fbe97058502c { display:none !important; }}







#s-c54d0c26-c69f-43b6-942a-fbe97058502c .shogun-image-content {
  
    align-items: center;
  
}

#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 {
  text-align: center;
}
@media (min-width: 1200px){#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 {
  display: none;
}
#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00, #wrap-s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 {
  display: none;
}
#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00, #wrap-s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 {
  display: none;
}
#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00, #wrap-s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 { display:none !important; }}







#s-b55e3a98-9979-478b-ad6a-1af47ac9ec00 .shogun-image-content {
  
    align-items: center;
  
}

#s-357e83ad-38ad-4984-9eff-102580b7dfc8 {
  text-align: center;
}
@media (min-width: 1200px){#s-357e83ad-38ad-4984-9eff-102580b7dfc8 {
  display: none;
}
#s-357e83ad-38ad-4984-9eff-102580b7dfc8, #wrap-s-357e83ad-38ad-4984-9eff-102580b7dfc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-357e83ad-38ad-4984-9eff-102580b7dfc8 {
  display: none;
}
#s-357e83ad-38ad-4984-9eff-102580b7dfc8, #wrap-s-357e83ad-38ad-4984-9eff-102580b7dfc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-357e83ad-38ad-4984-9eff-102580b7dfc8 {
  display: none;
}
#s-357e83ad-38ad-4984-9eff-102580b7dfc8, #wrap-s-357e83ad-38ad-4984-9eff-102580b7dfc8 { display:none !important; }}







#s-357e83ad-38ad-4984-9eff-102580b7dfc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c024098-5e00-4380-a886-c952868e2217 {
  text-align: center;
}
@media (min-width: 1200px){#s-8c024098-5e00-4380-a886-c952868e2217 {
  display: none;
}
#s-8c024098-5e00-4380-a886-c952868e2217, #wrap-s-8c024098-5e00-4380-a886-c952868e2217 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c024098-5e00-4380-a886-c952868e2217 {
  display: none;
}
#s-8c024098-5e00-4380-a886-c952868e2217, #wrap-s-8c024098-5e00-4380-a886-c952868e2217 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c024098-5e00-4380-a886-c952868e2217 {
  display: none;
}
#s-8c024098-5e00-4380-a886-c952868e2217, #wrap-s-8c024098-5e00-4380-a886-c952868e2217 { display:none !important; }}







#s-8c024098-5e00-4380-a886-c952868e2217 .shogun-image-content {
  
    align-items: center;
  
}

#s-31d60a30-d037-4a21-90b1-ea166295d84b {
  text-align: center;
}
@media (min-width: 1200px){#s-31d60a30-d037-4a21-90b1-ea166295d84b {
  display: none;
}
#s-31d60a30-d037-4a21-90b1-ea166295d84b, #wrap-s-31d60a30-d037-4a21-90b1-ea166295d84b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31d60a30-d037-4a21-90b1-ea166295d84b {
  display: none;
}
#s-31d60a30-d037-4a21-90b1-ea166295d84b, #wrap-s-31d60a30-d037-4a21-90b1-ea166295d84b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31d60a30-d037-4a21-90b1-ea166295d84b {
  display: none;
}
#s-31d60a30-d037-4a21-90b1-ea166295d84b, #wrap-s-31d60a30-d037-4a21-90b1-ea166295d84b { display:none !important; }}







#s-31d60a30-d037-4a21-90b1-ea166295d84b .shogun-image-content {
  
    align-items: center;
  
}

#s-e0eb8e9e-55f8-4405-bf93-636c689ed604 {
  text-align: center;
}
@media (min-width: 1200px){#s-e0eb8e9e-55f8-4405-bf93-636c689ed604 {
  display: none;
}
#s-e0eb8e9e-55f8-4405-bf93-636c689ed604, #wrap-s-e0eb8e9e-55f8-4405-bf93-636c689ed604 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0eb8e9e-55f8-4405-bf93-636c689ed604 {
  display: none;
}
#s-e0eb8e9e-55f8-4405-bf93-636c689ed604, #wrap-s-e0eb8e9e-55f8-4405-bf93-636c689ed604 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0eb8e9e-55f8-4405-bf93-636c689ed604 {
  display: none;
}
#s-e0eb8e9e-55f8-4405-bf93-636c689ed604, #wrap-s-e0eb8e9e-55f8-4405-bf93-636c689ed604 { display:none !important; }}







#s-e0eb8e9e-55f8-4405-bf93-636c689ed604 .shogun-image-content {
  
    align-items: center;
  
}

#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 {
  text-align: center;
}
@media (min-width: 1200px){#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 {
  display: none;
}
#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76, #wrap-s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 {
  display: none;
}
#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76, #wrap-s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 {
  display: none;
}
#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76, #wrap-s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 { display:none !important; }}







#s-d590d882-7a2a-44b3-8860-7b6dfaef0c76 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa553086-1c65-4d6e-855a-e18995c797cc {
  text-align: center;
}
@media (min-width: 1200px){#s-fa553086-1c65-4d6e-855a-e18995c797cc {
  display: none;
}
#s-fa553086-1c65-4d6e-855a-e18995c797cc, #wrap-s-fa553086-1c65-4d6e-855a-e18995c797cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa553086-1c65-4d6e-855a-e18995c797cc {
  display: none;
}
#s-fa553086-1c65-4d6e-855a-e18995c797cc, #wrap-s-fa553086-1c65-4d6e-855a-e18995c797cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa553086-1c65-4d6e-855a-e18995c797cc {
  display: none;
}
#s-fa553086-1c65-4d6e-855a-e18995c797cc, #wrap-s-fa553086-1c65-4d6e-855a-e18995c797cc { display:none !important; }}







#s-fa553086-1c65-4d6e-855a-e18995c797cc .shogun-image-content {
  
    align-items: center;
  
}

#s-d617c19f-da2c-462e-b4f5-4d801eab4859 {
  text-align: center;
}
@media (min-width: 1200px){#s-d617c19f-da2c-462e-b4f5-4d801eab4859 {
  display: none;
}
#s-d617c19f-da2c-462e-b4f5-4d801eab4859, #wrap-s-d617c19f-da2c-462e-b4f5-4d801eab4859 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d617c19f-da2c-462e-b4f5-4d801eab4859 {
  display: none;
}
#s-d617c19f-da2c-462e-b4f5-4d801eab4859, #wrap-s-d617c19f-da2c-462e-b4f5-4d801eab4859 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d617c19f-da2c-462e-b4f5-4d801eab4859 {
  display: none;
}
#s-d617c19f-da2c-462e-b4f5-4d801eab4859, #wrap-s-d617c19f-da2c-462e-b4f5-4d801eab4859 { display:none !important; }}







#s-d617c19f-da2c-462e-b4f5-4d801eab4859 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a4f9854-f6cf-4700-abf6-cf70f452ef7d {
  text-align: center;
}
@media (max-width: 767px){#s-9a4f9854-f6cf-4700-abf6-cf70f452ef7d {
  display: none;
}
#s-9a4f9854-f6cf-4700-abf6-cf70f452ef7d, #wrap-s-9a4f9854-f6cf-4700-abf6-cf70f452ef7d { display:none !important; }}







#s-9a4f9854-f6cf-4700-abf6-cf70f452ef7d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a664f5f-6f85-47cb-84b5-887db114e1df {
  text-align: center;
}
@media (min-width: 1200px){#s-0a664f5f-6f85-47cb-84b5-887db114e1df {
  display: none;
}
#s-0a664f5f-6f85-47cb-84b5-887db114e1df, #wrap-s-0a664f5f-6f85-47cb-84b5-887db114e1df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a664f5f-6f85-47cb-84b5-887db114e1df {
  display: none;
}
#s-0a664f5f-6f85-47cb-84b5-887db114e1df, #wrap-s-0a664f5f-6f85-47cb-84b5-887db114e1df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a664f5f-6f85-47cb-84b5-887db114e1df {
  display: none;
}
#s-0a664f5f-6f85-47cb-84b5-887db114e1df, #wrap-s-0a664f5f-6f85-47cb-84b5-887db114e1df { display:none !important; }}







#s-0a664f5f-6f85-47cb-84b5-887db114e1df .shogun-image-content {
  
    align-items: center;
  
}

#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab {
  text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab {
  display: none;
}
#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab, #wrap-s-66fb1d53-0b05-4c80-8385-0d86d7c659ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab {
  display: none;
}
#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab, #wrap-s-66fb1d53-0b05-4c80-8385-0d86d7c659ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab {
  display: none;
}
#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab, #wrap-s-66fb1d53-0b05-4c80-8385-0d86d7c659ab { display:none !important; }}






  #s-66fb1d53-0b05-4c80-8385-0d86d7c659ab img.shogun-image {
    

    
    
    
  }


#s-66fb1d53-0b05-4c80-8385-0d86d7c659ab .shogun-image-content {
  
    align-items: center;
  
}

#s-d24f9c3c-3602-4889-8709-de44f5eec296 {
  text-align: center;
}
@media (min-width: 1200px){#s-d24f9c3c-3602-4889-8709-de44f5eec296 {
  display: none;
}
#s-d24f9c3c-3602-4889-8709-de44f5eec296, #wrap-s-d24f9c3c-3602-4889-8709-de44f5eec296 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d24f9c3c-3602-4889-8709-de44f5eec296 {
  display: none;
}
#s-d24f9c3c-3602-4889-8709-de44f5eec296, #wrap-s-d24f9c3c-3602-4889-8709-de44f5eec296 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d24f9c3c-3602-4889-8709-de44f5eec296 {
  display: none;
}
#s-d24f9c3c-3602-4889-8709-de44f5eec296, #wrap-s-d24f9c3c-3602-4889-8709-de44f5eec296 { display:none !important; }}







#s-d24f9c3c-3602-4889-8709-de44f5eec296 .shogun-image-content {
  
    align-items: center;
  
}

#s-662882ef-a539-4406-97f7-681ddff1a302 {
  text-align: center;
}
@media (min-width: 1200px){#s-662882ef-a539-4406-97f7-681ddff1a302 {
  display: none;
}
#s-662882ef-a539-4406-97f7-681ddff1a302, #wrap-s-662882ef-a539-4406-97f7-681ddff1a302 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-662882ef-a539-4406-97f7-681ddff1a302 {
  display: none;
}
#s-662882ef-a539-4406-97f7-681ddff1a302, #wrap-s-662882ef-a539-4406-97f7-681ddff1a302 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-662882ef-a539-4406-97f7-681ddff1a302 {
  display: none;
}
#s-662882ef-a539-4406-97f7-681ddff1a302, #wrap-s-662882ef-a539-4406-97f7-681ddff1a302 { display:none !important; }}







#s-662882ef-a539-4406-97f7-681ddff1a302 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f96f321-37d6-4e96-a521-1e890bd2bb31 {
  text-align: center;
}
@media (min-width: 1200px){#s-1f96f321-37d6-4e96-a521-1e890bd2bb31 {
  display: none;
}
#s-1f96f321-37d6-4e96-a521-1e890bd2bb31, #wrap-s-1f96f321-37d6-4e96-a521-1e890bd2bb31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f96f321-37d6-4e96-a521-1e890bd2bb31 {
  display: none;
}
#s-1f96f321-37d6-4e96-a521-1e890bd2bb31, #wrap-s-1f96f321-37d6-4e96-a521-1e890bd2bb31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f96f321-37d6-4e96-a521-1e890bd2bb31 {
  display: none;
}
#s-1f96f321-37d6-4e96-a521-1e890bd2bb31, #wrap-s-1f96f321-37d6-4e96-a521-1e890bd2bb31 { display:none !important; }}







#s-1f96f321-37d6-4e96-a521-1e890bd2bb31 .shogun-image-content {
  
    align-items: center;
  
}

#s-7831e53a-1f59-4d82-9394-75f0a8a28180 {
  text-align: center;
}
@media (min-width: 1200px){#s-7831e53a-1f59-4d82-9394-75f0a8a28180 {
  display: none;
}
#s-7831e53a-1f59-4d82-9394-75f0a8a28180, #wrap-s-7831e53a-1f59-4d82-9394-75f0a8a28180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7831e53a-1f59-4d82-9394-75f0a8a28180 {
  display: none;
}
#s-7831e53a-1f59-4d82-9394-75f0a8a28180, #wrap-s-7831e53a-1f59-4d82-9394-75f0a8a28180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7831e53a-1f59-4d82-9394-75f0a8a28180 {
  display: none;
}
#s-7831e53a-1f59-4d82-9394-75f0a8a28180, #wrap-s-7831e53a-1f59-4d82-9394-75f0a8a28180 { display:none !important; }}







#s-7831e53a-1f59-4d82-9394-75f0a8a28180 .shogun-image-content {
  
    align-items: center;
  
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af {
  text-align: center;
}
@media (max-width: 767px){#s-c75c3313-305a-4cf4-88db-515610e1b0af {
  display: none;
}
#s-c75c3313-305a-4cf4-88db-515610e1b0af, #wrap-s-c75c3313-305a-4cf4-88db-515610e1b0af { display:none !important; }}






  img.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
    
    
  }


.s-c75c3313-305a-4cf4-88db-515610e1b0af .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shg-align-container {
  text-align: center
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
    
    
  }


.s-c75c3313-305a-4cf4-88db-515610e1b0af .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shg-align-container {
  text-align: center
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
    
    
  }


.s-c75c3313-305a-4cf4-88db-515610e1b0af .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shg-align-container {
  text-align: center
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
    
    
  }


.s-c75c3313-305a-4cf4-88db-515610e1b0af .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shg-align-container {
  text-align: center
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
    
    
  }


.s-c75c3313-305a-4cf4-88db-515610e1b0af .shogun-image-content {
  
    align-items: center;
  
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shg-align-container {
  text-align: center
}

.s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75c3313-305a-4cf4-88db-515610e1b0af.shogun-image {
  box-sizing: border-box;
}


}
#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 {
  
}
}@media (max-width: 767px){#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 {
  display: none;
}
#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518, #wrap-s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 { display:none !important; }}







.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 .shogun-image-content {
  
    align-items: center;
  
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shg-align-container {
  text-align: center
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 .shogun-image-content {
  
    align-items: center;
  
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shg-align-container {
  text-align: center
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image {
  box-sizing: border-box;
}


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






.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 .shogun-image-content {
  
    align-items: center;
  
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shg-align-container {
  text-align: center
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image {
  box-sizing: border-box;
}


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






.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 .shogun-image-content {
  
    align-items: center;
  
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shg-align-container {
  text-align: center
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image {
  box-sizing: border-box;
}


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






.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518 .shogun-image-content {
  
    align-items: center;
  
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shg-align-container {
  text-align: center
}

.s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a30eb0-a38e-4f36-a06d-110cdd0c4518.shogun-image {
  box-sizing: border-box;
}


}
#s-0e4a18f3-3ab9-4f80-8add-592297403342 {
  text-align: center;
}
@media (max-width: 767px){#s-0e4a18f3-3ab9-4f80-8add-592297403342 {
  display: none;
}
#s-0e4a18f3-3ab9-4f80-8add-592297403342, #wrap-s-0e4a18f3-3ab9-4f80-8add-592297403342 { display:none !important; }}







.s-0e4a18f3-3ab9-4f80-8add-592297403342 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shg-align-container {
  text-align: center
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-0e4a18f3-3ab9-4f80-8add-592297403342 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shg-align-container {
  text-align: center
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image {
  box-sizing: border-box;
}


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






.s-0e4a18f3-3ab9-4f80-8add-592297403342 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shg-align-container {
  text-align: center
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image {
  box-sizing: border-box;
}


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






.s-0e4a18f3-3ab9-4f80-8add-592297403342 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shg-align-container {
  text-align: center
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image {
  box-sizing: border-box;
}


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






.s-0e4a18f3-3ab9-4f80-8add-592297403342 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shg-align-container {
  text-align: center
}

.s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4a18f3-3ab9-4f80-8add-592297403342.shogun-image {
  box-sizing: border-box;
}


}
#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
  max-width: 4000px;
aspect-ratio: 4000/1500;
text-align: center;
}
@media (max-width: 767px){#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
  display: none;
}
#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e, #wrap-s-4b82ba34-c56f-4e08-b76c-75714f9cb59e { display:none !important; }}




  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image,
  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
    width: 100%;
    height: auto;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
    
    
  }


.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shg-align-container {
  text-align: center
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image,
  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
    width: 100%;
    height: auto;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
    
    
  }


.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shg-align-container {
  text-align: center
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image,
  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
    width: 100%;
    height: auto;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
    
    
  }


.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shg-align-container {
  text-align: center
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image,
  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
    width: 100%;
    height: auto;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
    
    
  }


.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shg-align-container {
  text-align: center
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
  box-sizing: border-box;
}


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



  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image,
  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e {
    width: 100%;
    height: auto;
  }

  #s-4b82ba34-c56f-4e08-b76c-75714f9cb59e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
    
    
  }


.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shg-align-container {
  text-align: center
}

.s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b82ba34-c56f-4e08-b76c-75714f9cb59e.shogun-image {
  box-sizing: border-box;
}


}
#s-b3ec26ce-b114-4153-bac4-52891feaa3e0 {
  text-align: center;
}
@media (max-width: 767px){#s-b3ec26ce-b114-4153-bac4-52891feaa3e0 {
  display: none;
}
#s-b3ec26ce-b114-4153-bac4-52891feaa3e0, #wrap-s-b3ec26ce-b114-4153-bac4-52891feaa3e0 { display:none !important; }}







.s-b3ec26ce-b114-4153-bac4-52891feaa3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shg-align-container {
  text-align: center
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-b3ec26ce-b114-4153-bac4-52891feaa3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shg-align-container {
  text-align: center
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image {
  box-sizing: border-box;
}


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






.s-b3ec26ce-b114-4153-bac4-52891feaa3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shg-align-container {
  text-align: center
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image {
  box-sizing: border-box;
}


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






.s-b3ec26ce-b114-4153-bac4-52891feaa3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shg-align-container {
  text-align: center
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image {
  box-sizing: border-box;
}


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






.s-b3ec26ce-b114-4153-bac4-52891feaa3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shg-align-container {
  text-align: center
}

.s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3ec26ce-b114-4153-bac4-52891feaa3e0.shogun-image {
  box-sizing: border-box;
}


}
#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 {
  text-align: center;
}
@media (max-width: 767px){#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 {
  display: none;
}
#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2, #wrap-s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 { display:none !important; }}






  img.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
    
    
  }


.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shg-align-container {
  text-align: center
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
    
    
  }


.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shg-align-container {
  text-align: center
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
    
    
  }


.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shg-align-container {
  text-align: center
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
    
    
  }


.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shg-align-container {
  text-align: center
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
    
    
  }


.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shg-align-container {
  text-align: center
}

.s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc0a3fc-d192-4150-a716-802f2cabb0d2.shogun-image {
  box-sizing: border-box;
}


}
#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 {
  text-align: center;
}
@media (max-width: 767px){#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 {
  display: none;
}
#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7, #wrap-s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 { display:none !important; }}







.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shg-align-container {
  text-align: center
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shg-align-container {
  text-align: center
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image {
  box-sizing: border-box;
}


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






.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shg-align-container {
  text-align: center
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image {
  box-sizing: border-box;
}


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






.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shg-align-container {
  text-align: center
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image {
  box-sizing: border-box;
}


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






.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shg-align-container {
  text-align: center
}

.s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4222b51e-fc57-4c50-a1f2-7a5f7a1cf8f7.shogun-image {
  box-sizing: border-box;
}


}
#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 {
  text-align: center;
}
@media (max-width: 767px){#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 {
  display: none;
}
#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9, #wrap-s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 { display:none !important; }}







.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shg-align-container {
  text-align: center
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shg-align-container {
  text-align: center
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image {
  box-sizing: border-box;
}


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






.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shg-align-container {
  text-align: center
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image {
  box-sizing: border-box;
}


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






.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shg-align-container {
  text-align: center
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image {
  box-sizing: border-box;
}


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






.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shg-align-container {
  text-align: center
}

.s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92209e05-80c6-4d60-bf75-bcd43cbe7ac9.shogun-image {
  box-sizing: border-box;
}


}
#s-f43ab2f6-790f-4905-9899-f6720cf12656 {
  text-align: center;
}
@media (min-width: 1200px){#s-f43ab2f6-790f-4905-9899-f6720cf12656 {
  display: none;
}
#s-f43ab2f6-790f-4905-9899-f6720cf12656, #wrap-s-f43ab2f6-790f-4905-9899-f6720cf12656 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f43ab2f6-790f-4905-9899-f6720cf12656 {
  display: none;
}
#s-f43ab2f6-790f-4905-9899-f6720cf12656, #wrap-s-f43ab2f6-790f-4905-9899-f6720cf12656 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f43ab2f6-790f-4905-9899-f6720cf12656 {
  display: none;
}
#s-f43ab2f6-790f-4905-9899-f6720cf12656, #wrap-s-f43ab2f6-790f-4905-9899-f6720cf12656 { display:none !important; }}@media (max-width: 767px){#s-f43ab2f6-790f-4905-9899-f6720cf12656 {
  
}
}







.s-f43ab2f6-790f-4905-9899-f6720cf12656 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shg-align-container {
  text-align: center
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-f43ab2f6-790f-4905-9899-f6720cf12656 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shg-align-container {
  text-align: center
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image {
  box-sizing: border-box;
}


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






.s-f43ab2f6-790f-4905-9899-f6720cf12656 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shg-align-container {
  text-align: center
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image {
  box-sizing: border-box;
}


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






.s-f43ab2f6-790f-4905-9899-f6720cf12656 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shg-align-container {
  text-align: center
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image {
  box-sizing: border-box;
}


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






.s-f43ab2f6-790f-4905-9899-f6720cf12656 .shogun-image-content {
  
    align-items: center;
  
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shg-align-container {
  text-align: center
}

.s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f43ab2f6-790f-4905-9899-f6720cf12656.shogun-image {
  box-sizing: border-box;
}


}
#s-4750230a-ad57-43d7-9637-7aa61b5c438a {
  max-width: 4000px;
aspect-ratio: 4000/1500;
text-align: center;
}
@media (max-width: 767px){#s-4750230a-ad57-43d7-9637-7aa61b5c438a {
  display: none;
}
#s-4750230a-ad57-43d7-9637-7aa61b5c438a, #wrap-s-4750230a-ad57-43d7-9637-7aa61b5c438a { display:none !important; }}




  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image,
  #s-4750230a-ad57-43d7-9637-7aa61b5c438a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a {
    width: 100%;
    height: auto;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
    
    
  }


.s-4750230a-ad57-43d7-9637-7aa61b5c438a .shogun-image-content {
  
    align-items: center;
  
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shg-align-container {
  text-align: center
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image,
  #s-4750230a-ad57-43d7-9637-7aa61b5c438a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a {
    width: 100%;
    height: auto;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
    
    
  }


.s-4750230a-ad57-43d7-9637-7aa61b5c438a .shogun-image-content {
  
    align-items: center;
  
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shg-align-container {
  text-align: center
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
  box-sizing: border-box;
}


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



  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image,
  #s-4750230a-ad57-43d7-9637-7aa61b5c438a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a {
    width: 100%;
    height: auto;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
    
    
  }


.s-4750230a-ad57-43d7-9637-7aa61b5c438a .shogun-image-content {
  
    align-items: center;
  
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shg-align-container {
  text-align: center
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
  box-sizing: border-box;
}


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



  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image,
  #s-4750230a-ad57-43d7-9637-7aa61b5c438a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a {
    width: 100%;
    height: auto;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
    
    
  }


.s-4750230a-ad57-43d7-9637-7aa61b5c438a .shogun-image-content {
  
    align-items: center;
  
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shg-align-container {
  text-align: center
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
  box-sizing: border-box;
}


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



  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image,
  #s-4750230a-ad57-43d7-9637-7aa61b5c438a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a {
    width: 100%;
    height: auto;
  }

  #s-4750230a-ad57-43d7-9637-7aa61b5c438a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
    
    
  }


.s-4750230a-ad57-43d7-9637-7aa61b5c438a .shogun-image-content {
  
    align-items: center;
  
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shg-align-container {
  text-align: center
}

.s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4750230a-ad57-43d7-9637-7aa61b5c438a.shogun-image {
  box-sizing: border-box;
}


}
#s-7353d93a-0524-45eb-b2b2-5674811e78ed {
  text-align: center;
}
@media (max-width: 767px){#s-7353d93a-0524-45eb-b2b2-5674811e78ed {
  display: none;
}
#s-7353d93a-0524-45eb-b2b2-5674811e78ed, #wrap-s-7353d93a-0524-45eb-b2b2-5674811e78ed { display:none !important; }}







.s-7353d93a-0524-45eb-b2b2-5674811e78ed .shogun-image-content {
  
    align-items: center;
  
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shg-align-container {
  text-align: center
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-7353d93a-0524-45eb-b2b2-5674811e78ed .shogun-image-content {
  
    align-items: center;
  
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shg-align-container {
  text-align: center
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image {
  box-sizing: border-box;
}


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






.s-7353d93a-0524-45eb-b2b2-5674811e78ed .shogun-image-content {
  
    align-items: center;
  
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shg-align-container {
  text-align: center
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image {
  box-sizing: border-box;
}


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






.s-7353d93a-0524-45eb-b2b2-5674811e78ed .shogun-image-content {
  
    align-items: center;
  
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shg-align-container {
  text-align: center
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image {
  box-sizing: border-box;
}


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






.s-7353d93a-0524-45eb-b2b2-5674811e78ed .shogun-image-content {
  
    align-items: center;
  
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shg-align-container {
  text-align: center
}

.s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7353d93a-0524-45eb-b2b2-5674811e78ed.shogun-image {
  box-sizing: border-box;
}


}
#s-d6024a83-8666-43a9-8b17-2b1722d201ec {
  text-align: center;
}
@media (max-width: 767px){#s-d6024a83-8666-43a9-8b17-2b1722d201ec {
  display: none;
}
#s-d6024a83-8666-43a9-8b17-2b1722d201ec, #wrap-s-d6024a83-8666-43a9-8b17-2b1722d201ec { display:none !important; }}







.s-d6024a83-8666-43a9-8b17-2b1722d201ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shg-align-container {
  text-align: center
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-d6024a83-8666-43a9-8b17-2b1722d201ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shg-align-container {
  text-align: center
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image {
  box-sizing: border-box;
}


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






.s-d6024a83-8666-43a9-8b17-2b1722d201ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shg-align-container {
  text-align: center
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image {
  box-sizing: border-box;
}


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






.s-d6024a83-8666-43a9-8b17-2b1722d201ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shg-align-container {
  text-align: center
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image {
  box-sizing: border-box;
}


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






.s-d6024a83-8666-43a9-8b17-2b1722d201ec .shogun-image-content {
  
    align-items: center;
  
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shg-align-container {
  text-align: center
}

.s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6024a83-8666-43a9-8b17-2b1722d201ec.shogun-image {
  box-sizing: border-box;
}


}
#s-d4815fcb-ebb9-4826-89ac-13a61ffd6804 {
  text-align: center;
}
@media (max-width: 767px){#s-d4815fcb-ebb9-4826-89ac-13a61ffd6804 {
  display: none;
}
#s-d4815fcb-ebb9-4826-89ac-13a61ffd6804, #wrap-s-d4815fcb-ebb9-4826-89ac-13a61ffd6804 { display:none !important; }}







#s-d4815fcb-ebb9-4826-89ac-13a61ffd6804 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79 {
  text-align: center;
}
@media (max-width: 767px){#s-f4a75139-fe25-4f1d-866e-2d701bf8df79 {
  display: none;
}
#s-f4a75139-fe25-4f1d-866e-2d701bf8df79, #wrap-s-f4a75139-fe25-4f1d-866e-2d701bf8df79 { display:none !important; }}







.s-f4a75139-fe25-4f1d-866e-2d701bf8df79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shg-align-container {
  text-align: center
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-f4a75139-fe25-4f1d-866e-2d701bf8df79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shg-align-container {
  text-align: center
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image {
  box-sizing: border-box;
}


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






.s-f4a75139-fe25-4f1d-866e-2d701bf8df79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shg-align-container {
  text-align: center
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image {
  box-sizing: border-box;
}


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






.s-f4a75139-fe25-4f1d-866e-2d701bf8df79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shg-align-container {
  text-align: center
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image {
  box-sizing: border-box;
}


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






.s-f4a75139-fe25-4f1d-866e-2d701bf8df79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shg-align-container {
  text-align: center
}

.s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4a75139-fe25-4f1d-866e-2d701bf8df79.shogun-image {
  box-sizing: border-box;
}


}
#s-ef56489e-9067-4f39-ad3e-4b4d0d499409 {
  text-align: center;
}
@media (max-width: 767px){#s-ef56489e-9067-4f39-ad3e-4b4d0d499409 {
  display: none;
}
#s-ef56489e-9067-4f39-ad3e-4b4d0d499409, #wrap-s-ef56489e-9067-4f39-ad3e-4b4d0d499409 { display:none !important; }}







#s-ef56489e-9067-4f39-ad3e-4b4d0d499409 .shogun-image-content {
  
    align-items: center;
  
}

#s-70cbff53-0589-4e01-b5f3-c0f57af9897d {
  text-align: center;
}
@media (max-width: 767px){#s-70cbff53-0589-4e01-b5f3-c0f57af9897d {
  display: none;
}
#s-70cbff53-0589-4e01-b5f3-c0f57af9897d, #wrap-s-70cbff53-0589-4e01-b5f3-c0f57af9897d { display:none !important; }}







#s-70cbff53-0589-4e01-b5f3-c0f57af9897d .shogun-image-content {
  
    align-items: center;
  
}

#s-62c13ab0-a34a-4c51-9f3c-5ae0957dc0ff {
  text-align: center;
}
@media (max-width: 767px){#s-62c13ab0-a34a-4c51-9f3c-5ae0957dc0ff {
  display: none;
}
#s-62c13ab0-a34a-4c51-9f3c-5ae0957dc0ff, #wrap-s-62c13ab0-a34a-4c51-9f3c-5ae0957dc0ff { display:none !important; }}







#s-62c13ab0-a34a-4c51-9f3c-5ae0957dc0ff .shogun-image-content {
  
    align-items: center;
  
}

#s-b32829b8-e512-4be9-94d1-7fd6106e787e {
  text-align: center;
}
@media (max-width: 767px){#s-b32829b8-e512-4be9-94d1-7fd6106e787e {
  display: none;
}
#s-b32829b8-e512-4be9-94d1-7fd6106e787e, #wrap-s-b32829b8-e512-4be9-94d1-7fd6106e787e { display:none !important; }}







#s-b32829b8-e512-4be9-94d1-7fd6106e787e .shogun-image-content {
  
    align-items: center;
  
}

#s-26733b40-20d8-42ab-834c-376b965043fe {
  text-align: center;
}
@media (max-width: 767px){#s-26733b40-20d8-42ab-834c-376b965043fe {
  display: none;
}
#s-26733b40-20d8-42ab-834c-376b965043fe, #wrap-s-26733b40-20d8-42ab-834c-376b965043fe { display:none !important; }}







#s-26733b40-20d8-42ab-834c-376b965043fe .shogun-image-content {
  
    align-items: center;
  
}

#s-3708bbf5-53b9-454a-a810-abc06c937fa4 {
  text-align: center;
}
@media (max-width: 767px){#s-3708bbf5-53b9-454a-a810-abc06c937fa4 {
  display: none;
}
#s-3708bbf5-53b9-454a-a810-abc06c937fa4, #wrap-s-3708bbf5-53b9-454a-a810-abc06c937fa4 { display:none !important; }}







#s-3708bbf5-53b9-454a-a810-abc06c937fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 {
  display: none;
}
#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1, #wrap-s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 {
  display: none;
}
#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1, #wrap-s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 {
  display: none;
}
#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1, #wrap-s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 { display:none !important; }}







#s-761756b7-fb3d-48b3-a4a1-fde1ca3876c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cce0db9-8493-452f-b312-d745d206ba46 {
  text-align: center;
}
@media (max-width: 767px){#s-3cce0db9-8493-452f-b312-d745d206ba46 {
  display: none;
}
#s-3cce0db9-8493-452f-b312-d745d206ba46, #wrap-s-3cce0db9-8493-452f-b312-d745d206ba46 { display:none !important; }}







#s-3cce0db9-8493-452f-b312-d745d206ba46 .shogun-image-content {
  
    align-items: center;
  
}

#s-4625a15f-0a4e-4ad8-8245-e68ac1f6f921 {
  text-align: center;
}
@media (max-width: 767px){#s-4625a15f-0a4e-4ad8-8245-e68ac1f6f921 {
  display: none;
}
#s-4625a15f-0a4e-4ad8-8245-e68ac1f6f921, #wrap-s-4625a15f-0a4e-4ad8-8245-e68ac1f6f921 { display:none !important; }}







#s-4625a15f-0a4e-4ad8-8245-e68ac1f6f921 .shogun-image-content {
  
    align-items: center;
  
}

#s-60bd0a12-d2c7-42d3-ac61-2d1646eb729d {
  text-align: center;
}
@media (max-width: 767px){#s-60bd0a12-d2c7-42d3-ac61-2d1646eb729d {
  display: none;
}
#s-60bd0a12-d2c7-42d3-ac61-2d1646eb729d, #wrap-s-60bd0a12-d2c7-42d3-ac61-2d1646eb729d { display:none !important; }}







#s-60bd0a12-d2c7-42d3-ac61-2d1646eb729d .shogun-image-content {
  
    align-items: center;
  
}

#s-c82937de-070e-4e96-828d-562386cc9dbd {
  text-align: center;
}
@media (max-width: 767px){#s-c82937de-070e-4e96-828d-562386cc9dbd {
  display: none;
}
#s-c82937de-070e-4e96-828d-562386cc9dbd, #wrap-s-c82937de-070e-4e96-828d-562386cc9dbd { display:none !important; }}







#s-c82937de-070e-4e96-828d-562386cc9dbd .shogun-image-content {
  
    align-items: center;
  
}

#s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c {
  text-align: center;
}
@media (max-width: 767px){#s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c {
  display: none;
}
#s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c, #wrap-s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c { display:none !important; }}






  #s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c img.shogun-image {
    

    
    
    
  }


#s-224eee4b-4e39-4e47-933b-86e7ea0dfd8c .shogun-image-content {
  
    align-items: center;
  
}

#s-3770946e-fe6e-40dd-9b9d-6fc0c7a82e76 {
  text-align: center;
}
@media (max-width: 767px){#s-3770946e-fe6e-40dd-9b9d-6fc0c7a82e76 {
  display: none;
}
#s-3770946e-fe6e-40dd-9b9d-6fc0c7a82e76, #wrap-s-3770946e-fe6e-40dd-9b9d-6fc0c7a82e76 { display:none !important; }}







#s-3770946e-fe6e-40dd-9b9d-6fc0c7a82e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4211145-3fa2-48ad-8286-5358e2f9b119 {
  text-align: center;
}
@media (max-width: 767px){#s-b4211145-3fa2-48ad-8286-5358e2f9b119 {
  display: none;
}
#s-b4211145-3fa2-48ad-8286-5358e2f9b119, #wrap-s-b4211145-3fa2-48ad-8286-5358e2f9b119 { display:none !important; }}







#s-b4211145-3fa2-48ad-8286-5358e2f9b119 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d8ecb74-7b47-4b64-8eac-fefa72f34552 {
  text-align: center;
}
@media (max-width: 767px){#s-4d8ecb74-7b47-4b64-8eac-fefa72f34552 {
  display: none;
}
#s-4d8ecb74-7b47-4b64-8eac-fefa72f34552, #wrap-s-4d8ecb74-7b47-4b64-8eac-fefa72f34552 { display:none !important; }}







#s-4d8ecb74-7b47-4b64-8eac-fefa72f34552 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b160918-d965-4712-86de-0a919b46b204 {
  text-align: center;
}
@media (max-width: 767px){#s-4b160918-d965-4712-86de-0a919b46b204 {
  display: none;
}
#s-4b160918-d965-4712-86de-0a919b46b204, #wrap-s-4b160918-d965-4712-86de-0a919b46b204 { display:none !important; }}







#s-4b160918-d965-4712-86de-0a919b46b204 .shogun-image-content {
  
    align-items: center;
  
}

#s-974e491a-24ff-485a-b984-b7484fbc458b {
  text-align: center;
}
@media (max-width: 767px){#s-974e491a-24ff-485a-b984-b7484fbc458b {
  display: none;
}
#s-974e491a-24ff-485a-b984-b7484fbc458b, #wrap-s-974e491a-24ff-485a-b984-b7484fbc458b { display:none !important; }}







#s-974e491a-24ff-485a-b984-b7484fbc458b .shogun-image-content {
  
    align-items: center;
  
}

#s-9054c2ef-445f-47a8-a9af-864b386e6827 {
  text-align: center;
}
@media (max-width: 767px){#s-9054c2ef-445f-47a8-a9af-864b386e6827 {
  display: none;
}
#s-9054c2ef-445f-47a8-a9af-864b386e6827, #wrap-s-9054c2ef-445f-47a8-a9af-864b386e6827 { display:none !important; }}







#s-9054c2ef-445f-47a8-a9af-864b386e6827 .shogun-image-content {
  
    align-items: center;
  
}

#s-4969058a-4562-4aed-adeb-748287809e90 {
  text-align: center;
}
@media (max-width: 767px){#s-4969058a-4562-4aed-adeb-748287809e90 {
  display: none;
}
#s-4969058a-4562-4aed-adeb-748287809e90, #wrap-s-4969058a-4562-4aed-adeb-748287809e90 { display:none !important; }}







#s-4969058a-4562-4aed-adeb-748287809e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f58d160-52ba-4326-8da7-8065d2e093a8 {
  text-align: center;
}
@media (max-width: 767px){#s-3f58d160-52ba-4326-8da7-8065d2e093a8 {
  display: none;
}
#s-3f58d160-52ba-4326-8da7-8065d2e093a8, #wrap-s-3f58d160-52ba-4326-8da7-8065d2e093a8 { display:none !important; }}







#s-3f58d160-52ba-4326-8da7-8065d2e093a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e499e14-be45-4208-a505-45fc95a56b19 {
  text-align: center;
}
@media (max-width: 767px){#s-1e499e14-be45-4208-a505-45fc95a56b19 {
  display: none;
}
#s-1e499e14-be45-4208-a505-45fc95a56b19, #wrap-s-1e499e14-be45-4208-a505-45fc95a56b19 { display:none !important; }}







#s-1e499e14-be45-4208-a505-45fc95a56b19 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b2634e0-ec59-431f-8671-c44ea81acf3f {
  text-align: center;
}
@media (max-width: 767px){#s-5b2634e0-ec59-431f-8671-c44ea81acf3f {
  display: none;
}
#s-5b2634e0-ec59-431f-8671-c44ea81acf3f, #wrap-s-5b2634e0-ec59-431f-8671-c44ea81acf3f { display:none !important; }}







#s-5b2634e0-ec59-431f-8671-c44ea81acf3f .shogun-image-content {
  
    align-items: center;
  
}

#s-7dc74700-8661-4ee1-a0cc-ac419b9fba60 {
  text-align: center;
}
@media (max-width: 767px){#s-7dc74700-8661-4ee1-a0cc-ac419b9fba60 {
  display: none;
}
#s-7dc74700-8661-4ee1-a0cc-ac419b9fba60, #wrap-s-7dc74700-8661-4ee1-a0cc-ac419b9fba60 { display:none !important; }}







#s-7dc74700-8661-4ee1-a0cc-ac419b9fba60 .shogun-image-content {
  
    align-items: center;
  
}

#s-b666f808-09b4-449b-b452-71c8cf871d45 {
  text-align: center;
}
@media (max-width: 767px){#s-b666f808-09b4-449b-b452-71c8cf871d45 {
  display: none;
}
#s-b666f808-09b4-449b-b452-71c8cf871d45, #wrap-s-b666f808-09b4-449b-b452-71c8cf871d45 { display:none !important; }}







#s-b666f808-09b4-449b-b452-71c8cf871d45 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aaf78c6-4eab-4052-9817-6ccb76fb55d3 {
  text-align: center;
}
@media (max-width: 767px){#s-7aaf78c6-4eab-4052-9817-6ccb76fb55d3 {
  display: none;
}
#s-7aaf78c6-4eab-4052-9817-6ccb76fb55d3, #wrap-s-7aaf78c6-4eab-4052-9817-6ccb76fb55d3 { display:none !important; }}







#s-7aaf78c6-4eab-4052-9817-6ccb76fb55d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e {
  text-align: center;
}
@media (min-width: 1200px){#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e {
  display: none;
}
#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e, #wrap-s-7b5021d6-3d0b-450d-af11-a26ec311cf0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e {
  display: none;
}
#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e, #wrap-s-7b5021d6-3d0b-450d-af11-a26ec311cf0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e {
  display: none;
}
#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e, #wrap-s-7b5021d6-3d0b-450d-af11-a26ec311cf0e { display:none !important; }}







#s-7b5021d6-3d0b-450d-af11-a26ec311cf0e .shogun-image-content {
  
    align-items: center;
  
}

#s-8d5fd01c-8093-4bb3-9d96-8bf93fecf283 {
  text-align: center;
}
@media (max-width: 767px){#s-8d5fd01c-8093-4bb3-9d96-8bf93fecf283 {
  display: none;
}
#s-8d5fd01c-8093-4bb3-9d96-8bf93fecf283, #wrap-s-8d5fd01c-8093-4bb3-9d96-8bf93fecf283 { display:none !important; }}







#s-8d5fd01c-8093-4bb3-9d96-8bf93fecf283 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed054559-f4a2-4fc2-a52e-47d9d29cc109 {
  text-align: center;
}
@media (max-width: 767px){#s-ed054559-f4a2-4fc2-a52e-47d9d29cc109 {
  display: none;
}
#s-ed054559-f4a2-4fc2-a52e-47d9d29cc109, #wrap-s-ed054559-f4a2-4fc2-a52e-47d9d29cc109 { display:none !important; }}







#s-ed054559-f4a2-4fc2-a52e-47d9d29cc109 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6846994-258a-4d9b-b9ff-217e16a253bf {
  text-align: center;
}
@media (max-width: 767px){#s-d6846994-258a-4d9b-b9ff-217e16a253bf {
  display: none;
}
#s-d6846994-258a-4d9b-b9ff-217e16a253bf, #wrap-s-d6846994-258a-4d9b-b9ff-217e16a253bf { display:none !important; }}







#s-d6846994-258a-4d9b-b9ff-217e16a253bf .shogun-image-content {
  
    align-items: center;
  
}

#s-01140afd-e230-444e-ba2d-af49d2e1d149 {
  text-align: center;
}
@media (max-width: 767px){#s-01140afd-e230-444e-ba2d-af49d2e1d149 {
  display: none;
}
#s-01140afd-e230-444e-ba2d-af49d2e1d149, #wrap-s-01140afd-e230-444e-ba2d-af49d2e1d149 { display:none !important; }}







#s-01140afd-e230-444e-ba2d-af49d2e1d149 .shogun-image-content {
  
    align-items: center;
  
}

#s-128450f3-c4d9-4939-9f61-e48768939444 {
  text-align: center;
}
@media (max-width: 767px){#s-128450f3-c4d9-4939-9f61-e48768939444 {
  display: none;
}
#s-128450f3-c4d9-4939-9f61-e48768939444, #wrap-s-128450f3-c4d9-4939-9f61-e48768939444 { display:none !important; }}







#s-128450f3-c4d9-4939-9f61-e48768939444 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb {
  text-align: center;
}
@media (min-width: 1200px){#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb {
  display: none;
}
#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb, #wrap-s-f3eb9a36-dd48-43bd-b1d6-6120982026eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb {
  display: none;
}
#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb, #wrap-s-f3eb9a36-dd48-43bd-b1d6-6120982026eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb {
  display: none;
}
#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb, #wrap-s-f3eb9a36-dd48-43bd-b1d6-6120982026eb { display:none !important; }}







#s-f3eb9a36-dd48-43bd-b1d6-6120982026eb .shogun-image-content {
  
    align-items: center;
  
}

#s-c12a7eac-de06-47d8-9c0d-f06f0764bb32 {
  text-align: center;
}
@media (max-width: 767px){#s-c12a7eac-de06-47d8-9c0d-f06f0764bb32 {
  display: none;
}
#s-c12a7eac-de06-47d8-9c0d-f06f0764bb32, #wrap-s-c12a7eac-de06-47d8-9c0d-f06f0764bb32 { display:none !important; }}







#s-c12a7eac-de06-47d8-9c0d-f06f0764bb32 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8cb584b-f2fb-4e05-b4d0-1608aa9643ca {
  text-align: center;
}
@media (max-width: 767px){#s-d8cb584b-f2fb-4e05-b4d0-1608aa9643ca {
  display: none;
}
#s-d8cb584b-f2fb-4e05-b4d0-1608aa9643ca, #wrap-s-d8cb584b-f2fb-4e05-b4d0-1608aa9643ca { display:none !important; }}







#s-d8cb584b-f2fb-4e05-b4d0-1608aa9643ca .shogun-image-content {
  
    align-items: center;
  
}

#s-68f541d0-20a1-404e-90de-1f861fea610b {
  text-align: center;
}
@media (max-width: 767px){#s-68f541d0-20a1-404e-90de-1f861fea610b {
  display: none;
}
#s-68f541d0-20a1-404e-90de-1f861fea610b, #wrap-s-68f541d0-20a1-404e-90de-1f861fea610b { display:none !important; }}







#s-68f541d0-20a1-404e-90de-1f861fea610b .shogun-image-content {
  
    align-items: center;
  
}

#s-29959415-c264-4f57-90e0-c6649140ba65 {
  text-align: center;
}
@media (max-width: 767px){#s-29959415-c264-4f57-90e0-c6649140ba65 {
  display: none;
}
#s-29959415-c264-4f57-90e0-c6649140ba65, #wrap-s-29959415-c264-4f57-90e0-c6649140ba65 { display:none !important; }}







#s-29959415-c264-4f57-90e0-c6649140ba65 .shogun-image-content {
  
    align-items: center;
  
}

#s-658116da-31a9-4720-bcc4-78de2113c8c0 {
  text-align: center;
}
@media (min-width: 1200px){#s-658116da-31a9-4720-bcc4-78de2113c8c0 {
  display: none;
}
#s-658116da-31a9-4720-bcc4-78de2113c8c0, #wrap-s-658116da-31a9-4720-bcc4-78de2113c8c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-658116da-31a9-4720-bcc4-78de2113c8c0 {
  display: none;
}
#s-658116da-31a9-4720-bcc4-78de2113c8c0, #wrap-s-658116da-31a9-4720-bcc4-78de2113c8c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-658116da-31a9-4720-bcc4-78de2113c8c0 {
  display: none;
}
#s-658116da-31a9-4720-bcc4-78de2113c8c0, #wrap-s-658116da-31a9-4720-bcc4-78de2113c8c0 { display:none !important; }}







#s-658116da-31a9-4720-bcc4-78de2113c8c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4c0b59a-09f9-4380-919b-49eefc2d2f1d {
  text-align: center;
}
@media (max-width: 767px){#s-c4c0b59a-09f9-4380-919b-49eefc2d2f1d {
  display: none;
}
#s-c4c0b59a-09f9-4380-919b-49eefc2d2f1d, #wrap-s-c4c0b59a-09f9-4380-919b-49eefc2d2f1d { display:none !important; }}







#s-c4c0b59a-09f9-4380-919b-49eefc2d2f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-d631f538-3038-492e-a7c5-6bd3f123661a {
  text-align: center;
}
@media (max-width: 767px){#s-d631f538-3038-492e-a7c5-6bd3f123661a {
  display: none;
}
#s-d631f538-3038-492e-a7c5-6bd3f123661a, #wrap-s-d631f538-3038-492e-a7c5-6bd3f123661a { display:none !important; }}







#s-d631f538-3038-492e-a7c5-6bd3f123661a .shogun-image-content {
  
    align-items: center;
  
}

#s-ac6ebbca-3d93-4fe1-ada2-c2c684dd203d {
  text-align: center;
}
@media (max-width: 767px){#s-ac6ebbca-3d93-4fe1-ada2-c2c684dd203d {
  display: none;
}
#s-ac6ebbca-3d93-4fe1-ada2-c2c684dd203d, #wrap-s-ac6ebbca-3d93-4fe1-ada2-c2c684dd203d { display:none !important; }}







#s-ac6ebbca-3d93-4fe1-ada2-c2c684dd203d .shogun-image-content {
  
    align-items: center;
  
}

#s-e2690ce8-c3f3-4eb1-be05-425f5f96bfc0 {
  text-align: center;
}
@media (max-width: 767px){#s-e2690ce8-c3f3-4eb1-be05-425f5f96bfc0 {
  display: none;
}
#s-e2690ce8-c3f3-4eb1-be05-425f5f96bfc0, #wrap-s-e2690ce8-c3f3-4eb1-be05-425f5f96bfc0 { display:none !important; }}







#s-e2690ce8-c3f3-4eb1-be05-425f5f96bfc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b50b0489-ec92-44a9-bab6-f51dcd433cde {
  text-align: center;
}
@media (max-width: 767px){#s-b50b0489-ec92-44a9-bab6-f51dcd433cde {
  display: none;
}
#s-b50b0489-ec92-44a9-bab6-f51dcd433cde, #wrap-s-b50b0489-ec92-44a9-bab6-f51dcd433cde { display:none !important; }}







#s-b50b0489-ec92-44a9-bab6-f51dcd433cde .shogun-image-content {
  
    align-items: center;
  
}

#s-adfea3e9-583c-4f3f-8ba4-098eca9d610f {
  text-align: center;
}
@media (max-width: 767px){#s-adfea3e9-583c-4f3f-8ba4-098eca9d610f {
  display: none;
}
#s-adfea3e9-583c-4f3f-8ba4-098eca9d610f, #wrap-s-adfea3e9-583c-4f3f-8ba4-098eca9d610f { display:none !important; }}







#s-adfea3e9-583c-4f3f-8ba4-098eca9d610f .shogun-image-content {
  
    align-items: center;
  
}

#s-051567ca-7321-49a1-b7e2-9fdc1bd11229 {
  text-align: center;
}
@media (max-width: 767px){#s-051567ca-7321-49a1-b7e2-9fdc1bd11229 {
  display: none;
}
#s-051567ca-7321-49a1-b7e2-9fdc1bd11229, #wrap-s-051567ca-7321-49a1-b7e2-9fdc1bd11229 { display:none !important; }}







#s-051567ca-7321-49a1-b7e2-9fdc1bd11229 .shogun-image-content {
  
    align-items: center;
  
}

#s-c79ed15f-e445-45d4-8c17-5bc84ae81113 {
  text-align: center;
}
@media (max-width: 767px){#s-c79ed15f-e445-45d4-8c17-5bc84ae81113 {
  display: none;
}
#s-c79ed15f-e445-45d4-8c17-5bc84ae81113, #wrap-s-c79ed15f-e445-45d4-8c17-5bc84ae81113 { display:none !important; }}







#s-c79ed15f-e445-45d4-8c17-5bc84ae81113 .shogun-image-content {
  
    align-items: center;
  
}

#s-64c1a8db-a689-446e-89f9-8f384231e844 {
  text-align: center;
}
@media (max-width: 767px){#s-64c1a8db-a689-446e-89f9-8f384231e844 {
  display: none;
}
#s-64c1a8db-a689-446e-89f9-8f384231e844, #wrap-s-64c1a8db-a689-446e-89f9-8f384231e844 { display:none !important; }}







#s-64c1a8db-a689-446e-89f9-8f384231e844 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fd6ebf2-2a05-4b10-89d8-d4179bb2967a {
  text-align: center;
}
@media (max-width: 767px){#s-7fd6ebf2-2a05-4b10-89d8-d4179bb2967a {
  display: none;
}
#s-7fd6ebf2-2a05-4b10-89d8-d4179bb2967a, #wrap-s-7fd6ebf2-2a05-4b10-89d8-d4179bb2967a { display:none !important; }}







#s-7fd6ebf2-2a05-4b10-89d8-d4179bb2967a .shogun-image-content {
  
    align-items: center;
  
}

#s-74e55f3c-b36e-4173-8bf5-1f8c9a416c43 {
  text-align: center;
}
@media (max-width: 767px){#s-74e55f3c-b36e-4173-8bf5-1f8c9a416c43 {
  display: none;
}
#s-74e55f3c-b36e-4173-8bf5-1f8c9a416c43, #wrap-s-74e55f3c-b36e-4173-8bf5-1f8c9a416c43 { display:none !important; }}







#s-74e55f3c-b36e-4173-8bf5-1f8c9a416c43 .shogun-image-content {
  
    align-items: center;
  
}

#s-958debe0-28b8-4504-8e70-9f12fc528659 {
  text-align: center;
}
@media (min-width: 1200px){#s-958debe0-28b8-4504-8e70-9f12fc528659 {
  display: none;
}
#s-958debe0-28b8-4504-8e70-9f12fc528659, #wrap-s-958debe0-28b8-4504-8e70-9f12fc528659 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-958debe0-28b8-4504-8e70-9f12fc528659 {
  display: none;
}
#s-958debe0-28b8-4504-8e70-9f12fc528659, #wrap-s-958debe0-28b8-4504-8e70-9f12fc528659 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-958debe0-28b8-4504-8e70-9f12fc528659 {
  display: none;
}
#s-958debe0-28b8-4504-8e70-9f12fc528659, #wrap-s-958debe0-28b8-4504-8e70-9f12fc528659 { display:none !important; }}@media (max-width: 767px){#s-958debe0-28b8-4504-8e70-9f12fc528659 {
  
}
}







#s-958debe0-28b8-4504-8e70-9f12fc528659 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeb000cf-00dc-4072-92a8-b4102795d6a3 {
  text-align: center;
}
@media (max-width: 767px){#s-eeb000cf-00dc-4072-92a8-b4102795d6a3 {
  display: none;
}
#s-eeb000cf-00dc-4072-92a8-b4102795d6a3, #wrap-s-eeb000cf-00dc-4072-92a8-b4102795d6a3 { display:none !important; }}







#s-eeb000cf-00dc-4072-92a8-b4102795d6a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac59b98-dcc6-44ee-87c6-3549496af514 {
  text-align: center;
}
@media (max-width: 767px){#s-5ac59b98-dcc6-44ee-87c6-3549496af514 {
  display: none;
}
#s-5ac59b98-dcc6-44ee-87c6-3549496af514, #wrap-s-5ac59b98-dcc6-44ee-87c6-3549496af514 { display:none !important; }}







#s-5ac59b98-dcc6-44ee-87c6-3549496af514 .shogun-image-content {
  
    align-items: center;
  
}

#s-99c31579-4da8-4c55-9b54-272536017b49 {
  text-align: center;
}
@media (max-width: 767px){#s-99c31579-4da8-4c55-9b54-272536017b49 {
  display: none;
}
#s-99c31579-4da8-4c55-9b54-272536017b49, #wrap-s-99c31579-4da8-4c55-9b54-272536017b49 { display:none !important; }}







#s-99c31579-4da8-4c55-9b54-272536017b49 .shogun-image-content {
  
    align-items: center;
  
}

#s-d40baae5-586e-40f4-aaa6-100abee42e6d {
  text-align: center;
}
@media (max-width: 767px){#s-d40baae5-586e-40f4-aaa6-100abee42e6d {
  display: none;
}
#s-d40baae5-586e-40f4-aaa6-100abee42e6d, #wrap-s-d40baae5-586e-40f4-aaa6-100abee42e6d { display:none !important; }}







#s-d40baae5-586e-40f4-aaa6-100abee42e6d .shogun-image-content {
  
    align-items: center;
  
}

#s-ee1c9e5f-a5fd-4b29-9169-5094cdd10409 {
  text-align: center;
}
@media (max-width: 767px){#s-ee1c9e5f-a5fd-4b29-9169-5094cdd10409 {
  display: none;
}
#s-ee1c9e5f-a5fd-4b29-9169-5094cdd10409, #wrap-s-ee1c9e5f-a5fd-4b29-9169-5094cdd10409 { display:none !important; }}







#s-ee1c9e5f-a5fd-4b29-9169-5094cdd10409 .shogun-image-content {
  
    align-items: center;
  
}

#s-09cd0d2d-3dee-468e-ac94-17a44dcdd9ac {
  text-align: left;
}

#s-2705315d-a0a3-4be2-935c-20db701cc596 {
  text-align: left;
}

#s-9b31ead5-5b15-468b-ab2b-d143e2ae6cb3 {
  text-align: left;
}

#s-43d804c6-b90c-4855-8bef-44bb85cc4c97 {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-43d804c6-b90c-4855-8bef-44bb85cc4c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43d804c6-b90c-4855-8bef-44bb85cc4c97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7925332-5a82-4ea0-873d-f341ffb58a85 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-e7925332-5a82-4ea0-873d-f341ffb58a85 {
  display: none;
}
#s-e7925332-5a82-4ea0-873d-f341ffb58a85, #wrap-s-e7925332-5a82-4ea0-873d-f341ffb58a85 { display:none !important; }}







#s-e7925332-5a82-4ea0-873d-f341ffb58a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7925332-5a82-4ea0-873d-f341ffb58a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bb72fd81-2793-4b87-bf07-cd48d440a8e1 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bb72fd81-2793-4b87-bf07-cd48d440a8e1 {
  
}
}
#s-bb72fd81-2793-4b87-bf07-cd48d440a8e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-2c092461-00f8-4cd8-be10-7c4d874f2155 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2c092461-00f8-4cd8-be10-7c4d874f2155"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2c092461-00f8-4cd8-be10-7c4d874f2155"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2c092461-00f8-4cd8-be10-7c4d874f2155"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2c092461-00f8-4cd8-be10-7c4d874f2155"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-f8f57867-dbd8-404a-a714-fe1e895201da {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-f8f57867-dbd8-404a-a714-fe1e895201da .shogun-image-content {
  
    align-items: center;
  
}

#s-4c1e0e9d-e9e3-4aab-bbcc-4c8b3e671cc6 {
  text-align: center;
}








#s-4c1e0e9d-e9e3-4aab-bbcc-4c8b3e671cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d90aa4-2a21-4ed7-8f75-3c2fa9e09939 {
  text-align: center;
}








#s-f2d90aa4-2a21-4ed7-8f75-3c2fa9e09939 .shogun-image-content {
  
    align-items: center;
  
}

#s-1031edc9-eac4-4372-a807-298cb3a1eda0 {
  text-align: center;
}








#s-1031edc9-eac4-4372-a807-298cb3a1eda0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd38cee5-3609-4d7a-a40e-a2105854f37e {
  text-align: center;
}








#s-dd38cee5-3609-4d7a-a40e-a2105854f37e .shogun-image-content {
  
    align-items: center;
  
}

#s-637a2279-8bf7-4430-aedb-ec4d45357bdd {
  text-align: center;
}








#s-637a2279-8bf7-4430-aedb-ec4d45357bdd .shogun-image-content {
  
    align-items: center;
  
}

#s-2f805a29-9783-46a7-89d4-23a3cafc15d1 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2f805a29-9783-46a7-89d4-23a3cafc15d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2f805a29-9783-46a7-89d4-23a3cafc15d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2f805a29-9783-46a7-89d4-23a3cafc15d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2f805a29-9783-46a7-89d4-23a3cafc15d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-aabd1107-374e-474b-a56e-175db4af783a {
  text-align: center;
}








#s-aabd1107-374e-474b-a56e-175db4af783a .shogun-image-content {
  
    align-items: center;
  
}

#s-74ecdf01-1781-48de-a6f0-2f784956e663 {
  text-align: center;
}








#s-74ecdf01-1781-48de-a6f0-2f784956e663 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b18306a-a36f-46ee-9cba-6df28ff055e8 {
  text-align: center;
}








#s-2b18306a-a36f-46ee-9cba-6df28ff055e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e6dc66-9f62-4a0a-b655-c3a091f6f6f0 {
  text-align: center;
}








#s-c7e6dc66-9f62-4a0a-b655-c3a091f6f6f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d31a61d4-8032-4817-9bba-3e52860d856e {
  text-align: center;
}








#s-d31a61d4-8032-4817-9bba-3e52860d856e .shogun-image-content {
  
    align-items: center;
  
}

#s-4e98f33d-c892-43a2-a6d4-94aeb5c41657 {
  text-align: center;
}








#s-4e98f33d-c892-43a2-a6d4-94aeb5c41657 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f5cf76-3c6e-4573-8a9a-d776a73f4827 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-63f5cf76-3c6e-4573-8a9a-d776a73f4827"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-63f5cf76-3c6e-4573-8a9a-d776a73f4827"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-63f5cf76-3c6e-4573-8a9a-d776a73f4827"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-63f5cf76-3c6e-4573-8a9a-d776a73f4827"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-3f94134a-4d3d-472c-92a6-7dc34d9bdd95 {
  text-align: center;
}








#s-3f94134a-4d3d-472c-92a6-7dc34d9bdd95 .shogun-image-content {
  
    align-items: center;
  
}

#s-64a31e76-d40c-405d-9fd5-b92808f883f9 {
  text-align: center;
}








#s-64a31e76-d40c-405d-9fd5-b92808f883f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a86aefe2-7851-460d-8999-2ff0edb6fb1b {
  text-align: center;
}








#s-a86aefe2-7851-460d-8999-2ff0edb6fb1b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd490119-07c9-41e1-b70e-84e1b1d96ac8 {
  text-align: center;
}








#s-dd490119-07c9-41e1-b70e-84e1b1d96ac8 .shogun-image-content {
  
    align-items: center;
  
}

#s-450c4ec8-fffc-42e3-9b74-faf592c22330 {
  text-align: center;
}








#s-450c4ec8-fffc-42e3-9b74-faf592c22330 .shogun-image-content {
  
    align-items: center;
  
}

#s-48b0204d-c9b3-47d8-80b8-42bb24788126 {
  text-align: center;
}








#s-48b0204d-c9b3-47d8-80b8-42bb24788126 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-990248a4-640d-436c-be9e-dbe7a4ab8bc8-root {
    text-align: center;
  }


#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-990248a4-640d-436c-be9e-dbe7a4ab8bc8-root {
    text-align: center;
  }


#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-990248a4-640d-436c-be9e-dbe7a4ab8bc8-root {
    text-align: center;
  }


#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-990248a4-640d-436c-be9e-dbe7a4ab8bc8-root {
    text-align: center;
  }


#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-990248a4-640d-436c-be9e-dbe7a4ab8bc8-root {
    text-align: center;
  }


#s-990248a4-640d-436c-be9e-dbe7a4ab8bc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-746b53f0-ea10-457f-abe9-13c945f3543e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-746b53f0-ea10-457f-abe9-13c945f3543e {
  display: none;
}
#s-746b53f0-ea10-457f-abe9-13c945f3543e, #wrap-s-746b53f0-ea10-457f-abe9-13c945f3543e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746b53f0-ea10-457f-abe9-13c945f3543e {
  display: none;
}
#s-746b53f0-ea10-457f-abe9-13c945f3543e, #wrap-s-746b53f0-ea10-457f-abe9-13c945f3543e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746b53f0-ea10-457f-abe9-13c945f3543e {
  display: none;
}
#s-746b53f0-ea10-457f-abe9-13c945f3543e, #wrap-s-746b53f0-ea10-457f-abe9-13c945f3543e { display:none !important; }}







#s-746b53f0-ea10-457f-abe9-13c945f3543e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746b53f0-ea10-457f-abe9-13c945f3543e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c748a767-44b8-41b1-8ece-9628683d6c5d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c748a767-44b8-41b1-8ece-9628683d6c5d {
  
}
}
#s-c748a767-44b8-41b1-8ece-9628683d6c5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-7f71287c-4d43-4334-bbba-7586e596e1c0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7f71287c-4d43-4334-bbba-7586e596e1c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-7f71287c-4d43-4334-bbba-7586e596e1c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7f71287c-4d43-4334-bbba-7586e596e1c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7f71287c-4d43-4334-bbba-7586e596e1c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3606bbb3-945f-412b-b884-d7e65283706f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-3606bbb3-945f-412b-b884-d7e65283706f .shogun-image-content {
  
    align-items: center;
  
}

#s-afbc4c29-1915-4d1e-80fb-97f847a1b8dc {
  text-align: center;
}








#s-afbc4c29-1915-4d1e-80fb-97f847a1b8dc .shogun-image-content {
  
    align-items: center;
  
}

#s-2303c481-4684-4a84-91ca-f1d872b31d4e {
  text-align: center;
}








#s-2303c481-4684-4a84-91ca-f1d872b31d4e .shogun-image-content {
  
    align-items: center;
  
}

#s-71f1bcda-a51d-4d46-929f-d93fb73693f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-71f1bcda-a51d-4d46-929f-d93fb73693f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-71f1bcda-a51d-4d46-929f-d93fb73693f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-71f1bcda-a51d-4d46-929f-d93fb73693f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-71f1bcda-a51d-4d46-929f-d93fb73693f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3d43efa7-36f6-48aa-908f-273212a7833b {
  text-align: center;
}








#s-3d43efa7-36f6-48aa-908f-273212a7833b .shogun-image-content {
  
    align-items: center;
  
}

#s-bd6bca50-26f0-4025-b82b-cdc558454e54 {
  text-align: center;
}








#s-bd6bca50-26f0-4025-b82b-cdc558454e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-69917d5b-4071-45d3-a3ee-08969820e484 {
  text-align: center;
}








#s-69917d5b-4071-45d3-a3ee-08969820e484 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a741346-ba40-4736-930b-e181d449127a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1a741346-ba40-4736-930b-e181d449127a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-1a741346-ba40-4736-930b-e181d449127a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1a741346-ba40-4736-930b-e181d449127a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1a741346-ba40-4736-930b-e181d449127a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-639c3737-315e-426f-8016-86bf5610b015 {
  text-align: center;
}








#s-639c3737-315e-426f-8016-86bf5610b015 .shogun-image-content {
  
    align-items: center;
  
}

#s-5df9a87e-a42b-441d-863b-e7466b68dafa {
  text-align: center;
}








#s-5df9a87e-a42b-441d-863b-e7466b68dafa .shogun-image-content {
  
    align-items: center;
  
}

#s-098e5d2f-8ff2-474d-b44d-d5b0d4784c08 {
  text-align: center;
}








#s-098e5d2f-8ff2-474d-b44d-d5b0d4784c08 .shogun-image-content {
  
    align-items: center;
  
}

#s-9097a29c-327c-4620-a9a4-4aa620243b21 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9097a29c-327c-4620-a9a4-4aa620243b21"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-9097a29c-327c-4620-a9a4-4aa620243b21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9097a29c-327c-4620-a9a4-4aa620243b21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9097a29c-327c-4620-a9a4-4aa620243b21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-dffaba99-6f21-4bbc-9c0c-24a90830279a {
  text-align: center;
}








#s-dffaba99-6f21-4bbc-9c0c-24a90830279a .shogun-image-content {
  
    align-items: center;
  
}

#s-7cdcc619-1d37-492f-8bda-bf9d743f1e40 {
  text-align: center;
}








#s-7cdcc619-1d37-492f-8bda-bf9d743f1e40 .shogun-image-content {
  
    align-items: center;
  
}

#s-0539b64a-cda7-4f8c-ae9b-2aeb0a5dba63 {
  text-align: center;
}








#s-0539b64a-cda7-4f8c-ae9b-2aeb0a5dba63 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4404365-df83-4d7a-bf4f-d22b63a47569 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f4404365-df83-4d7a-bf4f-d22b63a47569"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-f4404365-df83-4d7a-bf4f-d22b63a47569"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f4404365-df83-4d7a-bf4f-d22b63a47569"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f4404365-df83-4d7a-bf4f-d22b63a47569"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-8a5d178b-b939-4280-83e9-d769794c053e {
  text-align: center;
}








#s-8a5d178b-b939-4280-83e9-d769794c053e .shogun-image-content {
  
    align-items: center;
  
}

#s-7374cfed-27e9-43f5-84f0-9d71858cdffc {
  text-align: center;
}








#s-7374cfed-27e9-43f5-84f0-9d71858cdffc .shogun-image-content {
  
    align-items: center;
  
}

#s-ad77cfbc-c667-4af4-8b58-e12f0e85a935 {
  text-align: center;
}








#s-ad77cfbc-c667-4af4-8b58-e12f0e85a935 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e2f92ca-b7f0-4fa5-b8de-8fff7aae652d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5e2f92ca-b7f0-4fa5-b8de-8fff7aae652d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-5e2f92ca-b7f0-4fa5-b8de-8fff7aae652d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5e2f92ca-b7f0-4fa5-b8de-8fff7aae652d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5e2f92ca-b7f0-4fa5-b8de-8fff7aae652d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ef1d50e7-29c7-4cbc-a1a8-ba0cdad9df94 {
  text-align: center;
}








#s-ef1d50e7-29c7-4cbc-a1a8-ba0cdad9df94 .shogun-image-content {
  
    align-items: center;
  
}

#s-04142d6e-f41b-4e20-9e8b-5473c190fe35 {
  text-align: center;
}








#s-04142d6e-f41b-4e20-9e8b-5473c190fe35 .shogun-image-content {
  
    align-items: center;
  
}

#s-24b8b10a-0423-4f66-b487-a7eb62dfe2c4 {
  text-align: center;
}








#s-24b8b10a-0423-4f66-b487-a7eb62dfe2c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b13a5b4a-6027-4063-94c2-bda80d6985de {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b13a5b4a-6027-4063-94c2-bda80d6985de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b13a5b4a-6027-4063-94c2-bda80d6985de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b13a5b4a-6027-4063-94c2-bda80d6985de-root {
    text-align: center;
  }


#s-b13a5b4a-6027-4063-94c2-bda80d6985de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b13a5b4a-6027-4063-94c2-bda80d6985de-root {
    text-align: center;
  }


#s-b13a5b4a-6027-4063-94c2-bda80d6985de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b13a5b4a-6027-4063-94c2-bda80d6985de-root {
    text-align: center;
  }


#s-b13a5b4a-6027-4063-94c2-bda80d6985de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b13a5b4a-6027-4063-94c2-bda80d6985de-root {
    text-align: center;
  }


#s-b13a5b4a-6027-4063-94c2-bda80d6985de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b13a5b4a-6027-4063-94c2-bda80d6985de-root {
    text-align: center;
  }


#s-b13a5b4a-6027-4063-94c2-bda80d6985de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81542667-72d1-4979-80b1-0cdd8cd44611 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-81542667-72d1-4979-80b1-0cdd8cd44611 {
  display: none;
}
#s-81542667-72d1-4979-80b1-0cdd8cd44611, #wrap-s-81542667-72d1-4979-80b1-0cdd8cd44611 { display:none !important; }}
#s-81542667-72d1-4979-80b1-0cdd8cd44611 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 {
  display: none;
}
#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805, #wrap-s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 { display:none !important; }}
#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 .shg-sld-nav-button.shg-sld-left,
#s-5dcf16cc-b5f0-4b1d-b05a-c6f0c39f9805 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-59c99857-f5ec-4b1b-ae96-7fe1f88e8275 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-59c99857-f5ec-4b1b-ae96-7fe1f88e8275"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-59c99857-f5ec-4b1b-ae96-7fe1f88e8275"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-59c99857-f5ec-4b1b-ae96-7fe1f88e8275"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-59c99857-f5ec-4b1b-ae96-7fe1f88e8275"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 {
  text-align: left;
}



.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa0356a3-b70a-47f3-8906-7d0bf3661cb8 img.shogun-image {
  width: 100%;
}



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

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

#s-b57e9ac2-9612-48d4-bc38-2a6543987e58 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-b57e9ac2-9612-48d4-bc38-2a6543987e58 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-191144b2-73ea-46c2-a98a-8c29b7bb29e2 {
  text-align: center;
}

#s-191144b2-73ea-46c2-a98a-8c29b7bb29e2 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-191144b2-73ea-46c2-a98a-8c29b7bb29e2 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-191144b2-73ea-46c2-a98a-8c29b7bb29e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe {
  text-align: left;
}



.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e3171d2-6261-499d-bca4-5bf9dbca0afe img.shogun-image {
  width: 100%;
}



}
#s-8d99243b-7394-4fcc-88b9-da94ccce983b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-8d99243b-7394-4fcc-88b9-da94ccce983b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8b412fcc-198b-40f5-8c87-b4994e334b50 {
  text-align: center;
}

#s-8b412fcc-198b-40f5-8c87-b4994e334b50 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b412fcc-198b-40f5-8c87-b4994e334b50 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b412fcc-198b-40f5-8c87-b4994e334b50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bce803f3-1514-46cb-b3e7-ebc843d23315 {
  text-align: left;
}



.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bce803f3-1514-46cb-b3e7-ebc843d23315 img.shogun-image {
  width: 100%;
}



}
#s-451f63c2-8559-4f35-8a63-f04d6d5ef669 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-451f63c2-8559-4f35-8a63-f04d6d5ef669 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-bae2a93b-f831-47e0-a839-34961d7ceda3 {
  text-align: center;
}

#s-bae2a93b-f831-47e0-a839-34961d7ceda3 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bae2a93b-f831-47e0-a839-34961d7ceda3 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bae2a93b-f831-47e0-a839-34961d7ceda3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab704001-0985-4da2-b3ef-28bb1845f702 {
  text-align: left;
}



.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab704001-0985-4da2-b3ef-28bb1845f702 img.shogun-image {
  width: 100%;
}



}
#s-92f81a09-4df4-4c23-85f6-0f26438fb7b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-92f81a09-4df4-4c23-85f6-0f26438fb7b5 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-190623c2-663d-4f09-9c0a-f4e494ca4bd6 {
  text-align: center;
}

#s-190623c2-663d-4f09-9c0a-f4e494ca4bd6 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-190623c2-663d-4f09-9c0a-f4e494ca4bd6 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-190623c2-663d-4f09-9c0a-f4e494ca4bd6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-875e123a-4b48-47fc-9b5a-44719007f94c {
  text-align: left;
}



.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-875e123a-4b48-47fc-9b5a-44719007f94c img.shogun-image {
  width: 100%;
}



}
#s-bf2a6ff7-447a-4ffb-8e27-a457c0cf0677 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-bf2a6ff7-447a-4ffb-8e27-a457c0cf0677 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c031be9f-c835-4310-b1ff-bf60bcaf3fcc {
  text-align: center;
}

#s-c031be9f-c835-4310-b1ff-bf60bcaf3fcc .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c031be9f-c835-4310-b1ff-bf60bcaf3fcc .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c031be9f-c835-4310-b1ff-bf60bcaf3fcc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-344694b1-40fe-405a-b550-0fb50f2b509c {
  text-align: left;
}



.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-344694b1-40fe-405a-b550-0fb50f2b509c img.shogun-image {
  width: 100%;
}



}
#s-bbcd169a-90c8-4008-9086-96a271200845 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-bbcd169a-90c8-4008-9086-96a271200845 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-618527b4-c726-4265-9f8b-8fe0bdcdd498 {
  text-align: center;
}

#s-618527b4-c726-4265-9f8b-8fe0bdcdd498 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-618527b4-c726-4265-9f8b-8fe0bdcdd498 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-618527b4-c726-4265-9f8b-8fe0bdcdd498 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-20a8c45a-cfb6-4e1d-8e56-6267767e7b13 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-20a8c45a-cfb6-4e1d-8e56-6267767e7b13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-20a8c45a-cfb6-4e1d-8e56-6267767e7b13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-20a8c45a-cfb6-4e1d-8e56-6267767e7b13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-20a8c45a-cfb6-4e1d-8e56-6267767e7b13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-61c5222d-a93e-49f2-a252-1d428dbc962f {
  text-align: left;
}



.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61c5222d-a93e-49f2-a252-1d428dbc962f img.shogun-image {
  width: 100%;
}



}
#s-cc4c9249-72b3-40fa-9a1a-a9295d66f856 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-cc4c9249-72b3-40fa-9a1a-a9295d66f856 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8771e781-29bf-417c-9a6d-e7ba60114db4 {
  text-align: center;
}

#s-8771e781-29bf-417c-9a6d-e7ba60114db4 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8771e781-29bf-417c-9a6d-e7ba60114db4 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8771e781-29bf-417c-9a6d-e7ba60114db4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc {
  text-align: left;
}



.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-062e9bab-ee62-4e2a-853d-afebb50bc5dc img.shogun-image {
  width: 100%;
}



}
#s-910fb77f-54fe-407a-9979-39c97eed62d0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-910fb77f-54fe-407a-9979-39c97eed62d0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-efcb334c-a254-4de7-a7de-7d4f5c86b3d8 {
  text-align: center;
}

#s-efcb334c-a254-4de7-a7de-7d4f5c86b3d8 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-efcb334c-a254-4de7-a7de-7d4f5c86b3d8 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-efcb334c-a254-4de7-a7de-7d4f5c86b3d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 {
  text-align: left;
}



.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e67dbbf4-23d2-4371-9e85-c44a9de9f533 img.shogun-image {
  width: 100%;
}



}
#s-c7b3f373-5960-4d12-bc0b-e1ddd336939e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c7b3f373-5960-4d12-bc0b-e1ddd336939e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-620d9517-7b85-443c-be18-e967d6bba915 {
  text-align: center;
}

#s-620d9517-7b85-443c-be18-e967d6bba915 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-620d9517-7b85-443c-be18-e967d6bba915 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-620d9517-7b85-443c-be18-e967d6bba915 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2ea36655-91b5-42c2-8886-581a07709673 {
  text-align: left;
}



.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ea36655-91b5-42c2-8886-581a07709673 img.shogun-image {
  width: 100%;
}



}
#s-28b2f61c-13c9-442b-af6f-d7e80ba36028 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-28b2f61c-13c9-442b-af6f-d7e80ba36028 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-65ba2ace-e66e-4bb8-b64d-d3c9232ac5c4 {
  text-align: center;
}

#s-65ba2ace-e66e-4bb8-b64d-d3c9232ac5c4 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-65ba2ace-e66e-4bb8-b64d-d3c9232ac5c4 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-65ba2ace-e66e-4bb8-b64d-d3c9232ac5c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 {
  text-align: left;
}



.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb2b7d76-4bec-4fef-a21d-3334391bf932 img.shogun-image {
  width: 100%;
}



}
#s-fcec1c10-e76e-4b8d-bc76-ece47dec38f3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-fcec1c10-e76e-4b8d-bc76-ece47dec38f3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-401735a2-55ad-4151-a87b-b717c0032509 {
  text-align: center;
}

#s-401735a2-55ad-4151-a87b-b717c0032509 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-401735a2-55ad-4151-a87b-b717c0032509 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-401735a2-55ad-4151-a87b-b717c0032509 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 {
  text-align: left;
}



.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67dc68e9-c04e-4c23-a12c-0c72049cdd02 img.shogun-image {
  width: 100%;
}



}
#s-cc68aea3-c5ee-4bbd-a46a-5f9ff2ebd762 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-cc68aea3-c5ee-4bbd-a46a-5f9ff2ebd762 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3b732844-0247-4560-978a-ac1a1f80b7ab {
  text-align: center;
}

#s-3b732844-0247-4560-978a-ac1a1f80b7ab .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b732844-0247-4560-978a-ac1a1f80b7ab .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b732844-0247-4560-978a-ac1a1f80b7ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-80dbb999-642b-46b8-82ab-bf68225b5212 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-80dbb999-642b-46b8-82ab-bf68225b5212"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-80dbb999-642b-46b8-82ab-bf68225b5212"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-80dbb999-642b-46b8-82ab-bf68225b5212"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-80dbb999-642b-46b8-82ab-bf68225b5212"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 {
  text-align: left;
}



.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d0de19e-e1b9-4d7d-b444-c2f3c6e82c91 img.shogun-image {
  width: 100%;
}



}
#s-bd477408-1551-448b-9076-8772b07a1d03 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-bd477408-1551-448b-9076-8772b07a1d03 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a978f4ff-1e8d-497b-8d18-836038f00970 {
  text-align: center;
}

#s-a978f4ff-1e8d-497b-8d18-836038f00970 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a978f4ff-1e8d-497b-8d18-836038f00970 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a978f4ff-1e8d-497b-8d18-836038f00970 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-133c5d31-3f6b-4c11-a090-8835f146afac {
  text-align: left;
}



.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-133c5d31-3f6b-4c11-a090-8835f146afac img.shogun-image {
  width: 100%;
}



}
#s-70c01ce3-f73c-4053-96ad-1038317aacb3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-70c01ce3-f73c-4053-96ad-1038317aacb3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-439b93e2-f6cf-437e-bef1-7f433475c794 {
  text-align: center;
}

#s-439b93e2-f6cf-437e-bef1-7f433475c794 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-439b93e2-f6cf-437e-bef1-7f433475c794 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-439b93e2-f6cf-437e-bef1-7f433475c794 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-22d65182-f166-477b-9b8d-f15efba1a321 {
  text-align: left;
}



.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22d65182-f166-477b-9b8d-f15efba1a321 img.shogun-image {
  width: 100%;
}



}
#s-6c9440a1-b2f3-4774-b7ac-3d7d81bac219 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6c9440a1-b2f3-4774-b7ac-3d7d81bac219 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3d2e26ba-22f0-41eb-b48f-a788659bce80 {
  text-align: center;
}

#s-3d2e26ba-22f0-41eb-b48f-a788659bce80 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3d2e26ba-22f0-41eb-b48f-a788659bce80 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3d2e26ba-22f0-41eb-b48f-a788659bce80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 {
  text-align: left;
}



.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fba531e3-ac4b-46b2-ac9e-5d21bfc4a268 img.shogun-image {
  width: 100%;
}



}
#s-8930dde4-6506-4d3b-8f9d-8778c6c7fa9c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-8930dde4-6506-4d3b-8f9d-8778c6c7fa9c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-94868a59-935e-467d-80d6-3c7914c90a04 {
  text-align: center;
}

#s-94868a59-935e-467d-80d6-3c7914c90a04 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94868a59-935e-467d-80d6-3c7914c90a04 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-94868a59-935e-467d-80d6-3c7914c90a04 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 {
  text-align: left;
}



.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0ed19b6-8fff-4bf9-ace3-2dd9fe849a64 img.shogun-image {
  width: 100%;
}



}
#s-9f3c7580-a6fb-4be8-9792-40e5a2687bbb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-9f3c7580-a6fb-4be8-9792-40e5a2687bbb .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-27a4f16e-35bc-490a-bb4c-e9ab06e1e111 {
  text-align: center;
}

#s-27a4f16e-35bc-490a-bb4c-e9ab06e1e111 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-27a4f16e-35bc-490a-bb4c-e9ab06e1e111 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-27a4f16e-35bc-490a-bb4c-e9ab06e1e111 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 {
  text-align: left;
}



.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64462153-ec70-4b08-b7db-5cd1ec0e4829 img.shogun-image {
  width: 100%;
}



}
#s-347e812f-d4ac-49d5-bf3c-81913344306b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-347e812f-d4ac-49d5-bf3c-81913344306b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d59f2a3f-7aa9-41be-8095-62da23616a0c {
  text-align: center;
}

#s-d59f2a3f-7aa9-41be-8095-62da23616a0c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d59f2a3f-7aa9-41be-8095-62da23616a0c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d59f2a3f-7aa9-41be-8095-62da23616a0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0f444178-d4a5-4b05-aea1-ba7f452fc643 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0f444178-d4a5-4b05-aea1-ba7f452fc643"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f444178-d4a5-4b05-aea1-ba7f452fc643"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0f444178-d4a5-4b05-aea1-ba7f452fc643"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0f444178-d4a5-4b05-aea1-ba7f452fc643"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 {
  text-align: left;
}



.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0e3e45-8c69-4450-810e-5a8386f4ba81 img.shogun-image {
  width: 100%;
}



}
#s-83ca354a-b421-43c2-95f0-ba308b9f4350 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-83ca354a-b421-43c2-95f0-ba308b9f4350 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0c8b4baa-6a34-4efb-935a-856c801e35d3 {
  text-align: center;
}

#s-0c8b4baa-6a34-4efb-935a-856c801e35d3 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c8b4baa-6a34-4efb-935a-856c801e35d3 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c8b4baa-6a34-4efb-935a-856c801e35d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 {
  text-align: left;
}



.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd87efe-0fea-4f52-93a6-289d7ffdbee5 img.shogun-image {
  width: 100%;
}



}
#s-00a4c8dd-b14d-466b-8763-935a4bc7faf6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-00a4c8dd-b14d-466b-8763-935a4bc7faf6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-75e89ee2-8290-4a01-9484-db7d79a8b45f {
  text-align: center;
}

#s-75e89ee2-8290-4a01-9484-db7d79a8b45f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-75e89ee2-8290-4a01-9484-db7d79a8b45f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-75e89ee2-8290-4a01-9484-db7d79a8b45f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 {
  text-align: left;
}



.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa74aae5-7b01-4ef7-a924-d2f07da9ecb0 img.shogun-image {
  width: 100%;
}



}
#s-28e0e14c-8b5c-409f-aacf-1cf135dbaa6e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-28e0e14c-8b5c-409f-aacf-1cf135dbaa6e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7efab7fa-2603-49eb-bd9b-ab04cefc0f6d {
  text-align: center;
}

#s-7efab7fa-2603-49eb-bd9b-ab04cefc0f6d .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7efab7fa-2603-49eb-bd9b-ab04cefc0f6d .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7efab7fa-2603-49eb-bd9b-ab04cefc0f6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 {
  text-align: left;
}



.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68c5dd97-25a2-41a3-9bd2-2ab4d38e9e14 img.shogun-image {
  width: 100%;
}



}
#s-6550ca7e-122b-4f18-b218-9505f1e5ec59 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6550ca7e-122b-4f18-b218-9505f1e5ec59 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-393e016c-02ef-4f7e-9d1d-45841d83437c {
  text-align: center;
}

#s-393e016c-02ef-4f7e-9d1d-45841d83437c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-393e016c-02ef-4f7e-9d1d-45841d83437c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-393e016c-02ef-4f7e-9d1d-45841d83437c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-04b52397-77d1-450c-9bfe-fc48bd85b316 {
  text-align: left;
}



.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b52397-77d1-450c-9bfe-fc48bd85b316 img.shogun-image {
  width: 100%;
}



}
#s-dcc80469-cbb1-462e-b834-fb6d5d798e60 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-dcc80469-cbb1-462e-b834-fb6d5d798e60 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8a48a17f-8b2e-4d43-8de3-a88f90e93960 {
  text-align: center;
}

#s-8a48a17f-8b2e-4d43-8de3-a88f90e93960 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a48a17f-8b2e-4d43-8de3-a88f90e93960 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a48a17f-8b2e-4d43-8de3-a88f90e93960 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 {
  text-align: left;
}



.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-95d980b1-7e9a-4174-a0e4-b1d1e1e7fbc2 img.shogun-image {
  width: 100%;
}



}
#s-d48ba8be-ce82-4788-b51b-4022020638e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d48ba8be-ce82-4788-b51b-4022020638e1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-55dacbef-814a-4d7b-a071-ff1552bf5cf4 {
  text-align: center;
}

#s-55dacbef-814a-4d7b-a071-ff1552bf5cf4 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55dacbef-814a-4d7b-a071-ff1552bf5cf4 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-55dacbef-814a-4d7b-a071-ff1552bf5cf4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-47b27212-0a72-40b2-bbc1-5afdf70af9e0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-47b27212-0a72-40b2-bbc1-5afdf70af9e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-47b27212-0a72-40b2-bbc1-5afdf70af9e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-47b27212-0a72-40b2-bbc1-5afdf70af9e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-47b27212-0a72-40b2-bbc1-5afdf70af9e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 {
  text-align: left;
}



.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa689f7-ca3a-4099-aac9-38fa3d3415d2 img.shogun-image {
  width: 100%;
}



}
#s-db77f1fd-7bd8-4086-a770-3e411c1fac50 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-db77f1fd-7bd8-4086-a770-3e411c1fac50 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-172203be-545a-4c29-84a9-6af2c53bc883 {
  text-align: center;
}

#s-172203be-545a-4c29-84a9-6af2c53bc883 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-172203be-545a-4c29-84a9-6af2c53bc883 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-172203be-545a-4c29-84a9-6af2c53bc883 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77a9fc96-7cf4-4085-8855-fadc4915075b {
  text-align: left;
}



.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77a9fc96-7cf4-4085-8855-fadc4915075b img.shogun-image {
  width: 100%;
}



}
#s-8377919a-d03d-49c9-8c8e-6433cfd2d492 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-8377919a-d03d-49c9-8c8e-6433cfd2d492 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-06c69d80-742f-46b5-8398-0c00706a8ca2 {
  text-align: center;
}

#s-06c69d80-742f-46b5-8398-0c00706a8ca2 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06c69d80-742f-46b5-8398-0c00706a8ca2 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-06c69d80-742f-46b5-8398-0c00706a8ca2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 {
  text-align: left;
}



.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab35e2f4-188e-49dd-a623-1ba1bdfba382 img.shogun-image {
  width: 100%;
}



}
#s-ec794730-b8f1-415e-86e1-09aad8c96a49 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ec794730-b8f1-415e-86e1-09aad8c96a49 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6085847b-f8db-428c-b228-b326ba6486b1 {
  text-align: center;
}

#s-6085847b-f8db-428c-b228-b326ba6486b1 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6085847b-f8db-428c-b228-b326ba6486b1 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6085847b-f8db-428c-b228-b326ba6486b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62901294-8797-4c16-b580-1b6b478ec6c2 {
  text-align: left;
}



.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62901294-8797-4c16-b580-1b6b478ec6c2 img.shogun-image {
  width: 100%;
}



}
#s-e22befab-fa0b-4940-ad56-c45680e77810 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-e22befab-fa0b-4940-ad56-c45680e77810 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-41812dee-51ea-46c5-be1b-07930e794702 {
  text-align: center;
}

#s-41812dee-51ea-46c5-be1b-07930e794702 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41812dee-51ea-46c5-be1b-07930e794702 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41812dee-51ea-46c5-be1b-07930e794702 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-152324a8-c5ac-408e-bd01-77a2fd09be7a {
  text-align: left;
}



.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-152324a8-c5ac-408e-bd01-77a2fd09be7a img.shogun-image {
  width: 100%;
}



}
#s-a56a09cc-19a5-4480-9a98-ea7878303540 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a56a09cc-19a5-4480-9a98-ea7878303540 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4b6d36e4-70c1-4e25-b06c-edb30d75b6df {
  text-align: center;
}

#s-4b6d36e4-70c1-4e25-b06c-edb30d75b6df .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b6d36e4-70c1-4e25-b06c-edb30d75b6df .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b6d36e4-70c1-4e25-b06c-edb30d75b6df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f8a609ad-d8cf-4fcc-849e-ee451470680d {
  text-align: left;
}



.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a609ad-d8cf-4fcc-849e-ee451470680d img.shogun-image {
  width: 100%;
}



}
#s-b118d749-6bd1-46a0-9fc1-b434c99adf62 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-b118d749-6bd1-46a0-9fc1-b434c99adf62 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-82b94684-d667-49a3-8987-6d73fe78dce5 {
  text-align: center;
}

#s-82b94684-d667-49a3-8987-6d73fe78dce5 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82b94684-d667-49a3-8987-6d73fe78dce5 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82b94684-d667-49a3-8987-6d73fe78dce5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-59d0d5f6-1cf6-4998-ad8b-791eb02af68f {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-59d0d5f6-1cf6-4998-ad8b-791eb02af68f {
  display: none;
}
#s-59d0d5f6-1cf6-4998-ad8b-791eb02af68f, #wrap-s-59d0d5f6-1cf6-4998-ad8b-791eb02af68f { display:none !important; }}
#s-59d0d5f6-1cf6-4998-ad8b-791eb02af68f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e {
  display: none;
}
#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e, #wrap-s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e { display:none !important; }}
#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e .shg-sld-nav-button.shg-sld-left,
#s-fb451bb9-7fa7-4c23-be4f-a3a450b6b36e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-53e57105-f09b-47f7-85ab-cd334ef94022 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-53e57105-f09b-47f7-85ab-cd334ef94022"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-53e57105-f09b-47f7-85ab-cd334ef94022"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-53e57105-f09b-47f7-85ab-cd334ef94022"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-53e57105-f09b-47f7-85ab-cd334ef94022"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 {
  text-align: left;
}



.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1ee2367-dbd7-459b-8d87-f07fad18c637 img.shogun-image {
  width: 100%;
}



}
#s-74c77e72-e4b7-407d-9550-b69eeb4f7c9f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-74c77e72-e4b7-407d-9550-b69eeb4f7c9f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e50936ce-bd00-441e-b874-105a8beede9e {
  text-align: center;
}

#s-e50936ce-bd00-441e-b874-105a8beede9e .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e50936ce-bd00-441e-b874-105a8beede9e .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e50936ce-bd00-441e-b874-105a8beede9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e988e944-edef-42bb-98a0-d82b4fe7b917 {
  text-align: left;
}



.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e988e944-edef-42bb-98a0-d82b4fe7b917 img.shogun-image {
  width: 100%;
}



}
#s-760baa53-c4c2-48cd-b09e-e56720d04873 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-760baa53-c4c2-48cd-b09e-e56720d04873 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-abddd5f9-e3b9-4ec5-a3c3-3ea3ba3dbc08 {
  text-align: center;
}

#s-abddd5f9-e3b9-4ec5-a3c3-3ea3ba3dbc08 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abddd5f9-e3b9-4ec5-a3c3-3ea3ba3dbc08 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abddd5f9-e3b9-4ec5-a3c3-3ea3ba3dbc08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a {
  text-align: left;
}



.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a23ee1-f0e7-4e5c-b8dc-806ad921608a img.shogun-image {
  width: 100%;
}



}
#s-5780a126-6187-4de4-be64-cf8fa4849be3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5780a126-6187-4de4-be64-cf8fa4849be3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-aaeca26c-0efc-432c-8145-afa9ba73ca76 {
  text-align: center;
}

#s-aaeca26c-0efc-432c-8145-afa9ba73ca76 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aaeca26c-0efc-432c-8145-afa9ba73ca76 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aaeca26c-0efc-432c-8145-afa9ba73ca76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9ea10a07-8381-478d-b35b-05e86a5780df {
  text-align: left;
}



.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ea10a07-8381-478d-b35b-05e86a5780df img.shogun-image {
  width: 100%;
}



}
#s-c1fea914-221d-4eab-bb74-057940c170dd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c1fea914-221d-4eab-bb74-057940c170dd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d2effee5-2790-42db-ae8b-64e9ce17f0e3 {
  text-align: center;
}

#s-d2effee5-2790-42db-ae8b-64e9ce17f0e3 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2effee5-2790-42db-ae8b-64e9ce17f0e3 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d2effee5-2790-42db-ae8b-64e9ce17f0e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ceb1856d-7349-40c0-8016-bd65dad03e9c {
  text-align: left;
}



.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ceb1856d-7349-40c0-8016-bd65dad03e9c img.shogun-image {
  width: 100%;
}



}
#s-1e70c925-2099-48af-9273-b6c232d00e06 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-1e70c925-2099-48af-9273-b6c232d00e06 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0e4563d8-e64b-436c-aff6-84f054b957cc {
  text-align: center;
}

#s-0e4563d8-e64b-436c-aff6-84f054b957cc .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e4563d8-e64b-436c-aff6-84f054b957cc .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e4563d8-e64b-436c-aff6-84f054b957cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-de85efd0-25c5-4836-843e-0ced89bfe894 {
  text-align: left;
}



.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de85efd0-25c5-4836-843e-0ced89bfe894 img.shogun-image {
  width: 100%;
}



}
#s-930eb394-c0dc-4099-9212-98c62e543073 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-930eb394-c0dc-4099-9212-98c62e543073 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9bbfa54b-bc09-410f-a498-1a7fd36c9918 {
  text-align: center;
}

#s-9bbfa54b-bc09-410f-a498-1a7fd36c9918 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bbfa54b-bc09-410f-a498-1a7fd36c9918 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bbfa54b-bc09-410f-a498-1a7fd36c9918 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5cbcc98d-80e3-415c-8099-06d52964f906 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5cbcc98d-80e3-415c-8099-06d52964f906"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5cbcc98d-80e3-415c-8099-06d52964f906"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5cbcc98d-80e3-415c-8099-06d52964f906"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5cbcc98d-80e3-415c-8099-06d52964f906"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e {
  text-align: left;
}



.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dfca077-c8d4-4ac5-8684-be769a8ccf3e img.shogun-image {
  width: 100%;
}



}
#s-6bf0ff1b-4e44-4e1f-b62a-c4c8cbf26374 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6bf0ff1b-4e44-4e1f-b62a-c4c8cbf26374 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2a949a01-75cb-4a51-8ca9-47817625ab03 {
  text-align: center;
}

#s-2a949a01-75cb-4a51-8ca9-47817625ab03 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a949a01-75cb-4a51-8ca9-47817625ab03 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a949a01-75cb-4a51-8ca9-47817625ab03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8ccd166d-265a-4007-bf98-a58aedec5626 {
  text-align: left;
}



.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ccd166d-265a-4007-bf98-a58aedec5626 img.shogun-image {
  width: 100%;
}



}
#s-d742ceaf-8c0c-4309-b016-436956be6db4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d742ceaf-8c0c-4309-b016-436956be6db4 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f79e3d02-924c-4345-9090-c83e2290cdcc {
  text-align: center;
}

#s-f79e3d02-924c-4345-9090-c83e2290cdcc .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f79e3d02-924c-4345-9090-c83e2290cdcc .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f79e3d02-924c-4345-9090-c83e2290cdcc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f {
  text-align: left;
}



.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876fb9f7-1452-4bf6-a7af-c637454a4f7f img.shogun-image {
  width: 100%;
}



}
#s-5020e625-c2b6-4930-b7c5-791bf4471ab9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5020e625-c2b6-4930-b7c5-791bf4471ab9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4c43976e-726f-47de-a409-d42de4be9a0f {
  text-align: center;
}

#s-4c43976e-726f-47de-a409-d42de4be9a0f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c43976e-726f-47de-a409-d42de4be9a0f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c43976e-726f-47de-a409-d42de4be9a0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-19fe0957-20f9-4f1a-a055-02d6446e4845 {
  text-align: left;
}



.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19fe0957-20f9-4f1a-a055-02d6446e4845 img.shogun-image {
  width: 100%;
}



}
#s-7c0fd228-0769-4498-ada9-a584ed861593 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-7c0fd228-0769-4498-ada9-a584ed861593 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-95483fe6-6b45-4aa0-a805-c1655d51a21f {
  text-align: center;
}

#s-95483fe6-6b45-4aa0-a805-c1655d51a21f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-95483fe6-6b45-4aa0-a805-c1655d51a21f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-95483fe6-6b45-4aa0-a805-c1655d51a21f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd {
  text-align: left;
}



.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ead655e8-1a7e-46fa-b153-3c48dc8881dd img.shogun-image {
  width: 100%;
}



}
#s-41e3751a-1033-45f6-93bd-f065c3f6694c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-41e3751a-1033-45f6-93bd-f065c3f6694c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b9e45015-47de-4464-91b7-51cb6105dba9 {
  text-align: center;
}

#s-b9e45015-47de-4464-91b7-51cb6105dba9 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9e45015-47de-4464-91b7-51cb6105dba9 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9e45015-47de-4464-91b7-51cb6105dba9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a65436b8-b8bd-48da-9746-52cc063c69cf {
  text-align: left;
}



.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65436b8-b8bd-48da-9746-52cc063c69cf img.shogun-image {
  width: 100%;
}



}
#s-760fd7f4-f28f-4b9f-89ba-6fc1f0eb145d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-760fd7f4-f28f-4b9f-89ba-6fc1f0eb145d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-bad2aec6-5b6c-496c-9ccf-86eecf952626 {
  text-align: center;
}

#s-bad2aec6-5b6c-496c-9ccf-86eecf952626 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bad2aec6-5b6c-496c-9ccf-86eecf952626 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bad2aec6-5b6c-496c-9ccf-86eecf952626 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0c522997-07a5-4892-ae16-a8af468a2938 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0c522997-07a5-4892-ae16-a8af468a2938"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0c522997-07a5-4892-ae16-a8af468a2938"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0c522997-07a5-4892-ae16-a8af468a2938"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0c522997-07a5-4892-ae16-a8af468a2938"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-a3f647af-6e2a-426b-8a2f-622856fa215f {
  text-align: left;
}



.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3f647af-6e2a-426b-8a2f-622856fa215f img.shogun-image {
  width: 100%;
}



}
#s-03c74750-be96-4390-be2f-f5f738496bb5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-03c74750-be96-4390-be2f-f5f738496bb5 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-427d1cdd-7907-48b6-8456-6f485a967444 {
  text-align: center;
}

#s-427d1cdd-7907-48b6-8456-6f485a967444 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-427d1cdd-7907-48b6-8456-6f485a967444 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-427d1cdd-7907-48b6-8456-6f485a967444 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-757bfbdb-8703-4f4e-8214-168b70704f4a {
  text-align: left;
}



.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-757bfbdb-8703-4f4e-8214-168b70704f4a img.shogun-image {
  width: 100%;
}



}
#s-791765b3-fbad-4531-b29b-b90120a9e795 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-791765b3-fbad-4531-b29b-b90120a9e795 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b3ceb358-ec21-4f56-8886-a92e318e4176 {
  text-align: center;
}

#s-b3ceb358-ec21-4f56-8886-a92e318e4176 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3ceb358-ec21-4f56-8886-a92e318e4176 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3ceb358-ec21-4f56-8886-a92e318e4176 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8b14145a-5ded-4531-82e2-774badc98847 {
  text-align: left;
}



.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b14145a-5ded-4531-82e2-774badc98847 img.shogun-image {
  width: 100%;
}



}
#s-6fae5826-aae0-4a32-b15f-7b8dd270aa09 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6fae5826-aae0-4a32-b15f-7b8dd270aa09 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-e22626d0-ae71-47e8-9476-2ab18c660aba {
  text-align: center;
}

#s-e22626d0-ae71-47e8-9476-2ab18c660aba .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e22626d0-ae71-47e8-9476-2ab18c660aba .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e22626d0-ae71-47e8-9476-2ab18c660aba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-cb928233-759c-443a-888c-6e7203ebbb2b {
  text-align: left;
}



.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb928233-759c-443a-888c-6e7203ebbb2b img.shogun-image {
  width: 100%;
}



}
#s-cdb84a41-e408-4bf0-9938-89369fcd8897 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-cdb84a41-e408-4bf0-9938-89369fcd8897 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b4a82abd-11ac-4dfb-bea2-a442f937842e {
  text-align: center;
}

#s-b4a82abd-11ac-4dfb-bea2-a442f937842e .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b4a82abd-11ac-4dfb-bea2-a442f937842e .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4a82abd-11ac-4dfb-bea2-a442f937842e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b {
  text-align: left;
}



.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0be2e820-6b3a-418d-b6fc-e6ce7f02b08b img.shogun-image {
  width: 100%;
}



}
#s-043d7159-855a-4ab2-95ff-706c6927ce3a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-043d7159-855a-4ab2-95ff-706c6927ce3a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b5b8391f-e41c-4d9b-8987-50f6e6b77875 {
  text-align: center;
}

#s-b5b8391f-e41c-4d9b-8987-50f6e6b77875 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5b8391f-e41c-4d9b-8987-50f6e6b77875 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b5b8391f-e41c-4d9b-8987-50f6e6b77875 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 {
  text-align: left;
}



.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acbb9712-1cbb-4e82-a325-ed8c329f2b51 img.shogun-image {
  width: 100%;
}



}
#s-a44b5da7-4892-42da-9f3b-0724a8b392d9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a44b5da7-4892-42da-9f3b-0724a8b392d9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4e22a9ad-948d-4080-8802-94613fc3dad5 {
  text-align: center;
}

#s-4e22a9ad-948d-4080-8802-94613fc3dad5 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e22a9ad-948d-4080-8802-94613fc3dad5 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e22a9ad-948d-4080-8802-94613fc3dad5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6dffb849-4d86-40ca-bd15-f13953871e91 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6dffb849-4d86-40ca-bd15-f13953871e91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6dffb849-4d86-40ca-bd15-f13953871e91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6dffb849-4d86-40ca-bd15-f13953871e91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6dffb849-4d86-40ca-bd15-f13953871e91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-3f3024c4-e5c9-4dda-b067-0a798484f609 {
  text-align: left;
}



.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f3024c4-e5c9-4dda-b067-0a798484f609 img.shogun-image {
  width: 100%;
}



}
#s-60066032-9705-487e-bfdf-d840b749eeae {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-60066032-9705-487e-bfdf-d840b749eeae .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-1f8597f3-ae2e-4b32-abc3-8ce3e3270554 {
  text-align: center;
}

#s-1f8597f3-ae2e-4b32-abc3-8ce3e3270554 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f8597f3-ae2e-4b32-abc3-8ce3e3270554 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1f8597f3-ae2e-4b32-abc3-8ce3e3270554 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 {
  text-align: left;
}



.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57eaae6c-398c-4302-b0b1-f3726b77ee31 img.shogun-image {
  width: 100%;
}



}
#s-bd4b4477-86fe-4f6b-9d7a-f6715200e751 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-bd4b4477-86fe-4f6b-9d7a-f6715200e751 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-35e972c7-ad4d-49a2-8494-b729b18c37dc {
  text-align: center;
}

#s-35e972c7-ad4d-49a2-8494-b729b18c37dc .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35e972c7-ad4d-49a2-8494-b729b18c37dc .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-35e972c7-ad4d-49a2-8494-b729b18c37dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 {
  text-align: left;
}



.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45b9d892-21a9-448e-92f8-e0dc5e80d892 img.shogun-image {
  width: 100%;
}



}
#s-d1e6155a-5270-4e95-9d70-8c29615c5ec5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d1e6155a-5270-4e95-9d70-8c29615c5ec5 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6e691ad8-a933-4fc7-b93c-9d4d9a461652 {
  text-align: center;
}

#s-6e691ad8-a933-4fc7-b93c-9d4d9a461652 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e691ad8-a933-4fc7-b93c-9d4d9a461652 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6e691ad8-a933-4fc7-b93c-9d4d9a461652 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 {
  text-align: left;
}



.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54109f40-e0ad-4e7c-8a38-6cb09c38c822 img.shogun-image {
  width: 100%;
}



}
#s-6a7045e5-1db4-477a-a2cc-5f88294a83a7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6a7045e5-1db4-477a-a2cc-5f88294a83a7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f767f996-cec7-43d3-8cb1-78e893417091 {
  text-align: center;
}

#s-f767f996-cec7-43d3-8cb1-78e893417091 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f767f996-cec7-43d3-8cb1-78e893417091 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f767f996-cec7-43d3-8cb1-78e893417091 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c {
  text-align: left;
}



.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b0bce6a-4f5a-42cd-b175-4b8c3d71f39c img.shogun-image {
  width: 100%;
}



}
#s-17016a90-773d-413d-81f7-bc21a070681e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-17016a90-773d-413d-81f7-bc21a070681e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4c856530-d5c3-4931-8191-829d367e9828 {
  text-align: center;
}

#s-4c856530-d5c3-4931-8191-829d367e9828 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c856530-d5c3-4931-8191-829d367e9828 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c856530-d5c3-4931-8191-829d367e9828 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-2d2d115b-6e55-4a37-9443-eb33542e346b {
  text-align: left;
}



.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d2d115b-6e55-4a37-9443-eb33542e346b img.shogun-image {
  width: 100%;
}



}
#s-ac2e273e-b820-49da-9d29-1c88d1f8b357 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ac2e273e-b820-49da-9d29-1c88d1f8b357 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f19c4765-a79f-47a4-8bef-4afce323692b {
  text-align: center;
}

#s-f19c4765-a79f-47a4-8bef-4afce323692b .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f19c4765-a79f-47a4-8bef-4afce323692b .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f19c4765-a79f-47a4-8bef-4afce323692b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5e2b6854-3cdb-4d7c-a406-4bb350e12b68 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5e2b6854-3cdb-4d7c-a406-4bb350e12b68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5e2b6854-3cdb-4d7c-a406-4bb350e12b68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5e2b6854-3cdb-4d7c-a406-4bb350e12b68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5e2b6854-3cdb-4d7c-a406-4bb350e12b68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-2946fe0a-080d-4b60-9ebb-03db8da58410 {
  text-align: left;
}



.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2946fe0a-080d-4b60-9ebb-03db8da58410 img.shogun-image {
  width: 100%;
}



}
#s-cbbf5fa4-3970-4017-bb97-962f37d00e80 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-cbbf5fa4-3970-4017-bb97-962f37d00e80 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-64d978eb-3dd1-491a-ba35-2998d28c6959 {
  text-align: center;
}

#s-64d978eb-3dd1-491a-ba35-2998d28c6959 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64d978eb-3dd1-491a-ba35-2998d28c6959 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64d978eb-3dd1-491a-ba35-2998d28c6959 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77345900-f588-4090-974a-3cdc0b4ddf55 {
  text-align: left;
}



.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77345900-f588-4090-974a-3cdc0b4ddf55 img.shogun-image {
  width: 100%;
}



}
#s-f545219b-aecd-4016-a2ba-09899df61ec3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-f545219b-aecd-4016-a2ba-09899df61ec3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-342adee0-7fdb-4b1c-aa09-628eee800b43 {
  text-align: center;
}

#s-342adee0-7fdb-4b1c-aa09-628eee800b43 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-342adee0-7fdb-4b1c-aa09-628eee800b43 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-342adee0-7fdb-4b1c-aa09-628eee800b43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea9bf994-8b9a-453b-9fea-737fe74037ce {
  text-align: left;
}



.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea9bf994-8b9a-453b-9fea-737fe74037ce img.shogun-image {
  width: 100%;
}



}
#s-267402cd-5e00-4353-beb8-458b02626eda {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-267402cd-5e00-4353-beb8-458b02626eda .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-bed681e2-45b0-422a-a843-5bf14215d426 {
  text-align: center;
}

#s-bed681e2-45b0-422a-a843-5bf14215d426 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bed681e2-45b0-422a-a843-5bf14215d426 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bed681e2-45b0-422a-a843-5bf14215d426 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e {
  text-align: left;
}



.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d23ef0f-8d2a-45fa-9313-40a911bb1e9e img.shogun-image {
  width: 100%;
}



}
#s-5133a369-1432-4f6d-9931-32f391236677 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5133a369-1432-4f6d-9931-32f391236677 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-92891877-42e0-4ba9-843f-c5fccb477172 {
  text-align: center;
}

#s-92891877-42e0-4ba9-843f-c5fccb477172 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92891877-42e0-4ba9-843f-c5fccb477172 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92891877-42e0-4ba9-843f-c5fccb477172 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0d58450-817c-459b-8a06-4014a5073e7d {
  text-align: left;
}



.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0d58450-817c-459b-8a06-4014a5073e7d img.shogun-image {
  width: 100%;
}



}
#s-9f143a79-e5d6-4d09-af27-81ed9307bd7e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-9f143a79-e5d6-4d09-af27-81ed9307bd7e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6f2fd441-0d81-43c4-83ad-c84acc65ef33 {
  text-align: center;
}

#s-6f2fd441-0d81-43c4-83ad-c84acc65ef33 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6f2fd441-0d81-43c4-83ad-c84acc65ef33 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f2fd441-0d81-43c4-83ad-c84acc65ef33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c48116aa-32ea-4597-bd25-5798e439ed2d {
  text-align: left;
}



.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c48116aa-32ea-4597-bd25-5798e439ed2d img.shogun-image {
  width: 100%;
}



}
#s-2147890f-10d3-480e-ae3e-7c802da68bd0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2147890f-10d3-480e-ae3e-7c802da68bd0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e85a0dc5-dad8-42a9-b295-3e9321e04bf7 {
  text-align: center;
}

#s-e85a0dc5-dad8-42a9-b295-3e9321e04bf7 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e85a0dc5-dad8-42a9-b295-3e9321e04bf7 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e85a0dc5-dad8-42a9-b295-3e9321e04bf7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-e55c3402-71f5-44b0-bead-dcc99e425280 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e55c3402-71f5-44b0-bead-dcc99e425280"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e55c3402-71f5-44b0-bead-dcc99e425280"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e55c3402-71f5-44b0-bead-dcc99e425280"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e55c3402-71f5-44b0-bead-dcc99e425280"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 {
  text-align: left;
}



.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e74ea0-074d-4bf9-8104-6ad3828a8366 img.shogun-image {
  width: 100%;
}



}
#s-620ecc1e-9f74-4548-b95b-b1f49072fa9b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-620ecc1e-9f74-4548-b95b-b1f49072fa9b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e20c402d-2977-4c00-907a-334894cdc8ff {
  text-align: center;
}

#s-e20c402d-2977-4c00-907a-334894cdc8ff .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e20c402d-2977-4c00-907a-334894cdc8ff .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e20c402d-2977-4c00-907a-334894cdc8ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d83e7db3-303c-4c70-bca3-7cece11967ba {
  text-align: left;
}



.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d83e7db3-303c-4c70-bca3-7cece11967ba img.shogun-image {
  width: 100%;
}



}
#s-ef9773b9-0c19-4be5-acb6-2f8eaa8cbcd7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ef9773b9-0c19-4be5-acb6-2f8eaa8cbcd7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-62fcae0e-0c8b-4be2-becb-b3b6ae7510c1 {
  text-align: center;
}

#s-62fcae0e-0c8b-4be2-becb-b3b6ae7510c1 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62fcae0e-0c8b-4be2-becb-b3b6ae7510c1 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-62fcae0e-0c8b-4be2-becb-b3b6ae7510c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 {
  text-align: left;
}



.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f5bf7-80e0-41f4-a1e0-4dc6ea9e4231 img.shogun-image {
  width: 100%;
}



}
#s-165da13b-7533-4a23-979a-9ebed81f81c1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-165da13b-7533-4a23-979a-9ebed81f81c1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-663b195c-9d02-4088-a5b7-3167b8d9454d {
  text-align: center;
}

#s-663b195c-9d02-4088-a5b7-3167b8d9454d .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-663b195c-9d02-4088-a5b7-3167b8d9454d .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-663b195c-9d02-4088-a5b7-3167b8d9454d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d {
  text-align: left;
}



.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c7a82de-6e39-4cf4-a302-42eb2d40d76d img.shogun-image {
  width: 100%;
}



}
#s-2fc3546a-40b2-4970-b87f-4c6ce57c495f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2fc3546a-40b2-4970-b87f-4c6ce57c495f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7cbb8151-9e55-4097-810b-291fca09cc1a {
  text-align: center;
}

#s-7cbb8151-9e55-4097-810b-291fca09cc1a .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cbb8151-9e55-4097-810b-291fca09cc1a .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cbb8151-9e55-4097-810b-291fca09cc1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 {
  text-align: left;
}



.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e227136-d89d-4fa2-b98e-d9aaa37ab587 img.shogun-image {
  width: 100%;
}



}
#s-c97293a1-15e8-42b2-bd7a-0a7f8b505d8a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c97293a1-15e8-42b2-bd7a-0a7f8b505d8a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9bb151fd-f409-4e81-b4c2-81649865336f {
  text-align: center;
}

#s-9bb151fd-f409-4e81-b4c2-81649865336f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bb151fd-f409-4e81-b4c2-81649865336f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bb151fd-f409-4e81-b4c2-81649865336f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c6c502af-f66d-4f60-865f-75ef1c341dfa {
  text-align: left;
}



.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6c502af-f66d-4f60-865f-75ef1c341dfa img.shogun-image {
  width: 100%;
}



}
#s-4695b06f-d9ba-464d-9a6c-df164fafe6ad {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-4695b06f-d9ba-464d-9a6c-df164fafe6ad .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0d391cad-834c-4aef-a9c9-603c909a8465 {
  text-align: center;
}

#s-0d391cad-834c-4aef-a9c9-603c909a8465 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d391cad-834c-4aef-a9c9-603c909a8465 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d391cad-834c-4aef-a9c9-603c909a8465 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-fee8c93a-9b87-48e9-9c72-f56a8db46d98 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fee8c93a-9b87-48e9-9c72-f56a8db46d98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fee8c93a-9b87-48e9-9c72-f56a8db46d98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-fee8c93a-9b87-48e9-9c72-f56a8db46d98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-fee8c93a-9b87-48e9-9c72-f56a8db46d98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 {
  text-align: left;
}



.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab0b16b3-1f80-43f7-a3c1-d13798feb645 img.shogun-image {
  width: 100%;
}



}
#s-92251006-4b3a-49ad-9c4c-046a25fd1323 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-92251006-4b3a-49ad-9c4c-046a25fd1323 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f575baf9-5fd6-48a2-832e-28eb9777f2ac {
  text-align: center;
}

#s-f575baf9-5fd6-48a2-832e-28eb9777f2ac .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f575baf9-5fd6-48a2-832e-28eb9777f2ac .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f575baf9-5fd6-48a2-832e-28eb9777f2ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f {
  text-align: left;
}



.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e7cbaf-2d6d-41aa-88ac-66ec75608d4f img.shogun-image {
  width: 100%;
}



}
#s-a03e70d4-7e3e-4eb4-8ab6-58a5eee7fed8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a03e70d4-7e3e-4eb4-8ab6-58a5eee7fed8 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-731484c9-62c1-4d67-a385-8a236c832b71 {
  text-align: center;
}

#s-731484c9-62c1-4d67-a385-8a236c832b71 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-731484c9-62c1-4d67-a385-8a236c832b71 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-731484c9-62c1-4d67-a385-8a236c832b71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-46f47d5e-91df-405f-ae7e-862b74177c7d {
  text-align: left;
}



.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46f47d5e-91df-405f-ae7e-862b74177c7d img.shogun-image {
  width: 100%;
}



}
#s-81f592e2-6cfa-42aa-9df7-f4aef91bd02d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-81f592e2-6cfa-42aa-9df7-f4aef91bd02d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b1d2497a-26c5-49ff-9274-3654864a732b {
  text-align: center;
}

#s-b1d2497a-26c5-49ff-9274-3654864a732b .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1d2497a-26c5-49ff-9274-3654864a732b .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1d2497a-26c5-49ff-9274-3654864a732b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0b261337-1879-4ca5-baa9-963014b15ca5 {
  text-align: left;
}



.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b261337-1879-4ca5-baa9-963014b15ca5 img.shogun-image {
  width: 100%;
}



}
#s-004d6a67-4e18-4c3a-a819-96e679bb61cd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-004d6a67-4e18-4c3a-a819-96e679bb61cd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3f8ce0c9-d0cb-4d60-82b3-43cf3dd94337 {
  text-align: center;
}

#s-3f8ce0c9-d0cb-4d60-82b3-43cf3dd94337 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f8ce0c9-d0cb-4d60-82b3-43cf3dd94337 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f8ce0c9-d0cb-4d60-82b3-43cf3dd94337 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c {
  text-align: left;
}



.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddab5e7b-11e5-4818-aaef-2bcbd70d6c4c img.shogun-image {
  width: 100%;
}



}
#s-5a67670b-98cd-4f28-95cb-f4162573ada3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5a67670b-98cd-4f28-95cb-f4162573ada3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5094a31b-35a6-4735-b30e-2b78fb41c128 {
  text-align: center;
}

#s-5094a31b-35a6-4735-b30e-2b78fb41c128 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5094a31b-35a6-4735-b30e-2b78fb41c128 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5094a31b-35a6-4735-b30e-2b78fb41c128 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 {
  text-align: left;
}



.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65d2cc48-f9e5-421f-8afb-b6ad1b081700 img.shogun-image {
  width: 100%;
}



}
#s-34d9016d-add6-4568-939e-0d2abb1a62f8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-34d9016d-add6-4568-939e-0d2abb1a62f8 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-64967d40-b0c4-46fc-b09b-75d74aee2cd5 {
  text-align: center;
}

#s-64967d40-b0c4-46fc-b09b-75d74aee2cd5 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64967d40-b0c4-46fc-b09b-75d74aee2cd5 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64967d40-b0c4-46fc-b09b-75d74aee2cd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9b0b70f4-ee52-430b-9ee2-b8afc11fcb12 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9b0b70f4-ee52-430b-9ee2-b8afc11fcb12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9b0b70f4-ee52-430b-9ee2-b8afc11fcb12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9b0b70f4-ee52-430b-9ee2-b8afc11fcb12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9b0b70f4-ee52-430b-9ee2-b8afc11fcb12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 {
  text-align: left;
}



.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70cf7a3-e37c-49dd-aaac-dba37a0b08a7 img.shogun-image {
  width: 100%;
}



}
#s-599980a6-3d66-4c4e-b5d1-cfc972f37462 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-599980a6-3d66-4c4e-b5d1-cfc972f37462 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-189138bb-1092-44fc-8533-da7b5bd5a62b {
  text-align: center;
}

#s-189138bb-1092-44fc-8533-da7b5bd5a62b .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-189138bb-1092-44fc-8533-da7b5bd5a62b .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-189138bb-1092-44fc-8533-da7b5bd5a62b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d {
  text-align: left;
}



.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33a465d5-28b0-42e6-ad78-8a31ac8ec66d img.shogun-image {
  width: 100%;
}



}
#s-cef87471-207a-4877-8405-948c5380ef19 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-cef87471-207a-4877-8405-948c5380ef19 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4441ef08-4d23-4f94-80d0-43b87124d973 {
  text-align: center;
}

#s-4441ef08-4d23-4f94-80d0-43b87124d973 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4441ef08-4d23-4f94-80d0-43b87124d973 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4441ef08-4d23-4f94-80d0-43b87124d973 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 {
  text-align: left;
}



.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c1988b5-1576-4dd7-8a3f-68f70eb79678 img.shogun-image {
  width: 100%;
}



}
#s-286bf627-8e56-4892-8e89-733a74c468d9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-286bf627-8e56-4892-8e89-733a74c468d9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f3643762-2150-4c7e-b07c-2ea0b40a6b29 {
  text-align: center;
}

#s-f3643762-2150-4c7e-b07c-2ea0b40a6b29 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f3643762-2150-4c7e-b07c-2ea0b40a6b29 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f3643762-2150-4c7e-b07c-2ea0b40a6b29 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 {
  text-align: left;
}



.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be73925b-a834-4d0e-b8bf-0613bdfeeb90 img.shogun-image {
  width: 100%;
}



}
#s-4976f452-0b27-4275-8a70-d428bc209352 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-4976f452-0b27-4275-8a70-d428bc209352 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f1ea2de9-8683-44fe-98d8-b862c9f188b4 {
  text-align: center;
}

#s-f1ea2de9-8683-44fe-98d8-b862c9f188b4 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f1ea2de9-8683-44fe-98d8-b862c9f188b4 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f1ea2de9-8683-44fe-98d8-b862c9f188b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-87368757-ceed-422e-84e9-ad9577cfdb0d {
  text-align: left;
}



.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87368757-ceed-422e-84e9-ad9577cfdb0d img.shogun-image {
  width: 100%;
}



}
#s-daa4278b-3a54-449f-936f-eca7b9f0df0a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-daa4278b-3a54-449f-936f-eca7b9f0df0a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7e759e65-f4a8-49f0-948a-a38bef611fc0 {
  text-align: center;
}

#s-7e759e65-f4a8-49f0-948a-a38bef611fc0 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e759e65-f4a8-49f0-948a-a38bef611fc0 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e759e65-f4a8-49f0-948a-a38bef611fc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a {
  text-align: left;
}



.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc57e51-76a0-4957-8edb-428da8ba9e2a img.shogun-image {
  width: 100%;
}



}
#s-40f8b784-88f2-42dd-b354-759952292ae3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-40f8b784-88f2-42dd-b354-759952292ae3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e3d56f0f-a042-4693-814c-293232b0e32c {
  text-align: center;
}

#s-e3d56f0f-a042-4693-814c-293232b0e32c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e3d56f0f-a042-4693-814c-293232b0e32c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e3d56f0f-a042-4693-814c-293232b0e32c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-10c5cb12-a4bf-4900-80cb-4078c7ecb07d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-10c5cb12-a4bf-4900-80cb-4078c7ecb07d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-10c5cb12-a4bf-4900-80cb-4078c7ecb07d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-10c5cb12-a4bf-4900-80cb-4078c7ecb07d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-10c5cb12-a4bf-4900-80cb-4078c7ecb07d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-54135078-d1fe-4790-9a00-f4998a0fe66e {
  text-align: left;
}



.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54135078-d1fe-4790-9a00-f4998a0fe66e img.shogun-image {
  width: 100%;
}



}
#s-7732b31b-07ed-4af0-9562-9bed305c07e4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-7732b31b-07ed-4af0-9562-9bed305c07e4 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f0e2946a-6885-4556-b6f0-6a5ebde91984 {
  text-align: center;
}

#s-f0e2946a-6885-4556-b6f0-6a5ebde91984 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f0e2946a-6885-4556-b6f0-6a5ebde91984 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f0e2946a-6885-4556-b6f0-6a5ebde91984 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0780f35-b88a-4778-959d-3138e3c794ed {
  text-align: left;
}



.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0780f35-b88a-4778-959d-3138e3c794ed img.shogun-image {
  width: 100%;
}



}
#s-3e83c9b0-8961-4f57-9798-fd2cbb28a5a6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3e83c9b0-8961-4f57-9798-fd2cbb28a5a6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-1ba8b27e-d8ff-489f-bee0-657c07bf1525 {
  text-align: center;
}

#s-1ba8b27e-d8ff-489f-bee0-657c07bf1525 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ba8b27e-d8ff-489f-bee0-657c07bf1525 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ba8b27e-d8ff-489f-bee0-657c07bf1525 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b {
  text-align: left;
}



.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b22c7ce5-bf06-41d7-b923-ea4e717f7a9b img.shogun-image {
  width: 100%;
}



}
#s-aebf3d15-7063-49c3-a4ac-c4a23b468dff {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-aebf3d15-7063-49c3-a4ac-c4a23b468dff .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9a63ca2c-bc24-497f-99b5-a21bf27090c9 {
  text-align: center;
}

#s-9a63ca2c-bc24-497f-99b5-a21bf27090c9 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a63ca2c-bc24-497f-99b5-a21bf27090c9 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9a63ca2c-bc24-497f-99b5-a21bf27090c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 {
  text-align: left;
}



.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d8f8eb6-d737-4c3e-bfa4-885e1cf02b45 img.shogun-image {
  width: 100%;
}



}
#s-46ed15a8-8e95-4cdd-9e06-d50b32784376 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-46ed15a8-8e95-4cdd-9e06-d50b32784376 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0b6b8278-12c0-41d1-bba6-149e049e940f {
  text-align: center;
}

#s-0b6b8278-12c0-41d1-bba6-149e049e940f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0b6b8278-12c0-41d1-bba6-149e049e940f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0b6b8278-12c0-41d1-bba6-149e049e940f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c802aa40-ab57-4eba-856b-8d34f46714ba {
  text-align: left;
}



.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c802aa40-ab57-4eba-856b-8d34f46714ba img.shogun-image {
  width: 100%;
}



}
#s-745563b6-be02-41dd-8213-524639914254 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-745563b6-be02-41dd-8213-524639914254 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d0e55c5d-fffd-4a9c-8cd0-27514889d3eb {
  text-align: center;
}

#s-d0e55c5d-fffd-4a9c-8cd0-27514889d3eb .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0e55c5d-fffd-4a9c-8cd0-27514889d3eb .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0e55c5d-fffd-4a9c-8cd0-27514889d3eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 {
  text-align: left;
}



.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf89650-23ad-4bfa-a4b5-707985cf9e99 img.shogun-image {
  width: 100%;
}



}
#s-f3364f55-2de1-4a64-8baa-946058124165 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-f3364f55-2de1-4a64-8baa-946058124165 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c4417ae1-abd1-490c-8191-b35589052de9 {
  text-align: center;
}

#s-c4417ae1-abd1-490c-8191-b35589052de9 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4417ae1-abd1-490c-8191-b35589052de9 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c4417ae1-abd1-490c-8191-b35589052de9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-d7c0f567-14fa-4981-adea-a630a0572802 {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-d7c0f567-14fa-4981-adea-a630a0572802 {
  display: none;
}
#s-d7c0f567-14fa-4981-adea-a630a0572802, #wrap-s-d7c0f567-14fa-4981-adea-a630a0572802 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7c0f567-14fa-4981-adea-a630a0572802 {
  display: none;
}
#s-d7c0f567-14fa-4981-adea-a630a0572802, #wrap-s-d7c0f567-14fa-4981-adea-a630a0572802 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7c0f567-14fa-4981-adea-a630a0572802 {
  display: none;
}
#s-d7c0f567-14fa-4981-adea-a630a0572802, #wrap-s-d7c0f567-14fa-4981-adea-a630a0572802 { display:none !important; }}
#s-d7c0f567-14fa-4981-adea-a630a0572802 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 {
  display: none;
}
#s-4b5fff2d-130f-4906-9546-ce3b8d825b55, #wrap-s-4b5fff2d-130f-4906-9546-ce3b8d825b55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 {
  display: none;
}
#s-4b5fff2d-130f-4906-9546-ce3b8d825b55, #wrap-s-4b5fff2d-130f-4906-9546-ce3b8d825b55 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 {
  display: none;
}
#s-4b5fff2d-130f-4906-9546-ce3b8d825b55, #wrap-s-4b5fff2d-130f-4906-9546-ce3b8d825b55 { display:none !important; }}
#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 .shg-sld-nav-button.shg-sld-left,
#s-4b5fff2d-130f-4906-9546-ce3b8d825b55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-49e957f2-b2a1-4c92-ab35-cfd113d268a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49e957f2-b2a1-4c92-ab35-cfd113d268a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49e957f2-b2a1-4c92-ab35-cfd113d268a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49e957f2-b2a1-4c92-ab35-cfd113d268a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 {
  text-align: left;
}



.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d3eb0cd-cd3e-4f3e-bc19-9228b6a27f06 img.shogun-image {
  width: 100%;
}



}
#s-62efb109-0f39-48b5-9caf-ef3d408efa5b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-62efb109-0f39-48b5-9caf-ef3d408efa5b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-112b9a13-a10b-4574-a3c6-0e9bd4bf4092 {
  text-align: center;
}

#s-112b9a13-a10b-4574-a3c6-0e9bd4bf4092 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-112b9a13-a10b-4574-a3c6-0e9bd4bf4092 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-112b9a13-a10b-4574-a3c6-0e9bd4bf4092 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a8863cb9-4b69-4163-b973-c746de9e5832 {
  text-align: left;
}



.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8863cb9-4b69-4163-b973-c746de9e5832 img.shogun-image {
  width: 100%;
}



}
#s-7641ff3e-9577-4dcf-aab0-d211d44dfd7a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-7641ff3e-9577-4dcf-aab0-d211d44dfd7a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5b28f68a-a9ba-45d6-bbec-e33b625357df {
  text-align: center;
}

#s-5b28f68a-a9ba-45d6-bbec-e33b625357df .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b28f68a-a9ba-45d6-bbec-e33b625357df .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b28f68a-a9ba-45d6-bbec-e33b625357df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3d776d0a-c72b-4415-8203-a501cb1675da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3d776d0a-c72b-4415-8203-a501cb1675da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3d776d0a-c72b-4415-8203-a501cb1675da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d776d0a-c72b-4415-8203-a501cb1675da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-66e581e3-3cbe-432c-8477-00d4e90684e6 {
  text-align: left;
}



.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66e581e3-3cbe-432c-8477-00d4e90684e6 img.shogun-image {
  width: 100%;
}



}
#s-1fb892d6-2180-435e-a0b8-e19eb8b587b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-1fb892d6-2180-435e-a0b8-e19eb8b587b5 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a6a1c23f-21e1-4f4e-b326-9a6289f21cd7 {
  text-align: center;
}

#s-a6a1c23f-21e1-4f4e-b326-9a6289f21cd7 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6a1c23f-21e1-4f4e-b326-9a6289f21cd7 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6a1c23f-21e1-4f4e-b326-9a6289f21cd7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a {
  text-align: left;
}



.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40b37f08-b3d6-4bc2-bf85-dd99848abe4a img.shogun-image {
  width: 100%;
}



}
#s-195f8091-808a-4be6-805c-f7e13c17d6f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-195f8091-808a-4be6-805c-f7e13c17d6f1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2b748487-83e5-49d6-8275-b72f8dd7da79 {
  text-align: center;
}

#s-2b748487-83e5-49d6-8275-b72f8dd7da79 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b748487-83e5-49d6-8275-b72f8dd7da79 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b748487-83e5-49d6-8275-b72f8dd7da79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-29f511b8-a92a-4681-900e-32286c44752c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-29f511b8-a92a-4681-900e-32286c44752c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-29f511b8-a92a-4681-900e-32286c44752c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-29f511b8-a92a-4681-900e-32286c44752c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-18e75bb7-0d24-4017-8c25-ee021199b88b {
  text-align: left;
}



.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18e75bb7-0d24-4017-8c25-ee021199b88b img.shogun-image {
  width: 100%;
}



}
#s-98b38936-0e09-4eb0-9d03-f79dc0aba2a3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-98b38936-0e09-4eb0-9d03-f79dc0aba2a3 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2c8ac6c0-a9ec-4f83-acf1-e20babc4b82f {
  text-align: center;
}

#s-2c8ac6c0-a9ec-4f83-acf1-e20babc4b82f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2c8ac6c0-a9ec-4f83-acf1-e20babc4b82f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c8ac6c0-a9ec-4f83-acf1-e20babc4b82f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f {
  text-align: left;
}



.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0063c10b-45c3-4c41-9bfd-daa7be9c711f img.shogun-image {
  width: 100%;
}



}
#s-59edbc22-1889-4f2e-a875-39265edf8295 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-59edbc22-1889-4f2e-a875-39265edf8295 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fe3fbbb3-3d0c-4790-9340-e18e432fbc0e {
  text-align: center;
}

#s-fe3fbbb3-3d0c-4790-9340-e18e432fbc0e .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fe3fbbb3-3d0c-4790-9340-e18e432fbc0e .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fe3fbbb3-3d0c-4790-9340-e18e432fbc0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f313c35e-2e4e-43f0-a656-193c038d0c9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f313c35e-2e4e-43f0-a656-193c038d0c9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f313c35e-2e4e-43f0-a656-193c038d0c9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f313c35e-2e4e-43f0-a656-193c038d0c9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 {
  text-align: left;
}



.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-facb00c2-92b4-4ce9-bb17-761de8eb59f2 img.shogun-image {
  width: 100%;
}



}
#s-7d467d34-27bd-4f15-aceb-3c7a44f14d0e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-7d467d34-27bd-4f15-aceb-3c7a44f14d0e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f5027d06-6bb4-4153-ba5a-9023f6cf50ae {
  text-align: center;
}

#s-f5027d06-6bb4-4153-ba5a-9023f6cf50ae .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f5027d06-6bb4-4153-ba5a-9023f6cf50ae .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f5027d06-6bb4-4153-ba5a-9023f6cf50ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d {
  text-align: left;
}



.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a6ae538-10f0-40bf-a063-bfb24a38a28d img.shogun-image {
  width: 100%;
}



}
#s-21f78c04-1aa4-4ed1-8b2f-d6a878223137 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-21f78c04-1aa4-4ed1-8b2f-d6a878223137 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-45ff30d1-5951-4d51-bd29-7f3344ced077 {
  text-align: center;
}

#s-45ff30d1-5951-4d51-bd29-7f3344ced077 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45ff30d1-5951-4d51-bd29-7f3344ced077 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-45ff30d1-5951-4d51-bd29-7f3344ced077 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-1a8b68fd-3378-49a2-b214-c50f236bc305"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a8b68fd-3378-49a2-b214-c50f236bc305"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1a8b68fd-3378-49a2-b214-c50f236bc305"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a8b68fd-3378-49a2-b214-c50f236bc305"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee {
  text-align: left;
}



.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8f89891-6ce3-40ba-bdec-e5d1018782ee img.shogun-image {
  width: 100%;
}



}
#s-ec7370bb-d3ef-44bb-85d3-96a616209c56 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ec7370bb-d3ef-44bb-85d3-96a616209c56 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b1f17681-19f5-4775-9c45-9e13cab05a11 {
  text-align: center;
}

#s-b1f17681-19f5-4775-9c45-9e13cab05a11 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1f17681-19f5-4775-9c45-9e13cab05a11 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1f17681-19f5-4775-9c45-9e13cab05a11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-eccc3a2d-3ad4-4693-9091-ea789604692c {
  text-align: left;
}



.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eccc3a2d-3ad4-4693-9091-ea789604692c img.shogun-image {
  width: 100%;
}



}
#s-5e1ade2d-2efb-4106-a78e-b2d1810d8754 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5e1ade2d-2efb-4106-a78e-b2d1810d8754 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-31d8a879-79dc-4041-a842-0d85914c2da7 {
  text-align: center;
}

#s-31d8a879-79dc-4041-a842-0d85914c2da7 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31d8a879-79dc-4041-a842-0d85914c2da7 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-31d8a879-79dc-4041-a842-0d85914c2da7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-877dd49e-116f-4e59-bace-ceae1825f4e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-877dd49e-116f-4e59-bace-ceae1825f4e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-877dd49e-116f-4e59-bace-ceae1825f4e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-877dd49e-116f-4e59-bace-ceae1825f4e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-94f0971c-da95-407e-b4c9-abda50dd06b7 {
  text-align: left;
}



.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94f0971c-da95-407e-b4c9-abda50dd06b7 img.shogun-image {
  width: 100%;
}



}
#s-2d1ee948-05c0-48b1-b00e-4494f763eb1f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2d1ee948-05c0-48b1-b00e-4494f763eb1f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b7474f27-f0c1-4468-9827-f2123234b92d {
  text-align: center;
}

#s-b7474f27-f0c1-4468-9827-f2123234b92d .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b7474f27-f0c1-4468-9827-f2123234b92d .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7474f27-f0c1-4468-9827-f2123234b92d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 {
  text-align: left;
}



.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aae4568-631f-4e0d-a277-6ac96ba88c08 img.shogun-image {
  width: 100%;
}



}
#s-a88fc74a-dab7-4366-8331-1521fc87bd91 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a88fc74a-dab7-4366-8331-1521fc87bd91 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-46efe4f2-31fe-43af-af8e-782d50eb4f2a {
  text-align: center;
}

#s-46efe4f2-31fe-43af-af8e-782d50eb4f2a .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46efe4f2-31fe-43af-af8e-782d50eb4f2a .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46efe4f2-31fe-43af-af8e-782d50eb4f2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-bed6af02-0daa-45b9-b3da-11fc58e2e574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bed6af02-0daa-45b9-b3da-11fc58e2e574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bed6af02-0daa-45b9-b3da-11fc58e2e574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bed6af02-0daa-45b9-b3da-11fc58e2e574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f626043b-283d-4061-9568-81958aad8e07 {
  text-align: left;
}



.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f626043b-283d-4061-9568-81958aad8e07 img.shogun-image {
  width: 100%;
}



}
#s-7750dc0b-aa46-48cf-a3e8-5b2f9c3fa672 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-7750dc0b-aa46-48cf-a3e8-5b2f9c3fa672 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-07ae7469-f73b-4643-9304-12fc7c40ed54 {
  text-align: center;
}

#s-07ae7469-f73b-4643-9304-12fc7c40ed54 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07ae7469-f73b-4643-9304-12fc7c40ed54 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07ae7469-f73b-4643-9304-12fc7c40ed54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa {
  text-align: left;
}



.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5f42000-ae6f-4f7a-a33e-7f56c1861aaa img.shogun-image {
  width: 100%;
}



}
#s-302304b1-e6a0-490a-8b01-5ebf0d53f416 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-302304b1-e6a0-490a-8b01-5ebf0d53f416 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9fc87440-8724-4142-b75e-a8b875c2cae7 {
  text-align: center;
}

#s-9fc87440-8724-4142-b75e-a8b875c2cae7 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9fc87440-8724-4142-b75e-a8b875c2cae7 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9fc87440-8724-4142-b75e-a8b875c2cae7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-14cb9331-acc8-4e69-8b2e-7bdbbb4c8726"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14cb9331-acc8-4e69-8b2e-7bdbbb4c8726"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-14cb9331-acc8-4e69-8b2e-7bdbbb4c8726"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-14cb9331-acc8-4e69-8b2e-7bdbbb4c8726"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d1e41263-111d-4273-93b6-f9602774c0c0 {
  text-align: left;
}



.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1e41263-111d-4273-93b6-f9602774c0c0 img.shogun-image {
  width: 100%;
}



}
#s-fb3858fe-5b98-4cc6-a993-4172b9ac455a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-fb3858fe-5b98-4cc6-a993-4172b9ac455a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4f57b3f9-5a86-4b0e-87eb-785008f52bfe {
  text-align: center;
}

#s-4f57b3f9-5a86-4b0e-87eb-785008f52bfe .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f57b3f9-5a86-4b0e-87eb-785008f52bfe .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f57b3f9-5a86-4b0e-87eb-785008f52bfe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-241c7af7-933f-42fd-a0c9-949b97be622e {
  text-align: left;
}



.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-241c7af7-933f-42fd-a0c9-949b97be622e img.shogun-image {
  width: 100%;
}



}
#s-2c21563f-ddd0-4fe0-b737-31c868ed386b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2c21563f-ddd0-4fe0-b737-31c868ed386b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-07360829-95cc-4141-a9df-3cd8414064d7 {
  text-align: center;
}

#s-07360829-95cc-4141-a9df-3cd8414064d7 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07360829-95cc-4141-a9df-3cd8414064d7 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-07360829-95cc-4141-a9df-3cd8414064d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-6f01a954-1150-4cd2-a0c2-f7796ef0f1fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6f01a954-1150-4cd2-a0c2-f7796ef0f1fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6f01a954-1150-4cd2-a0c2-f7796ef0f1fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f01a954-1150-4cd2-a0c2-f7796ef0f1fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5d252653-f159-4b30-8068-e4d4e372daef {
  text-align: left;
}



.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d252653-f159-4b30-8068-e4d4e372daef img.shogun-image {
  width: 100%;
}



}
#s-45a94add-f707-469c-9c1e-b8e37fd000ca {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-45a94add-f707-469c-9c1e-b8e37fd000ca .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-81266afe-f062-44d2-807c-ac03614ef96b {
  text-align: center;
}

#s-81266afe-f062-44d2-807c-ac03614ef96b .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81266afe-f062-44d2-807c-ac03614ef96b .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-81266afe-f062-44d2-807c-ac03614ef96b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 {
  text-align: left;
}



.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee4aa096-f59f-4afe-a0e5-b6b7ec9a2d46 img.shogun-image {
  width: 100%;
}



}
#s-c7bda318-7758-4c91-8cb0-f32a94626245 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c7bda318-7758-4c91-8cb0-f32a94626245 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4b1404dd-5cdd-432a-8b1a-9a0f9707a7da {
  text-align: center;
}

#s-4b1404dd-5cdd-432a-8b1a-9a0f9707a7da .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b1404dd-5cdd-432a-8b1a-9a0f9707a7da .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b1404dd-5cdd-432a-8b1a-9a0f9707a7da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3cab05a9-1444-4889-90a7-76205a78c387"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3cab05a9-1444-4889-90a7-76205a78c387"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3cab05a9-1444-4889-90a7-76205a78c387"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cab05a9-1444-4889-90a7-76205a78c387"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-288c526f-54ff-4b1e-b443-297046f03dfc {
  text-align: left;
}



.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-288c526f-54ff-4b1e-b443-297046f03dfc img.shogun-image {
  width: 100%;
}



}
#s-73fa075c-3faa-4df0-9bde-a922c8dcf2ed {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-73fa075c-3faa-4df0-9bde-a922c8dcf2ed .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7ffcdbcd-412a-43fd-a94a-e0a8fbd67763 {
  text-align: center;
}

#s-7ffcdbcd-412a-43fd-a94a-e0a8fbd67763 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ffcdbcd-412a-43fd-a94a-e0a8fbd67763 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7ffcdbcd-412a-43fd-a94a-e0a8fbd67763 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 {
  text-align: left;
}



.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21d6c4d0-ee2b-480d-acc1-55f185d470b7 img.shogun-image {
  width: 100%;
}



}
#s-bd1e27ea-5a13-43e1-b268-625965a5e2fa {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-bd1e27ea-5a13-43e1-b268-625965a5e2fa .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f84064f9-ab15-4146-a6ec-22323d551a7f {
  text-align: center;
}

#s-f84064f9-ab15-4146-a6ec-22323d551a7f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f84064f9-ab15-4146-a6ec-22323d551a7f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f84064f9-ab15-4146-a6ec-22323d551a7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-33c0349e-b5dc-4645-9d69-ac13c4de170e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-33c0349e-b5dc-4645-9d69-ac13c4de170e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-33c0349e-b5dc-4645-9d69-ac13c4de170e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-33c0349e-b5dc-4645-9d69-ac13c4de170e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-834a5515-fd8b-4a25-ae86-750f9f60d3df {
  text-align: left;
}



.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-834a5515-fd8b-4a25-ae86-750f9f60d3df img.shogun-image {
  width: 100%;
}



}
#s-8b27dad1-a756-4afb-abe9-449fb949a5c6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-8b27dad1-a756-4afb-abe9-449fb949a5c6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-78c1f4ea-9017-4cba-884d-19be95f22a0f {
  text-align: center;
}

#s-78c1f4ea-9017-4cba-884d-19be95f22a0f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78c1f4ea-9017-4cba-884d-19be95f22a0f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-78c1f4ea-9017-4cba-884d-19be95f22a0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3020bd5a-d1f5-4318-8064-db6153640ab3 {
  text-align: left;
}



.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3020bd5a-d1f5-4318-8064-db6153640ab3 img.shogun-image {
  width: 100%;
}



}
#s-a8f68f94-0065-49d8-8f3d-68b2adebbf59 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a8f68f94-0065-49d8-8f3d-68b2adebbf59 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-00c23dd0-75d5-41d4-8a74-2db2d0dc9af9 {
  text-align: center;
}

#s-00c23dd0-75d5-41d4-8a74-2db2d0dc9af9 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00c23dd0-75d5-41d4-8a74-2db2d0dc9af9 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-00c23dd0-75d5-41d4-8a74-2db2d0dc9af9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-34ed9a05-0ae1-48b6-a9c3-a461b1b3e0cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-34ed9a05-0ae1-48b6-a9c3-a461b1b3e0cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-34ed9a05-0ae1-48b6-a9c3-a461b1b3e0cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-34ed9a05-0ae1-48b6-a9c3-a461b1b3e0cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 {
  text-align: left;
}



.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0e1f99e-a1c5-4186-bfd3-71d421893c89 img.shogun-image {
  width: 100%;
}



}
#s-ab348f0a-f4b1-4800-b805-e0471066b4c9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ab348f0a-f4b1-4800-b805-e0471066b4c9 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-45d97640-06dd-4981-9a5e-041922b379ca {
  text-align: center;
}

#s-45d97640-06dd-4981-9a5e-041922b379ca .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45d97640-06dd-4981-9a5e-041922b379ca .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-45d97640-06dd-4981-9a5e-041922b379ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c {
  text-align: left;
}



.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cb6f531-ace4-4d9b-9f4d-c50237098b5c img.shogun-image {
  width: 100%;
}



}
#s-6a4d4bbb-63e9-477c-8ec9-dfce0c444b17 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6a4d4bbb-63e9-477c-8ec9-dfce0c444b17 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-80606634-5327-488d-b8e4-2bd908aa3f96 {
  text-align: center;
}

#s-80606634-5327-488d-b8e4-2bd908aa3f96 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80606634-5327-488d-b8e4-2bd908aa3f96 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80606634-5327-488d-b8e4-2bd908aa3f96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-552d7eb3-738f-4960-89a6-50f27ae2452c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-552d7eb3-738f-4960-89a6-50f27ae2452c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-552d7eb3-738f-4960-89a6-50f27ae2452c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-552d7eb3-738f-4960-89a6-50f27ae2452c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 {
  text-align: left;
}



.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d60bbea-211a-4b9f-b9e0-328731f38a12 img.shogun-image {
  width: 100%;
}



}
#s-0679e536-1fef-48c0-9f7e-fca54baae2d4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-0679e536-1fef-48c0-9f7e-fca54baae2d4 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6ab6b211-3ed8-404b-a2a1-32a24a9898bd {
  text-align: center;
}

#s-6ab6b211-3ed8-404b-a2a1-32a24a9898bd .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ab6b211-3ed8-404b-a2a1-32a24a9898bd .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ab6b211-3ed8-404b-a2a1-32a24a9898bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f {
  text-align: left;
}



.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f246fef-092c-4ce0-9c23-ba3309bc0e0f img.shogun-image {
  width: 100%;
}



}
#s-0677aeb5-5233-4071-9e60-5f3729a75c42 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-0677aeb5-5233-4071-9e60-5f3729a75c42 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e36044c5-b421-47ee-8d88-cc551e2bd3b1 {
  text-align: center;
}

#s-e36044c5-b421-47ee-8d88-cc551e2bd3b1 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e36044c5-b421-47ee-8d88-cc551e2bd3b1 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e36044c5-b421-47ee-8d88-cc551e2bd3b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c7bc7e10-4afe-4bef-86dc-82e01d930b39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c7bc7e10-4afe-4bef-86dc-82e01d930b39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7bc7e10-4afe-4bef-86dc-82e01d930b39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7bc7e10-4afe-4bef-86dc-82e01d930b39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-234883f4-d5e6-453f-ad36-38d9028e67d3 {
  text-align: left;
}



.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-234883f4-d5e6-453f-ad36-38d9028e67d3 img.shogun-image {
  width: 100%;
}



}
#s-890d716d-fd86-48b9-8be5-ef699845ac02 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-890d716d-fd86-48b9-8be5-ef699845ac02 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6b0c37ed-93f6-4dd8-b9c8-7d0ada3237ce {
  text-align: center;
}

#s-6b0c37ed-93f6-4dd8-b9c8-7d0ada3237ce .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b0c37ed-93f6-4dd8-b9c8-7d0ada3237ce .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b0c37ed-93f6-4dd8-b9c8-7d0ada3237ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc {
  text-align: left;
}



.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891217f8-7bc9-43d1-8c0a-f7fea3c3febc img.shogun-image {
  width: 100%;
}



}
#s-2ec41370-af98-4d31-8339-26eb19178ffd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2ec41370-af98-4d31-8339-26eb19178ffd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-700f716e-b611-4a25-ae3c-3fb864cad99e {
  text-align: center;
}

#s-700f716e-b611-4a25-ae3c-3fb864cad99e .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-700f716e-b611-4a25-ae3c-3fb864cad99e .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-700f716e-b611-4a25-ae3c-3fb864cad99e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-435c6373-3377-47b9-8d54-55d9b953eead"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-435c6373-3377-47b9-8d54-55d9b953eead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-435c6373-3377-47b9-8d54-55d9b953eead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-435c6373-3377-47b9-8d54-55d9b953eead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-20549a4c-d010-4476-816c-2a22f1da4cfe {
  text-align: left;
}



.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20549a4c-d010-4476-816c-2a22f1da4cfe img.shogun-image {
  width: 100%;
}



}
#s-f4ab1363-ee73-4eaf-8c28-8d422cd940ef {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-f4ab1363-ee73-4eaf-8c28-8d422cd940ef .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c2418462-d0d0-44de-b03b-2949176b20a8 {
  text-align: center;
}

#s-c2418462-d0d0-44de-b03b-2949176b20a8 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c2418462-d0d0-44de-b03b-2949176b20a8 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c2418462-d0d0-44de-b03b-2949176b20a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 {
  text-align: left;
}



.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c89bc9a9-82db-46f3-8307-791ef356c3b6 img.shogun-image {
  width: 100%;
}



}
#s-ed4a9d61-fb40-4c9e-918e-a41496ad0858 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ed4a9d61-fb40-4c9e-918e-a41496ad0858 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4ec9f3ae-8515-408a-8dc3-64eba4a6abfe {
  text-align: center;
}

#s-4ec9f3ae-8515-408a-8dc3-64eba4a6abfe .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ec9f3ae-8515-408a-8dc3-64eba4a6abfe .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ec9f3ae-8515-408a-8dc3-64eba4a6abfe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-89880770-5cb4-4d83-9bc2-7854228adacf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-89880770-5cb4-4d83-9bc2-7854228adacf {
  display: none;
}
#s-89880770-5cb4-4d83-9bc2-7854228adacf, #wrap-s-89880770-5cb4-4d83-9bc2-7854228adacf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89880770-5cb4-4d83-9bc2-7854228adacf {
  display: none;
}
#s-89880770-5cb4-4d83-9bc2-7854228adacf, #wrap-s-89880770-5cb4-4d83-9bc2-7854228adacf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89880770-5cb4-4d83-9bc2-7854228adacf {
  display: none;
}
#s-89880770-5cb4-4d83-9bc2-7854228adacf, #wrap-s-89880770-5cb4-4d83-9bc2-7854228adacf { display:none !important; }}
#s-89880770-5cb4-4d83-9bc2-7854228adacf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-cba10734-135c-4f58-96c9-400de14b7dfa {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-cba10734-135c-4f58-96c9-400de14b7dfa {
  display: none;
}
#s-cba10734-135c-4f58-96c9-400de14b7dfa, #wrap-s-cba10734-135c-4f58-96c9-400de14b7dfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cba10734-135c-4f58-96c9-400de14b7dfa {
  display: none;
}
#s-cba10734-135c-4f58-96c9-400de14b7dfa, #wrap-s-cba10734-135c-4f58-96c9-400de14b7dfa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cba10734-135c-4f58-96c9-400de14b7dfa {
  display: none;
}
#s-cba10734-135c-4f58-96c9-400de14b7dfa, #wrap-s-cba10734-135c-4f58-96c9-400de14b7dfa { display:none !important; }}
#s-cba10734-135c-4f58-96c9-400de14b7dfa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cba10734-135c-4f58-96c9-400de14b7dfa .shg-sld-nav-button.shg-sld-left,
#s-cba10734-135c-4f58-96c9-400de14b7dfa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b65b4159-f220-4c45-a4a9-6083e9dcbe71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b65b4159-f220-4c45-a4a9-6083e9dcbe71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b65b4159-f220-4c45-a4a9-6083e9dcbe71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b65b4159-f220-4c45-a4a9-6083e9dcbe71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c {
  text-align: left;
}



.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8ade34e-36bb-467a-b6d1-5574fdd7d76c img.shogun-image {
  width: 100%;
}



}
#s-ae2adf5b-4712-402e-aa78-63d7dcec2572 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-ae2adf5b-4712-402e-aa78-63d7dcec2572 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3392903e-cf54-4a5a-baa0-1d75bb54588b {
  text-align: center;
}

#s-3392903e-cf54-4a5a-baa0-1d75bb54588b .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3392903e-cf54-4a5a-baa0-1d75bb54588b .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3392903e-cf54-4a5a-baa0-1d75bb54588b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 {
  text-align: left;
}



.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d4655bc-0d9a-49a0-8974-3cfc7d45a1c1 img.shogun-image {
  width: 100%;
}



}
#s-4105ad56-7070-42bd-9c31-87607c050af8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-4105ad56-7070-42bd-9c31-87607c050af8 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-68132e3d-9ed2-46d8-b62a-7dc2ab0819d3 {
  text-align: center;
}

#s-68132e3d-9ed2-46d8-b62a-7dc2ab0819d3 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68132e3d-9ed2-46d8-b62a-7dc2ab0819d3 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68132e3d-9ed2-46d8-b62a-7dc2ab0819d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-56b9b2b9-5bae-4170-a55e-b0be639b7ea3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56b9b2b9-5bae-4170-a55e-b0be639b7ea3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56b9b2b9-5bae-4170-a55e-b0be639b7ea3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56b9b2b9-5bae-4170-a55e-b0be639b7ea3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 {
  text-align: left;
}



.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16e49f15-5e8b-44b2-8cd5-ef3a6609cae0 img.shogun-image {
  width: 100%;
}



}
#s-2f545b3b-61ad-40ef-a1e2-9c6e8135260e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2f545b3b-61ad-40ef-a1e2-9c6e8135260e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-56ccec90-acc4-4624-8f3c-5471098c5837 {
  text-align: center;
}

#s-56ccec90-acc4-4624-8f3c-5471098c5837 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56ccec90-acc4-4624-8f3c-5471098c5837 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56ccec90-acc4-4624-8f3c-5471098c5837 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c5424494-ed0d-4333-b566-e6720a6b9c66 {
  text-align: left;
}



.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5424494-ed0d-4333-b566-e6720a6b9c66 img.shogun-image {
  width: 100%;
}



}
#s-2de25313-b01a-4350-9ba9-cf7caf2b232f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2de25313-b01a-4350-9ba9-cf7caf2b232f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2c94dd14-4162-4e50-963a-f7470ff722ae {
  text-align: center;
}

#s-2c94dd14-4162-4e50-963a-f7470ff722ae .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2c94dd14-4162-4e50-963a-f7470ff722ae .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c94dd14-4162-4e50-963a-f7470ff722ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-8120d573-a424-4e7b-9162-cc9f5db71027"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8120d573-a424-4e7b-9162-cc9f5db71027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8120d573-a424-4e7b-9162-cc9f5db71027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8120d573-a424-4e7b-9162-cc9f5db71027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 {
  text-align: left;
}



.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-721c0ae9-a7c8-4c10-916e-e2f6e03fca94 img.shogun-image {
  width: 100%;
}



}
#s-2b8804dd-c966-4c90-95be-78dc4ba1f898 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-2b8804dd-c966-4c90-95be-78dc4ba1f898 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fc106358-c7a7-4c90-9c06-2275092aa7e8 {
  text-align: center;
}

#s-fc106358-c7a7-4c90-9c06-2275092aa7e8 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc106358-c7a7-4c90-9c06-2275092aa7e8 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc106358-c7a7-4c90-9c06-2275092aa7e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d0c98ec5-714c-4990-9e22-983f49bb246e {
  text-align: left;
}



.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0c98ec5-714c-4990-9e22-983f49bb246e img.shogun-image {
  width: 100%;
}



}
#s-d1e8770b-d428-4878-8d1c-278057ff4371 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d1e8770b-d428-4878-8d1c-278057ff4371 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8439ad3a-1dfa-4418-9f65-f48f7f2442f2 {
  text-align: center;
}

#s-8439ad3a-1dfa-4418-9f65-f48f7f2442f2 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8439ad3a-1dfa-4418-9f65-f48f7f2442f2 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8439ad3a-1dfa-4418-9f65-f48f7f2442f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-084e184e-365a-4287-9f7d-22bc6c4e37f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-084e184e-365a-4287-9f7d-22bc6c4e37f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-084e184e-365a-4287-9f7d-22bc6c4e37f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-084e184e-365a-4287-9f7d-22bc6c4e37f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3776566-7df2-46fa-b78e-aaf69e18c081 {
  text-align: left;
}



.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3776566-7df2-46fa-b78e-aaf69e18c081 img.shogun-image {
  width: 100%;
}



}
#s-74efc154-4e3c-4d14-ae60-bd551c2e76ff {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-74efc154-4e3c-4d14-ae60-bd551c2e76ff .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-cb734aef-cabc-45a5-901e-b872734e7f5c {
  text-align: center;
}

#s-cb734aef-cabc-45a5-901e-b872734e7f5c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cb734aef-cabc-45a5-901e-b872734e7f5c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb734aef-cabc-45a5-901e-b872734e7f5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7e89a447-b792-4aa1-982b-3807fcea2608 {
  text-align: left;
}



.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e89a447-b792-4aa1-982b-3807fcea2608 img.shogun-image {
  width: 100%;
}



}
#s-07ca34e3-82e6-4453-8827-888ef8ca9ecb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-07ca34e3-82e6-4453-8827-888ef8ca9ecb .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a598ade1-bb66-4fe9-bdd8-871513c1c9c4 {
  text-align: center;
}

#s-a598ade1-bb66-4fe9-bdd8-871513c1c9c4 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a598ade1-bb66-4fe9-bdd8-871513c1c9c4 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a598ade1-bb66-4fe9-bdd8-871513c1c9c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-26834f47-2563-4780-bde8-6738a11597a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26834f47-2563-4780-bde8-6738a11597a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26834f47-2563-4780-bde8-6738a11597a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26834f47-2563-4780-bde8-6738a11597a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ab252c3-b88f-4104-af21-7a419db9d3fa {
  text-align: left;
}



.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ab252c3-b88f-4104-af21-7a419db9d3fa img.shogun-image {
  width: 100%;
}



}
#s-a6bb12c5-3d28-4c4c-a208-19389951746f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a6bb12c5-3d28-4c4c-a208-19389951746f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0a6990e8-1dab-4520-96af-be7bc1d8218c {
  text-align: center;
}

#s-0a6990e8-1dab-4520-96af-be7bc1d8218c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a6990e8-1dab-4520-96af-be7bc1d8218c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a6990e8-1dab-4520-96af-be7bc1d8218c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca {
  text-align: left;
}



.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-448f7e19-1a5e-4f49-a6d2-ad9b8482dbca img.shogun-image {
  width: 100%;
}



}
#s-007a094e-4b30-4a3e-a195-521e699c4285 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-007a094e-4b30-4a3e-a195-521e699c4285 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d8b10890-c0f9-41c7-82ae-da2aec81c3f6 {
  text-align: center;
}

#s-d8b10890-c0f9-41c7-82ae-da2aec81c3f6 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8b10890-c0f9-41c7-82ae-da2aec81c3f6 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8b10890-c0f9-41c7-82ae-da2aec81c3f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-11bcf939-7d0c-4c9c-91b9-5cde1b0245a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11bcf939-7d0c-4c9c-91b9-5cde1b0245a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11bcf939-7d0c-4c9c-91b9-5cde1b0245a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11bcf939-7d0c-4c9c-91b9-5cde1b0245a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 {
  text-align: left;
}



.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24e58334-0fa0-42c3-b08b-9f0a8e36a405 img.shogun-image {
  width: 100%;
}



}
#s-6c6d79ea-1c0c-45ae-82a0-42e449280c7a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6c6d79ea-1c0c-45ae-82a0-42e449280c7a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-13cecc3f-ab14-4102-af28-59b82c8edd38 {
  text-align: center;
}

#s-13cecc3f-ab14-4102-af28-59b82c8edd38 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13cecc3f-ab14-4102-af28-59b82c8edd38 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-13cecc3f-ab14-4102-af28-59b82c8edd38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c7aa06a-f230-419d-829b-b6430d62f39c {
  text-align: left;
}



.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c7aa06a-f230-419d-829b-b6430d62f39c img.shogun-image {
  width: 100%;
}



}
#s-4eb04e07-a0c0-4cc0-aeea-4be8d096ae8c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-4eb04e07-a0c0-4cc0-aeea-4be8d096ae8c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-25a0d1ba-44e7-4581-b05f-edf7db4964de {
  text-align: center;
}

#s-25a0d1ba-44e7-4581-b05f-edf7db4964de .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25a0d1ba-44e7-4581-b05f-edf7db4964de .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-25a0d1ba-44e7-4581-b05f-edf7db4964de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-efbaa1e9-3c0c-4185-810d-3ed5f8f97b66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-efbaa1e9-3c0c-4185-810d-3ed5f8f97b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efbaa1e9-3c0c-4185-810d-3ed5f8f97b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efbaa1e9-3c0c-4185-810d-3ed5f8f97b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 {
  text-align: left;
}



.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3b6c8be-b20c-4b10-946c-d72bb2250262 img.shogun-image {
  width: 100%;
}



}
#s-8df34737-e896-4bee-aaaa-1bca19366417 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-8df34737-e896-4bee-aaaa-1bca19366417 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e37dfbe0-8c82-4a55-8200-1603d15f4a98 {
  text-align: center;
}

#s-e37dfbe0-8c82-4a55-8200-1603d15f4a98 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e37dfbe0-8c82-4a55-8200-1603d15f4a98 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e37dfbe0-8c82-4a55-8200-1603d15f4a98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 {
  text-align: left;
}



.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85f8e2d6-ce33-4cdc-993f-69987675cc49 img.shogun-image {
  width: 100%;
}



}
#s-33101bad-77a6-404b-bcc9-681b889a7a36 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-33101bad-77a6-404b-bcc9-681b889a7a36 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-94033d01-71d1-4b41-bdc7-988cea7b96c8 {
  text-align: center;
}

#s-94033d01-71d1-4b41-bdc7-988cea7b96c8 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94033d01-71d1-4b41-bdc7-988cea7b96c8 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-94033d01-71d1-4b41-bdc7-988cea7b96c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d4f33a1e-4515-4bc5-94cd-5ee9c9214bcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d4f33a1e-4515-4bc5-94cd-5ee9c9214bcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f33a1e-4515-4bc5-94cd-5ee9c9214bcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f33a1e-4515-4bc5-94cd-5ee9c9214bcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1c46d383-c511-4dbc-b010-7aaf73549bde {
  text-align: left;
}



.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c46d383-c511-4dbc-b010-7aaf73549bde img.shogun-image {
  width: 100%;
}



}
#s-fdf5097e-bf8f-4774-82c3-ab71911ff012 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-fdf5097e-bf8f-4774-82c3-ab71911ff012 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-1bdb39fa-83ac-4ec8-bcd8-3eed2a2e4e28 {
  text-align: center;
}

#s-1bdb39fa-83ac-4ec8-bcd8-3eed2a2e4e28 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bdb39fa-83ac-4ec8-bcd8-3eed2a2e4e28 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bdb39fa-83ac-4ec8-bcd8-3eed2a2e4e28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 {
  text-align: left;
}



.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-429be1db-6fea-4324-a6ff-55f1a4ae6d21 img.shogun-image {
  width: 100%;
}



}
#s-43777157-705c-45c6-8f38-f250057da99f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-43777157-705c-45c6-8f38-f250057da99f .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7219e8d3-3fba-4265-9bd4-c5068a1815a8 {
  text-align: center;
}

#s-7219e8d3-3fba-4265-9bd4-c5068a1815a8 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7219e8d3-3fba-4265-9bd4-c5068a1815a8 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7219e8d3-3fba-4265-9bd4-c5068a1815a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-4f5688fd-b72e-43a1-bb10-04613e3530de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4f5688fd-b72e-43a1-bb10-04613e3530de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4f5688fd-b72e-43a1-bb10-04613e3530de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f5688fd-b72e-43a1-bb10-04613e3530de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 {
  text-align: left;
}



.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec2fdb84-bf3a-4736-abd1-7943b27818f0 img.shogun-image {
  width: 100%;
}



}
#s-a09b08cc-88be-4ca1-bdf0-d964b3dbc861 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a09b08cc-88be-4ca1-bdf0-d964b3dbc861 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3dd06f85-25f0-4727-b933-46085646c00a {
  text-align: center;
}

#s-3dd06f85-25f0-4727-b933-46085646c00a .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3dd06f85-25f0-4727-b933-46085646c00a .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3dd06f85-25f0-4727-b933-46085646c00a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b {
  text-align: left;
}



.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a004fcfc-98bb-45ed-b1b5-10e6c14a879b img.shogun-image {
  width: 100%;
}



}
#s-d191e81e-a2fa-45af-af86-75190ba96625 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d191e81e-a2fa-45af-af86-75190ba96625 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7d79c804-234f-497e-bb0a-1c7c45a6e70a {
  text-align: center;
}

#s-7d79c804-234f-497e-bb0a-1c7c45a6e70a .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d79c804-234f-497e-bb0a-1c7c45a6e70a .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d79c804-234f-497e-bb0a-1c7c45a6e70a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-cded8184-d159-4d3c-a2b0-dad8df8eb979"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cded8184-d159-4d3c-a2b0-dad8df8eb979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cded8184-d159-4d3c-a2b0-dad8df8eb979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cded8184-d159-4d3c-a2b0-dad8df8eb979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8629f0bb-52d3-49fc-9614-3581a4341681 {
  text-align: left;
}



.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8629f0bb-52d3-49fc-9614-3581a4341681 img.shogun-image {
  width: 100%;
}



}
#s-dade31a4-0c3d-4ec1-8236-4e9fcbfc178d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-dade31a4-0c3d-4ec1-8236-4e9fcbfc178d .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3967a5f5-0f8e-47ba-9189-f780f24161ef {
  text-align: center;
}

#s-3967a5f5-0f8e-47ba-9189-f780f24161ef .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3967a5f5-0f8e-47ba-9189-f780f24161ef .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3967a5f5-0f8e-47ba-9189-f780f24161ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf {
  text-align: left;
}



.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41cdb29c-334d-4f47-82f0-13cee6e53ecf img.shogun-image {
  width: 100%;
}



}
#s-f58c4456-e655-47b2-944e-a57557f1cbaa {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-f58c4456-e655-47b2-944e-a57557f1cbaa .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-aa3f8f42-ee69-41ff-a99e-475e96e55c33 {
  text-align: center;
}

#s-aa3f8f42-ee69-41ff-a99e-475e96e55c33 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aa3f8f42-ee69-41ff-a99e-475e96e55c33 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aa3f8f42-ee69-41ff-a99e-475e96e55c33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-208700e5-a1c0-4111-a624-e207ca39b627"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-208700e5-a1c0-4111-a624-e207ca39b627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-208700e5-a1c0-4111-a624-e207ca39b627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-208700e5-a1c0-4111-a624-e207ca39b627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 {
  text-align: left;
}



.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e259461d-7d3a-4b72-8c01-21a2230d69a4 img.shogun-image {
  width: 100%;
}



}
#s-5d12b455-f24d-4086-bc55-852305d166da {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-5d12b455-f24d-4086-bc55-852305d166da .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b52dd380-988b-4da4-b8c6-7a010fcbc62d {
  text-align: center;
}

#s-b52dd380-988b-4da4-b8c6-7a010fcbc62d .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b52dd380-988b-4da4-b8c6-7a010fcbc62d .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b52dd380-988b-4da4-b8c6-7a010fcbc62d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a85f6bfb-bcb3-412d-afeb-db646d4797de {
  text-align: left;
}



.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85f6bfb-bcb3-412d-afeb-db646d4797de img.shogun-image {
  width: 100%;
}



}
#s-3993df2b-ca71-475b-855d-53efcbcc3181 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3993df2b-ca71-475b-855d-53efcbcc3181 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4a8b651c-5986-411a-b8fa-0181bb8f274f {
  text-align: center;
}

#s-4a8b651c-5986-411a-b8fa-0181bb8f274f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a8b651c-5986-411a-b8fa-0181bb8f274f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a8b651c-5986-411a-b8fa-0181bb8f274f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3f4e5c99-bafb-454d-a771-6b8344fd674b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3f4e5c99-bafb-454d-a771-6b8344fd674b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3f4e5c99-bafb-454d-a771-6b8344fd674b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f4e5c99-bafb-454d-a771-6b8344fd674b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-da157c67-6483-4d26-9a1d-c756f118ca44 {
  text-align: left;
}



.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da157c67-6483-4d26-9a1d-c756f118ca44 img.shogun-image {
  width: 100%;
}



}
#s-3a6ee92b-9302-47d3-a1b0-b422e1ecbf96 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3a6ee92b-9302-47d3-a1b0-b422e1ecbf96 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b004b87e-3af5-4c96-a492-a9c63a3ad719 {
  text-align: center;
}

#s-b004b87e-3af5-4c96-a492-a9c63a3ad719 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b004b87e-3af5-4c96-a492-a9c63a3ad719 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b004b87e-3af5-4c96-a492-a9c63a3ad719 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-262698f2-835e-4bee-901e-5c7a748b2b57 {
  text-align: left;
}



.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-262698f2-835e-4bee-901e-5c7a748b2b57 img.shogun-image {
  width: 100%;
}



}
#s-a4e0bcab-3b3f-4b6d-8b7f-a21bc9fd38ce {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a4e0bcab-3b3f-4b6d-8b7f-a21bc9fd38ce .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8460de6e-4bee-4cb2-a5bb-95f272b7e10f {
  text-align: center;
}

#s-8460de6e-4bee-4cb2-a5bb-95f272b7e10f .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8460de6e-4bee-4cb2-a5bb-95f272b7e10f .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8460de6e-4bee-4cb2-a5bb-95f272b7e10f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-4c9997db-0ffb-41ae-be0e-f484cce14756"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4c9997db-0ffb-41ae-be0e-f484cce14756"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9997db-0ffb-41ae-be0e-f484cce14756"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9997db-0ffb-41ae-be0e-f484cce14756"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-99828621-9c8a-4868-ae3f-ffced846c5eb {
  text-align: left;
}



.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99828621-9c8a-4868-ae3f-ffced846c5eb img.shogun-image {
  width: 100%;
}



}
#s-3f2909d3-f848-4be1-abbc-8dbb416f0d55 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3f2909d3-f848-4be1-abbc-8dbb416f0d55 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-bc37097f-f67b-4d6a-b7cf-f704291b9f18 {
  text-align: center;
}

#s-bc37097f-f67b-4d6a-b7cf-f704291b9f18 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bc37097f-f67b-4d6a-b7cf-f704291b9f18 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bc37097f-f67b-4d6a-b7cf-f704291b9f18 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bb03458c-6793-4589-bd4c-8bd72a46508f {
  text-align: left;
}



.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb03458c-6793-4589-bd4c-8bd72a46508f img.shogun-image {
  width: 100%;
}



}
#s-c424e437-9012-4d50-9536-428e906525de {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c424e437-9012-4d50-9536-428e906525de .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-4a61db8e-9cde-4371-bf97-b43adff12fad {
  text-align: center;
}

#s-4a61db8e-9cde-4371-bf97-b43adff12fad .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a61db8e-9cde-4371-bf97-b43adff12fad .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a61db8e-9cde-4371-bf97-b43adff12fad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ebbf61cb-0b4a-4822-ad91-41fb21a8ef92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ebbf61cb-0b4a-4822-ad91-41fb21a8ef92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ebbf61cb-0b4a-4822-ad91-41fb21a8ef92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebbf61cb-0b4a-4822-ad91-41fb21a8ef92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1b633189-1f2d-43c0-b444-bd036d001f8d {
  text-align: left;
}



.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b633189-1f2d-43c0-b444-bd036d001f8d img.shogun-image {
  width: 100%;
}



}
#s-d2df36bc-0f4c-44e7-8cbe-a10d8314f992 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-d2df36bc-0f4c-44e7-8cbe-a10d8314f992 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-98229a1c-bc40-488f-9eed-a15c38feb221 {
  text-align: center;
}

#s-98229a1c-bc40-488f-9eed-a15c38feb221 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98229a1c-bc40-488f-9eed-a15c38feb221 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98229a1c-bc40-488f-9eed-a15c38feb221 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-4001cd29-c05c-4207-b7fa-60ca0537e239 {
  text-align: left;
}



.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4001cd29-c05c-4207-b7fa-60ca0537e239 img.shogun-image {
  width: 100%;
}



}
#s-fc0c592a-e7e9-4e95-8e84-e7f6e42eb5f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-fc0c592a-e7e9-4e95-8e84-e7f6e42eb5f1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-23c41dd8-6daa-4d46-bd69-036bfda94cd0 {
  text-align: center;
}

#s-23c41dd8-6daa-4d46-bd69-036bfda94cd0 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-23c41dd8-6daa-4d46-bd69-036bfda94cd0 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-23c41dd8-6daa-4d46-bd69-036bfda94cd0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c0a6ddcb-5f70-4ab4-86f5-6e337448a140"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c0a6ddcb-5f70-4ab4-86f5-6e337448a140"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c0a6ddcb-5f70-4ab4-86f5-6e337448a140"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0a6ddcb-5f70-4ab4-86f5-6e337448a140"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a819211e-16d4-42c0-b83f-b6afbbd93571 {
  text-align: left;
}



.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a819211e-16d4-42c0-b83f-b6afbbd93571 img.shogun-image {
  width: 100%;
}



}
#s-3741f105-f41b-417d-878c-00ef6d8cbceb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3741f105-f41b-417d-878c-00ef6d8cbceb .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7865b272-9d81-4f04-b5ba-ea99207806f6 {
  text-align: center;
}

#s-7865b272-9d81-4f04-b5ba-ea99207806f6 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7865b272-9d81-4f04-b5ba-ea99207806f6 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7865b272-9d81-4f04-b5ba-ea99207806f6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 {
  text-align: left;
}



.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a84a06e0-5dd3-4f17-933d-fa15fe381a16 img.shogun-image {
  width: 100%;
}



}
#s-f9a5bf4f-a938-4270-ac94-358bc36712f0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-f9a5bf4f-a938-4270-ac94-358bc36712f0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f4ef9b94-6584-4640-b800-ab7938a089ec {
  text-align: center;
}

#s-f4ef9b94-6584-4640-b800-ab7938a089ec .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f4ef9b94-6584-4640-b800-ab7938a089ec .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f4ef9b94-6584-4640-b800-ab7938a089ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-f2a75ab5-7341-456b-9d5f-a470d15c2d64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2a75ab5-7341-456b-9d5f-a470d15c2d64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2a75ab5-7341-456b-9d5f-a470d15c2d64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2a75ab5-7341-456b-9d5f-a470d15c2d64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c713de4d-8564-4d31-867f-5a91b7d7a59e {
  text-align: left;
}



.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c713de4d-8564-4d31-867f-5a91b7d7a59e img.shogun-image {
  width: 100%;
}



}
#s-a2f4b8b9-1b72-4a74-978f-f6751aa2b0b8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a2f4b8b9-1b72-4a74-978f-f6751aa2b0b8 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-ecc9d94d-3fa9-417a-881e-74e4618f45ab {
  text-align: center;
}

#s-ecc9d94d-3fa9-417a-881e-74e4618f45ab .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ecc9d94d-3fa9-417a-881e-74e4618f45ab .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ecc9d94d-3fa9-417a-881e-74e4618f45ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf {
  text-align: left;
}



.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1d2dd-d37a-40c4-8bad-ba70d560efcf img.shogun-image {
  width: 100%;
}



}
#s-80d119b6-0610-4659-ac92-3c1d96367962 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-80d119b6-0610-4659-ac92-3c1d96367962 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-daaea65e-0e41-4cd9-8f3a-a7f750789a82 {
  text-align: center;
}

#s-daaea65e-0e41-4cd9-8f3a-a7f750789a82 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-daaea65e-0e41-4cd9-8f3a-a7f750789a82 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-daaea65e-0e41-4cd9-8f3a-a7f750789a82 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-06a57557-9492-4d15-8389-ca8c91d0506a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-06a57557-9492-4d15-8389-ca8c91d0506a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06a57557-9492-4d15-8389-ca8c91d0506a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a57557-9492-4d15-8389-ca8c91d0506a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 {
  text-align: left;
}



.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dad34ec9-df43-4fb5-a92f-455ba38f5a46 img.shogun-image {
  width: 100%;
}



}
#s-aefecb84-6277-45ab-93f1-c761c210d1a1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-aefecb84-6277-45ab-93f1-c761c210d1a1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-98560575-47b7-4c4b-b6ee-d2782832f17c {
  text-align: center;
}

#s-98560575-47b7-4c4b-b6ee-d2782832f17c .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98560575-47b7-4c4b-b6ee-d2782832f17c .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98560575-47b7-4c4b-b6ee-d2782832f17c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-686a6bd2-d7cd-455a-a486-31247245e5bd {
  text-align: left;
}



.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686a6bd2-d7cd-455a-a486-31247245e5bd img.shogun-image {
  width: 100%;
}



}
#s-b354856d-9ff0-45f3-8b93-451abd777df1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-b354856d-9ff0-45f3-8b93-451abd777df1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c27faad6-4aa6-4837-8f06-050247dc98e1 {
  text-align: center;
}

#s-c27faad6-4aa6-4837-8f06-050247dc98e1 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c27faad6-4aa6-4837-8f06-050247dc98e1 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c27faad6-4aa6-4837-8f06-050247dc98e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-1ea64af5-61cc-44fe-8ee5-52ca2fa23e47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1ea64af5-61cc-44fe-8ee5-52ca2fa23e47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1ea64af5-61cc-44fe-8ee5-52ca2fa23e47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ea64af5-61cc-44fe-8ee5-52ca2fa23e47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 {
  text-align: left;
}



.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aecea63f-a0a6-4f13-9ccb-125935dfe2f7 img.shogun-image {
  width: 100%;
}



}
#s-3a567041-4a98-4e31-8210-0b2d76219f4c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3a567041-4a98-4e31-8210-0b2d76219f4c .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fc968f3c-c90f-4074-a53a-99b7fb01e1d5 {
  text-align: center;
}

#s-fc968f3c-c90f-4074-a53a-99b7fb01e1d5 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc968f3c-c90f-4074-a53a-99b7fb01e1d5 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc968f3c-c90f-4074-a53a-99b7fb01e1d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 {
  text-align: left;
}



.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b01068fc-78dd-452f-9867-9b4fbd8bf234 img.shogun-image {
  width: 100%;
}



}
#s-20cbb404-d238-4c71-ba33-78f024459a33 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-20cbb404-d238-4c71-ba33-78f024459a33 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-abfdf3e2-9bf3-4a97-acb9-33d7fe322581 {
  text-align: center;
}

#s-abfdf3e2-9bf3-4a97-acb9-33d7fe322581 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abfdf3e2-9bf3-4a97-acb9-33d7fe322581 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abfdf3e2-9bf3-4a97-acb9-33d7fe322581 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-a44da154-33ae-4241-a348-4f0adafdae41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a44da154-33ae-4241-a348-4f0adafdae41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a44da154-33ae-4241-a348-4f0adafdae41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a44da154-33ae-4241-a348-4f0adafdae41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 {
  text-align: left;
}



.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1775e93e-b3ef-4abb-8379-716ccebe11e3 img.shogun-image {
  width: 100%;
}



}
#s-14cdcc48-123e-468c-825c-232477fe7da1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-14cdcc48-123e-468c-825c-232477fe7da1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3ad3dd92-a12e-4a09-ab86-8e54cbf04a69 {
  text-align: center;
}

#s-3ad3dd92-a12e-4a09-ab86-8e54cbf04a69 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ad3dd92-a12e-4a09-ab86-8e54cbf04a69 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ad3dd92-a12e-4a09-ab86-8e54cbf04a69 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c {
  text-align: left;
}



.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd57a006-d3ce-43ea-ba17-3e49b20c2e6c img.shogun-image {
  width: 100%;
}



}
#s-6cf8ade9-fc85-44bb-ae97-9f28a050d00a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-6cf8ade9-fc85-44bb-ae97-9f28a050d00a .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fa252688-1615-4660-906b-d50e1e04a676 {
  text-align: center;
}

#s-fa252688-1615-4660-906b-d50e1e04a676 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa252688-1615-4660-906b-d50e1e04a676 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa252688-1615-4660-906b-d50e1e04a676 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-4ec4cc80-6a42-4d65-9b31-9f641022f054"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4ec4cc80-6a42-4d65-9b31-9f641022f054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec4cc80-6a42-4d65-9b31-9f641022f054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec4cc80-6a42-4d65-9b31-9f641022f054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d092213d-f436-4365-bce2-46a0a1203836 {
  text-align: left;
}



.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d092213d-f436-4365-bce2-46a0a1203836 img.shogun-image {
  width: 100%;
}



}
#s-9707b734-3d61-41a5-baa8-07c59076f88e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-9707b734-3d61-41a5-baa8-07c59076f88e .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-83d31a69-e47b-4126-bd0f-023c2dcda372 {
  text-align: center;
}

#s-83d31a69-e47b-4126-bd0f-023c2dcda372 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83d31a69-e47b-4126-bd0f-023c2dcda372 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83d31a69-e47b-4126-bd0f-023c2dcda372 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-35f86536-9105-40d2-953c-e63faba2e9a3 {
  text-align: left;
}



.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35f86536-9105-40d2-953c-e63faba2e9a3 img.shogun-image {
  width: 100%;
}



}
#s-a5d28e0e-7f70-4efd-be67-a643c832cac1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-a5d28e0e-7f70-4efd-be67-a643c832cac1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-aef08d33-2ba9-496a-92dd-ce8a0bf58fdb {
  text-align: center;
}

#s-aef08d33-2ba9-496a-92dd-ce8a0bf58fdb .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aef08d33-2ba9-496a-92dd-ce8a0bf58fdb .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aef08d33-2ba9-496a-92dd-ce8a0bf58fdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-2d0151cc-ee21-43fe-86e5-15c7d32627bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2d0151cc-ee21-43fe-86e5-15c7d32627bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2d0151cc-ee21-43fe-86e5-15c7d32627bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d0151cc-ee21-43fe-86e5-15c7d32627bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-80a83766-f4ca-40c9-82b1-02746512386c {
  text-align: left;
}



.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a83766-f4ca-40c9-82b1-02746512386c img.shogun-image {
  width: 100%;
}



}
#s-dea26987-89dc-491b-b984-c9b4acebf81b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-dea26987-89dc-491b-b984-c9b4acebf81b .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-36126f54-2a67-47bf-aff0-f4edb4686a47 {
  text-align: center;
}

#s-36126f54-2a67-47bf-aff0-f4edb4686a47 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36126f54-2a67-47bf-aff0-f4edb4686a47 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-36126f54-2a67-47bf-aff0-f4edb4686a47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8a42271-f70e-4edb-b350-8260c56eeb7a {
  text-align: left;
}



.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a42271-f70e-4edb-b350-8260c56eeb7a img.shogun-image {
  width: 100%;
}



}
#s-c918ac8e-8b16-42bc-bd03-caf9cf3b9763 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-c918ac8e-8b16-42bc-bd03-caf9cf3b9763 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-e1b04dd8-b08c-4eb9-a087-b0536d594946 {
  text-align: center;
}

#s-e1b04dd8-b08c-4eb9-a087-b0536d594946 .shg-product-sold-out {
  display: none;
  color: rgba(110, 168, 219, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e1b04dd8-b08c-4eb9-a087-b0536d594946 .shg-product-price {
  color: rgba(110, 168, 219, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1b04dd8-b08c-4eb9-a087-b0536d594946 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-d57f3285-3edd-494c-9eab-08de5f6b1df4 {
  
}
}
@media (min-width: 0px) {
[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d57f3285-3edd-494c-9eab-08de5f6b1df4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 {
  display: none;
}
#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56, #wrap-s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 {
  display: none;
}
#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56, #wrap-s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 {
  display: none;
}
#s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56, #wrap-s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f0e4d63-5810-422f-8a5f-bbc1777f9f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2447def4-7865-4523-8a05-fd1e118531a9 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2447def4-7865-4523-8a05-fd1e118531a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2447def4-7865-4523-8a05-fd1e118531a9 {
  cursor: pointer;
}#s-2447def4-7865-4523-8a05-fd1e118531a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60a97651-7224-4e3f-8ba3-c6f0f5ec6eae {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 100px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-60a97651-7224-4e3f-8ba3-c6f0f5ec6eae {
  margin-right: -50%;
padding-left: 10px;
padding-right: 10px;
}
}







#s-60a97651-7224-4e3f-8ba3-c6f0f5ec6eae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-60a97651-7224-4e3f-8ba3-c6f0f5ec6eae {
  cursor: pointer;
}#s-60a97651-7224-4e3f-8ba3-c6f0f5ec6eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27ba4c88-34ff-4979-aed0-ebba5912e7a7-root {
    text-align: center;
  }


#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-27ba4c88-34ff-4979-aed0-ebba5912e7a7-root {
    text-align: center;
  }


#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27ba4c88-34ff-4979-aed0-ebba5912e7a7-root {
    text-align: center;
  }


#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27ba4c88-34ff-4979-aed0-ebba5912e7a7-root {
    text-align: center;
  }


#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-27ba4c88-34ff-4979-aed0-ebba5912e7a7-root {
    text-align: center;
  }


#s-27ba4c88-34ff-4979-aed0-ebba5912e7a7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-a47316a1-9be8-4066-bdf7-c216c3986b98 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a47316a1-9be8-4066-bdf7-c216c3986b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a47316a1-9be8-4066-bdf7-c216c3986b98 {
  cursor: pointer;
}#s-a47316a1-9be8-4066-bdf7-c216c3986b98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73bf7eff-c263-48cb-9714-4495fcce60cb {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 100px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-73bf7eff-c263-48cb-9714-4495fcce60cb {
  margin-right: -50%;
padding-left: 10px;
padding-right: 10px;
}
}







#s-73bf7eff-c263-48cb-9714-4495fcce60cb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-73bf7eff-c263-48cb-9714-4495fcce60cb {
  cursor: pointer;
}#s-73bf7eff-c263-48cb-9714-4495fcce60cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ba564ed-f817-4750-993f-f756ea992460 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-8ba564ed-f817-4750-993f-f756ea992460:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ba564ed-f817-4750-993f-f756ea992460:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ba564ed-f817-4750-993f-f756ea992460-root {
    text-align: center;
  }


#s-8ba564ed-f817-4750-993f-f756ea992460.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ba564ed-f817-4750-993f-f756ea992460-root {
    text-align: center;
  }


#s-8ba564ed-f817-4750-993f-f756ea992460.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ba564ed-f817-4750-993f-f756ea992460-root {
    text-align: center;
  }


#s-8ba564ed-f817-4750-993f-f756ea992460.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ba564ed-f817-4750-993f-f756ea992460-root {
    text-align: center;
  }


#s-8ba564ed-f817-4750-993f-f756ea992460.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ba564ed-f817-4750-993f-f756ea992460-root {
    text-align: center;
  }


#s-8ba564ed-f817-4750-993f-f756ea992460.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-3c38f761-d39f-4e46-99af-cf848d37677a {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c38f761-d39f-4e46-99af-cf848d37677a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c38f761-d39f-4e46-99af-cf848d37677a {
  cursor: pointer;
}#s-3c38f761-d39f-4e46-99af-cf848d37677a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7fc4755c-7fc7-4056-a13a-74c89d17cefb {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 100px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fc4755c-7fc7-4056-a13a-74c89d17cefb {
  margin-right: -50%;
padding-left: 10px;
padding-right: 10px;
}
}







#s-7fc4755c-7fc7-4056-a13a-74c89d17cefb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-7fc4755c-7fc7-4056-a13a-74c89d17cefb {
  cursor: pointer;
}#s-7fc4755c-7fc7-4056-a13a-74c89d17cefb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a73657bd-acf1-44ea-8fd5-d9366bd79feb-root {
    text-align: center;
  }


#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a73657bd-acf1-44ea-8fd5-d9366bd79feb-root {
    text-align: center;
  }


#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a73657bd-acf1-44ea-8fd5-d9366bd79feb-root {
    text-align: center;
  }


#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a73657bd-acf1-44ea-8fd5-d9366bd79feb-root {
    text-align: center;
  }


#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a73657bd-acf1-44ea-8fd5-d9366bd79feb-root {
    text-align: center;
  }


#s-a73657bd-acf1-44ea-8fd5-d9366bd79feb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-09bbf4d4-1f77-41f8-a246-d5b670e0f8fb {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09bbf4d4-1f77-41f8-a246-d5b670e0f8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09bbf4d4-1f77-41f8-a246-d5b670e0f8fb {
  cursor: pointer;
}#s-09bbf4d4-1f77-41f8-a246-d5b670e0f8fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a7cf2cc-43a6-4bae-9ca1-73e127b44c41 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 100px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a7cf2cc-43a6-4bae-9ca1-73e127b44c41 {
  margin-right: -50%;
padding-left: 10px;
padding-right: 10px;
}
}







#s-9a7cf2cc-43a6-4bae-9ca1-73e127b44c41 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-9a7cf2cc-43a6-4bae-9ca1-73e127b44c41 {
  cursor: pointer;
}#s-9a7cf2cc-43a6-4bae-9ca1-73e127b44c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0-root {
    text-align: center;
  }


#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0-root {
    text-align: center;
  }


#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0-root {
    text-align: center;
  }


#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0-root {
    text-align: center;
  }


#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0-root {
    text-align: center;
  }


#s-3549d38f-a3b1-4ee0-b5af-0ffa461bebd0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-423bfd44-e1b3-45dd-97cb-645b27995c9b {
  margin-top: 10px;
}
@media (max-width: 767px){#s-423bfd44-e1b3-45dd-97cb-645b27995c9b {
  display: none;
}
#s-423bfd44-e1b3-45dd-97cb-645b27995c9b, #wrap-s-423bfd44-e1b3-45dd-97cb-645b27995c9b { display:none !important; }}
@media (min-width: 0px) {
[id="s-423bfd44-e1b3-45dd-97cb-645b27995c9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-423bfd44-e1b3-45dd-97cb-645b27995c9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-423bfd44-e1b3-45dd-97cb-645b27995c9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-423bfd44-e1b3-45dd-97cb-645b27995c9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9c9ec323-c86c-4047-8e76-63396c008f3b {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c9ec323-c86c-4047-8e76-63396c008f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9ec323-c86c-4047-8e76-63396c008f3b {
  cursor: pointer;
}#s-9c9ec323-c86c-4047-8e76-63396c008f3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72e7d85a-a77e-4f64-a850-a48734d1377e {
  text-align: center;
}








#s-72e7d85a-a77e-4f64-a850-a48734d1377e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174-root {
    text-align: center;
  }


#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174-root {
    text-align: center;
  }


#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174-root {
    text-align: center;
  }


#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174-root {
    text-align: center;
  }


#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174-root {
    text-align: center;
  }


#s-3a422a8b-2c34-46a3-a4b3-60d0c16d7174.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-1149fc86-fb7f-4d10-9e70-65d99b54bceb {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1149fc86-fb7f-4d10-9e70-65d99b54bceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1149fc86-fb7f-4d10-9e70-65d99b54bceb {
  cursor: pointer;
}#s-1149fc86-fb7f-4d10-9e70-65d99b54bceb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46e18335-c9fc-486d-9064-5ec46bb79cc8 {
  text-align: center;
}








#s-46e18335-c9fc-486d-9064-5ec46bb79cc8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fdf36994-637e-4a46-b775-da41b6585602 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fdf36994-637e-4a46-b775-da41b6585602:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdf36994-637e-4a46-b775-da41b6585602:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdf36994-637e-4a46-b775-da41b6585602-root {
    text-align: center;
  }


#s-fdf36994-637e-4a46-b775-da41b6585602.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fdf36994-637e-4a46-b775-da41b6585602-root {
    text-align: center;
  }


#s-fdf36994-637e-4a46-b775-da41b6585602.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdf36994-637e-4a46-b775-da41b6585602-root {
    text-align: center;
  }


#s-fdf36994-637e-4a46-b775-da41b6585602.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdf36994-637e-4a46-b775-da41b6585602-root {
    text-align: center;
  }


#s-fdf36994-637e-4a46-b775-da41b6585602.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fdf36994-637e-4a46-b775-da41b6585602-root {
    text-align: center;
  }


#s-fdf36994-637e-4a46-b775-da41b6585602.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-44b54104-b208-4414-bd6f-0760468419a5 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-44b54104-b208-4414-bd6f-0760468419a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b54104-b208-4414-bd6f-0760468419a5 {
  cursor: pointer;
}#s-44b54104-b208-4414-bd6f-0760468419a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cfea4251-e91e-4962-a736-8e30138a9d5f {
  text-align: center;
opacity: 1;
}








#s-cfea4251-e91e-4962-a736-8e30138a9d5f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fc34a88c-e5c0-429c-8771-89de021bfce9 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-fc34a88c-e5c0-429c-8771-89de021bfce9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc34a88c-e5c0-429c-8771-89de021bfce9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc34a88c-e5c0-429c-8771-89de021bfce9-root {
    text-align: center;
  }


#s-fc34a88c-e5c0-429c-8771-89de021bfce9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc34a88c-e5c0-429c-8771-89de021bfce9-root {
    text-align: center;
  }


#s-fc34a88c-e5c0-429c-8771-89de021bfce9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc34a88c-e5c0-429c-8771-89de021bfce9-root {
    text-align: center;
  }


#s-fc34a88c-e5c0-429c-8771-89de021bfce9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc34a88c-e5c0-429c-8771-89de021bfce9-root {
    text-align: center;
  }


#s-fc34a88c-e5c0-429c-8771-89de021bfce9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc34a88c-e5c0-429c-8771-89de021bfce9-root {
    text-align: center;
  }


#s-fc34a88c-e5c0-429c-8771-89de021bfce9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-22bcbeda-7c29-4442-81ca-a1fc6ca9127b {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-22bcbeda-7c29-4442-81ca-a1fc6ca9127b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22bcbeda-7c29-4442-81ca-a1fc6ca9127b {
  cursor: pointer;
}#s-22bcbeda-7c29-4442-81ca-a1fc6ca9127b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8eb41725-2b36-4788-9574-f7153280f34e {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
#s-8eb41725-2b36-4788-9574-f7153280f34e:hover {opacity: 1 !important;}







#s-8eb41725-2b36-4788-9574-f7153280f34e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-616b4a44-29b9-4e83-a88a-ccc54696f7d6-root {
    text-align: center;
  }


#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-616b4a44-29b9-4e83-a88a-ccc54696f7d6-root {
    text-align: center;
  }


#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-616b4a44-29b9-4e83-a88a-ccc54696f7d6-root {
    text-align: center;
  }


#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-616b4a44-29b9-4e83-a88a-ccc54696f7d6-root {
    text-align: center;
  }


#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-616b4a44-29b9-4e83-a88a-ccc54696f7d6-root {
    text-align: center;
  }


#s-616b4a44-29b9-4e83-a88a-ccc54696f7d6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-2b376a8e-4863-4673-b82f-8bea61a29d19 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b376a8e-4863-4673-b82f-8bea61a29d19 {
  display: none;
}
#s-2b376a8e-4863-4673-b82f-8bea61a29d19, #wrap-s-2b376a8e-4863-4673-b82f-8bea61a29d19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b376a8e-4863-4673-b82f-8bea61a29d19 {
  display: none;
}
#s-2b376a8e-4863-4673-b82f-8bea61a29d19, #wrap-s-2b376a8e-4863-4673-b82f-8bea61a29d19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b376a8e-4863-4673-b82f-8bea61a29d19 {
  display: none;
}
#s-2b376a8e-4863-4673-b82f-8bea61a29d19, #wrap-s-2b376a8e-4863-4673-b82f-8bea61a29d19 { display:none !important; }}@media (max-width: 767px){#s-2b376a8e-4863-4673-b82f-8bea61a29d19 {
  
}
}
#s-2b376a8e-4863-4673-b82f-8bea61a29d19 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-2b376a8e-4863-4673-b82f-8bea61a29d19 .shogun-heading-component h2 a {
  color: #000;
}


#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 {
  
}
}@media (max-width: 767px){#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 {
  
}
}







#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cdec0e4-be75-4947-9fcd-3a8a41874f28.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b {
  display: none;
}
#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b, #wrap-s-387d9b03-a926-429c-b0c9-ba43ae2cd93b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b {
  display: none;
}
#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b, #wrap-s-387d9b03-a926-429c-b0c9-ba43ae2cd93b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b {
  display: none;
}
#s-387d9b03-a926-429c-b0c9-ba43ae2cd93b, #wrap-s-387d9b03-a926-429c-b0c9-ba43ae2cd93b { display:none !important; }}
@media (min-width: 0px) {
[id="s-387d9b03-a926-429c-b0c9-ba43ae2cd93b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-387d9b03-a926-429c-b0c9-ba43ae2cd93b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-387d9b03-a926-429c-b0c9-ba43ae2cd93b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-387d9b03-a926-429c-b0c9-ba43ae2cd93b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-13bab6a8-0dd6-4c58-aefd-93e3b06039f1 {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
#s-13bab6a8-0dd6-4c58-aefd-93e3b06039f1:hover {opacity: 1 !important;}







#s-13bab6a8-0dd6-4c58-aefd-93e3b06039f1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca90557b-c13b-4d95-8d33-c70f5c6d382e-root {
    text-align: center;
  }


#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca90557b-c13b-4d95-8d33-c70f5c6d382e-root {
    text-align: center;
  }


#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca90557b-c13b-4d95-8d33-c70f5c6d382e-root {
    text-align: center;
  }


#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca90557b-c13b-4d95-8d33-c70f5c6d382e-root {
    text-align: center;
  }


#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca90557b-c13b-4d95-8d33-c70f5c6d382e-root {
    text-align: center;
  }


#s-ca90557b-c13b-4d95-8d33-c70f5c6d382e.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-c9b8ca93-6c7b-4860-bb9b-a59e11d8043a {
  text-align: center;
opacity: 1;
}








#s-c9b8ca93-6c7b-4860-bb9b-a59e11d8043a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13e7c323-0bb7-43fe-b045-561516a67ceb {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-13e7c323-0bb7-43fe-b045-561516a67ceb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13e7c323-0bb7-43fe-b045-561516a67ceb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13e7c323-0bb7-43fe-b045-561516a67ceb-root {
    text-align: center;
  }


#s-13e7c323-0bb7-43fe-b045-561516a67ceb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-13e7c323-0bb7-43fe-b045-561516a67ceb-root {
    text-align: center;
  }


#s-13e7c323-0bb7-43fe-b045-561516a67ceb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13e7c323-0bb7-43fe-b045-561516a67ceb-root {
    text-align: center;
  }


#s-13e7c323-0bb7-43fe-b045-561516a67ceb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13e7c323-0bb7-43fe-b045-561516a67ceb-root {
    text-align: center;
  }


#s-13e7c323-0bb7-43fe-b045-561516a67ceb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-13e7c323-0bb7-43fe-b045-561516a67ceb-root {
    text-align: center;
  }


#s-13e7c323-0bb7-43fe-b045-561516a67ceb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-45e510ad-43a8-4cc1-892e-26bd16dc31eb {
  text-align: center;
}








#s-45e510ad-43a8-4cc1-892e-26bd16dc31eb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e7918f93-e96f-4767-bfd8-af919866d54a {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-e7918f93-e96f-4767-bfd8-af919866d54a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7918f93-e96f-4767-bfd8-af919866d54a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7918f93-e96f-4767-bfd8-af919866d54a-root {
    text-align: center;
  }


#s-e7918f93-e96f-4767-bfd8-af919866d54a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7918f93-e96f-4767-bfd8-af919866d54a-root {
    text-align: center;
  }


#s-e7918f93-e96f-4767-bfd8-af919866d54a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7918f93-e96f-4767-bfd8-af919866d54a-root {
    text-align: center;
  }


#s-e7918f93-e96f-4767-bfd8-af919866d54a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7918f93-e96f-4767-bfd8-af919866d54a-root {
    text-align: center;
  }


#s-e7918f93-e96f-4767-bfd8-af919866d54a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7918f93-e96f-4767-bfd8-af919866d54a-root {
    text-align: center;
  }


#s-e7918f93-e96f-4767-bfd8-af919866d54a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-b84fcccf-1d6e-4ed2-ac98-709984816230 {
  display: none;
}
#s-b84fcccf-1d6e-4ed2-ac98-709984816230, #wrap-s-b84fcccf-1d6e-4ed2-ac98-709984816230 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b84fcccf-1d6e-4ed2-ac98-709984816230 {
  display: none;
}
#s-b84fcccf-1d6e-4ed2-ac98-709984816230, #wrap-s-b84fcccf-1d6e-4ed2-ac98-709984816230 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b84fcccf-1d6e-4ed2-ac98-709984816230 {
  display: none;
}
#s-b84fcccf-1d6e-4ed2-ac98-709984816230, #wrap-s-b84fcccf-1d6e-4ed2-ac98-709984816230 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b84fcccf-1d6e-4ed2-ac98-709984816230"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b84fcccf-1d6e-4ed2-ac98-709984816230"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b84fcccf-1d6e-4ed2-ac98-709984816230"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b84fcccf-1d6e-4ed2-ac98-709984816230"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0dc3e509-49f3-4395-a9b3-f0038d147818 {
  text-align: center;
}








#s-0dc3e509-49f3-4395-a9b3-f0038d147818 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36461446-749f-4e9f-b3e1-c8f4fc5fc498-root {
    text-align: center;
  }


#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-36461446-749f-4e9f-b3e1-c8f4fc5fc498-root {
    text-align: center;
  }


#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36461446-749f-4e9f-b3e1-c8f4fc5fc498-root {
    text-align: center;
  }


#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36461446-749f-4e9f-b3e1-c8f4fc5fc498-root {
    text-align: center;
  }


#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-36461446-749f-4e9f-b3e1-c8f4fc5fc498-root {
    text-align: center;
  }


#s-36461446-749f-4e9f-b3e1-c8f4fc5fc498.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7fa103a4-ed9c-4799-be73-6559fc408a7b {
  text-align: center;
}








#s-7fa103a4-ed9c-4799-be73-6559fc408a7b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-45fb7e11-7fc7-4a27-a657-4d26dda82926 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-45fb7e11-7fc7-4a27-a657-4d26dda82926:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45fb7e11-7fc7-4a27-a657-4d26dda82926:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45fb7e11-7fc7-4a27-a657-4d26dda82926-root {
    text-align: center;
  }


#s-45fb7e11-7fc7-4a27-a657-4d26dda82926.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-45fb7e11-7fc7-4a27-a657-4d26dda82926-root {
    text-align: center;
  }


#s-45fb7e11-7fc7-4a27-a657-4d26dda82926.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45fb7e11-7fc7-4a27-a657-4d26dda82926-root {
    text-align: center;
  }


#s-45fb7e11-7fc7-4a27-a657-4d26dda82926.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45fb7e11-7fc7-4a27-a657-4d26dda82926-root {
    text-align: center;
  }


#s-45fb7e11-7fc7-4a27-a657-4d26dda82926.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-45fb7e11-7fc7-4a27-a657-4d26dda82926-root {
    text-align: center;
  }


#s-45fb7e11-7fc7-4a27-a657-4d26dda82926.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-543bc0a7-a430-4242-98ac-2bd02190c1c3 {
  text-align: center;
opacity: 1;
}








#s-543bc0a7-a430-4242-98ac-2bd02190c1c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0d04f12a-530c-4526-9b5c-004536b77934 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-0d04f12a-530c-4526-9b5c-004536b77934:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d04f12a-530c-4526-9b5c-004536b77934:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d04f12a-530c-4526-9b5c-004536b77934-root {
    text-align: center;
  }


#s-0d04f12a-530c-4526-9b5c-004536b77934.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d04f12a-530c-4526-9b5c-004536b77934-root {
    text-align: center;
  }


#s-0d04f12a-530c-4526-9b5c-004536b77934.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d04f12a-530c-4526-9b5c-004536b77934-root {
    text-align: center;
  }


#s-0d04f12a-530c-4526-9b5c-004536b77934.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d04f12a-530c-4526-9b5c-004536b77934-root {
    text-align: center;
  }


#s-0d04f12a-530c-4526-9b5c-004536b77934.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d04f12a-530c-4526-9b5c-004536b77934-root {
    text-align: center;
  }


#s-0d04f12a-530c-4526-9b5c-004536b77934.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
@media (min-width: 1200px){#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 {
  display: none;
}
#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02, #wrap-s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 {
  display: none;
}
#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02, #wrap-s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 {
  display: none;
}
#s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02, #wrap-s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f01ae5fc-bcd1-4f32-9154-58e9c9fc9a02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c67c626c-fcb4-4bc9-b27a-79b43619cc91 {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
#s-c67c626c-fcb4-4bc9-b27a-79b43619cc91:hover {opacity: 1 !important;}







#s-c67c626c-fcb4-4bc9-b27a-79b43619cc91 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0be65985-6bce-45e7-abc6-718dd6187375 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-0be65985-6bce-45e7-abc6-718dd6187375:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0be65985-6bce-45e7-abc6-718dd6187375:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be65985-6bce-45e7-abc6-718dd6187375-root {
    text-align: center;
  }


#s-0be65985-6bce-45e7-abc6-718dd6187375.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0be65985-6bce-45e7-abc6-718dd6187375-root {
    text-align: center;
  }


#s-0be65985-6bce-45e7-abc6-718dd6187375.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be65985-6bce-45e7-abc6-718dd6187375-root {
    text-align: center;
  }


#s-0be65985-6bce-45e7-abc6-718dd6187375.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be65985-6bce-45e7-abc6-718dd6187375-root {
    text-align: center;
  }


#s-0be65985-6bce-45e7-abc6-718dd6187375.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0be65985-6bce-45e7-abc6-718dd6187375-root {
    text-align: center;
  }


#s-0be65985-6bce-45e7-abc6-718dd6187375.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-c51c4f07-2b2e-4c9d-b3ab-ddec89f9c15f {
  text-align: center;
}








#s-c51c4f07-2b2e-4c9d-b3ab-ddec89f9c15f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236-root {
    text-align: center;
  }


#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236-root {
    text-align: center;
  }


#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236-root {
    text-align: center;
  }


#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236-root {
    text-align: center;
  }


#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236-root {
    text-align: center;
  }


#s-5b9f0f14-2345-4a3d-8bcf-75758ea4f236.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-b7702064-1c66-4342-a9b5-f5e38700c485 {
  text-align: center;
}








#s-b7702064-1c66-4342-a9b5-f5e38700c485 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-48108662-277e-4abe-80b0-6b758e7bf3bb {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-48108662-277e-4abe-80b0-6b758e7bf3bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48108662-277e-4abe-80b0-6b758e7bf3bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48108662-277e-4abe-80b0-6b758e7bf3bb-root {
    text-align: center;
  }


#s-48108662-277e-4abe-80b0-6b758e7bf3bb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-48108662-277e-4abe-80b0-6b758e7bf3bb-root {
    text-align: center;
  }


#s-48108662-277e-4abe-80b0-6b758e7bf3bb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48108662-277e-4abe-80b0-6b758e7bf3bb-root {
    text-align: center;
  }


#s-48108662-277e-4abe-80b0-6b758e7bf3bb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48108662-277e-4abe-80b0-6b758e7bf3bb-root {
    text-align: center;
  }


#s-48108662-277e-4abe-80b0-6b758e7bf3bb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-48108662-277e-4abe-80b0-6b758e7bf3bb-root {
    text-align: center;
  }


#s-48108662-277e-4abe-80b0-6b758e7bf3bb.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f {
  
}
}@media (max-width: 767px){#s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f {
  display: none;
}
#s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f, #wrap-s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f { display:none !important; }}
@media (min-width: 0px) {
[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-425d13ba-c28f-4e4e-8faa-b4dd0063f65f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-3e8b942d-27d5-46c3-822f-986eb8213d50 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-3e8b942d-27d5-46c3-822f-986eb8213d50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e8b942d-27d5-46c3-822f-986eb8213d50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e8b942d-27d5-46c3-822f-986eb8213d50 {
  
}
}@media (max-width: 767px){#s-3e8b942d-27d5-46c3-822f-986eb8213d50 {
  display: none;
}
#s-3e8b942d-27d5-46c3-822f-986eb8213d50, #wrap-s-3e8b942d-27d5-46c3-822f-986eb8213d50 { display:none !important; }}
#s-3e8b942d-27d5-46c3-822f-986eb8213d50 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


#s-3e8b942d-27d5-46c3-822f-986eb8213d50 .shogun-heading-component h2 a {
  color: #000;
}


#s-53ef19f5-8fc6-4ab0-b92b-9e77b61fa105 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-53ef19f5-8fc6-4ab0-b92b-9e77b61fa105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ef19f5-8fc6-4ab0-b92b-9e77b61fa105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-53ef19f5-8fc6-4ab0-b92b-9e77b61fa105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-53ef19f5-8fc6-4ab0-b92b-9e77b61fa105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-eada0ae1-8102-45a9-b47f-b8c542584118 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eada0ae1-8102-45a9-b47f-b8c542584118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eada0ae1-8102-45a9-b47f-b8c542584118 {
  cursor: pointer;
}#s-eada0ae1-8102-45a9-b47f-b8c542584118.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0270f3b-8215-4586-8058-bbfa0ce62305 {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
#s-e0270f3b-8215-4586-8058-bbfa0ce62305:hover {opacity: 1 !important;}






  #s-e0270f3b-8215-4586-8058-bbfa0ce62305 img.shogun-image {
    

    
    
    
  }


#s-e0270f3b-8215-4586-8058-bbfa0ce62305 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cd115daa-a724-4af3-a1e2-5a6af3e25523 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-cd115daa-a724-4af3-a1e2-5a6af3e25523:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd115daa-a724-4af3-a1e2-5a6af3e25523:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd115daa-a724-4af3-a1e2-5a6af3e25523-root {
    text-align: left;
  }


#s-cd115daa-a724-4af3-a1e2-5a6af3e25523.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd115daa-a724-4af3-a1e2-5a6af3e25523-root {
    text-align: left;
  }


#s-cd115daa-a724-4af3-a1e2-5a6af3e25523.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd115daa-a724-4af3-a1e2-5a6af3e25523-root {
    text-align: left;
  }


#s-cd115daa-a724-4af3-a1e2-5a6af3e25523.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd115daa-a724-4af3-a1e2-5a6af3e25523-root {
    text-align: left;
  }


#s-cd115daa-a724-4af3-a1e2-5a6af3e25523.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd115daa-a724-4af3-a1e2-5a6af3e25523-root {
    text-align: left;
  }


#s-cd115daa-a724-4af3-a1e2-5a6af3e25523.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f325505d-18eb-44a1-987f-5008449987e1 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f325505d-18eb-44a1-987f-5008449987e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f325505d-18eb-44a1-987f-5008449987e1 {
  cursor: pointer;
}#s-f325505d-18eb-44a1-987f-5008449987e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f6666cc-2d0b-4c05-a528-17c3387ac07d {
  text-align: center;
opacity: 1;
}








#s-3f6666cc-2d0b-4c05-a528-17c3387ac07d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f55cd90c-e5db-402a-b261-56ad7ef614af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-f55cd90c-e5db-402a-b261-56ad7ef614af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55cd90c-e5db-402a-b261-56ad7ef614af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f55cd90c-e5db-402a-b261-56ad7ef614af-root {
    text-align: left;
  }


#s-f55cd90c-e5db-402a-b261-56ad7ef614af.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f55cd90c-e5db-402a-b261-56ad7ef614af-root {
    text-align: left;
  }


#s-f55cd90c-e5db-402a-b261-56ad7ef614af.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f55cd90c-e5db-402a-b261-56ad7ef614af-root {
    text-align: left;
  }


#s-f55cd90c-e5db-402a-b261-56ad7ef614af.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f55cd90c-e5db-402a-b261-56ad7ef614af-root {
    text-align: left;
  }


#s-f55cd90c-e5db-402a-b261-56ad7ef614af.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f55cd90c-e5db-402a-b261-56ad7ef614af-root {
    text-align: left;
  }


#s-f55cd90c-e5db-402a-b261-56ad7ef614af.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-25408f6c-368c-49f4-aae2-d41f5438fea3 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-25408f6c-368c-49f4-aae2-d41f5438fea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25408f6c-368c-49f4-aae2-d41f5438fea3 {
  cursor: pointer;
}#s-25408f6c-368c-49f4-aae2-d41f5438fea3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1eb42a74-fcc9-4d7f-8aae-1b267bacee52 {
  text-align: center;
}








#s-1eb42a74-fcc9-4d7f-8aae-1b267bacee52 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f386383b-5da7-4d06-a02b-ead72d3a0f38 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-f386383b-5da7-4d06-a02b-ead72d3a0f38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f386383b-5da7-4d06-a02b-ead72d3a0f38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f386383b-5da7-4d06-a02b-ead72d3a0f38-root {
    text-align: left;
  }


#s-f386383b-5da7-4d06-a02b-ead72d3a0f38.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f386383b-5da7-4d06-a02b-ead72d3a0f38-root {
    text-align: left;
  }


#s-f386383b-5da7-4d06-a02b-ead72d3a0f38.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f386383b-5da7-4d06-a02b-ead72d3a0f38-root {
    text-align: left;
  }


#s-f386383b-5da7-4d06-a02b-ead72d3a0f38.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f386383b-5da7-4d06-a02b-ead72d3a0f38-root {
    text-align: left;
  }


#s-f386383b-5da7-4d06-a02b-ead72d3a0f38.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f386383b-5da7-4d06-a02b-ead72d3a0f38-root {
    text-align: left;
  }


#s-f386383b-5da7-4d06-a02b-ead72d3a0f38.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f06b00f2-8586-49be-9c34-5e9997f04f7e {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-f06b00f2-8586-49be-9c34-5e9997f04f7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f06b00f2-8586-49be-9c34-5e9997f04f7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f06b00f2-8586-49be-9c34-5e9997f04f7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f06b00f2-8586-49be-9c34-5e9997f04f7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c48b6f27-720d-4b9d-8e9c-7b0742dde742 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c48b6f27-720d-4b9d-8e9c-7b0742dde742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c48b6f27-720d-4b9d-8e9c-7b0742dde742 {
  cursor: pointer;
}#s-c48b6f27-720d-4b9d-8e9c-7b0742dde742.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd6ccdbc-6821-47ad-a895-34c9d4388c21 {
  text-align: center;
}








#s-bd6ccdbc-6821-47ad-a895-34c9d4388c21 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc-root {
    text-align: left;
  }


#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc-root {
    text-align: left;
  }


#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc-root {
    text-align: left;
  }


#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc-root {
    text-align: left;
  }


#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc-root {
    text-align: left;
  }


#s-146a8445-437c-4da9-a1c8-0c60b9e7cfdc.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-1493bb0b-5f27-41af-ae32-ea71f6730969 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1493bb0b-5f27-41af-ae32-ea71f6730969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1493bb0b-5f27-41af-ae32-ea71f6730969 {
  cursor: pointer;
}#s-1493bb0b-5f27-41af-ae32-ea71f6730969.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-25f34dd2-a799-4887-beca-0a7a1bd39b28 {
  text-align: center;
}








#s-25f34dd2-a799-4887-beca-0a7a1bd39b28 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-376c5fa6-37fb-429f-9447-e6eb369a7bdf-root {
    text-align: left;
  }


#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-376c5fa6-37fb-429f-9447-e6eb369a7bdf-root {
    text-align: left;
  }


#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-376c5fa6-37fb-429f-9447-e6eb369a7bdf-root {
    text-align: left;
  }


#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-376c5fa6-37fb-429f-9447-e6eb369a7bdf-root {
    text-align: left;
  }


#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-376c5fa6-37fb-429f-9447-e6eb369a7bdf-root {
    text-align: left;
  }


#s-376c5fa6-37fb-429f-9447-e6eb369a7bdf.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-067772df-1724-4842-b2d4-7cef1c889b09 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-067772df-1724-4842-b2d4-7cef1c889b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-067772df-1724-4842-b2d4-7cef1c889b09 {
  cursor: pointer;
}#s-067772df-1724-4842-b2d4-7cef1c889b09.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e9fcf68-cdc3-4faf-98fa-1628356344a0 {
  text-align: center;
opacity: 1;
}








#s-3e9fcf68-cdc3-4faf-98fa-1628356344a0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a60d797f-870b-41bb-8338-c21f55a78f82 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-a60d797f-870b-41bb-8338-c21f55a78f82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a60d797f-870b-41bb-8338-c21f55a78f82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a60d797f-870b-41bb-8338-c21f55a78f82-root {
    text-align: left;
  }


#s-a60d797f-870b-41bb-8338-c21f55a78f82.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a60d797f-870b-41bb-8338-c21f55a78f82-root {
    text-align: left;
  }


#s-a60d797f-870b-41bb-8338-c21f55a78f82.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a60d797f-870b-41bb-8338-c21f55a78f82-root {
    text-align: left;
  }


#s-a60d797f-870b-41bb-8338-c21f55a78f82.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a60d797f-870b-41bb-8338-c21f55a78f82-root {
    text-align: left;
  }


#s-a60d797f-870b-41bb-8338-c21f55a78f82.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a60d797f-870b-41bb-8338-c21f55a78f82-root {
    text-align: left;
  }


#s-a60d797f-870b-41bb-8338-c21f55a78f82.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-1c16139e-c727-4229-9140-8fffafd8d3d4 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1c16139e-c727-4229-9140-8fffafd8d3d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c16139e-c727-4229-9140-8fffafd8d3d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1c16139e-c727-4229-9140-8fffafd8d3d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1c16139e-c727-4229-9140-8fffafd8d3d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d5fbd8f7-d609-4361-b694-27cdc1f528da {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d5fbd8f7-d609-4361-b694-27cdc1f528da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5fbd8f7-d609-4361-b694-27cdc1f528da {
  cursor: pointer;
}#s-d5fbd8f7-d609-4361-b694-27cdc1f528da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dfb2531-7657-4334-a8f0-eaf176998349 {
  text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
#s-7dfb2531-7657-4334-a8f0-eaf176998349:hover {opacity: 1 !important;}







#s-7dfb2531-7657-4334-a8f0-eaf176998349 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b922952f-1665-4d4c-9a4c-550af23307e5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-b922952f-1665-4d4c-9a4c-550af23307e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b922952f-1665-4d4c-9a4c-550af23307e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b922952f-1665-4d4c-9a4c-550af23307e5-root {
    text-align: left;
  }


#s-b922952f-1665-4d4c-9a4c-550af23307e5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b922952f-1665-4d4c-9a4c-550af23307e5-root {
    text-align: left;
  }


#s-b922952f-1665-4d4c-9a4c-550af23307e5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b922952f-1665-4d4c-9a4c-550af23307e5-root {
    text-align: left;
  }


#s-b922952f-1665-4d4c-9a4c-550af23307e5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b922952f-1665-4d4c-9a4c-550af23307e5-root {
    text-align: left;
  }


#s-b922952f-1665-4d4c-9a4c-550af23307e5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b922952f-1665-4d4c-9a4c-550af23307e5-root {
    text-align: left;
  }


#s-b922952f-1665-4d4c-9a4c-550af23307e5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e4e41af5-28f7-4c67-ab85-107aa0244970 {
  margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e4e41af5-28f7-4c67-ab85-107aa0244970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e41af5-28f7-4c67-ab85-107aa0244970 {
  cursor: pointer;
}#s-e4e41af5-28f7-4c67-ab85-107aa0244970.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af49effb-eed1-4f08-8909-74d23a393e7f {
  text-align: center;
}








#s-af49effb-eed1-4f08-8909-74d23a393e7f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5-root {
    text-align: left;
  }


#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5-root {
    text-align: left;
  }


#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5-root {
    text-align: left;
  }


#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5-root {
    text-align: left;
  }


#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5-root {
    text-align: left;
  }


#s-3ac49bb4-1aa3-41e1-84bd-623bb30873c5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-4ccc8479-86d3-493a-be32-98d00cc661ae {
  text-align: center;
}








#s-4ccc8479-86d3-493a-be32-98d00cc661ae .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-68d3c52a-4f80-4ce4-9cc2-61777b273774 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-68d3c52a-4f80-4ce4-9cc2-61777b273774:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68d3c52a-4f80-4ce4-9cc2-61777b273774:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68d3c52a-4f80-4ce4-9cc2-61777b273774-root {
    text-align: left;
  }


#s-68d3c52a-4f80-4ce4-9cc2-61777b273774.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68d3c52a-4f80-4ce4-9cc2-61777b273774-root {
    text-align: left;
  }


#s-68d3c52a-4f80-4ce4-9cc2-61777b273774.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68d3c52a-4f80-4ce4-9cc2-61777b273774-root {
    text-align: left;
  }


#s-68d3c52a-4f80-4ce4-9cc2-61777b273774.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68d3c52a-4f80-4ce4-9cc2-61777b273774-root {
    text-align: left;
  }


#s-68d3c52a-4f80-4ce4-9cc2-61777b273774.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68d3c52a-4f80-4ce4-9cc2-61777b273774-root {
    text-align: left;
  }


#s-68d3c52a-4f80-4ce4-9cc2-61777b273774.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-915fecad-5263-4567-a83e-4de2cbdf3be5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-915fecad-5263-4567-a83e-4de2cbdf3be5 {
  display: none;
}
#s-915fecad-5263-4567-a83e-4de2cbdf3be5, #wrap-s-915fecad-5263-4567-a83e-4de2cbdf3be5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-915fecad-5263-4567-a83e-4de2cbdf3be5 {
  display: none;
}
#s-915fecad-5263-4567-a83e-4de2cbdf3be5, #wrap-s-915fecad-5263-4567-a83e-4de2cbdf3be5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-915fecad-5263-4567-a83e-4de2cbdf3be5 {
  min-height: 250px;
display: none;
}
#s-915fecad-5263-4567-a83e-4de2cbdf3be5, #wrap-s-915fecad-5263-4567-a83e-4de2cbdf3be5 { display:none !important; }}@media (max-width: 767px){#s-915fecad-5263-4567-a83e-4de2cbdf3be5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 150px;
background-attachment: scroll;
}
}







#s-915fecad-5263-4567-a83e-4de2cbdf3be5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-915fecad-5263-4567-a83e-4de2cbdf3be5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-915fecad-5263-4567-a83e-4de2cbdf3be5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-915fecad-5263-4567-a83e-4de2cbdf3be5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-0c27a643-73eb-42a2-9e81-402f587007cb {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0c27a643-73eb-42a2-9e81-402f587007cb {
  display: none;
}
#s-0c27a643-73eb-42a2-9e81-402f587007cb, #wrap-s-0c27a643-73eb-42a2-9e81-402f587007cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c27a643-73eb-42a2-9e81-402f587007cb {
  display: none;
}
#s-0c27a643-73eb-42a2-9e81-402f587007cb, #wrap-s-0c27a643-73eb-42a2-9e81-402f587007cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c27a643-73eb-42a2-9e81-402f587007cb {
  display: none;
}
#s-0c27a643-73eb-42a2-9e81-402f587007cb, #wrap-s-0c27a643-73eb-42a2-9e81-402f587007cb { display:none !important; }}







#s-0c27a643-73eb-42a2-9e81-402f587007cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7b13fc93-901b-4959-a9f7-2555313e4a8a {
  margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7b13fc93-901b-4959-a9f7-2555313e4a8a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-7b13fc93-901b-4959-a9f7-2555313e4a8a .shogun-heading-component h2 a {
  color: #000;
}


#s-b43bf645-f453-4145-b447-1652e585ba48 {
  text-align: left;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b43bf645-f453-4145-b447-1652e585ba48 {
  display: none;
}
#s-b43bf645-f453-4145-b447-1652e585ba48, #wrap-s-b43bf645-f453-4145-b447-1652e585ba48 { display:none !important; }}@media (max-width: 767px){#s-b43bf645-f453-4145-b447-1652e585ba48 {
  text-align: left;
display: none;
}
#s-b43bf645-f453-4145-b447-1652e585ba48, #wrap-s-b43bf645-f453-4145-b447-1652e585ba48 { display:none !important; }}






  #s-b43bf645-f453-4145-b447-1652e585ba48 img.shogun-image {
    

    
    
    
  }


#s-b43bf645-f453-4145-b447-1652e585ba48 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 767px){





  #s-b43bf645-f453-4145-b447-1652e585ba48 img.shogun-image {
    

    
    
    
  }


#s-b43bf645-f453-4145-b447-1652e585ba48 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-3eff4bf8-f0dc-48df-8aaa-ff288f58c9f7 {
  text-align: center;
}








#s-3eff4bf8-f0dc-48df-8aaa-ff288f58c9f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-08a2f80c-e8be-4511-852f-0e95266bbbcc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-08a2f80c-e8be-4511-852f-0e95266bbbcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-08a2f80c-e8be-4511-852f-0e95266bbbcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-08a2f80c-e8be-4511-852f-0e95266bbbcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(236, 173, 174, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
opacity: 1;
background-image: none;
hover-type: color;
}
#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa:hover {background-color: rgba(236, 173, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa:active {background-color: rgba(255, 136, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa {
  line-height: em;
}
}

  #s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa-root {
    text-align: center;
  }


#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa-root {
    text-align: center;
  }


#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa-root {
    text-align: center;
  }


#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa-root {
    text-align: center;
  }


#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa-root {
    text-align: center;
  }


#s-35e4e7da-04a0-46db-bc9d-8606fd0e06fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-f311d8d1-89da-44e5-99ca-409a339786b8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 204, 220, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f311d8d1-89da-44e5-99ca-409a339786b8:hover {background-color: rgba(131, 204, 220, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f311d8d1-89da-44e5-99ca-409a339786b8:active {background-color: rgba(109, 180, 244, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f311d8d1-89da-44e5-99ca-409a339786b8-root {
    text-align: center;
  }


#s-f311d8d1-89da-44e5-99ca-409a339786b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f311d8d1-89da-44e5-99ca-409a339786b8-root {
    text-align: center;
  }


#s-f311d8d1-89da-44e5-99ca-409a339786b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f311d8d1-89da-44e5-99ca-409a339786b8-root {
    text-align: center;
  }


#s-f311d8d1-89da-44e5-99ca-409a339786b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f311d8d1-89da-44e5-99ca-409a339786b8-root {
    text-align: center;
  }


#s-f311d8d1-89da-44e5-99ca-409a339786b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f311d8d1-89da-44e5-99ca-409a339786b8-root {
    text-align: center;
  }


#s-f311d8d1-89da-44e5-99ca-409a339786b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-49f613d2-2865-449c-9f0e-4cfc410a22ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(172, 204, 163, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-49f613d2-2865-449c-9f0e-4cfc410a22ac:hover {background-color: rgba(172, 204, 163, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-49f613d2-2865-449c-9f0e-4cfc410a22ac:active {background-color: rgba(172, 204, 163, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-49f613d2-2865-449c-9f0e-4cfc410a22ac-root {
    text-align: center;
  }


#s-49f613d2-2865-449c-9f0e-4cfc410a22ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49f613d2-2865-449c-9f0e-4cfc410a22ac-root {
    text-align: center;
  }


#s-49f613d2-2865-449c-9f0e-4cfc410a22ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49f613d2-2865-449c-9f0e-4cfc410a22ac-root {
    text-align: center;
  }


#s-49f613d2-2865-449c-9f0e-4cfc410a22ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49f613d2-2865-449c-9f0e-4cfc410a22ac-root {
    text-align: center;
  }


#s-49f613d2-2865-449c-9f0e-4cfc410a22ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49f613d2-2865-449c-9f0e-4cfc410a22ac-root {
    text-align: center;
  }


#s-49f613d2-2865-449c-9f0e-4cfc410a22ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d2ead907-5291-4c59-b7ba-379baabcc3ce {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d2ead907-5291-4c59-b7ba-379baabcc3ce {
  display: none;
}
#s-d2ead907-5291-4c59-b7ba-379baabcc3ce, #wrap-s-d2ead907-5291-4c59-b7ba-379baabcc3ce { display:none !important; }}







#s-d2ead907-5291-4c59-b7ba-379baabcc3ce .shogun-image-content {
  
    align-items: center;
  
}

#s-4399d122-cc2b-4c13-9473-4a9eaa362326 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4399d122-cc2b-4c13-9473-4a9eaa362326 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-4399d122-cc2b-4c13-9473-4a9eaa362326 {
  min-height: 150px;
display: none;
background-attachment: scroll;
}
#s-4399d122-cc2b-4c13-9473-4a9eaa362326, #wrap-s-4399d122-cc2b-4c13-9473-4a9eaa362326 { display:none !important; }}







#s-4399d122-cc2b-4c13-9473-4a9eaa362326 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-4399d122-cc2b-4c13-9473-4a9eaa362326.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-4399d122-cc2b-4c13-9473-4a9eaa362326 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-4399d122-cc2b-4c13-9473-4a9eaa362326.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-5a8e7519-1cc8-4a11-ba20-8eb0f11f315d {
  margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5a8e7519-1cc8-4a11-ba20-8eb0f11f315d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


#s-5a8e7519-1cc8-4a11-ba20-8eb0f11f315d .shogun-heading-component h2 a {
  color: #000;
}


#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 {
  text-align: left;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 {
  display: none;
}
#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1, #wrap-s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 { display:none !important; }}@media (max-width: 767px){#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 {
  text-align: left;
display: none;
}
#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1, #wrap-s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 { display:none !important; }}







#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 767px){






#s-a13a9f26-3dd9-4441-8292-fa0124dc15d1 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa {
  text-align: left;
opacity: 1;
}
@media (min-width: 1200px){#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa {
  display: none;
}
#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa, #wrap-s-87be5213-ddda-4f6c-ad74-5ccc65d850fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa {
  display: none;
}
#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa, #wrap-s-87be5213-ddda-4f6c-ad74-5ccc65d850fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa {
  
}
}@media (max-width: 767px){#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa {
  text-align: left;
}
}






  #s-87be5213-ddda-4f6c-ad74-5ccc65d850fa img.shogun-image {
    

    
    
    
  }


#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa .shogun-image-content {
  
    align-items: center;
  
}
@media (max-width: 767px){





  #s-87be5213-ddda-4f6c-ad74-5ccc65d850fa img.shogun-image {
    

    
    
    
  }


#s-87be5213-ddda-4f6c-ad74-5ccc65d850fa .shogun-image-content {
  
    align-items: center;
  
}
}
@media (min-width: 0px) {
[id="s-061d29bc-9795-40fd-966f-9438502be2be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061d29bc-9795-40fd-966f-9438502be2be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-061d29bc-9795-40fd-966f-9438502be2be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-061d29bc-9795-40fd-966f-9438502be2be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2 {
  
}

@media (min-width: 0px) {
[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e9fc315-fc5c-4db4-a6bc-5a60fbd7efd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 {
  min-height: 550px;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 {
  display: none;
}
#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8, #wrap-s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 { display:none !important; }}@media (max-width: 767px){#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 {
  display: none;
}
#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8, #wrap-s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 { display:none !important; }}







#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfdc0d1f-8ff4-4b33-a3af-b743860f5fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb471f9a-ebbd-4c5b-8a8e-1fb08121ddc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 {
  display: none;
}
#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62, #wrap-s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 { display:none !important; }}@media (max-width: 767px){#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 {
  display: none;
}
#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62, #wrap-s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 { display:none !important; }}







#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb221e6-bae7-43e6-b4b1-4e34a30b0b62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

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

#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 136, 137, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
opacity: 1;
background-image: none;
hover-type: color;
}
#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b:hover {background-color: rgba(255, 136, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b:active {background-color: rgba(255, 136, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b {
  line-height: em;
}
}

  #s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b-root {
    text-align: center;
  }


#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b-root {
    text-align: center;
  }


#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b-root {
    text-align: center;
  }


#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b-root {
    text-align: center;
  }


#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b-root {
    text-align: center;
  }


#s-9cba03cc-ea20-4599-989c-3f3fa19e6c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-924f88cd-4840-4a98-a3d1-0626158bdadb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(109, 180, 244, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-924f88cd-4840-4a98-a3d1-0626158bdadb:hover {background-color: rgba(109, 180, 244, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-924f88cd-4840-4a98-a3d1-0626158bdadb:active {background-color: rgba(109, 180, 244, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-924f88cd-4840-4a98-a3d1-0626158bdadb-root {
    text-align: center;
  }


#s-924f88cd-4840-4a98-a3d1-0626158bdadb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-924f88cd-4840-4a98-a3d1-0626158bdadb-root {
    text-align: center;
  }


#s-924f88cd-4840-4a98-a3d1-0626158bdadb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-924f88cd-4840-4a98-a3d1-0626158bdadb-root {
    text-align: center;
  }


#s-924f88cd-4840-4a98-a3d1-0626158bdadb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-924f88cd-4840-4a98-a3d1-0626158bdadb-root {
    text-align: center;
  }


#s-924f88cd-4840-4a98-a3d1-0626158bdadb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-924f88cd-4840-4a98-a3d1-0626158bdadb-root {
    text-align: center;
  }


#s-924f88cd-4840-4a98-a3d1-0626158bdadb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(102, 217, 178, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab:hover {background-color: rgba(102, 217, 178, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab:active {background-color: rgba(102, 217, 178, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab-root {
    text-align: center;
  }


#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab-root {
    text-align: center;
  }


#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab-root {
    text-align: center;
  }


#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab-root {
    text-align: center;
  }


#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab-root {
    text-align: center;
  }


#s-bd12ca6a-d18a-46a6-bf0c-17a70fb426ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-3bfbf212-1e17-4b43-aa43-820863974fb6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3bfbf212-1e17-4b43-aa43-820863974fb6 {
  display: none;
}
#s-3bfbf212-1e17-4b43-aa43-820863974fb6, #wrap-s-3bfbf212-1e17-4b43-aa43-820863974fb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bfbf212-1e17-4b43-aa43-820863974fb6 {
  display: none;
}
#s-3bfbf212-1e17-4b43-aa43-820863974fb6, #wrap-s-3bfbf212-1e17-4b43-aa43-820863974fb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bfbf212-1e17-4b43-aa43-820863974fb6 {
  padding-left: 30%;
padding-right: 30%;
}
}







#s-3bfbf212-1e17-4b43-aa43-820863974fb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bfbf212-1e17-4b43-aa43-820863974fb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(238, 174, 174, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
opacity: 1;
background-image: none;
hover-type: color;
}
#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6:hover {background-color: rgba(238, 174, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6:active {background-color: rgba(255, 136, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6 {
  line-height: em;
}
}

  #s-cbd0e53c-32e5-46fe-aca9-0cde569422c6-root {
    text-align: center;
  }


#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cbd0e53c-32e5-46fe-aca9-0cde569422c6-root {
    text-align: center;
  }


#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbd0e53c-32e5-46fe-aca9-0cde569422c6-root {
    text-align: center;
  }


#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbd0e53c-32e5-46fe-aca9-0cde569422c6-root {
    text-align: center;
  }


#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cbd0e53c-32e5-46fe-aca9-0cde569422c6-root {
    text-align: center;
  }


#s-cbd0e53c-32e5-46fe-aca9-0cde569422c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-91378022-a19b-428d-a806-62a86fabe285 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(133, 205, 219, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-91378022-a19b-428d-a806-62a86fabe285:hover {background-color: rgba(109, 180, 244, 0.8) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-91378022-a19b-428d-a806-62a86fabe285:active {background-color: rgba(133, 205, 219, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-91378022-a19b-428d-a806-62a86fabe285-root {
    text-align: center;
  }


#s-91378022-a19b-428d-a806-62a86fabe285.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-91378022-a19b-428d-a806-62a86fabe285-root {
    text-align: center;
  }


#s-91378022-a19b-428d-a806-62a86fabe285.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91378022-a19b-428d-a806-62a86fabe285-root {
    text-align: center;
  }


#s-91378022-a19b-428d-a806-62a86fabe285.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91378022-a19b-428d-a806-62a86fabe285-root {
    text-align: center;
  }


#s-91378022-a19b-428d-a806-62a86fabe285.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-91378022-a19b-428d-a806-62a86fabe285-root {
    text-align: center;
  }


#s-91378022-a19b-428d-a806-62a86fabe285.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(171, 204, 162, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43:hover {background-color: rgba(171, 204, 162, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43:active {background-color: rgba(102, 217, 178, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e8daa253-150f-4bd4-8fd4-d0c703dafd43-root {
    text-align: center;
  }


#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8daa253-150f-4bd4-8fd4-d0c703dafd43-root {
    text-align: center;
  }


#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8daa253-150f-4bd4-8fd4-d0c703dafd43-root {
    text-align: center;
  }


#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8daa253-150f-4bd4-8fd4-d0c703dafd43-root {
    text-align: center;
  }


#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8daa253-150f-4bd4-8fd4-d0c703dafd43-root {
    text-align: center;
  }


#s-e8daa253-150f-4bd4-8fd4-d0c703dafd43.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382 {
  display: none;
}
#s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382, #wrap-s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1d867e6f-0b61-478f-8a7f-ff2f34b3e382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13a8180c-8683-44e6-b6e4-f743f4326e9d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(236, 173, 174, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
opacity: 1;
background-image: none;
hover-type: color;
}
#s-13a8180c-8683-44e6-b6e4-f743f4326e9d:hover {background-color: rgba(236, 173, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-13a8180c-8683-44e6-b6e4-f743f4326e9d:active {background-color: rgba(255, 136, 137, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-13a8180c-8683-44e6-b6e4-f743f4326e9d {
  line-height: em;
}
}

  #s-13a8180c-8683-44e6-b6e4-f743f4326e9d-root {
    text-align: center;
  }


#s-13a8180c-8683-44e6-b6e4-f743f4326e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-13a8180c-8683-44e6-b6e4-f743f4326e9d-root {
    text-align: center;
  }


#s-13a8180c-8683-44e6-b6e4-f743f4326e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13a8180c-8683-44e6-b6e4-f743f4326e9d-root {
    text-align: center;
  }


#s-13a8180c-8683-44e6-b6e4-f743f4326e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13a8180c-8683-44e6-b6e4-f743f4326e9d-root {
    text-align: center;
  }


#s-13a8180c-8683-44e6-b6e4-f743f4326e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-13a8180c-8683-44e6-b6e4-f743f4326e9d-root {
    text-align: center;
  }


#s-13a8180c-8683-44e6-b6e4-f743f4326e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}
#s-5963d937-6768-402c-86ab-332f06f20a8c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(131, 204, 220, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5963d937-6768-402c-86ab-332f06f20a8c:hover {background-color: rgba(131, 204, 220, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5963d937-6768-402c-86ab-332f06f20a8c:active {background-color: rgba(109, 180, 244, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5963d937-6768-402c-86ab-332f06f20a8c-root {
    text-align: center;
  }


#s-5963d937-6768-402c-86ab-332f06f20a8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5963d937-6768-402c-86ab-332f06f20a8c-root {
    text-align: center;
  }


#s-5963d937-6768-402c-86ab-332f06f20a8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5963d937-6768-402c-86ab-332f06f20a8c-root {
    text-align: center;
  }


#s-5963d937-6768-402c-86ab-332f06f20a8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5963d937-6768-402c-86ab-332f06f20a8c-root {
    text-align: center;
  }


#s-5963d937-6768-402c-86ab-332f06f20a8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5963d937-6768-402c-86ab-332f06f20a8c-root {
    text-align: center;
  }


#s-5963d937-6768-402c-86ab-332f06f20a8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}
#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 0px;
text-align: center;
background-color: rgba(172, 204, 163, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f:hover {background-color: rgba(172, 204, 163, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f:active {background-color: rgba(172, 204, 163, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-49f64fc7-dc98-44ff-9dca-5d861dc8766f-root {
    text-align: center;
  }


#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49f64fc7-dc98-44ff-9dca-5d861dc8766f-root {
    text-align: center;
  }


#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49f64fc7-dc98-44ff-9dca-5d861dc8766f-root {
    text-align: center;
  }


#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49f64fc7-dc98-44ff-9dca-5d861dc8766f-root {
    text-align: center;
  }


#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49f64fc7-dc98-44ff-9dca-5d861dc8766f-root {
    text-align: center;
  }


#s-49f64fc7-dc98-44ff-9dca-5d861dc8766f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}
#s-22c665a0-8057-4adf-af66-1f5c65c506bd {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-22c665a0-8057-4adf-af66-1f5c65c506bd {
  display: none;
}
#s-22c665a0-8057-4adf-af66-1f5c65c506bd, #wrap-s-22c665a0-8057-4adf-af66-1f5c65c506bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22c665a0-8057-4adf-af66-1f5c65c506bd {
  display: none;
}
#s-22c665a0-8057-4adf-af66-1f5c65c506bd, #wrap-s-22c665a0-8057-4adf-af66-1f5c65c506bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22c665a0-8057-4adf-af66-1f5c65c506bd {
  
}
}
#s-907b3fd9-2596-47b1-9a5e-8b144a00956d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-907b3fd9-2596-47b1-9a5e-8b144a00956d {
  display: none;
}
#s-907b3fd9-2596-47b1-9a5e-8b144a00956d, #wrap-s-907b3fd9-2596-47b1-9a5e-8b144a00956d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-907b3fd9-2596-47b1-9a5e-8b144a00956d {
  display: none;
}
#s-907b3fd9-2596-47b1-9a5e-8b144a00956d, #wrap-s-907b3fd9-2596-47b1-9a5e-8b144a00956d { display:none !important; }}
#s-907b3fd9-2596-47b1-9a5e-8b144a00956d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-907b3fd9-2596-47b1-9a5e-8b144a00956d .shg-sld-nav-button.shg-sld-left,
#s-907b3fd9-2596-47b1-9a5e-8b144a00956d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b {
  max-width: 1800px;
aspect-ratio: 1800/1200;
text-align: center;
}





  #s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b img.shogun-image,
  #s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b {
    width: 100%;
    height: auto;
  }



  #s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b img.shogun-image {
    

    
    
    
  }


#s-35d5ade9-f564-4ae3-9ed6-187299fe9e3b .shogun-image-content {
  
    align-items: center;
  
}

#s-217a63f3-845d-4f69-8902-6b95042e5cc6 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}








#s-217a63f3-845d-4f69-8902-6b95042e5cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-47908900-3648-48c3-932b-2a26a25c70cd {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
max-width: 704px;
aspect-ratio: 704/643;
text-align: center;
}
@media (min-width: 1200px){#s-47908900-3648-48c3-932b-2a26a25c70cd {
  display: none;
}
#s-47908900-3648-48c3-932b-2a26a25c70cd, #wrap-s-47908900-3648-48c3-932b-2a26a25c70cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47908900-3648-48c3-932b-2a26a25c70cd {
  display: none;
}
#s-47908900-3648-48c3-932b-2a26a25c70cd, #wrap-s-47908900-3648-48c3-932b-2a26a25c70cd { display:none !important; }}@media (max-width: 767px){#s-47908900-3648-48c3-932b-2a26a25c70cd {
  padding-left: 5%;
padding-right: 5%;
}
}




  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image,
  #s-47908900-3648-48c3-932b-2a26a25c70cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd {
    width: 100%;
    height: auto;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
    
    
  }


.s-47908900-3648-48c3-932b-2a26a25c70cd .shogun-image-content {
  
    align-items: center;
  
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shg-align-container {
  text-align: center
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image,
  #s-47908900-3648-48c3-932b-2a26a25c70cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd {
    width: 100%;
    height: auto;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
    
    
  }


.s-47908900-3648-48c3-932b-2a26a25c70cd .shogun-image-content {
  
    align-items: center;
  
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shg-align-container {
  text-align: center
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image,
  #s-47908900-3648-48c3-932b-2a26a25c70cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd {
    width: 100%;
    height: auto;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
    
    
  }


.s-47908900-3648-48c3-932b-2a26a25c70cd .shogun-image-content {
  
    align-items: center;
  
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shg-align-container {
  text-align: center
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image,
  #s-47908900-3648-48c3-932b-2a26a25c70cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd {
    width: 100%;
    height: auto;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
    
    
  }


.s-47908900-3648-48c3-932b-2a26a25c70cd .shogun-image-content {
  
    align-items: center;
  
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shg-align-container {
  text-align: center
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image,
  #s-47908900-3648-48c3-932b-2a26a25c70cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd {
    width: 100%;
    height: auto;
  }

  #s-47908900-3648-48c3-932b-2a26a25c70cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
    
    
  }


.s-47908900-3648-48c3-932b-2a26a25c70cd .shogun-image-content {
  
    align-items: center;
  
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shg-align-container {
  text-align: center
}

.s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47908900-3648-48c3-932b-2a26a25c70cd.shogun-image {
  box-sizing: border-box;
}


}
#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 {
  display: none;
}
#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23, #wrap-s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 {
  display: none;
}
#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23, #wrap-s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bfe537b-0b55-4e9a-9b7d-5adb7644ee23 {
  
}
}
#s-91321336-513a-46ba-8822-523cf49630fe {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-91321336-513a-46ba-8822-523cf49630fe {
  display: none;
}
#s-91321336-513a-46ba-8822-523cf49630fe, #wrap-s-91321336-513a-46ba-8822-523cf49630fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91321336-513a-46ba-8822-523cf49630fe {
  display: none;
}
#s-91321336-513a-46ba-8822-523cf49630fe, #wrap-s-91321336-513a-46ba-8822-523cf49630fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91321336-513a-46ba-8822-523cf49630fe {
  
}
}
#s-4aadf460-f77d-4af3-8184-a168b8f493e6 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-4aadf460-f77d-4af3-8184-a168b8f493e6 {
  display: none;
}
#s-4aadf460-f77d-4af3-8184-a168b8f493e6, #wrap-s-4aadf460-f77d-4af3-8184-a168b8f493e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aadf460-f77d-4af3-8184-a168b8f493e6 {
  display: none;
}
#s-4aadf460-f77d-4af3-8184-a168b8f493e6, #wrap-s-4aadf460-f77d-4af3-8184-a168b8f493e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aadf460-f77d-4af3-8184-a168b8f493e6 {
  
}
}
#s-28aa2490-b095-410d-a937-c8eb4aa082de {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-28aa2490-b095-410d-a937-c8eb4aa082de {
  display: none;
}
#s-28aa2490-b095-410d-a937-c8eb4aa082de, #wrap-s-28aa2490-b095-410d-a937-c8eb4aa082de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28aa2490-b095-410d-a937-c8eb4aa082de {
  display: none;
}
#s-28aa2490-b095-410d-a937-c8eb4aa082de, #wrap-s-28aa2490-b095-410d-a937-c8eb4aa082de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28aa2490-b095-410d-a937-c8eb4aa082de {
  
}
}
#s-0d81152f-d130-4212-aea1-d72ce7642b03 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-0d81152f-d130-4212-aea1-d72ce7642b03 {
  display: none;
}
#s-0d81152f-d130-4212-aea1-d72ce7642b03, #wrap-s-0d81152f-d130-4212-aea1-d72ce7642b03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d81152f-d130-4212-aea1-d72ce7642b03 {
  display: none;
}
#s-0d81152f-d130-4212-aea1-d72ce7642b03, #wrap-s-0d81152f-d130-4212-aea1-d72ce7642b03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d81152f-d130-4212-aea1-d72ce7642b03 {
  
}
}
#s-564f66b3-704f-4e16-8326-7ad3c4201495 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-564f66b3-704f-4e16-8326-7ad3c4201495 {
  display: none;
}
#s-564f66b3-704f-4e16-8326-7ad3c4201495, #wrap-s-564f66b3-704f-4e16-8326-7ad3c4201495 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-564f66b3-704f-4e16-8326-7ad3c4201495 {
  display: none;
}
#s-564f66b3-704f-4e16-8326-7ad3c4201495, #wrap-s-564f66b3-704f-4e16-8326-7ad3c4201495 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-564f66b3-704f-4e16-8326-7ad3c4201495 {
  
}
}
#s-36dbae30-1f04-4354-a3d3-8d3961860aec {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-36dbae30-1f04-4354-a3d3-8d3961860aec {
  display: none;
}
#s-36dbae30-1f04-4354-a3d3-8d3961860aec, #wrap-s-36dbae30-1f04-4354-a3d3-8d3961860aec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36dbae30-1f04-4354-a3d3-8d3961860aec {
  display: none;
}
#s-36dbae30-1f04-4354-a3d3-8d3961860aec, #wrap-s-36dbae30-1f04-4354-a3d3-8d3961860aec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36dbae30-1f04-4354-a3d3-8d3961860aec {
  
}
}
#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 {
  display: none;
}
#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9, #wrap-s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 {
  display: none;
}
#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9, #wrap-s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce30b64c-8e17-4d9f-a348-7b870929e4e9 {
  
}
}
#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 {
  display: none;
}
#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38, #wrap-s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 {
  display: none;
}
#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38, #wrap-s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-525eb25a-bea7-4c93-83f4-a0dcd44efb38 {
  
}
}
#s-c24eb734-1e91-4980-8352-47adaa4a9f9a {
  margin-left: 5%;
margin-right: 0%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-c24eb734-1e91-4980-8352-47adaa4a9f9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c24eb734-1e91-4980-8352-47adaa4a9f9a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c24eb734-1e91-4980-8352-47adaa4a9f9a {
  display: none;
}
#s-c24eb734-1e91-4980-8352-47adaa4a9f9a, #wrap-s-c24eb734-1e91-4980-8352-47adaa4a9f9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c24eb734-1e91-4980-8352-47adaa4a9f9a {
  display: none;
}
#s-c24eb734-1e91-4980-8352-47adaa4a9f9a, #wrap-s-c24eb734-1e91-4980-8352-47adaa4a9f9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c24eb734-1e91-4980-8352-47adaa4a9f9a {
  
}
}

  #s-c24eb734-1e91-4980-8352-47adaa4a9f9a-root {
    text-align: left;
  }


#s-c24eb734-1e91-4980-8352-47adaa4a9f9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c24eb734-1e91-4980-8352-47adaa4a9f9a-root {
    text-align: left;
  }


#s-c24eb734-1e91-4980-8352-47adaa4a9f9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c24eb734-1e91-4980-8352-47adaa4a9f9a-root {
    text-align: left;
  }


#s-c24eb734-1e91-4980-8352-47adaa4a9f9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c24eb734-1e91-4980-8352-47adaa4a9f9a-root {
    text-align: left;
  }


#s-c24eb734-1e91-4980-8352-47adaa4a9f9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c24eb734-1e91-4980-8352-47adaa4a9f9a-root {
    text-align: left;
  }


#s-c24eb734-1e91-4980-8352-47adaa4a9f9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 {
  display: none;
}
#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4, #wrap-s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 {
  display: none;
}
#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4, #wrap-s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4 {
  
}
}

  #s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4-root {
    text-align: left;
  }


#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4-root {
    text-align: left;
  }


#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4-root {
    text-align: left;
  }


#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4-root {
    text-align: left;
  }


#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4-root {
    text-align: left;
  }


#s-d66b32ff-4dd4-44ad-bd06-c31a1891a1e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1cbb0f89-9ae9-46df-a8e1-88050522b396 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-1cbb0f89-9ae9-46df-a8e1-88050522b396:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cbb0f89-9ae9-46df-a8e1-88050522b396:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1cbb0f89-9ae9-46df-a8e1-88050522b396 {
  display: none;
}
#s-1cbb0f89-9ae9-46df-a8e1-88050522b396, #wrap-s-1cbb0f89-9ae9-46df-a8e1-88050522b396 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cbb0f89-9ae9-46df-a8e1-88050522b396 {
  display: none;
}
#s-1cbb0f89-9ae9-46df-a8e1-88050522b396, #wrap-s-1cbb0f89-9ae9-46df-a8e1-88050522b396 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cbb0f89-9ae9-46df-a8e1-88050522b396 {
  
}
}

  #s-1cbb0f89-9ae9-46df-a8e1-88050522b396-root {
    text-align: left;
  }


#s-1cbb0f89-9ae9-46df-a8e1-88050522b396.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cbb0f89-9ae9-46df-a8e1-88050522b396-root {
    text-align: left;
  }


#s-1cbb0f89-9ae9-46df-a8e1-88050522b396.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cbb0f89-9ae9-46df-a8e1-88050522b396-root {
    text-align: left;
  }


#s-1cbb0f89-9ae9-46df-a8e1-88050522b396.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cbb0f89-9ae9-46df-a8e1-88050522b396-root {
    text-align: left;
  }


#s-1cbb0f89-9ae9-46df-a8e1-88050522b396.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cbb0f89-9ae9-46df-a8e1-88050522b396-root {
    text-align: left;
  }


#s-1cbb0f89-9ae9-46df-a8e1-88050522b396.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-069258b7-fee9-4745-942a-07ef23e03b0c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-069258b7-fee9-4745-942a-07ef23e03b0c {
  display: none;
}
#s-069258b7-fee9-4745-942a-07ef23e03b0c, #wrap-s-069258b7-fee9-4745-942a-07ef23e03b0c { display:none !important; }}@media (max-width: 767px){#s-069258b7-fee9-4745-942a-07ef23e03b0c {
  display: none;
}
#s-069258b7-fee9-4745-942a-07ef23e03b0c, #wrap-s-069258b7-fee9-4745-942a-07ef23e03b0c { display:none !important; }}
#s-069258b7-fee9-4745-942a-07ef23e03b0c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-069258b7-fee9-4745-942a-07ef23e03b0c .shg-sld-nav-button.shg-sld-left,
#s-069258b7-fee9-4745-942a-07ef23e03b0c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-2d471f54-b3d3-4d60-ba93-65206eff1bfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d471f54-b3d3-4d60-ba93-65206eff1bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d471f54-b3d3-4d60-ba93-65206eff1bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d471f54-b3d3-4d60-ba93-65206eff1bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae {
  text-align: center;
}







  img.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
    
    
  }


.s-2c3ae431-8b4d-4035-b06f-974a5b870eae .shogun-image-content {
  
    align-items: center;
  
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shg-align-container {
  text-align: center
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
    
    
  }


.s-2c3ae431-8b4d-4035-b06f-974a5b870eae .shogun-image-content {
  
    align-items: center;
  
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shg-align-container {
  text-align: center
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
    
    
  }


.s-2c3ae431-8b4d-4035-b06f-974a5b870eae .shogun-image-content {
  
    align-items: center;
  
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shg-align-container {
  text-align: center
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
    
    
  }


.s-2c3ae431-8b4d-4035-b06f-974a5b870eae .shogun-image-content {
  
    align-items: center;
  
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shg-align-container {
  text-align: center
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
    
    
  }


.s-2c3ae431-8b4d-4035-b06f-974a5b870eae .shogun-image-content {
  
    align-items: center;
  
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shg-align-container {
  text-align: center
}

.s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c3ae431-8b4d-4035-b06f-974a5b870eae.shogun-image {
  box-sizing: border-box;
}


}
#s-3ed82091-670c-4853-b942-6f332aa326de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-3ed82091-670c-4853-b942-6f332aa326de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ed82091-670c-4853-b942-6f332aa326de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ed82091-670c-4853-b942-6f332aa326de-root {
    text-align: left;
  }


#s-3ed82091-670c-4853-b942-6f332aa326de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ed82091-670c-4853-b942-6f332aa326de-root {
    text-align: left;
  }


#s-3ed82091-670c-4853-b942-6f332aa326de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ed82091-670c-4853-b942-6f332aa326de-root {
    text-align: left;
  }


#s-3ed82091-670c-4853-b942-6f332aa326de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ed82091-670c-4853-b942-6f332aa326de-root {
    text-align: left;
  }


#s-3ed82091-670c-4853-b942-6f332aa326de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ed82091-670c-4853-b942-6f332aa326de-root {
    text-align: left;
  }


#s-3ed82091-670c-4853-b942-6f332aa326de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d0337019-b6eb-4fbb-9f87-d784306a0a52 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-d0337019-b6eb-4fbb-9f87-d784306a0a52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0337019-b6eb-4fbb-9f87-d784306a0a52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0337019-b6eb-4fbb-9f87-d784306a0a52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0337019-b6eb-4fbb-9f87-d784306a0a52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04d03c9f-1a56-4fca-aa57-ea23a43ad6cb {
  text-align: center;
}








#s-04d03c9f-1a56-4fca-aa57-ea23a43ad6cb .shogun-image-content {
  
    align-items: center;
  
}

#s-926559bd-c467-43bb-8d1f-5de47415d582 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-926559bd-c467-43bb-8d1f-5de47415d582 {
  display: none;
}
#s-926559bd-c467-43bb-8d1f-5de47415d582, #wrap-s-926559bd-c467-43bb-8d1f-5de47415d582 { display:none !important; }}@media (max-width: 767px){#s-926559bd-c467-43bb-8d1f-5de47415d582 {
  display: none;
}
#s-926559bd-c467-43bb-8d1f-5de47415d582, #wrap-s-926559bd-c467-43bb-8d1f-5de47415d582 { display:none !important; }}
#s-67311df8-657f-4f00-87b8-756845c47214 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-67311df8-657f-4f00-87b8-756845c47214 {
  display: none;
}
#s-67311df8-657f-4f00-87b8-756845c47214, #wrap-s-67311df8-657f-4f00-87b8-756845c47214 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67311df8-657f-4f00-87b8-756845c47214 {
  display: none;
}
#s-67311df8-657f-4f00-87b8-756845c47214, #wrap-s-67311df8-657f-4f00-87b8-756845c47214 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67311df8-657f-4f00-87b8-756845c47214 {
  
}
}
#s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e {
  display: none;
}
#s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e, #wrap-s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e { display:none !important; }}@media (max-width: 767px){#s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e {
  display: none;
}
#s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e, #wrap-s-edb3304c-1d14-4ae0-b478-7c4c3fceaa7e { display:none !important; }}
#s-286a393c-3b42-4d53-b764-798d5ca512b5 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-286a393c-3b42-4d53-b764-798d5ca512b5 {
  display: none;
}
#s-286a393c-3b42-4d53-b764-798d5ca512b5, #wrap-s-286a393c-3b42-4d53-b764-798d5ca512b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-286a393c-3b42-4d53-b764-798d5ca512b5 {
  display: none;
}
#s-286a393c-3b42-4d53-b764-798d5ca512b5, #wrap-s-286a393c-3b42-4d53-b764-798d5ca512b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-286a393c-3b42-4d53-b764-798d5ca512b5 {
  
}
}
#s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38 {
  display: none;
}
#s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38, #wrap-s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38 { display:none !important; }}@media (max-width: 767px){#s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38 {
  display: none;
}
#s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38, #wrap-s-bd7151d2-ba9b-4cfc-af91-b4e66b609e38 { display:none !important; }}
#s-d766284d-f4ca-46a4-828c-964a272103c0 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d766284d-f4ca-46a4-828c-964a272103c0 {
  display: none;
}
#s-d766284d-f4ca-46a4-828c-964a272103c0, #wrap-s-d766284d-f4ca-46a4-828c-964a272103c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d766284d-f4ca-46a4-828c-964a272103c0 {
  display: none;
}
#s-d766284d-f4ca-46a4-828c-964a272103c0, #wrap-s-d766284d-f4ca-46a4-828c-964a272103c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d766284d-f4ca-46a4-828c-964a272103c0 {
  
}
}
#s-1ff49b35-b3f0-44bd-99eb-a95172492b4e {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ff49b35-b3f0-44bd-99eb-a95172492b4e {
  display: none;
}
#s-1ff49b35-b3f0-44bd-99eb-a95172492b4e, #wrap-s-1ff49b35-b3f0-44bd-99eb-a95172492b4e { display:none !important; }}@media (max-width: 767px){#s-1ff49b35-b3f0-44bd-99eb-a95172492b4e {
  display: none;
}
#s-1ff49b35-b3f0-44bd-99eb-a95172492b4e, #wrap-s-1ff49b35-b3f0-44bd-99eb-a95172492b4e { display:none !important; }}
#s-a0a87d88-4dc4-479a-9fcc-7951190e2816 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-a0a87d88-4dc4-479a-9fcc-7951190e2816:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0a87d88-4dc4-479a-9fcc-7951190e2816:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a0a87d88-4dc4-479a-9fcc-7951190e2816 {
  display: none;
}
#s-a0a87d88-4dc4-479a-9fcc-7951190e2816, #wrap-s-a0a87d88-4dc4-479a-9fcc-7951190e2816 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0a87d88-4dc4-479a-9fcc-7951190e2816 {
  display: none;
}
#s-a0a87d88-4dc4-479a-9fcc-7951190e2816, #wrap-s-a0a87d88-4dc4-479a-9fcc-7951190e2816 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0a87d88-4dc4-479a-9fcc-7951190e2816 {
  
}
}

  #s-a0a87d88-4dc4-479a-9fcc-7951190e2816-root {
    text-align: left;
  }


#s-a0a87d88-4dc4-479a-9fcc-7951190e2816.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0a87d88-4dc4-479a-9fcc-7951190e2816-root {
    text-align: left;
  }


#s-a0a87d88-4dc4-479a-9fcc-7951190e2816.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0a87d88-4dc4-479a-9fcc-7951190e2816-root {
    text-align: left;
  }


#s-a0a87d88-4dc4-479a-9fcc-7951190e2816.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0a87d88-4dc4-479a-9fcc-7951190e2816-root {
    text-align: left;
  }


#s-a0a87d88-4dc4-479a-9fcc-7951190e2816.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0a87d88-4dc4-479a-9fcc-7951190e2816-root {
    text-align: left;
  }


#s-a0a87d88-4dc4-479a-9fcc-7951190e2816.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6c539ace-7ec6-4734-a265-6b57edd00fe8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-6c539ace-7ec6-4734-a265-6b57edd00fe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c539ace-7ec6-4734-a265-6b57edd00fe8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6c539ace-7ec6-4734-a265-6b57edd00fe8 {
  display: none;
}
#s-6c539ace-7ec6-4734-a265-6b57edd00fe8, #wrap-s-6c539ace-7ec6-4734-a265-6b57edd00fe8 { display:none !important; }}@media (max-width: 767px){#s-6c539ace-7ec6-4734-a265-6b57edd00fe8 {
  display: none;
}
#s-6c539ace-7ec6-4734-a265-6b57edd00fe8, #wrap-s-6c539ace-7ec6-4734-a265-6b57edd00fe8 { display:none !important; }}

  #s-6c539ace-7ec6-4734-a265-6b57edd00fe8-root {
    text-align: left;
  }


#s-6c539ace-7ec6-4734-a265-6b57edd00fe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c539ace-7ec6-4734-a265-6b57edd00fe8-root {
    text-align: left;
  }


#s-6c539ace-7ec6-4734-a265-6b57edd00fe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c539ace-7ec6-4734-a265-6b57edd00fe8-root {
    text-align: left;
  }


#s-6c539ace-7ec6-4734-a265-6b57edd00fe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c539ace-7ec6-4734-a265-6b57edd00fe8-root {
    text-align: left;
  }


#s-6c539ace-7ec6-4734-a265-6b57edd00fe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c539ace-7ec6-4734-a265-6b57edd00fe8-root {
    text-align: left;
  }


#s-6c539ace-7ec6-4734-a265-6b57edd00fe8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-20b80233-e0b0-4b99-a7ee-51ff0344bbbc {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-20b80233-e0b0-4b99-a7ee-51ff0344bbbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20b80233-e0b0-4b99-a7ee-51ff0344bbbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20b80233-e0b0-4b99-a7ee-51ff0344bbbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20b80233-e0b0-4b99-a7ee-51ff0344bbbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9ad11e4-f37b-4546-b0a1-dbc6f9c309ba {
  text-align: center;
}







  #s-c9ad11e4-f37b-4546-b0a1-dbc6f9c309ba img.shogun-image {
    

    
    
    
  }


#s-c9ad11e4-f37b-4546-b0a1-dbc6f9c309ba .shogun-image-content {
  
    align-items: center;
  
}

#s-d99be412-e004-4cd1-8f0b-66c8d3069085 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d99be412-e004-4cd1-8f0b-66c8d3069085 {
  display: none;
}
#s-d99be412-e004-4cd1-8f0b-66c8d3069085, #wrap-s-d99be412-e004-4cd1-8f0b-66c8d3069085 { display:none !important; }}@media (max-width: 767px){#s-d99be412-e004-4cd1-8f0b-66c8d3069085 {
  display: none;
}
#s-d99be412-e004-4cd1-8f0b-66c8d3069085, #wrap-s-d99be412-e004-4cd1-8f0b-66c8d3069085 { display:none !important; }}
#s-1f604ef5-a098-41da-8694-03faac5ea538 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-1f604ef5-a098-41da-8694-03faac5ea538 {
  display: none;
}
#s-1f604ef5-a098-41da-8694-03faac5ea538, #wrap-s-1f604ef5-a098-41da-8694-03faac5ea538 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f604ef5-a098-41da-8694-03faac5ea538 {
  display: none;
}
#s-1f604ef5-a098-41da-8694-03faac5ea538, #wrap-s-1f604ef5-a098-41da-8694-03faac5ea538 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f604ef5-a098-41da-8694-03faac5ea538 {
  
}
}
#s-7fbafd10-29d2-4219-81d0-bb8753bd64ef {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fbafd10-29d2-4219-81d0-bb8753bd64ef {
  display: none;
}
#s-7fbafd10-29d2-4219-81d0-bb8753bd64ef, #wrap-s-7fbafd10-29d2-4219-81d0-bb8753bd64ef { display:none !important; }}@media (max-width: 767px){#s-7fbafd10-29d2-4219-81d0-bb8753bd64ef {
  display: none;
}
#s-7fbafd10-29d2-4219-81d0-bb8753bd64ef, #wrap-s-7fbafd10-29d2-4219-81d0-bb8753bd64ef { display:none !important; }}
#s-b4f50443-cc94-478f-b58a-2c6036dc5d16 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b4f50443-cc94-478f-b58a-2c6036dc5d16 {
  display: none;
}
#s-b4f50443-cc94-478f-b58a-2c6036dc5d16, #wrap-s-b4f50443-cc94-478f-b58a-2c6036dc5d16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4f50443-cc94-478f-b58a-2c6036dc5d16 {
  display: none;
}
#s-b4f50443-cc94-478f-b58a-2c6036dc5d16, #wrap-s-b4f50443-cc94-478f-b58a-2c6036dc5d16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4f50443-cc94-478f-b58a-2c6036dc5d16 {
  
}
}
#s-30592291-efd7-47c7-b587-b44cbaa5552e {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-30592291-efd7-47c7-b587-b44cbaa5552e {
  display: none;
}
#s-30592291-efd7-47c7-b587-b44cbaa5552e, #wrap-s-30592291-efd7-47c7-b587-b44cbaa5552e { display:none !important; }}@media (max-width: 767px){#s-30592291-efd7-47c7-b587-b44cbaa5552e {
  display: none;
}
#s-30592291-efd7-47c7-b587-b44cbaa5552e, #wrap-s-30592291-efd7-47c7-b587-b44cbaa5552e { display:none !important; }}
#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 {
  display: none;
}
#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1, #wrap-s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 {
  display: none;
}
#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1, #wrap-s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf82863f-1109-4cb1-bcd9-2195fcf955e1 {
  
}
}
#s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b {
  display: none;
}
#s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b, #wrap-s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b { display:none !important; }}@media (max-width: 767px){#s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b {
  display: none;
}
#s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b, #wrap-s-62d2aaec-def1-4335-a4a4-babd5ddf0f8b { display:none !important; }}
#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed {
  display: none;
}
#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed, #wrap-s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed {
  display: none;
}
#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed, #wrap-s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed {
  
}
}

  #s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed-root {
    text-align: left;
  }


#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed-root {
    text-align: left;
  }


#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed-root {
    text-align: left;
  }


#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed-root {
    text-align: left;
  }


#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed-root {
    text-align: left;
  }


#s-4cf7f3c6-a2d5-47ac-8eaa-daa3ca4d5fed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-7e988eec-6192-4236-8364-a9a8352477cc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-7e988eec-6192-4236-8364-a9a8352477cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e988eec-6192-4236-8364-a9a8352477cc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7e988eec-6192-4236-8364-a9a8352477cc {
  display: none;
}
#s-7e988eec-6192-4236-8364-a9a8352477cc, #wrap-s-7e988eec-6192-4236-8364-a9a8352477cc { display:none !important; }}@media (max-width: 767px){#s-7e988eec-6192-4236-8364-a9a8352477cc {
  display: none;
}
#s-7e988eec-6192-4236-8364-a9a8352477cc, #wrap-s-7e988eec-6192-4236-8364-a9a8352477cc { display:none !important; }}

  #s-7e988eec-6192-4236-8364-a9a8352477cc-root {
    text-align: left;
  }


#s-7e988eec-6192-4236-8364-a9a8352477cc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e988eec-6192-4236-8364-a9a8352477cc-root {
    text-align: left;
  }


#s-7e988eec-6192-4236-8364-a9a8352477cc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e988eec-6192-4236-8364-a9a8352477cc-root {
    text-align: left;
  }


#s-7e988eec-6192-4236-8364-a9a8352477cc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e988eec-6192-4236-8364-a9a8352477cc-root {
    text-align: left;
  }


#s-7e988eec-6192-4236-8364-a9a8352477cc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e988eec-6192-4236-8364-a9a8352477cc-root {
    text-align: left;
  }


#s-7e988eec-6192-4236-8364-a9a8352477cc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-3dfb338d-a2d9-49ba-adb0-4cbd5108101d {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-3dfb338d-a2d9-49ba-adb0-4cbd5108101d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dfb338d-a2d9-49ba-adb0-4cbd5108101d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dfb338d-a2d9-49ba-adb0-4cbd5108101d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dfb338d-a2d9-49ba-adb0-4cbd5108101d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-738fcc51-c923-4a95-a873-4a60fcb342de {
  text-align: center;
}







  #s-738fcc51-c923-4a95-a873-4a60fcb342de img.shogun-image {
    

    
    
    
  }


#s-738fcc51-c923-4a95-a873-4a60fcb342de .shogun-image-content {
  
    align-items: center;
  
}

#s-8c99f45f-5c4c-4519-93fe-aaad67ac2aa0 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (max-width: 767px){#s-8c99f45f-5c4c-4519-93fe-aaad67ac2aa0 {
  display: none;
}
#s-8c99f45f-5c4c-4519-93fe-aaad67ac2aa0, #wrap-s-8c99f45f-5c4c-4519-93fe-aaad67ac2aa0 { display:none !important; }}
#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 {
  display: none;
}
#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071, #wrap-s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 {
  display: none;
}
#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071, #wrap-s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f11f7a27-62fa-42f4-a33a-1bb69dd9f071 {
  
}
}
#s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef {
  display: none;
}
#s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef, #wrap-s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef { display:none !important; }}@media (max-width: 767px){#s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef {
  display: none;
}
#s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef, #wrap-s-ccc7c2d3-3ba3-4da6-ae23-9bfee29401ef { display:none !important; }}
#s-2c011384-ca35-44b5-bb18-3c35a18dbeef {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-2c011384-ca35-44b5-bb18-3c35a18dbeef {
  display: none;
}
#s-2c011384-ca35-44b5-bb18-3c35a18dbeef, #wrap-s-2c011384-ca35-44b5-bb18-3c35a18dbeef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c011384-ca35-44b5-bb18-3c35a18dbeef {
  display: none;
}
#s-2c011384-ca35-44b5-bb18-3c35a18dbeef, #wrap-s-2c011384-ca35-44b5-bb18-3c35a18dbeef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c011384-ca35-44b5-bb18-3c35a18dbeef {
  
}
}
#s-35506d8d-7bc7-48ec-beb1-add1497e2e56 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-35506d8d-7bc7-48ec-beb1-add1497e2e56 {
  display: none;
}
#s-35506d8d-7bc7-48ec-beb1-add1497e2e56, #wrap-s-35506d8d-7bc7-48ec-beb1-add1497e2e56 { display:none !important; }}@media (max-width: 767px){#s-35506d8d-7bc7-48ec-beb1-add1497e2e56 {
  display: none;
}
#s-35506d8d-7bc7-48ec-beb1-add1497e2e56, #wrap-s-35506d8d-7bc7-48ec-beb1-add1497e2e56 { display:none !important; }}
#s-714b128a-b8dd-4368-90a1-1eafba3ac118 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-714b128a-b8dd-4368-90a1-1eafba3ac118 {
  display: none;
}
#s-714b128a-b8dd-4368-90a1-1eafba3ac118, #wrap-s-714b128a-b8dd-4368-90a1-1eafba3ac118 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-714b128a-b8dd-4368-90a1-1eafba3ac118 {
  display: none;
}
#s-714b128a-b8dd-4368-90a1-1eafba3ac118, #wrap-s-714b128a-b8dd-4368-90a1-1eafba3ac118 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-714b128a-b8dd-4368-90a1-1eafba3ac118 {
  
}
}
#s-7c0a7626-7dac-41d0-a0ab-10ed09a30488 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c0a7626-7dac-41d0-a0ab-10ed09a30488 {
  display: none;
}
#s-7c0a7626-7dac-41d0-a0ab-10ed09a30488, #wrap-s-7c0a7626-7dac-41d0-a0ab-10ed09a30488 { display:none !important; }}@media (max-width: 767px){#s-7c0a7626-7dac-41d0-a0ab-10ed09a30488 {
  display: none;
}
#s-7c0a7626-7dac-41d0-a0ab-10ed09a30488, #wrap-s-7c0a7626-7dac-41d0-a0ab-10ed09a30488 { display:none !important; }}
#s-8a588354-4086-40df-b9fa-f6a10a702c0c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-8a588354-4086-40df-b9fa-f6a10a702c0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a588354-4086-40df-b9fa-f6a10a702c0c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8a588354-4086-40df-b9fa-f6a10a702c0c {
  display: none;
}
#s-8a588354-4086-40df-b9fa-f6a10a702c0c, #wrap-s-8a588354-4086-40df-b9fa-f6a10a702c0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a588354-4086-40df-b9fa-f6a10a702c0c {
  display: none;
}
#s-8a588354-4086-40df-b9fa-f6a10a702c0c, #wrap-s-8a588354-4086-40df-b9fa-f6a10a702c0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a588354-4086-40df-b9fa-f6a10a702c0c {
  
}
}

  #s-8a588354-4086-40df-b9fa-f6a10a702c0c-root {
    text-align: left;
  }


#s-8a588354-4086-40df-b9fa-f6a10a702c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a588354-4086-40df-b9fa-f6a10a702c0c-root {
    text-align: left;
  }


#s-8a588354-4086-40df-b9fa-f6a10a702c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a588354-4086-40df-b9fa-f6a10a702c0c-root {
    text-align: left;
  }


#s-8a588354-4086-40df-b9fa-f6a10a702c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a588354-4086-40df-b9fa-f6a10a702c0c-root {
    text-align: left;
  }


#s-8a588354-4086-40df-b9fa-f6a10a702c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a588354-4086-40df-b9fa-f6a10a702c0c-root {
    text-align: left;
  }


#s-8a588354-4086-40df-b9fa-f6a10a702c0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-cce70946-37c2-4bb8-b3fd-a097e97869e9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(131, 204, 220, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(131, 204, 220, 1);
text-align: left;
text-decoration: none;
}
#s-cce70946-37c2-4bb8-b3fd-a097e97869e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cce70946-37c2-4bb8-b3fd-a097e97869e9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cce70946-37c2-4bb8-b3fd-a097e97869e9 {
  display: none;
}
#s-cce70946-37c2-4bb8-b3fd-a097e97869e9, #wrap-s-cce70946-37c2-4bb8-b3fd-a097e97869e9 { display:none !important; }}@media (max-width: 767px){#s-cce70946-37c2-4bb8-b3fd-a097e97869e9 {
  display: none;
}
#s-cce70946-37c2-4bb8-b3fd-a097e97869e9, #wrap-s-cce70946-37c2-4bb8-b3fd-a097e97869e9 { display:none !important; }}

  #s-cce70946-37c2-4bb8-b3fd-a097e97869e9-root {
    text-align: left;
  }


#s-cce70946-37c2-4bb8-b3fd-a097e97869e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cce70946-37c2-4bb8-b3fd-a097e97869e9-root {
    text-align: left;
  }


#s-cce70946-37c2-4bb8-b3fd-a097e97869e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cce70946-37c2-4bb8-b3fd-a097e97869e9-root {
    text-align: left;
  }


#s-cce70946-37c2-4bb8-b3fd-a097e97869e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cce70946-37c2-4bb8-b3fd-a097e97869e9-root {
    text-align: left;
  }


#s-cce70946-37c2-4bb8-b3fd-a097e97869e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cce70946-37c2-4bb8-b3fd-a097e97869e9-root {
    text-align: left;
  }


#s-cce70946-37c2-4bb8-b3fd-a097e97869e9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-33677e55-115d-4829-8b97-4706b3621c7b {
  text-align: left;
}

#s-71adeed7-bd00-4e91-8f72-61b9486ce878 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-71adeed7-bd00-4e91-8f72-61b9486ce878 {
  display: none;
}
#s-71adeed7-bd00-4e91-8f72-61b9486ce878, #wrap-s-71adeed7-bd00-4e91-8f72-61b9486ce878 { display:none !important; }}
#s-71adeed7-bd00-4e91-8f72-61b9486ce878 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-71adeed7-bd00-4e91-8f72-61b9486ce878 .shg-sld-nav-button.shg-sld-left,
#s-71adeed7-bd00-4e91-8f72-61b9486ce878 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c915cf04-850c-4396-8a0a-e7a52cc4708d {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-e6279c0a-e925-47ac-b9fc-f63d1d6b1d89 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-8aaa2d4a-d8b6-48b8-a1af-c7bbda25fbe0 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-d71bbdbe-4bdb-4484-94ac-ac4c4975ffb8 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-d71bbdbe-4bdb-4484-94ac-ac4c4975ffb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d71bbdbe-4bdb-4484-94ac-ac4c4975ffb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d71bbdbe-4bdb-4484-94ac-ac4c4975ffb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d71bbdbe-4bdb-4484-94ac-ac4c4975ffb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-c1842deb-ff6f-4e36-aa87-ef0441cd239c {
  text-align: center;
}








#s-c1842deb-ff6f-4e36-aa87-ef0441cd239c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0-root {
    text-align: left;
  }


#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0-root {
    text-align: left;
  }


#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0-root {
    text-align: left;
  }


#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0-root {
    text-align: left;
  }


#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0-root {
    text-align: left;
  }


#s-a033fec7-8dcd-4836-a4dc-8ec5119de5f0.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0b53245f-3a8f-425a-bc70-a6025afe54f3 {
  text-align: center;
}








#s-0b53245f-3a8f-425a-bc70-a6025afe54f3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9da261ab-b676-4c79-a170-c7014a150d8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-9da261ab-b676-4c79-a170-c7014a150d8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9da261ab-b676-4c79-a170-c7014a150d8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9da261ab-b676-4c79-a170-c7014a150d8d-root {
    text-align: left;
  }


#s-9da261ab-b676-4c79-a170-c7014a150d8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9da261ab-b676-4c79-a170-c7014a150d8d-root {
    text-align: left;
  }


#s-9da261ab-b676-4c79-a170-c7014a150d8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9da261ab-b676-4c79-a170-c7014a150d8d-root {
    text-align: left;
  }


#s-9da261ab-b676-4c79-a170-c7014a150d8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9da261ab-b676-4c79-a170-c7014a150d8d-root {
    text-align: left;
  }


#s-9da261ab-b676-4c79-a170-c7014a150d8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9da261ab-b676-4c79-a170-c7014a150d8d-root {
    text-align: left;
  }


#s-9da261ab-b676-4c79-a170-c7014a150d8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3232c0cd-206e-440b-9c8d-09a26124d0d5 {
  text-align: center;
}








#s-3232c0cd-206e-440b-9c8d-09a26124d0d5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67-root {
    text-align: left;
  }


#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67-root {
    text-align: left;
  }


#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67-root {
    text-align: left;
  }


#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67-root {
    text-align: left;
  }


#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67-root {
    text-align: left;
  }


#s-4a57e6bd-a3e5-4408-8b4f-0d9883934a67.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-73fb61b1-e160-441f-8d1f-8e33a428051d {
  text-align: center;
}
@media (max-width: 767px){#s-73fb61b1-e160-441f-8d1f-8e33a428051d {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-73fb61b1-e160-441f-8d1f-8e33a428051d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6f1f657b-24be-41cc-b60e-fd201624a10c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-6f1f657b-24be-41cc-b60e-fd201624a10c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f1f657b-24be-41cc-b60e-fd201624a10c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f1f657b-24be-41cc-b60e-fd201624a10c-root {
    text-align: left;
  }


#s-6f1f657b-24be-41cc-b60e-fd201624a10c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f1f657b-24be-41cc-b60e-fd201624a10c-root {
    text-align: left;
  }


#s-6f1f657b-24be-41cc-b60e-fd201624a10c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f1f657b-24be-41cc-b60e-fd201624a10c-root {
    text-align: left;
  }


#s-6f1f657b-24be-41cc-b60e-fd201624a10c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f1f657b-24be-41cc-b60e-fd201624a10c-root {
    text-align: left;
  }


#s-6f1f657b-24be-41cc-b60e-fd201624a10c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f1f657b-24be-41cc-b60e-fd201624a10c-root {
    text-align: left;
  }


#s-6f1f657b-24be-41cc-b60e-fd201624a10c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9c4b6ab-9bc4-4972-84fa-cb6df6a42b4e {
  text-align: center;
}








#s-d9c4b6ab-9bc4-4972-84fa-cb6df6a42b4e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-202755f4-e635-4e13-afbd-faefeff096b7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-202755f4-e635-4e13-afbd-faefeff096b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-202755f4-e635-4e13-afbd-faefeff096b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-202755f4-e635-4e13-afbd-faefeff096b7-root {
    text-align: left;
  }


#s-202755f4-e635-4e13-afbd-faefeff096b7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-202755f4-e635-4e13-afbd-faefeff096b7-root {
    text-align: left;
  }


#s-202755f4-e635-4e13-afbd-faefeff096b7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-202755f4-e635-4e13-afbd-faefeff096b7-root {
    text-align: left;
  }


#s-202755f4-e635-4e13-afbd-faefeff096b7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-202755f4-e635-4e13-afbd-faefeff096b7-root {
    text-align: left;
  }


#s-202755f4-e635-4e13-afbd-faefeff096b7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-202755f4-e635-4e13-afbd-faefeff096b7-root {
    text-align: left;
  }


#s-202755f4-e635-4e13-afbd-faefeff096b7.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e523f4c9-b32b-4862-8d07-2883957a0841 {
  text-align: center;
}








#s-e523f4c9-b32b-4862-8d07-2883957a0841 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16133fe5-ab0c-459f-b86c-e0b8f83c02de-root {
    text-align: left;
  }


#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16133fe5-ab0c-459f-b86c-e0b8f83c02de-root {
    text-align: left;
  }


#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16133fe5-ab0c-459f-b86c-e0b8f83c02de-root {
    text-align: left;
  }


#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16133fe5-ab0c-459f-b86c-e0b8f83c02de-root {
    text-align: left;
  }


#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16133fe5-ab0c-459f-b86c-e0b8f83c02de-root {
    text-align: left;
  }


#s-16133fe5-ab0c-459f-b86c-e0b8f83c02de.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6437038-e88c-4d4b-8149-4dead83ea0d9 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-f6437038-e88c-4d4b-8149-4dead83ea0d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f6437038-e88c-4d4b-8149-4dead83ea0d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f6437038-e88c-4d4b-8149-4dead83ea0d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f6437038-e88c-4d4b-8149-4dead83ea0d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-ec5ff85a-91c8-4cf6-bfad-eb419f1995d3 {
  text-align: center;
}
@media (max-width: 767px){#s-ec5ff85a-91c8-4cf6-bfad-eb419f1995d3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ec5ff85a-91c8-4cf6-bfad-eb419f1995d3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615-root {
    text-align: left;
  }


#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615-root {
    text-align: left;
  }


#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615-root {
    text-align: left;
  }


#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615-root {
    text-align: left;
  }


#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615-root {
    text-align: left;
  }


#s-ce037d9e-ffb4-4f77-b4fd-07186e5c1615.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fc46e46a-da20-4b21-930f-c409fc95db88 {
  text-align: center;
}








#s-fc46e46a-da20-4b21-930f-c409fc95db88 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f0094d2d-a1c3-4496-8733-71476afe466c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-f0094d2d-a1c3-4496-8733-71476afe466c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0094d2d-a1c3-4496-8733-71476afe466c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0094d2d-a1c3-4496-8733-71476afe466c-root {
    text-align: left;
  }


#s-f0094d2d-a1c3-4496-8733-71476afe466c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0094d2d-a1c3-4496-8733-71476afe466c-root {
    text-align: left;
  }


#s-f0094d2d-a1c3-4496-8733-71476afe466c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0094d2d-a1c3-4496-8733-71476afe466c-root {
    text-align: left;
  }


#s-f0094d2d-a1c3-4496-8733-71476afe466c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0094d2d-a1c3-4496-8733-71476afe466c-root {
    text-align: left;
  }


#s-f0094d2d-a1c3-4496-8733-71476afe466c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0094d2d-a1c3-4496-8733-71476afe466c-root {
    text-align: left;
  }


#s-f0094d2d-a1c3-4496-8733-71476afe466c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2049bba5-9832-4eb5-8382-359677ace310 {
  text-align: center;
}
@media (max-width: 767px){#s-2049bba5-9832-4eb5-8382-359677ace310 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-2049bba5-9832-4eb5-8382-359677ace310 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9b20190c-9ede-4b8d-b661-219a1a710a8d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-9b20190c-9ede-4b8d-b661-219a1a710a8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b20190c-9ede-4b8d-b661-219a1a710a8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b20190c-9ede-4b8d-b661-219a1a710a8d-root {
    text-align: left;
  }


#s-9b20190c-9ede-4b8d-b661-219a1a710a8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b20190c-9ede-4b8d-b661-219a1a710a8d-root {
    text-align: left;
  }


#s-9b20190c-9ede-4b8d-b661-219a1a710a8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b20190c-9ede-4b8d-b661-219a1a710a8d-root {
    text-align: left;
  }


#s-9b20190c-9ede-4b8d-b661-219a1a710a8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b20190c-9ede-4b8d-b661-219a1a710a8d-root {
    text-align: left;
  }


#s-9b20190c-9ede-4b8d-b661-219a1a710a8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b20190c-9ede-4b8d-b661-219a1a710a8d-root {
    text-align: left;
  }


#s-9b20190c-9ede-4b8d-b661-219a1a710a8d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ae493fcc-ae22-498d-9b29-6e5b5d4b8bbe {
  text-align: center;
}








#s-ae493fcc-ae22-498d-9b29-6e5b5d4b8bbe .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ddad188-713c-4d31-930b-0d48aafb1de4 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-9ddad188-713c-4d31-930b-0d48aafb1de4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ddad188-713c-4d31-930b-0d48aafb1de4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ddad188-713c-4d31-930b-0d48aafb1de4-root {
    text-align: left;
  }


#s-9ddad188-713c-4d31-930b-0d48aafb1de4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ddad188-713c-4d31-930b-0d48aafb1de4-root {
    text-align: left;
  }


#s-9ddad188-713c-4d31-930b-0d48aafb1de4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ddad188-713c-4d31-930b-0d48aafb1de4-root {
    text-align: left;
  }


#s-9ddad188-713c-4d31-930b-0d48aafb1de4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ddad188-713c-4d31-930b-0d48aafb1de4-root {
    text-align: left;
  }


#s-9ddad188-713c-4d31-930b-0d48aafb1de4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ddad188-713c-4d31-930b-0d48aafb1de4-root {
    text-align: left;
  }


#s-9ddad188-713c-4d31-930b-0d48aafb1de4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-879cbc32-370c-49c7-8bf6-88d53b701e42 {
  text-align: center;
}
@media (max-width: 767px){#s-879cbc32-370c-49c7-8bf6-88d53b701e42 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-879cbc32-370c-49c7-8bf6-88d53b701e42 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1-root {
    text-align: left;
  }


#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1-root {
    text-align: left;
  }


#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1-root {
    text-align: left;
  }


#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1-root {
    text-align: left;
  }


#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1-root {
    text-align: left;
  }


#s-0125cea2-c6f3-44ec-a76e-e6918cf81ce1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1d0ddbec-a879-4dee-a765-b0730f36593c {
  text-align: center;
}








#s-1d0ddbec-a879-4dee-a765-b0730f36593c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-eeb3a414-0803-4b51-bd1e-fb64d869b085 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-eeb3a414-0803-4b51-bd1e-fb64d869b085:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eeb3a414-0803-4b51-bd1e-fb64d869b085:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eeb3a414-0803-4b51-bd1e-fb64d869b085-root {
    text-align: left;
  }


#s-eeb3a414-0803-4b51-bd1e-fb64d869b085.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eeb3a414-0803-4b51-bd1e-fb64d869b085-root {
    text-align: left;
  }


#s-eeb3a414-0803-4b51-bd1e-fb64d869b085.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeb3a414-0803-4b51-bd1e-fb64d869b085-root {
    text-align: left;
  }


#s-eeb3a414-0803-4b51-bd1e-fb64d869b085.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeb3a414-0803-4b51-bd1e-fb64d869b085-root {
    text-align: left;
  }


#s-eeb3a414-0803-4b51-bd1e-fb64d869b085.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eeb3a414-0803-4b51-bd1e-fb64d869b085-root {
    text-align: left;
  }


#s-eeb3a414-0803-4b51-bd1e-fb64d869b085.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-34ffc9da-e958-480b-b640-ed2f54aed811 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-34ffc9da-e958-480b-b640-ed2f54aed811"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-34ffc9da-e958-480b-b640-ed2f54aed811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-34ffc9da-e958-480b-b640-ed2f54aed811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-34ffc9da-e958-480b-b640-ed2f54aed811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-50f833da-71ae-4bd4-98ac-550c78e774e9 {
  text-align: center;
}
@media (max-width: 767px){#s-50f833da-71ae-4bd4-98ac-550c78e774e9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-50f833da-71ae-4bd4-98ac-550c78e774e9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-207d2815-02ad-4c55-af47-7b9913239362 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-207d2815-02ad-4c55-af47-7b9913239362:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-207d2815-02ad-4c55-af47-7b9913239362:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-207d2815-02ad-4c55-af47-7b9913239362-root {
    text-align: left;
  }


#s-207d2815-02ad-4c55-af47-7b9913239362.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-207d2815-02ad-4c55-af47-7b9913239362-root {
    text-align: left;
  }


#s-207d2815-02ad-4c55-af47-7b9913239362.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-207d2815-02ad-4c55-af47-7b9913239362-root {
    text-align: left;
  }


#s-207d2815-02ad-4c55-af47-7b9913239362.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-207d2815-02ad-4c55-af47-7b9913239362-root {
    text-align: left;
  }


#s-207d2815-02ad-4c55-af47-7b9913239362.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-207d2815-02ad-4c55-af47-7b9913239362-root {
    text-align: left;
  }


#s-207d2815-02ad-4c55-af47-7b9913239362.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-eeb1b070-92e1-4b27-8592-28201ce1ad75 {
  text-align: center;
}








#s-eeb1b070-92e1-4b27-8592-28201ce1ad75 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597-root {
    text-align: left;
  }


#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597-root {
    text-align: left;
  }


#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597-root {
    text-align: left;
  }


#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597-root {
    text-align: left;
  }


#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597-root {
    text-align: left;
  }


#s-3a7b3397-aa0e-4af0-b618-cd8cfbc41597.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-104e6045-ab93-4389-97c9-d55b1eb3859d {
  text-align: center;
}
@media (max-width: 767px){#s-104e6045-ab93-4389-97c9-d55b1eb3859d {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-104e6045-ab93-4389-97c9-d55b1eb3859d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db-root {
    text-align: left;
  }


#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db-root {
    text-align: left;
  }


#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db-root {
    text-align: left;
  }


#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db-root {
    text-align: left;
  }


#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db-root {
    text-align: left;
  }


#s-8ebffc71-45e5-4fb3-94e6-c696f5dee1db.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a3f01921-5f1e-488b-a845-9c94a98dfa4c {
  text-align: center;
}








#s-a3f01921-5f1e-488b-a845-9c94a98dfa4c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2331ecd5-27be-402f-a9a4-935924b07a89 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-2331ecd5-27be-402f-a9a4-935924b07a89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2331ecd5-27be-402f-a9a4-935924b07a89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2331ecd5-27be-402f-a9a4-935924b07a89-root {
    text-align: left;
  }


#s-2331ecd5-27be-402f-a9a4-935924b07a89.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2331ecd5-27be-402f-a9a4-935924b07a89-root {
    text-align: left;
  }


#s-2331ecd5-27be-402f-a9a4-935924b07a89.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2331ecd5-27be-402f-a9a4-935924b07a89-root {
    text-align: left;
  }


#s-2331ecd5-27be-402f-a9a4-935924b07a89.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2331ecd5-27be-402f-a9a4-935924b07a89-root {
    text-align: left;
  }


#s-2331ecd5-27be-402f-a9a4-935924b07a89.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2331ecd5-27be-402f-a9a4-935924b07a89-root {
    text-align: left;
  }


#s-2331ecd5-27be-402f-a9a4-935924b07a89.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-867f9c39-d791-4a84-9b1f-61ab9276d8e9 {
  text-align: center;
}
@media (max-width: 767px){#s-867f9c39-d791-4a84-9b1f-61ab9276d8e9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-867f9c39-d791-4a84-9b1f-61ab9276d8e9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a-root {
    text-align: left;
  }


#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a-root {
    text-align: left;
  }


#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a-root {
    text-align: left;
  }


#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a-root {
    text-align: left;
  }


#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a-root {
    text-align: left;
  }


#s-2d5d1fba-cd81-4542-aaa6-7b6ee868765a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dd11b7bf-3d7c-45a7-8d65-f13014e1c428 {
  text-align: center;
}








#s-dd11b7bf-3d7c-45a7-8d65-f13014e1c428 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1cf3681-8f36-4b10-b507-aaee5f8ad342-root {
    text-align: left;
  }


#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1cf3681-8f36-4b10-b507-aaee5f8ad342-root {
    text-align: left;
  }


#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1cf3681-8f36-4b10-b507-aaee5f8ad342-root {
    text-align: left;
  }


#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1cf3681-8f36-4b10-b507-aaee5f8ad342-root {
    text-align: left;
  }


#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1cf3681-8f36-4b10-b507-aaee5f8ad342-root {
    text-align: left;
  }


#s-b1cf3681-8f36-4b10-b507-aaee5f8ad342.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f7478007-a4b4-4185-a0b6-37563f7aeeff {
  display: none;
}
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff, #wrap-s-f7478007-a4b4-4185-a0b6-37563f7aeeff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7478007-a4b4-4185-a0b6-37563f7aeeff {
  display: none;
}
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff, #wrap-s-f7478007-a4b4-4185-a0b6-37563f7aeeff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7478007-a4b4-4185-a0b6-37563f7aeeff {
  display: none;
}
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff, #wrap-s-f7478007-a4b4-4185-a0b6-37563f7aeeff { display:none !important; }}
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f7478007-a4b4-4185-a0b6-37563f7aeeff .shg-sld-nav-button.shg-sld-left,
#s-f7478007-a4b4-4185-a0b6-37563f7aeeff .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e474f13f-fe36-4701-8323-afd2e3b3a2e3 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-dc6f3a1c-e537-424a-87ec-0dac030517c8 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-2468e345-b430-44a3-ac5e-d2197932d1d6 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-da15c79d-77a3-46f5-8ed5-f3ccf715db04 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-62cf97ad-7d43-44d4-a47d-67d8acb180bd {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-540fcde4-4c8f-4eb1-826a-58f341d6138b {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-0377cc92-0012-4441-bafc-9a1c7287c250 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-55090de9-b6ca-4a19-95ee-55ae8d3a463a {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

#s-b2aa033e-5aa1-4932-a3d4-9d497148195f {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b2aa033e-5aa1-4932-a3d4-9d497148195f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b2aa033e-5aa1-4932-a3d4-9d497148195f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b2aa033e-5aa1-4932-a3d4-9d497148195f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2aa033e-5aa1-4932-a3d4-9d497148195f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-917e0ee3-27df-407a-b9c2-3d3b628f46da {
  text-align: center;
}
@media (max-width: 767px){#s-917e0ee3-27df-407a-b9c2-3d3b628f46da {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-917e0ee3-27df-407a-b9c2-3d3b628f46da .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58c9fe24-ac46-4a05-b289-c6b9bb536d05-root {
    text-align: left;
  }


#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-58c9fe24-ac46-4a05-b289-c6b9bb536d05-root {
    text-align: left;
  }


#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58c9fe24-ac46-4a05-b289-c6b9bb536d05-root {
    text-align: left;
  }


#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58c9fe24-ac46-4a05-b289-c6b9bb536d05-root {
    text-align: left;
  }


#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-58c9fe24-ac46-4a05-b289-c6b9bb536d05-root {
    text-align: left;
  }


#s-58c9fe24-ac46-4a05-b289-c6b9bb536d05.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-8f3b4741-3362-4138-8104-d73a7b996dfb {
  text-align: center;
}








#s-8f3b4741-3362-4138-8104-d73a7b996dfb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8-root {
    text-align: left;
  }


#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8-root {
    text-align: left;
  }


#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8-root {
    text-align: left;
  }


#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8-root {
    text-align: left;
  }


#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8-root {
    text-align: left;
  }


#s-274ba14a-79b1-4ab5-a7bd-0cba6e8e38c8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-71005a72-b825-47fa-a5a1-10772f5e4f95 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-71005a72-b825-47fa-a5a1-10772f5e4f95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-71005a72-b825-47fa-a5a1-10772f5e4f95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71005a72-b825-47fa-a5a1-10772f5e4f95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71005a72-b825-47fa-a5a1-10772f5e4f95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8956daba-d712-4742-baba-b508fb4a44ff {
  text-align: center;
}








#s-8956daba-d712-4742-baba-b508fb4a44ff .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-329ebd3b-14da-4fda-a303-6a21def5706c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-329ebd3b-14da-4fda-a303-6a21def5706c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-329ebd3b-14da-4fda-a303-6a21def5706c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-329ebd3b-14da-4fda-a303-6a21def5706c-root {
    text-align: left;
  }


#s-329ebd3b-14da-4fda-a303-6a21def5706c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-329ebd3b-14da-4fda-a303-6a21def5706c-root {
    text-align: left;
  }


#s-329ebd3b-14da-4fda-a303-6a21def5706c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-329ebd3b-14da-4fda-a303-6a21def5706c-root {
    text-align: left;
  }


#s-329ebd3b-14da-4fda-a303-6a21def5706c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-329ebd3b-14da-4fda-a303-6a21def5706c-root {
    text-align: left;
  }


#s-329ebd3b-14da-4fda-a303-6a21def5706c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-329ebd3b-14da-4fda-a303-6a21def5706c-root {
    text-align: left;
  }


#s-329ebd3b-14da-4fda-a303-6a21def5706c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-86c6ee51-8de4-4836-8401-7a34e58e14f0 {
  text-align: center;
}








#s-86c6ee51-8de4-4836-8401-7a34e58e14f0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e9b65844-1925-4747-9156-9cce6e197df6 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-e9b65844-1925-4747-9156-9cce6e197df6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9b65844-1925-4747-9156-9cce6e197df6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9b65844-1925-4747-9156-9cce6e197df6-root {
    text-align: left;
  }


#s-e9b65844-1925-4747-9156-9cce6e197df6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9b65844-1925-4747-9156-9cce6e197df6-root {
    text-align: left;
  }


#s-e9b65844-1925-4747-9156-9cce6e197df6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9b65844-1925-4747-9156-9cce6e197df6-root {
    text-align: left;
  }


#s-e9b65844-1925-4747-9156-9cce6e197df6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9b65844-1925-4747-9156-9cce6e197df6-root {
    text-align: left;
  }


#s-e9b65844-1925-4747-9156-9cce6e197df6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9b65844-1925-4747-9156-9cce6e197df6-root {
    text-align: left;
  }


#s-e9b65844-1925-4747-9156-9cce6e197df6.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-e2ed1315-1e9a-4878-aca3-51a52f7b2a3d {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-e2ed1315-1e9a-4878-aca3-51a52f7b2a3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e2ed1315-1e9a-4878-aca3-51a52f7b2a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ed1315-1e9a-4878-aca3-51a52f7b2a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ed1315-1e9a-4878-aca3-51a52f7b2a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff243985-a960-42a5-84cb-8e398d9baa10 {
  text-align: center;
}
@media (max-width: 767px){#s-ff243985-a960-42a5-84cb-8e398d9baa10 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ff243985-a960-42a5-84cb-8e398d9baa10 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7ca05217-5e3b-4376-93a6-6d657f1850d5 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-7ca05217-5e3b-4376-93a6-6d657f1850d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ca05217-5e3b-4376-93a6-6d657f1850d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ca05217-5e3b-4376-93a6-6d657f1850d5-root {
    text-align: left;
  }


#s-7ca05217-5e3b-4376-93a6-6d657f1850d5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ca05217-5e3b-4376-93a6-6d657f1850d5-root {
    text-align: left;
  }


#s-7ca05217-5e3b-4376-93a6-6d657f1850d5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ca05217-5e3b-4376-93a6-6d657f1850d5-root {
    text-align: left;
  }


#s-7ca05217-5e3b-4376-93a6-6d657f1850d5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ca05217-5e3b-4376-93a6-6d657f1850d5-root {
    text-align: left;
  }


#s-7ca05217-5e3b-4376-93a6-6d657f1850d5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ca05217-5e3b-4376-93a6-6d657f1850d5-root {
    text-align: left;
  }


#s-7ca05217-5e3b-4376-93a6-6d657f1850d5.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e0f8e6a6-10f1-44d7-a419-73bebbcc259f {
  text-align: center;
}








#s-e0f8e6a6-10f1-44d7-a419-73bebbcc259f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d17d9860-7fef-426b-ac00-5d85ce72bff9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-d17d9860-7fef-426b-ac00-5d85ce72bff9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d17d9860-7fef-426b-ac00-5d85ce72bff9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d17d9860-7fef-426b-ac00-5d85ce72bff9-root {
    text-align: left;
  }


#s-d17d9860-7fef-426b-ac00-5d85ce72bff9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d17d9860-7fef-426b-ac00-5d85ce72bff9-root {
    text-align: left;
  }


#s-d17d9860-7fef-426b-ac00-5d85ce72bff9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d17d9860-7fef-426b-ac00-5d85ce72bff9-root {
    text-align: left;
  }


#s-d17d9860-7fef-426b-ac00-5d85ce72bff9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d17d9860-7fef-426b-ac00-5d85ce72bff9-root {
    text-align: left;
  }


#s-d17d9860-7fef-426b-ac00-5d85ce72bff9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d17d9860-7fef-426b-ac00-5d85ce72bff9-root {
    text-align: left;
  }


#s-d17d9860-7fef-426b-ac00-5d85ce72bff9.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-0b18372b-4b33-4f98-b7f3-118a0132e0e7 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-0b18372b-4b33-4f98-b7f3-118a0132e0e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0b18372b-4b33-4f98-b7f3-118a0132e0e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0b18372b-4b33-4f98-b7f3-118a0132e0e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b18372b-4b33-4f98-b7f3-118a0132e0e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c51ff4f7-20b2-4e41-8be5-3ab2f501cc4f {
  text-align: center;
}
@media (max-width: 767px){#s-c51ff4f7-20b2-4e41-8be5-3ab2f501cc4f {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-c51ff4f7-20b2-4e41-8be5-3ab2f501cc4f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0dee532a-00d8-4d47-97fd-13ebacad81e8 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-0dee532a-00d8-4d47-97fd-13ebacad81e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dee532a-00d8-4d47-97fd-13ebacad81e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0dee532a-00d8-4d47-97fd-13ebacad81e8-root {
    text-align: left;
  }


#s-0dee532a-00d8-4d47-97fd-13ebacad81e8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0dee532a-00d8-4d47-97fd-13ebacad81e8-root {
    text-align: left;
  }


#s-0dee532a-00d8-4d47-97fd-13ebacad81e8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0dee532a-00d8-4d47-97fd-13ebacad81e8-root {
    text-align: left;
  }


#s-0dee532a-00d8-4d47-97fd-13ebacad81e8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0dee532a-00d8-4d47-97fd-13ebacad81e8-root {
    text-align: left;
  }


#s-0dee532a-00d8-4d47-97fd-13ebacad81e8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0dee532a-00d8-4d47-97fd-13ebacad81e8-root {
    text-align: left;
  }


#s-0dee532a-00d8-4d47-97fd-13ebacad81e8.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-997a0e68-3d52-4e86-b85d-aa5ed0358030 {
  text-align: center;
}








#s-997a0e68-3d52-4e86-b85d-aa5ed0358030 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-120aba3a-4d41-4856-8092-5937a48fc989 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-120aba3a-4d41-4856-8092-5937a48fc989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-120aba3a-4d41-4856-8092-5937a48fc989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-120aba3a-4d41-4856-8092-5937a48fc989-root {
    text-align: left;
  }


#s-120aba3a-4d41-4856-8092-5937a48fc989.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-120aba3a-4d41-4856-8092-5937a48fc989-root {
    text-align: left;
  }


#s-120aba3a-4d41-4856-8092-5937a48fc989.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-120aba3a-4d41-4856-8092-5937a48fc989-root {
    text-align: left;
  }


#s-120aba3a-4d41-4856-8092-5937a48fc989.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-120aba3a-4d41-4856-8092-5937a48fc989-root {
    text-align: left;
  }


#s-120aba3a-4d41-4856-8092-5937a48fc989.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-120aba3a-4d41-4856-8092-5937a48fc989-root {
    text-align: left;
  }


#s-120aba3a-4d41-4856-8092-5937a48fc989.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2a8f5fc9-9fb7-4991-99a9-ef049cb2ae6b {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-2a8f5fc9-9fb7-4991-99a9-ef049cb2ae6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2a8f5fc9-9fb7-4991-99a9-ef049cb2ae6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2a8f5fc9-9fb7-4991-99a9-ef049cb2ae6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a8f5fc9-9fb7-4991-99a9-ef049cb2ae6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-934570bb-1af9-4873-9dbe-3341d507f15b {
  text-align: center;
}
@media (max-width: 767px){#s-934570bb-1af9-4873-9dbe-3341d507f15b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-934570bb-1af9-4873-9dbe-3341d507f15b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f609d045-562f-4da5-8379-fa1eb399e7ac {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-f609d045-562f-4da5-8379-fa1eb399e7ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f609d045-562f-4da5-8379-fa1eb399e7ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f609d045-562f-4da5-8379-fa1eb399e7ac-root {
    text-align: left;
  }


#s-f609d045-562f-4da5-8379-fa1eb399e7ac.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f609d045-562f-4da5-8379-fa1eb399e7ac-root {
    text-align: left;
  }


#s-f609d045-562f-4da5-8379-fa1eb399e7ac.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f609d045-562f-4da5-8379-fa1eb399e7ac-root {
    text-align: left;
  }


#s-f609d045-562f-4da5-8379-fa1eb399e7ac.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f609d045-562f-4da5-8379-fa1eb399e7ac-root {
    text-align: left;
  }


#s-f609d045-562f-4da5-8379-fa1eb399e7ac.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f609d045-562f-4da5-8379-fa1eb399e7ac-root {
    text-align: left;
  }


#s-f609d045-562f-4da5-8379-fa1eb399e7ac.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-63bb0110-7586-4993-a708-e0dc678aa1aa {
  text-align: center;
}








#s-63bb0110-7586-4993-a708-e0dc678aa1aa .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1-root {
    text-align: left;
  }


#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1-root {
    text-align: left;
  }


#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1-root {
    text-align: left;
  }


#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1-root {
    text-align: left;
  }


#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1-root {
    text-align: left;
  }


#s-7fbb8850-c20e-4a8b-b732-b88baaa66ad1.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-6bf356d8-a26b-4681-aa20-ee7c9bb721c6 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-6bf356d8-a26b-4681-aa20-ee7c9bb721c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6bf356d8-a26b-4681-aa20-ee7c9bb721c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6bf356d8-a26b-4681-aa20-ee7c9bb721c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bf356d8-a26b-4681-aa20-ee7c9bb721c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-59e5dfbf-93a9-4f3e-ba0f-938d80560f26 {
  text-align: center;
}
@media (max-width: 767px){#s-59e5dfbf-93a9-4f3e-ba0f-938d80560f26 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-59e5dfbf-93a9-4f3e-ba0f-938d80560f26 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3a3032b0-1c27-4801-830c-07cc16f69c5d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-3a3032b0-1c27-4801-830c-07cc16f69c5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a3032b0-1c27-4801-830c-07cc16f69c5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a3032b0-1c27-4801-830c-07cc16f69c5d-root {
    text-align: left;
  }


#s-3a3032b0-1c27-4801-830c-07cc16f69c5d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a3032b0-1c27-4801-830c-07cc16f69c5d-root {
    text-align: left;
  }


#s-3a3032b0-1c27-4801-830c-07cc16f69c5d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a3032b0-1c27-4801-830c-07cc16f69c5d-root {
    text-align: left;
  }


#s-3a3032b0-1c27-4801-830c-07cc16f69c5d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a3032b0-1c27-4801-830c-07cc16f69c5d-root {
    text-align: left;
  }


#s-3a3032b0-1c27-4801-830c-07cc16f69c5d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a3032b0-1c27-4801-830c-07cc16f69c5d-root {
    text-align: left;
  }


#s-3a3032b0-1c27-4801-830c-07cc16f69c5d.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-16c788b6-1994-422c-af8b-592534787228 {
  text-align: center;
}








#s-16c788b6-1994-422c-af8b-592534787228 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba-root {
    text-align: left;
  }


#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba-root {
    text-align: left;
  }


#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba-root {
    text-align: left;
  }


#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba-root {
    text-align: left;
  }


#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba-root {
    text-align: left;
  }


#s-d05fa5e7-d803-4e55-92aa-e0fcb4f59bba.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bcf3f0e0-c726-4722-8318-d2ef94b6fa64 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-bcf3f0e0-c726-4722-8318-d2ef94b6fa64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bcf3f0e0-c726-4722-8318-d2ef94b6fa64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bcf3f0e0-c726-4722-8318-d2ef94b6fa64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcf3f0e0-c726-4722-8318-d2ef94b6fa64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-36ad0fe1-92a0-4dd4-ae4d-cb187e9184ce {
  text-align: center;
}
@media (max-width: 767px){#s-36ad0fe1-92a0-4dd4-ae4d-cb187e9184ce {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-36ad0fe1-92a0-4dd4-ae4d-cb187e9184ce .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-95cbd940-5499-405c-b216-1b2a1f398da4 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-95cbd940-5499-405c-b216-1b2a1f398da4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95cbd940-5499-405c-b216-1b2a1f398da4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95cbd940-5499-405c-b216-1b2a1f398da4-root {
    text-align: left;
  }


#s-95cbd940-5499-405c-b216-1b2a1f398da4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-95cbd940-5499-405c-b216-1b2a1f398da4-root {
    text-align: left;
  }


#s-95cbd940-5499-405c-b216-1b2a1f398da4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95cbd940-5499-405c-b216-1b2a1f398da4-root {
    text-align: left;
  }


#s-95cbd940-5499-405c-b216-1b2a1f398da4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95cbd940-5499-405c-b216-1b2a1f398da4-root {
    text-align: left;
  }


#s-95cbd940-5499-405c-b216-1b2a1f398da4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-95cbd940-5499-405c-b216-1b2a1f398da4-root {
    text-align: left;
  }


#s-95cbd940-5499-405c-b216-1b2a1f398da4.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-f467be06-589d-4e8c-bca7-e63897ed41cf {
  text-align: center;
}








#s-f467be06-589d-4e8c-bca7-e63897ed41cf .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3-root {
    text-align: left;
  }


#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3-root {
    text-align: left;
  }


#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3-root {
    text-align: left;
  }


#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3-root {
    text-align: left;
  }


#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3-root {
    text-align: left;
  }


#s-86bf39a8-3b10-4682-bf20-8b7e6af2fde3.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9c5c5143-e01b-4f74-bc3b-fc3b788af711 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-9c5c5143-e01b-4f74-bc3b-fc3b788af711"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9c5c5143-e01b-4f74-bc3b-fc3b788af711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5c5143-e01b-4f74-bc3b-fc3b788af711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5c5143-e01b-4f74-bc3b-fc3b788af711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-618868bb-b180-4a3b-a010-76699b053c53 {
  text-align: center;
}
@media (max-width: 767px){#s-618868bb-b180-4a3b-a010-76699b053c53 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-618868bb-b180-4a3b-a010-76699b053c53 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e98dca51-71b3-4c74-a3b6-561df8da79e2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-e98dca51-71b3-4c74-a3b6-561df8da79e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e98dca51-71b3-4c74-a3b6-561df8da79e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e98dca51-71b3-4c74-a3b6-561df8da79e2-root {
    text-align: left;
  }


#s-e98dca51-71b3-4c74-a3b6-561df8da79e2.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e98dca51-71b3-4c74-a3b6-561df8da79e2-root {
    text-align: left;
  }


#s-e98dca51-71b3-4c74-a3b6-561df8da79e2.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e98dca51-71b3-4c74-a3b6-561df8da79e2-root {
    text-align: left;
  }


#s-e98dca51-71b3-4c74-a3b6-561df8da79e2.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e98dca51-71b3-4c74-a3b6-561df8da79e2-root {
    text-align: left;
  }


#s-e98dca51-71b3-4c74-a3b6-561df8da79e2.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e98dca51-71b3-4c74-a3b6-561df8da79e2-root {
    text-align: left;
  }


#s-e98dca51-71b3-4c74-a3b6-561df8da79e2.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-1cc7fb0f-3722-4938-9932-a6d08ce9b7d4 {
  text-align: center;
}








#s-1cc7fb0f-3722-4938-9932-a6d08ce9b7d4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: left;
text-decoration: none;
color: rgba(3, 0, 0, 1);
}
#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a-root {
    text-align: left;
  }


#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a-root {
    text-align: left;
  }


#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a-root {
    text-align: left;
  }


#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a-root {
    text-align: left;
  }


#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a-root {
    text-align: left;
  }


#s-5ccaf958-0cd3-4b00-8c4a-31b2482e985a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}