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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-3ece709b-05c9-4d74-ad4b-0085eefdcd3f {
  margin-left: auto;
margin-right: auto;
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53348c00-5f51-4b06-a72d-abc5a2a2c6b4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 960/1200;
text-align: center;
}
@media (min-width: 1200px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  display: none;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8, #wrap-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  display: none;
}
#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8, #wrap-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
}
}@media (max-width: 767px){#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
}
}


.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
    
    
  }


.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
      position: relative;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
    
    
  }


.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
      position: relative;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
    
    
  }


.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
      position: relative;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
    
    
  }


.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
      position: relative;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  
  
  
  
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
    
    
  }


.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container {
      position: relative;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e10df36-ef7b-449d-b897-cbaa20fd3aa8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/630;
text-align: center;
}
@media (min-width: 1200px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  display: none;
}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01, #wrap-s-21be471d-635d-4037-a6b9-bb2456e8eb01 { display: none !important; }}@media (max-width: 767px){#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  display: none;
}
#s-21be471d-635d-4037-a6b9-bb2456e8eb01, #wrap-s-21be471d-635d-4037-a6b9-bb2456e8eb01 { display: none !important; }}


.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
    
    
  }


.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
      position: relative;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
    
    
  }


.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
      position: relative;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
    
    
  }


.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
      position: relative;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
    
    
  }


.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
      position: relative;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  
  
  
  
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      aspect-ratio: 1920/630;
      width: 100%;
      height: 100%;
    }

    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-link {
      aspect-ratio: 1920/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
    
    
  }


.s-21be471d-635d-4037-a6b9-bb2456e8eb01 .shogun-image-content {
  
    align-items: center;
  
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 {
      --shg-aspect-ratio: calc(1920/630); 
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container {
      position: relative;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21be471d-635d-4037-a6b9-bb2456e8eb01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-da73b147-26fc-46d6-8aad-90d58601f515 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-da73b147-26fc-46d6-8aad-90d58601f515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da73b147-26fc-46d6-8aad-90d58601f515.shg-box.shg-c {
  justify-content: center;
}

#s-0b5ffb96-0015-4c18-b73c-5a8f8baba961 {
  margin-left: auto;
margin-right: auto;
}

#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06b1aebe-6d6f-45c6-8ec2-dce4bc60c68b.shg-box.shg-c {
  justify-content: center;
}

#s-0ed18609-536a-401b-ae6c-0b3add6ae6f7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5fbf6472-d23b-4b09-aaca-da1bb39d7d3b {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fbf6472-d23b-4b09-aaca-da1bb39d7d3b .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}


  #s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(239, 239, 245, 1);
    border: 1px solid rgba(241, 241, 248, 1);
  }
  #s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 71, 143, 1);
    border: 1px solid #ddd;
  }
#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 16px;
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(250, 246, 246, 1);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 71, 143, 1);
}

#s-7df3576f-2fe9-4536-8a43-77008cdd84b1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-9fa42ef2-2c55-41b6-91b9-c7752d84deb8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9fa42ef2-2c55-41b6-91b9-c7752d84deb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9fa42ef2-2c55-41b6-91b9-c7752d84deb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9fa42ef2-2c55-41b6-91b9-c7752d84deb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9fa42ef2-2c55-41b6-91b9-c7752d84deb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
    
    
  }


.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
      position: relative;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  
  
  
  
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
    
    
  }


.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
      position: relative;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  
  
  
  
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
    
    
  }


.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
      position: relative;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  
  
  
  
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
    
    
  }


.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
      position: relative;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  
  
  
  
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
    
    
  }


.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf .shogun-image-content {
  
    align-items: center;
  
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container {
      position: relative;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39e4476-c88b-4c89-bed8-0e3f7fe5e2cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
    
    
  }


.s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafd513f-5295-4f72-8810-f2633d6d090c {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
      position: relative;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dafd513f-5295-4f72-8810-f2633d6d090c {
  
  
  
  
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
    
    
  }


.s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafd513f-5295-4f72-8810-f2633d6d090c {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
      position: relative;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dafd513f-5295-4f72-8810-f2633d6d090c {
  
  
  
  
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
    
    
  }


.s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafd513f-5295-4f72-8810-f2633d6d090c {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
      position: relative;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dafd513f-5295-4f72-8810-f2633d6d090c {
  
  
  
  
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
    
    
  }


.s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafd513f-5295-4f72-8810-f2633d6d090c {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
      position: relative;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dafd513f-5295-4f72-8810-f2633d6d090c {
  
  
  
  
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dafd513f-5295-4f72-8810-f2633d6d090c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
    
    
  }


.s-dafd513f-5295-4f72-8810-f2633d6d090c .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dafd513f-5295-4f72-8810-f2633d6d090c {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container {
      position: relative;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dafd513f-5295-4f72-8810-f2633d6d090c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
    
    
  }


.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
      position: relative;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  
  
  
  
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
    
    
  }


.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
      position: relative;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  
  
  
  
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
    
    
  }


.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
      position: relative;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  
  
  
  
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
    
    
  }


.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
      position: relative;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  
  
  
  
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
    
    
  }


.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container {
      position: relative;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0200b9d-9ccb-4e9c-a981-af31ba087a45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
    
    
  }


.s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
      position: relative;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  
  
  
  
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
    
    
  }


.s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
      position: relative;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  
  
  
  
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
    
    
  }


.s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
      position: relative;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  
  
  
  
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
    
    
  }


.s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
      position: relative;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  
  
  
  
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
    
    
  }


.s-0a91f470-881a-46bd-be5a-588bbe0798c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container {
      position: relative;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a91f470-881a-46bd-be5a-588bbe0798c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ccc91906-47e8-4b95-9710-f8e0c3d1fb68 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccc91906-47e8-4b95-9710-f8e0c3d1fb68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-ccc91906-47e8-4b95-9710-f8e0c3d1fb68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-ccc91906-47e8-4b95-9710-f8e0c3d1fb68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-ccc91906-47e8-4b95-9710-f8e0c3d1fb68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
    
    
  }


.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
      position: relative;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  
  
  
  
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
    
    
  }


.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
      position: relative;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  
  
  
  
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
    
    
  }


.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
      position: relative;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  
  
  
  
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
    
    
  }


.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
      position: relative;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  
  
  
  
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
    
    
  }


.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container {
      position: relative;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0f78e92-e062-4e5e-91e6-52ea985d09c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
    
    
  }


.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
      position: relative;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  
  
  
  
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
    
    
  }


.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
      position: relative;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  
  
  
  
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
    
    
  }


.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
      position: relative;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  
  
  
  
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
    
    
  }


.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
      position: relative;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  
  
  
  
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
    
    
  }


.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container {
      position: relative;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9616e3b3-5fa7-4834-942d-dc2e6e8fa8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
    
    
  }


.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
      position: relative;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  
  
  
  
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
    
    
  }


.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
      position: relative;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  
  
  
  
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
    
    
  }


.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
      position: relative;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  
  
  
  
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
    
    
  }


.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
      position: relative;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  
  
  
  
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
    
    
  }


.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container {
      position: relative;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdbd70a1-e86f-4ef4-91b5-54cddca1dcd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
    
    
  }


.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
      position: relative;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  
  
  
  
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
    
    
  }


.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
      position: relative;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  
  
  
  
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
    
    
  }


.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
      position: relative;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  
  
  
  
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
    
    
  }


.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
      position: relative;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  
  
  
  
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
    
    
  }


.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 .shogun-image-content {
  
    align-items: center;
  
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container {
      position: relative;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16cdd2cf-f1a8-46e7-9a50-ed57f5ff5654 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-06758a4a-c51e-48d8-b92d-4ee0fd6442bf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06758a4a-c51e-48d8-b92d-4ee0fd6442bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-06758a4a-c51e-48d8-b92d-4ee0fd6442bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-06758a4a-c51e-48d8-b92d-4ee0fd6442bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-06758a4a-c51e-48d8-b92d-4ee0fd6442bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
    
    
  }


.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
      position: relative;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  
  
  
  
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
    
    
  }


.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
      position: relative;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  
  
  
  
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
    
    
  }


.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
      position: relative;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  
  
  
  
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
    
    
  }


.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
      position: relative;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  
  
  
  
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
    
    
  }


.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container {
      position: relative;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec9ddbd-f707-4fc9-bbbd-c380c194264f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
    
    
  }


.s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
      position: relative;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  
  
  
  
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
    
    
  }


.s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
      position: relative;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  
  
  
  
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
    
    
  }


.s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
      position: relative;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  
  
  
  
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
    
    
  }


.s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
      position: relative;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  
  
  
  
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
    
    
  }


.s-07ebd113-61ec-477c-ad71-55e5d83b7b15 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container {
      position: relative;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ebd113-61ec-477c-ad71-55e5d83b7b15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
    
    
  }


.s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-content {
  
    align-items: center;
  
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-167845db-ab7b-4444-aceb-4a501495c8cb {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
      position: relative;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-167845db-ab7b-4444-aceb-4a501495c8cb {
  
  
  
  
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
    
    
  }


.s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-content {
  
    align-items: center;
  
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-167845db-ab7b-4444-aceb-4a501495c8cb {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
      position: relative;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-167845db-ab7b-4444-aceb-4a501495c8cb {
  
  
  
  
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
    
    
  }


.s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-content {
  
    align-items: center;
  
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-167845db-ab7b-4444-aceb-4a501495c8cb {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
      position: relative;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-167845db-ab7b-4444-aceb-4a501495c8cb {
  
  
  
  
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
    
    
  }


.s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-content {
  
    align-items: center;
  
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-167845db-ab7b-4444-aceb-4a501495c8cb {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
      position: relative;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-167845db-ab7b-4444-aceb-4a501495c8cb {
  
  
  
  
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167845db-ab7b-4444-aceb-4a501495c8cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
    
    
  }


.s-167845db-ab7b-4444-aceb-4a501495c8cb .shogun-image-content {
  
    align-items: center;
  
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-167845db-ab7b-4444-aceb-4a501495c8cb {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container {
      position: relative;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167845db-ab7b-4444-aceb-4a501495c8cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
    
    
  }


.s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-content {
  
    align-items: center;
  
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
      position: relative;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  
  
  
  
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
    
    
  }


.s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-content {
  
    align-items: center;
  
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
      position: relative;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  
  
  
  
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
    
    
  }


.s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-content {
  
    align-items: center;
  
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
      position: relative;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  
  
  
  
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
    
    
  }


.s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-content {
  
    align-items: center;
  
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
      position: relative;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  
  
  
  
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
    
    
  }


.s-a5569a34-1ddc-4492-bd57-a07d0a67cade .shogun-image-content {
  
    align-items: center;
  
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container {
      position: relative;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5569a34-1ddc-4492-bd57-a07d0a67cade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d8d93fef-1fa8-4b8b-b44e-2090fe0ad844 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d8d93fef-1fa8-4b8b-b44e-2090fe0ad844"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d8d93fef-1fa8-4b8b-b44e-2090fe0ad844"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-d8d93fef-1fa8-4b8b-b44e-2090fe0ad844"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-d8d93fef-1fa8-4b8b-b44e-2090fe0ad844"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
    
    
  }


.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
      position: relative;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  
  
  
  
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
    
    
  }


.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
      position: relative;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  
  
  
  
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
    
    
  }


.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
      position: relative;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  
  
  
  
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
    
    
  }


.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
      position: relative;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  
  
  
  
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
    
    
  }


.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container {
      position: relative;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b4c5749-5f10-4ad3-a900-57d9036ab4a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
    
    
  }


.s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-content {
  
    align-items: center;
  
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f318d36f-8f9a-4cfa-a700-83f856060534 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
      position: relative;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  
  
  
  
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
    
    
  }


.s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-content {
  
    align-items: center;
  
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f318d36f-8f9a-4cfa-a700-83f856060534 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
      position: relative;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  
  
  
  
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
    
    
  }


.s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-content {
  
    align-items: center;
  
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f318d36f-8f9a-4cfa-a700-83f856060534 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
      position: relative;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  
  
  
  
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
    
    
  }


.s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-content {
  
    align-items: center;
  
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f318d36f-8f9a-4cfa-a700-83f856060534 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
      position: relative;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  
  
  
  
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f318d36f-8f9a-4cfa-a700-83f856060534 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
    
    
  }


.s-f318d36f-8f9a-4cfa-a700-83f856060534 .shogun-image-content {
  
    align-items: center;
  
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f318d36f-8f9a-4cfa-a700-83f856060534 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container {
      position: relative;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f318d36f-8f9a-4cfa-a700-83f856060534 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
    
    
  }


.s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd72567-7470-40b1-8763-312e75efea3e {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
      position: relative;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6bd72567-7470-40b1-8763-312e75efea3e {
  
  
  
  
}

#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
    
    
  }


.s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd72567-7470-40b1-8763-312e75efea3e {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
      position: relative;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6bd72567-7470-40b1-8763-312e75efea3e {
  
  
  
  
}

#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
    
    
  }


.s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd72567-7470-40b1-8763-312e75efea3e {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
      position: relative;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6bd72567-7470-40b1-8763-312e75efea3e {
  
  
  
  
}

#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
    
    
  }


.s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd72567-7470-40b1-8763-312e75efea3e {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
      position: relative;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6bd72567-7470-40b1-8763-312e75efea3e {
  
  
  
  
}

#s-6bd72567-7470-40b1-8763-312e75efea3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd72567-7470-40b1-8763-312e75efea3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
    
    
  }


.s-6bd72567-7470-40b1-8763-312e75efea3e .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd72567-7470-40b1-8763-312e75efea3e {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container {
      position: relative;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd72567-7470-40b1-8763-312e75efea3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
    
    
  }


.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
      position: relative;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  
  
  
  
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
    
    
  }


.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
      position: relative;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  
  
  
  
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
    
    
  }


.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
      position: relative;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  
  
  
  
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
    
    
  }


.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
      position: relative;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  
  
  
  
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
    
    
  }


.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container {
      position: relative;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d4d7db-3d42-45dd-af7f-eddfb48b8f28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e30660b2-2c16-4b69-b14c-4c4575572e90 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e30660b2-2c16-4b69-b14c-4c4575572e90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e30660b2-2c16-4b69-b14c-4c4575572e90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-e30660b2-2c16-4b69-b14c-4c4575572e90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-e30660b2-2c16-4b69-b14c-4c4575572e90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
    
    
  }


.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
      position: relative;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  
  
  
  
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
    
    
  }


.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
      position: relative;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  
  
  
  
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
    
    
  }


.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
      position: relative;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  
  
  
  
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
    
    
  }


.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
      position: relative;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  
  
  
  
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
    
    
  }


.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container {
      position: relative;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcb84d45-1636-4fba-a09f-9ddfac24e0ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
    
    
  }


.s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60ebdea-c200-4865-b995-d85a15472f02 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
      position: relative;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e60ebdea-c200-4865-b995-d85a15472f02 {
  
  
  
  
}

#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
    
    
  }


.s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60ebdea-c200-4865-b995-d85a15472f02 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
      position: relative;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e60ebdea-c200-4865-b995-d85a15472f02 {
  
  
  
  
}

#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
    
    
  }


.s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60ebdea-c200-4865-b995-d85a15472f02 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
      position: relative;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e60ebdea-c200-4865-b995-d85a15472f02 {
  
  
  
  
}

#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
    
    
  }


.s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60ebdea-c200-4865-b995-d85a15472f02 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
      position: relative;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e60ebdea-c200-4865-b995-d85a15472f02 {
  
  
  
  
}

#s-e60ebdea-c200-4865-b995-d85a15472f02 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e60ebdea-c200-4865-b995-d85a15472f02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
    
    
  }


.s-e60ebdea-c200-4865-b995-d85a15472f02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e60ebdea-c200-4865-b995-d85a15472f02 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container {
      position: relative;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e60ebdea-c200-4865-b995-d85a15472f02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
    
    
  }


.s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
      position: relative;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  
  
  
  
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
    
    
  }


.s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
      position: relative;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  
  
  
  
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
    
    
  }


.s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
      position: relative;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  
  
  
  
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
    
    
  }


.s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
      position: relative;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  
  
  
  
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
    
    
  }


.s-bbb6638b-0823-4047-b334-bff3ab0d1750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container {
      position: relative;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbb6638b-0823-4047-b334-bff3ab0d1750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
    
    
  }


.s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
      position: relative;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  
  
  
  
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
    
    
  }


.s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
      position: relative;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  
  
  
  
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
    
    
  }


.s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
      position: relative;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  
  
  
  
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
    
    
  }


.s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
      position: relative;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  
  
  
  
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
    
    
  }


.s-a75df7c6-4637-4a42-a34b-175edd9107a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container {
      position: relative;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a75df7c6-4637-4a42-a34b-175edd9107a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a8b33ac5-74a4-4546-9aa6-c2fca5e718a8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a8b33ac5-74a4-4546-9aa6-c2fca5e718a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a8b33ac5-74a4-4546-9aa6-c2fca5e718a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-a8b33ac5-74a4-4546-9aa6-c2fca5e718a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-a8b33ac5-74a4-4546-9aa6-c2fca5e718a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-55364253-c34d-4019-9390-0962e9d35390 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
    
    
  }


.s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-content {
  
    align-items: center;
  
}

.s-55364253-c34d-4019-9390-0962e9d35390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55364253-c34d-4019-9390-0962e9d35390 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
      position: relative;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55364253-c34d-4019-9390-0962e9d35390 {
  
  
  
  
}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
    
    
  }


.s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-content {
  
    align-items: center;
  
}

.s-55364253-c34d-4019-9390-0962e9d35390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55364253-c34d-4019-9390-0962e9d35390 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
      position: relative;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55364253-c34d-4019-9390-0962e9d35390 {
  
  
  
  
}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
    
    
  }


.s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-content {
  
    align-items: center;
  
}

.s-55364253-c34d-4019-9390-0962e9d35390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55364253-c34d-4019-9390-0962e9d35390 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
      position: relative;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55364253-c34d-4019-9390-0962e9d35390 {
  
  
  
  
}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
    
    
  }


.s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-content {
  
    align-items: center;
  
}

.s-55364253-c34d-4019-9390-0962e9d35390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55364253-c34d-4019-9390-0962e9d35390 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
      position: relative;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55364253-c34d-4019-9390-0962e9d35390 {
  
  
  
  
}

#s-55364253-c34d-4019-9390-0962e9d35390 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55364253-c34d-4019-9390-0962e9d35390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
    
    
  }


.s-55364253-c34d-4019-9390-0962e9d35390 .shogun-image-content {
  
    align-items: center;
  
}

.s-55364253-c34d-4019-9390-0962e9d35390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55364253-c34d-4019-9390-0962e9d35390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55364253-c34d-4019-9390-0962e9d35390 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container {
      position: relative;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55364253-c34d-4019-9390-0962e9d35390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55364253-c34d-4019-9390-0962e9d35390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
    
    
  }


.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-content {
  
    align-items: center;
  
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
      position: relative;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  
  
  
  
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
    
    
  }


.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-content {
  
    align-items: center;
  
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
      position: relative;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  
  
  
  
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
    
    
  }


.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-content {
  
    align-items: center;
  
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
      position: relative;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  
  
  
  
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
    
    
  }


.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-content {
  
    align-items: center;
  
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
      position: relative;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  
  
  
  
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
    
    
  }


.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca .shogun-image-content {
  
    align-items: center;
  
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container {
      position: relative;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a87b45-a314-4a74-9f7c-71cdd79b8aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
    
    
  }


.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
      position: relative;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  
  
  
  
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
    
    
  }


.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
      position: relative;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  
  
  
  
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
    
    
  }


.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
      position: relative;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  
  
  
  
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
    
    
  }


.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
      position: relative;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  
  
  
  
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
    
    
  }


.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container {
      position: relative;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a953a0cd-6bfb-4e5e-85f2-0cd0786b3f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
aspect-ratio: 341/524;
text-align: center;
}



.shg-image-margin-container-s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
    
    
  }


.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-content {
  
    align-items: center;
  
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
      position: relative;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  
  
  
  
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
    
    
  }


.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-content {
  
    align-items: center;
  
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
      position: relative;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  
  
  
  
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
    
    
  }


.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-content {
  
    align-items: center;
  
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
      position: relative;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  
  
  
  
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
    
    
  }


.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-content {
  
    align-items: center;
  
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
      position: relative;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  
  
  
  
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      aspect-ratio: 341/524;
      width: 100%;
      height: 100%;
    }

    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-link {
      aspect-ratio: 341/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
    
    
  }


.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 .shogun-image-content {
  
    align-items: center;
  
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 {
      --shg-aspect-ratio: calc(341/524); 
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container {
      position: relative;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-681ffeaa-d27a-4a41-bd69-f1e1fad4c211 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10e7877-be1a-4d46-8d83-cc6c8759f48c.shg-box.shg-c {
  justify-content: center;
}

#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}@media (max-width: 767px){#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 {
  
}
}
#s-7cb9493c-36b1-4fcc-87f5-fb1981493702 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-aadcafaa-1155-40d0-a4e6-d036adfa051b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-aadcafaa-1155-40d0-a4e6-d036adfa051b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTA2NDNmMTYtODA1OC00MGMxLTkzMjAtOWY0YmJmOTg2YjIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMDY0M2YxNi04MDU4LTQwYzEtOTMyMC05ZjRiYmY5ODZiMjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-66138f2f-51c3-4bed-8eb5-d48b5eabf297-root {
    text-align: center;
  }


#s-66138f2f-51c3-4bed-8eb5-d48b5eabf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgyOTdkNjktNTQ5OS00OTZmLTg0ZjMtMzVmODg3MDI2OTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyODI5N2Q2OS01NDk5LTQ5NmYtODRmMy0zNWY4ODcwMjY5NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e-root {
    text-align: center;
  }


#s-40073f6e-79b8-4e5e-bcb1-f320fab1dc6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1509cfa0-180a-4b5f-8f26-6191cc591121 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1509cfa0-180a-4b5f-8f26-6191cc591121:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1509cfa0-180a-4b5f-8f26-6191cc591121:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGRlMGRkNjgtOTg0Zi00YWFjLTk3NTYtOTI4N2JkOTE0NmMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZGUwZGQ2OC05ODRmLTRhYWMtOTc1Ni05Mjg3YmQ5MTQ2YzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1509cfa0-180a-4b5f-8f26-6191cc591121-root {
    text-align: center;
  }


#s-1509cfa0-180a-4b5f-8f26-6191cc591121.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODlkZWFkNTEtOWY4MC00NmZjLTgxOGEtZjBiMWFhZmM1NTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OWRlYWQ1MS05ZjgwLTQ2ZmMtODE4YS1mMGIxYWFmYzU1MGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5572e7a7-9dd0-43e6-8853-c0bbb2920767-root {
    text-align: center;
  }


#s-5572e7a7-9dd0-43e6-8853-c0bbb2920767.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-959dfa9e-554c-4666-9f0a-c57809564c8d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-959dfa9e-554c-4666-9f0a-c57809564c8d:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-959dfa9e-554c-4666-9f0a-c57809564c8d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjc5NmIwMTMtNjRhZi00ZDhkLWI0ZDAtMDI3OWE2ODkxOGI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzk2YjAxMy02NGFmLTRkOGQtYjRkMC0wMjc5YTY4OTE4YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-959dfa9e-554c-4666-9f0a-c57809564c8d-root {
    text-align: center;
  }


#s-959dfa9e-554c-4666-9f0a-c57809564c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-62f6c007-f0db-46dd-af54-8b245a2feb6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-62f6c007-f0db-46dd-af54-8b245a2feb6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62f6c007-f0db-46dd-af54-8b245a2feb6a.shg-box.shg-c {
  justify-content: center;
}

#s-261377e6-226a-46e4-9e54-7fe5474ac6b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d4805f-911d-4bf6-85cb-6b9e240c6c70.shg-box.shg-c {
  justify-content: center;
}

#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}@media (max-width: 767px){#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 {
  
}
}
#s-9ec49231-1953-4a73-ad44-cb8a64b089c5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-58014857-f539-4120-ab8c-64f50a24319d {
  margin-left: auto;
margin-right: auto;
}

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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 {
  margin-left: auto;
margin-right: auto;
}

#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}@media (max-width: 767px){#s-92465cd6-b1b1-484c-92c2-5ba3e365c0d9 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-26b5d93c-0a33-46e7-9066-0d5b0bc58ff3 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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 {
  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-447053af-03f9-41c9-b014-05801b0b8d76 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447053af-03f9-41c9-b014-05801b0b8d76 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-9ca79dc7-9a12-4331-840f-cbe88f5dfec6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ca79dc7-9a12-4331-840f-cbe88f5dfec6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74a1accb-0b8f-493f-a0a1-02cb3483043d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-77d47584-4ca6-49a7-977b-08fec2c3f3c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c76552b-7c67-49f5-89a8-3e978c20d67f {
  margin-left: auto;
margin-right: auto;
}

#s-03057ec9-d138-4e85-8f71-f2938b04fc6c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03057ec9-d138-4e85-8f71-f2938b04fc6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-30087712-003a-4050-b010-f6023fa6afea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30087712-003a-4050-b010-f6023fa6afea .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7b67762f-ed75-45d8-8447-2350e6ff5ba7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f85ebb7a-e831-4cf3-a4d7-661ef361cc50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7ac5437-bac6-437e-9efa-cf40ff75111b {
  margin-left: auto;
margin-right: auto;
}

#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-268e741e-f8d0-4ec1-96b8-af2e318cfb6d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c20bcab7-d0ee-44b2-8a03-529a49f88211 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c20bcab7-d0ee-44b2-8a03-529a49f88211 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c99863e2-e30f-4295-b3ca-955b6a19ebd7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d5c04050-664b-4311-9bea-9f23e85ab2c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5c04050-664b-4311-9bea-9f23e85ab2c8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-d5c04050-664b-4311-9bea-9f23e85ab2c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5c04050-664b-4311-9bea-9f23e85ab2c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9a5601a4-69f4-4f58-af0a-11eea7b0f8eb {
  margin-left: auto;
margin-right: auto;
}

#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb6256f0-6e29-4a4c-b3ff-39124580f8f4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d58a3105-1f7c-4b9d-be8e-067c3454c500 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d58a3105-1f7c-4b9d-be8e-067c3454c500 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e0730ea-2913-480c-bd2b-22cd2921cc4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-6287f414-d605-4178-ad62-a499b24a660e {
  margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6287f414-d605-4178-ad62-a499b24a660e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6287f414-d605-4178-ad62-a499b24a660e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-6287f414-d605-4178-ad62-a499b24a660e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6287f414-d605-4178-ad62-a499b24a660e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6280c02f-14d8-4c46-bd1a-b48a32e8cde8 {
  margin-left: auto;
margin-right: auto;
}

#s-1dbab884-522a-4dec-8ff6-0e536633fdba {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dbab884-522a-4dec-8ff6-0e536633fdba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-66f62709-ebf1-4407-b3e4-37b0af6ef63d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f62709-ebf1-4407-b3e4-37b0af6ef63d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ccdfdfc0-14c7-4b3b-b6a6-c27faca16df6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a296b421-5b50-45b1-b5ef-16b93d60c712:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a296b421-5b50-45b1-b5ef-16b93d60c712:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-a296b421-5b50-45b1-b5ef-16b93d60c712 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a296b421-5b50-45b1-b5ef-16b93d60c712.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-55c44832-2b8e-41d6-b825-0e3ffa72a685 {
  margin-left: auto;
margin-right: auto;
}

#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6a5abd-6ab0-412e-86d9-c25352973c71 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2826f540-2a23-4d32-a20f-b75bd5c4faa0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2826f540-2a23-4d32-a20f-b75bd5c4faa0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3be66df8-2b47-450d-a0d3-a5059273e12d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-75a9712d-4f52-4da3-bdbd-5b20eb6f2ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e3e92bf-95f7-46bc-b04c-ca45ca233f3b {
  margin-left: auto;
margin-right: auto;
}

#s-17009375-a1de-42cd-8ed3-888c7db352bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17009375-a1de-42cd-8ed3-888c7db352bf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0a5fabe9-d6ad-44c9-87f0-1a935315d99c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a5fabe9-d6ad-44c9-87f0-1a935315d99c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c2e19e96-ed81-4693-b0d0-69b3b985c8c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7072bc19-c865-4ff9-97e4-c91e2de16b63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7072bc19-c865-4ff9-97e4-c91e2de16b63:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-7072bc19-c865-4ff9-97e4-c91e2de16b63 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7072bc19-c865-4ff9-97e4-c91e2de16b63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0feebbc6-36ec-4696-bb9f-f0bb816bb1c5 {
  margin-left: auto;
margin-right: auto;
}

#s-fc80e7fd-7810-4577-973c-1072092c263c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc80e7fd-7810-4577-973c-1072092c263c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b82200c5-a66c-4f16-b4db-4c7eec1beaab {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b82200c5-a66c-4f16-b4db-4c7eec1beaab .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-99378d4e-151b-4f4a-8f49-4849d6a71019 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de572431-673b-4dfa-9ed8-d0b7ac476c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b02f8fe2-a671-4bbd-9d9b-ba9f72e25519.shg-box.shg-c {
  justify-content: center;
}

#s-2864f307-9357-4416-8575-bc32c3ce5de2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}@media (max-width: 767px){#s-62dcbb23-a767-4a8c-8cbe-114c56253544 {
  
}
}
#s-62dcbb23-a767-4a8c-8cbe-114c56253544 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-af4e64f9-21ee-4e37-8729-dee11f13b2ff {
  margin-left: auto;
margin-right: auto;
}

#s-860eba68-25d7-44d0-a748-5b7380d15765 {
  margin-left: auto;
margin-right: auto;
}

#s-860eba68-25d7-44d0-a748-5b7380d15765 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}@media (max-width: 767px){#s-860eba68-25d7-44d0-a748-5b7380d15765 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-95a7ed19-debb-4576-be4a-a64c2181b4dc {
  margin-left: auto;
margin-right: auto;
}

#s-57c16c45-14ea-47c6-abfb-99402fa86e28 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57c16c45-14ea-47c6-abfb-99402fa86e28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0e2c4ef5-385c-4f1b-85cb-502c5f64aec7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e2c4ef5-385c-4f1b-85cb-502c5f64aec7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-222cf983-b612-49fb-8dfa-424fd4bde10f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-222cf983-b612-49fb-8dfa-424fd4bde10f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-222cf983-b612-49fb-8dfa-424fd4bde10f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-222cf983-b612-49fb-8dfa-424fd4bde10f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c21d8e8b-2f64-4f77-9768-af802d870657 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c21d8e8b-2f64-4f77-9768-af802d870657:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c21d8e8b-2f64-4f77-9768-af802d870657:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-c21d8e8b-2f64-4f77-9768-af802d870657 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c21d8e8b-2f64-4f77-9768-af802d870657.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c21d8e8b-2f64-4f77-9768-af802d870657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c21d8e8b-2f64-4f77-9768-af802d870657.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2c6cf5d8-a215-4dc7-bbe4-f98497532da7 {
  margin-left: auto;
margin-right: auto;
}

#s-6a78f905-d439-4035-9125-7460a03a8c7f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a78f905-d439-4035-9125-7460a03a8c7f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9ae8d50-48bb-43e5-bfad-01230621833c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9ae8d50-48bb-43e5-bfad-01230621833c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4da28984-bd82-4bf1-9347-a41c5e417263 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4da28984-bd82-4bf1-9347-a41c5e417263 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-4da28984-bd82-4bf1-9347-a41c5e417263 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4da28984-bd82-4bf1-9347-a41c5e417263 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-bb1aa925-437d-4982-aaba-3266bc4b9293 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bb1aa925-437d-4982-aaba-3266bc4b9293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb1aa925-437d-4982-aaba-3266bc4b9293:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-bb1aa925-437d-4982-aaba-3266bc4b9293 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb1aa925-437d-4982-aaba-3266bc4b9293.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb1aa925-437d-4982-aaba-3266bc4b9293.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bb1aa925-437d-4982-aaba-3266bc4b9293.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7bb3b976-d8f4-464d-aaf8-4bc1f40d1c24 {
  margin-left: auto;
margin-right: auto;
}

#s-de04863a-b050-4545-b550-69eca6e9a9f9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de04863a-b050-4545-b550-69eca6e9a9f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8923b38b-a058-4488-82e7-33306c5710f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8923b38b-a058-4488-82e7-33306c5710f9 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7f2e0140-4afa-47aa-a11c-9679ad2d5537 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f2e0140-4afa-47aa-a11c-9679ad2d5537 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7f2e0140-4afa-47aa-a11c-9679ad2d5537 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7f2e0140-4afa-47aa-a11c-9679ad2d5537 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b184fcca-688a-4b20-b442-3d0096144dab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b184fcca-688a-4b20-b442-3d0096144dab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b184fcca-688a-4b20-b442-3d0096144dab:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-b184fcca-688a-4b20-b442-3d0096144dab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b184fcca-688a-4b20-b442-3d0096144dab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b184fcca-688a-4b20-b442-3d0096144dab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b184fcca-688a-4b20-b442-3d0096144dab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2f084b29-0afd-4497-b940-48bca2c705e3 {
  margin-left: auto;
margin-right: auto;
}

#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ff65e25-264d-4124-b8ba-1bc4cb6468f3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aeac7f06-10f6-44df-9652-78e7aa7c6879 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aeac7f06-10f6-44df-9652-78e7aa7c6879 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-baa4c91b-e3dc-4816-b9b8-1fcbd21541fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-baa4c91b-e3dc-4816-b9b8-1fcbd21541fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-baa4c91b-e3dc-4816-b9b8-1fcbd21541fb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-baa4c91b-e3dc-4816-b9b8-1fcbd21541fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-ee829867-bd54-4445-beb3-5ef71d1405d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ee829867-bd54-4445-beb3-5ef71d1405d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee829867-bd54-4445-beb3-5ef71d1405d0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-ee829867-bd54-4445-beb3-5ef71d1405d0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee829867-bd54-4445-beb3-5ef71d1405d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee829867-bd54-4445-beb3-5ef71d1405d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ee829867-bd54-4445-beb3-5ef71d1405d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2ed69087-fbb0-44cf-9bd8-fd7fd8cc2513 {
  margin-left: auto;
margin-right: auto;
}

#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68b65732-9f6b-4f82-a64d-c3fcb2893d33 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9f1e73d0-848b-4991-a7b4-55049c564ebe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f1e73d0-848b-4991-a7b4-55049c564ebe .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d0e15159-bd51-47ed-8d7f-9d5248d8f61b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d0e15159-bd51-47ed-8d7f-9d5248d8f61b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d0e15159-bd51-47ed-8d7f-9d5248d8f61b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d0e15159-bd51-47ed-8d7f-9d5248d8f61b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8e7cf307-0463-49f3-88af-50ae6b45f385 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8e7cf307-0463-49f3-88af-50ae6b45f385:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e7cf307-0463-49f3-88af-50ae6b45f385:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-8e7cf307-0463-49f3-88af-50ae6b45f385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e7cf307-0463-49f3-88af-50ae6b45f385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e7cf307-0463-49f3-88af-50ae6b45f385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8e7cf307-0463-49f3-88af-50ae6b45f385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af8c4fda-a9ba-4a64-90a7-a699e35275c3 {
  margin-left: auto;
margin-right: auto;
}

#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e72b6c6-1ed7-41e0-8e70-bb2e0a465c00 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-86f9729e-bc50-4b30-ad42-7a908bc679c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86f9729e-bc50-4b30-ad42-7a908bc679c6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ef1ea20-cb6a-451a-beab-5cbece7f8840 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-84f40e58-aced-4b8f-92bb-36aab74db9c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84f40e58-aced-4b8f-92bb-36aab74db9c6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-84f40e58-aced-4b8f-92bb-36aab74db9c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-84f40e58-aced-4b8f-92bb-36aab74db9c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e2d8a81b-b743-42f8-927b-777c706af766 {
  margin-left: auto;
margin-right: auto;
}

#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b7cd736b-4ee5-4c6d-b2e2-09cca43d8c1f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0cfe3378-fcc8-4b9c-96ab-91a71345cc95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cfe3378-fcc8-4b9c-96ab-91a71345cc95 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c16c0b7d-1f71-4a18-8876-c03ada1f8fc7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c16c0b7d-1f71-4a18-8876-c03ada1f8fc7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c16c0b7d-1f71-4a18-8876-c03ada1f8fc7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c16c0b7d-1f71-4a18-8876-c03ada1f8fc7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-141d38c5-8910-4e85-a4f7-3782b48c3994 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-141d38c5-8910-4e85-a4f7-3782b48c3994:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-141d38c5-8910-4e85-a4f7-3782b48c3994:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-141d38c5-8910-4e85-a4f7-3782b48c3994 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-141d38c5-8910-4e85-a4f7-3782b48c3994.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-141d38c5-8910-4e85-a4f7-3782b48c3994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-141d38c5-8910-4e85-a4f7-3782b48c3994.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-21082b27-0e45-44f6-ae76-cfc70bb9a0f0 {
  margin-left: auto;
margin-right: auto;
}

#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4603ec0f-a7ad-46fd-ae4b-3540fccdf267 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-75ee36ba-4d9f-4bf1-85af-22dec99ce7f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75ee36ba-4d9f-4bf1-85af-22dec99ce7f2 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8a3f6dd0-9ef5-48c4-9349-14e45c43845b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8a3f6dd0-9ef5-48c4-9349-14e45c43845b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8a3f6dd0-9ef5-48c4-9349-14e45c43845b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8a3f6dd0-9ef5-48c4-9349-14e45c43845b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-12bdd5dc-bbd2-48a4-bb3f-9fc0c09bbc4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f162671-a91d-40f9-ade7-ae8f751f6bc3.shg-box.shg-c {
  justify-content: center;
}

#s-8a93f266-c0c5-413b-b042-10b5ffa61c19 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}@media (max-width: 767px){#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 {
  
}
}
#s-d292ffaf-e4bd-4404-b0ea-2eafabc08dc6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-59c83e6f-50d7-4e04-94d7-90a95069dd56 {
  margin-left: auto;
margin-right: auto;
}

#s-ac794fa9-8393-42ea-8197-034d52b67212 {
  margin-left: auto;
margin-right: auto;
}

#s-ac794fa9-8393-42ea-8197-034d52b67212 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}@media (max-width: 767px){#s-ac794fa9-8393-42ea-8197-034d52b67212 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-b58664cf-ded9-43f0-990e-4442f91929b4 {
  margin-left: auto;
margin-right: auto;
}

#s-19cac6de-aee1-4251-bbce-5be58ebe8606 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19cac6de-aee1-4251-bbce-5be58ebe8606 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e76a4eb-26a0-4872-97b8-382566e474e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e76a4eb-26a0-4872-97b8-382566e474e2 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5017e00d-7482-4c3b-b37b-75164512be1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8b915f9f-4462-4002-a4d9-612104646ef3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b915f9f-4462-4002-a4d9-612104646ef3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-8b915f9f-4462-4002-a4d9-612104646ef3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b915f9f-4462-4002-a4d9-612104646ef3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-806deb7b-dee4-436a-b1e6-3a5720e901c0 {
  margin-left: auto;
margin-right: auto;
}

#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0447743-db74-4930-9aa2-4a49b7ecfb94 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6b7f756-af18-4fd2-94f2-75734a2070e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6b7f756-af18-4fd2-94f2-75734a2070e1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-112ef4c0-9f82-4a2c-a13b-51d938123e0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a4cb4600-8111-41b1-82b0-ab684483b1fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4cb4600-8111-41b1-82b0-ab684483b1fe:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-a4cb4600-8111-41b1-82b0-ab684483b1fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4cb4600-8111-41b1-82b0-ab684483b1fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34c78caf-2480-42af-82b2-f0546566f0b8 {
  margin-left: auto;
margin-right: auto;
}

#s-50ef7457-b3b7-4b68-9b03-3710776fba03 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50ef7457-b3b7-4b68-9b03-3710776fba03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-db9b884e-be59-4b2c-8cf5-18f747bd68a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db9b884e-be59-4b2c-8cf5-18f747bd68a1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f225b300-9dc2-40b2-8f7b-d318fe0218a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e5c7f4b5-f482-43aa-85f3-b4e8a0c08ccb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7b7ad3c-7b2f-4f13-9115-7eac0913c7e9 {
  margin-left: auto;
margin-right: auto;
}

#s-60f918e5-9681-43e7-905e-df6d78490f02 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60f918e5-9681-43e7-905e-df6d78490f02 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d40f2cc3-2865-4d5d-8e20-e5ba3c5de43f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d40f2cc3-2865-4d5d-8e20-e5ba3c5de43f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dadc6a98-d71c-44d1-94a1-372a4a9b84da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c5a8c8f1-3c61-43f7-beef-0a04dfbc672c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9db170e-2398-4e8a-b3e3-65246a677803 {
  margin-left: auto;
margin-right: auto;
}

#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5dea2d8-f68f-4644-9bd4-2762e1a78ff6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-572c36a9-c023-4b59-82fe-d57fb5fcaf38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-572c36a9-c023-4b59-82fe-d57fb5fcaf38 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9ec16ebd-7fda-4119-b698-c8900c374e1f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8d91241a-317c-473e-9811-29a5ea3d88e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d91241a-317c-473e-9811-29a5ea3d88e0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-8d91241a-317c-473e-9811-29a5ea3d88e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8d91241a-317c-473e-9811-29a5ea3d88e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d600823-6ba2-4596-9d8e-95bc9b539914 {
  margin-left: auto;
margin-right: auto;
}

#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02b2682b-516f-4bad-b5f1-a722a30a4fc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2b43917c-f0a9-480b-b157-c8742d323a7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b43917c-f0a9-480b-b157-c8742d323a7b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-46676200-4a3d-46c5-9ff9-0dba4c59158b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-52fc6a8b-414f-4efe-bd3f-4723719b591f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52fc6a8b-414f-4efe-bd3f-4723719b591f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-52fc6a8b-414f-4efe-bd3f-4723719b591f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52fc6a8b-414f-4efe-bd3f-4723719b591f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bd314249-d9c3-475a-8e32-d4fa68dcaa21 {
  margin-left: auto;
margin-right: auto;
}

#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-366bcc0a-9fc6-4956-abb6-8d263d0f60a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a5935b0-d88f-4e10-ad8b-1338743aaa85 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a5935b0-d88f-4e10-ad8b-1338743aaa85 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-847aa09f-cbf6-42d6-b7db-3188dcfb6497 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fc99a3a-621d-4d43-9b03-d39c5fed8edf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-879fa721-245d-4374-9860-526b4f3d70e0 {
  margin-left: auto;
margin-right: auto;
}

#s-9102d921-fc4b-410d-b789-9d62269e4217 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9102d921-fc4b-410d-b789-9d62269e4217 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bcc7ccf5-9ed5-4f91-ac1a-20cd3b06528e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcc7ccf5-9ed5-4f91-ac1a-20cd3b06528e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9fa589b8-1852-46dd-854e-980a710cc6ca {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9fa589b8-1852-46dd-854e-980a710cc6ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9fa589b8-1852-46dd-854e-980a710cc6ca .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9fa589b8-1852-46dd-854e-980a710cc6ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7064bda2-2875-469c-a5d3-7628c975e2a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7064bda2-2875-469c-a5d3-7628c975e2a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7064bda2-2875-469c-a5d3-7628c975e2a1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-7064bda2-2875-469c-a5d3-7628c975e2a1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7064bda2-2875-469c-a5d3-7628c975e2a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7064bda2-2875-469c-a5d3-7628c975e2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7064bda2-2875-469c-a5d3-7628c975e2a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f6d84c1-641d-4bef-9a8b-d206ae4a8d0e.shg-box.shg-c {
  justify-content: center;
}

#s-033d5799-cfd9-40f6-a001-9f07cf0b0424 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-aae078f7-a0b0-4cfa-868a-228290e35bc1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aae078f7-a0b0-4cfa-868a-228290e35bc1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b4f36cf0-3131-43d4-9cb8-9f2b55876d18 {
  margin-left: auto;
margin-right: auto;
}

#s-467069ab-79eb-474f-8b2f-833776a62155 {
  margin-left: auto;
margin-right: auto;
}

#s-467069ab-79eb-474f-8b2f-833776a62155 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}@media (max-width: 767px){#s-467069ab-79eb-474f-8b2f-833776a62155 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-1117982b-99ed-4769-8d20-4a82d068b288 {
  margin-left: auto;
margin-right: auto;
}

#s-d16c59c3-279d-4f4e-9d65-7780045029eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d16c59c3-279d-4f4e-9d65-7780045029eb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-33826afd-1365-4ce9-a770-83c1b22a0b07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33826afd-1365-4ce9-a770-83c1b22a0b07 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f50f668e-9661-42a4-bfa4-9df339482f61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e2fa702-1d52-402c-9357-aca150d97adc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e2fa702-1d52-402c-9357-aca150d97adc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-1e2fa702-1d52-402c-9357-aca150d97adc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1e2fa702-1d52-402c-9357-aca150d97adc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2c4d5722-00ab-4f55-bff0-0360fc01bde5 {
  margin-left: auto;
margin-right: auto;
}

#s-f5386aa3-3a45-4215-b928-48bea15e0e9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5386aa3-3a45-4215-b928-48bea15e0e9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cbb0143d-76bd-4f78-bed3-cc406f98bc91 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb0143d-76bd-4f78-bed3-cc406f98bc91 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95ffc2dd-f4e9-4373-9d35-f1c24478fa9d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e18ba920-fc98-4cf6-aea8-ae1906aabd82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e8f497a3-1922-4a6a-8f4a-ca9b14c532ed {
  margin-left: auto;
margin-right: auto;
}

#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7568f0b-4bc7-430b-9de5-dfc5c104574f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a04b1b0d-e39f-4dd8-86df-aac9fae57677 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04b1b0d-e39f-4dd8-86df-aac9fae57677 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-44a3a32c-2d60-4bd7-9c3e-70d91e16b546 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-32c3efb1-a157-4d26-81ed-746a4d01fa9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7f3ee55e-b2db-41ff-ada9-65e91f75370c {
  margin-left: auto;
margin-right: auto;
}

#s-b76ed35b-841f-4caf-8fe8-ee75874d444e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76ed35b-841f-4caf-8fe8-ee75874d444e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d12e8c78-7304-4084-99bc-f48b485196f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d12e8c78-7304-4084-99bc-f48b485196f5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fdeeddb8-d1e7-4837-99af-06c4a194ba47 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-88c23b43-a919-471a-8523-9c334e027b56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-88c23b43-a919-471a-8523-9c334e027b56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88c23b43-a919-471a-8523-9c334e027b56:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-88c23b43-a919-471a-8523-9c334e027b56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-88c23b43-a919-471a-8523-9c334e027b56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b53af5f0-5380-4c45-94f6-f4b5b6a9c63b {
  margin-left: auto;
margin-right: auto;
}

#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e2e0d2f-04f8-4582-859d-1df2c9a73986 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-225429df-5ba6-48ff-a952-a35709b93099 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-225429df-5ba6-48ff-a952-a35709b93099 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f60d81a0-ce35-48bb-95da-aa0271f9f86d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-baa6cac0-1db0-44a2-871c-60197b30c703:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa6cac0-1db0-44a2-871c-60197b30c703:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-baa6cac0-1db0-44a2-871c-60197b30c703 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-baa6cac0-1db0-44a2-871c-60197b30c703.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69f73f22-46fe-4bfb-9c9a-4aedcd095f00 {
  margin-left: auto;
margin-right: auto;
}

#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8c42b2c-4b02-4f4a-a883-29bc85067e34 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-45ffba87-a2bf-4fd5-9c19-1d0c2c22dcc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45ffba87-a2bf-4fd5-9c19-1d0c2c22dcc7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2a991b1c-6d15-4473-857c-d7b39ac0e70f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1066da22-c2e0-459b-9bdb-d4cbead56a98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1066da22-c2e0-459b-9bdb-d4cbead56a98:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-1066da22-c2e0-459b-9bdb-d4cbead56a98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1066da22-c2e0-459b-9bdb-d4cbead56a98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c69af75e-92e0-4a7c-ad90-5d2562bb508e {
  margin-left: auto;
margin-right: auto;
}

#s-215d7147-5a30-46fd-a729-f3e1890af4f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-215d7147-5a30-46fd-a729-f3e1890af4f0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-90e05fc5-2b26-4d4d-b345-f08ee8e9565c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90e05fc5-2b26-4d4d-b345-f08ee8e9565c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b9c3f9a7-07c4-4c45-9cf5-93876a3da39b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-566c84bf-819a-418e-b65b-9ab1afa546db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-566c84bf-819a-418e-b65b-9ab1afa546db:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-566c84bf-819a-418e-b65b-9ab1afa546db {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-566c84bf-819a-418e-b65b-9ab1afa546db.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e0bd91d1-82da-47d2-a392-f92bf192f8ef {
  margin-left: auto;
margin-right: auto;
}

#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e4a18b-c57a-44b5-ace8-1032c17ee1d6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a2c666d-90b6-49e2-8323-cc3205f6a5c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a2c666d-90b6-49e2-8323-cc3205f6a5c6 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ddbd2295-c12f-47f3-9081-a47673546777 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ddbd2295-c12f-47f3-9081-a47673546777 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ddbd2295-c12f-47f3-9081-a47673546777 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ddbd2295-c12f-47f3-9081-a47673546777 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b55c4e4d-127c-41e8-8d9d-1cfabe9ebec8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-42ecccb7-def6-44e2-8f25-d23573d22e35 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-42ecccb7-def6-44e2-8f25-d23573d22e35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42ecccb7-def6-44e2-8f25-d23573d22e35.shg-box.shg-c {
  justify-content: center;
}

#s-47901391-ec73-49e1-b0c3-a99163a1912c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}@media (max-width: 767px){#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 {
  
}
}
#s-7d0e16a7-6de9-4366-92c3-4a8f058561b1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bfff03ae-6eee-4af5-9897-0c9eb2b4dfd6 {
  margin-left: auto;
margin-right: auto;
}

#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 {
  margin-left: 3%;
margin-right: 3%;
}

#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}@media (max-width: 767px){#s-9cc46e7b-1f0e-4aef-abfe-d9654653d772 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-3ce89d1a-c5e5-4641-80f1-c3dd39dcd79d {
  margin-left: auto;
margin-right: auto;
}

#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d0f7f2c3-32fb-41bc-b6e8-554a9b420ec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-48d0abfd-817e-46c1-8339-4696bf9dccb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48d0abfd-817e-46c1-8339-4696bf9dccb8 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-77c463f4-7f36-41ff-a9c1-ee190940f2d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a1064e7e-2041-4df2-8ac4-c15a6c14aac9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d97958d5-83ce-4d8e-a2d3-5a049aae0ba4 {
  margin-left: auto;
margin-right: auto;
}

#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0f123dd-f0c8-441b-96e8-cfc7a4f67feb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c66516a1-a703-497c-a615-8700e31c79e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c66516a1-a703-497c-a615-8700e31c79e0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0be8c9a2-7e38-490a-b5cd-9bfccb7600e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e1794b3-27ab-4ba2-ab8d-d0c304457694.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a0104bb2-e5ab-4890-9b67-18dd6538b6d1 {
  margin-left: auto;
margin-right: auto;
}

#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83e15f5b-ff88-4417-acf1-8d75cc0b6e29 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-860712be-6614-4c24-a677-1b0e356acfd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-860712be-6614-4c24-a677-1b0e356acfd5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ba17aeb-e112-4050-8d41-4981fb2250c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-578ebd3b-82e6-466c-be45-5191443b671a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-578ebd3b-82e6-466c-be45-5191443b671a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-578ebd3b-82e6-466c-be45-5191443b671a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-578ebd3b-82e6-466c-be45-5191443b671a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fcb2ad72-8363-43c3-8a8b-5eabedcd6f3e {
  margin-left: auto;
margin-right: auto;
}

#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd82c23-3d9d-46c2-bf11-f9d469f32220 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9202beb5-92f8-4dd8-9b99-0e248ef3c5b0 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

#s-9202beb5-92f8-4dd8-9b99-0e248ef3c5b0 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-65ab332f-8866-4b62-9371-1ac2b3ef3eb7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-65ab332f-8866-4b62-9371-1ac2b3ef3eb7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-65ab332f-8866-4b62-9371-1ac2b3ef3eb7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-65ab332f-8866-4b62-9371-1ac2b3ef3eb7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-2f13df38-1b9c-4a88-bf86-474f95c071e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2f13df38-1b9c-4a88-bf86-474f95c071e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f13df38-1b9c-4a88-bf86-474f95c071e4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-2f13df38-1b9c-4a88-bf86-474f95c071e4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f13df38-1b9c-4a88-bf86-474f95c071e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f13df38-1b9c-4a88-bf86-474f95c071e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2f13df38-1b9c-4a88-bf86-474f95c071e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ae6f2f3-1189-4069-b15f-3feb559c6a89 {
  margin-left: auto;
margin-right: auto;
}

#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b817304c-0403-4c2f-8059-18c0a39e8ea5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4cbac3f9-57e8-48af-bf9c-730fd8759474 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cbac3f9-57e8-48af-bf9c-730fd8759474 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-396599c0-289c-4eb8-be46-c1c519d67699 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-396599c0-289c-4eb8-be46-c1c519d67699 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-396599c0-289c-4eb8-be46-c1c519d67699 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-396599c0-289c-4eb8-be46-c1c519d67699 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-40bd83a4-e9f0-469c-a32b-2177a6936b6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2c1c88d3-957b-4aea-9afd-4ff4c6c365e0 {
  margin-left: auto;
margin-right: auto;
}

#s-71501dc9-a7c1-4139-8232-561c3ce46ccd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71501dc9-a7c1-4139-8232-561c3ce46ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42b9ec3b-6ba3-4a09-8cbe-2b8435cd11d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42b9ec3b-6ba3-4a09-8cbe-2b8435cd11d8 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-aa87f103-ef5b-4d08-8adc-cf5f7c1d1915 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aa87f103-ef5b-4d08-8adc-cf5f7c1d1915 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-aa87f103-ef5b-4d08-8adc-cf5f7c1d1915 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aa87f103-ef5b-4d08-8adc-cf5f7c1d1915 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-b4c80970-939f-468d-9b91-0db928486f98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b4c80970-939f-468d-9b91-0db928486f98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4c80970-939f-468d-9b91-0db928486f98:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-b4c80970-939f-468d-9b91-0db928486f98 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4c80970-939f-468d-9b91-0db928486f98.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4c80970-939f-468d-9b91-0db928486f98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b4c80970-939f-468d-9b91-0db928486f98.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f7d7220-bc5a-4850-bcad-52cb328d97c6 {
  margin-left: auto;
margin-right: auto;
}

#s-619309f8-ed2c-4bcd-8727-59de04229cd9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619309f8-ed2c-4bcd-8727-59de04229cd9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e911d260-423e-46c3-8970-6b9115c06af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e911d260-423e-46c3-8970-6b9115c06af7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9cae60ac-9b78-414a-835b-6939d8af6438 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9cae60ac-9b78-414a-835b-6939d8af6438 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9cae60ac-9b78-414a-835b-6939d8af6438 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9cae60ac-9b78-414a-835b-6939d8af6438 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-177d0d58-02a4-4881-bf31-e99b59e415c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-177d0d58-02a4-4881-bf31-e99b59e415c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-177d0d58-02a4-4881-bf31-e99b59e415c1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-177d0d58-02a4-4881-bf31-e99b59e415c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-177d0d58-02a4-4881-bf31-e99b59e415c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-177d0d58-02a4-4881-bf31-e99b59e415c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-177d0d58-02a4-4881-bf31-e99b59e415c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb8a9464-999f-4f87-9000-9e659edc51db {
  margin-left: auto;
margin-right: auto;
}

#s-a3d7951b-7095-4d41-9872-81a6c8407b5c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3d7951b-7095-4d41-9872-81a6c8407b5c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-04286c60-9c0a-47fa-b696-7f5e34ce4774 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04286c60-9c0a-47fa-b696-7f5e34ce4774 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9bab9bb6-54bb-4e7c-b377-cb4685c11012 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9bab9bb6-54bb-4e7c-b377-cb4685c11012 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9bab9bb6-54bb-4e7c-b377-cb4685c11012 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9bab9bb6-54bb-4e7c-b377-cb4685c11012 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-79de3aa8-8097-44e4-b08b-0c93a2525a0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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