.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-06eab770-862f-4920-ba0a-423d279020a6 {
  min-height: 50px;
}








#s-06eab770-862f-4920-ba0a-423d279020a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06eab770-862f-4920-ba0a-423d279020a6.shg-box.shg-c {
  justify-content: center;
}

#s-f81f1d77-7489-4695-a18a-cfc9a1c4907d {
  min-height: 50px;
}








#s-f81f1d77-7489-4695-a18a-cfc9a1c4907d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f81f1d77-7489-4695-a18a-cfc9a1c4907d.shg-box.shg-c {
  justify-content: center;
}

#s-1fe9fcab-9e4b-43d5-8052-9672f1b8815b {
  min-height: 10px;
}








#s-1fe9fcab-9e4b-43d5-8052-9672f1b8815b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fe9fcab-9e4b-43d5-8052-9672f1b8815b.shg-box.shg-c {
  justify-content: center;
}

#s-8dec8fce-b084-4b0c-8221-3a318ea08e7e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
opacity: 1;
}

#s-8dec8fce-b084-4b0c-8221-3a318ea08e7e {
  background-image: url(https://i.shgcdn.com/280e36db-75f1-43e1-abf0-190c972fc9de/);
}








#s-8dec8fce-b084-4b0c-8221-3a318ea08e7e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-8dec8fce-b084-4b0c-8221-3a318ea08e7e.shg-box.shg-c {
  justify-content: center;
}

#s-51275d10-751e-4523-ac57-d96ae1804836 {
  text-align: left;
}

.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-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-top: 50px;
margin-left: 30%;
margin-bottom: 40px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 500/600;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-left: 25%;
margin-right: 25%;
max-width: 270px;
}
}@media (max-width: 767px){#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-left: 10%;
margin-right: 10%;
max-width: 230px;
}
}


.shg-image-margin-container-s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 50px;
  margin-bottom: 40px;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      aspect-ratio: 500/600;
      width: 100%;
      height: 100%;
    }

    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-link {
      aspect-ratio: 500/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
    
    
  }


.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-content {
  
    align-items: center;
  
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
      position: relative;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  
  
  
  
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      aspect-ratio: 500/600;
      width: 100%;
      height: 100%;
    }

    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-link {
      aspect-ratio: 500/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
    
    
  }


.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-content {
  
    align-items: center;
  
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
      position: relative;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c 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-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  
  
  
  
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      aspect-ratio: 500/600;
      width: 100%;
      height: 100%;
    }

    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-link {
      aspect-ratio: 500/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
    
    
  }


.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-content {
  
    align-items: center;
  
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
      position: relative;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c 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-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      aspect-ratio: 500/600;
      width: 100%;
      height: 100%;
    }

    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-link {
      aspect-ratio: 500/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
    
    
  }


.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-content {
  
    align-items: center;
  
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
      position: relative;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      aspect-ratio: 500/600;
      width: 100%;
      height: 100%;
    }

    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-link {
      aspect-ratio: 500/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
    
    
  }


.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c .shogun-image-content {
  
    align-items: center;
  
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container {
      position: relative;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f78deed2-1252-4cc3-b7f7-3bc425e9974c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-1259079b-dcfb-46eb-8b59-dd844b079221 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1259079b-dcfb-46eb-8b59-dd844b079221 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-905be9b4-79c7-43fd-82ff-be82b8c02dea {
  margin-bottom: 40px;
padding-left: 25%;
padding-right: 25%;
}
@media (max-width: 767px){#s-905be9b4-79c7-43fd-82ff-be82b8c02dea {
  padding-left: 15%;
padding-right: 15%;
}
}
.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-9bc0d90c-4c69-42e7-9441-e2eafd3e542a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9bc0d90c-4c69-42e7-9441-e2eafd3e542a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc0d90c-4c69-42e7-9441-e2eafd3e542a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc0d90c-4c69-42e7-9441-e2eafd3e542a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc0d90c-4c69-42e7-9441-e2eafd3e542a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-fc09c94a-4d0d-4511-8f07-9360f0e81272 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-fc09c94a-4d0d-4511-8f07-9360f0e81272:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc09c94a-4d0d-4511-8f07-9360f0e81272:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fc09c94a-4d0d-4511-8f07-9360f0e81272 {
  text-align: center;
}
}

  #s-fc09c94a-4d0d-4511-8f07-9360f0e81272-root {
    text-align: right;
  }


#s-fc09c94a-4d0d-4511-8f07-9360f0e81272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc09c94a-4d0d-4511-8f07-9360f0e81272-root {
    text-align: right;
  }


#s-fc09c94a-4d0d-4511-8f07-9360f0e81272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc09c94a-4d0d-4511-8f07-9360f0e81272-root {
    text-align: right;
  }


#s-fc09c94a-4d0d-4511-8f07-9360f0e81272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc09c94a-4d0d-4511-8f07-9360f0e81272-root {
    text-align: right;
  }


#s-fc09c94a-4d0d-4511-8f07-9360f0e81272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc09c94a-4d0d-4511-8f07-9360f0e81272-root {
    text-align: center;
  }


#s-fc09c94a-4d0d-4511-8f07-9360f0e81272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e34e6799-6fcf-4951-ba29-87afd4307832 {
  margin-left: 0px;
margin-bottom: 70px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-e34e6799-6fcf-4951-ba29-87afd4307832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e34e6799-6fcf-4951-ba29-87afd4307832:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e34e6799-6fcf-4951-ba29-87afd4307832 {
  text-align: center;
}
}

  #s-e34e6799-6fcf-4951-ba29-87afd4307832-root {
    text-align: left;
  }


#s-e34e6799-6fcf-4951-ba29-87afd4307832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e34e6799-6fcf-4951-ba29-87afd4307832-root {
    text-align: left;
  }


#s-e34e6799-6fcf-4951-ba29-87afd4307832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e34e6799-6fcf-4951-ba29-87afd4307832-root {
    text-align: left;
  }


#s-e34e6799-6fcf-4951-ba29-87afd4307832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e34e6799-6fcf-4951-ba29-87afd4307832-root {
    text-align: left;
  }


#s-e34e6799-6fcf-4951-ba29-87afd4307832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e34e6799-6fcf-4951-ba29-87afd4307832-root {
    text-align: center;
  }


#s-e34e6799-6fcf-4951-ba29-87afd4307832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-520705d6-bcf9-4d8c-950f-aae518624cac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-520705d6-bcf9-4d8c-950f-aae518624cac {
  margin-left: 60px;
margin-right: 60px;
}
}
#slider-v3-s-520705d6-bcf9-4d8c-950f-aae518624cac {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-520705d6-bcf9-4d8c-950f-aae518624cac > .swiper-button-prev,
#slider-v3-s-520705d6-bcf9-4d8c-950f-aae518624cac > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-520705d6-bcf9-4d8c-950f-aae518624cac > .swiper-button-next svg,
#slider-v3-s-520705d6-bcf9-4d8c-950f-aae518624cac > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
    
    
  }


.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
      position: relative;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  
  
  
  
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
    
    
  }


.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
      position: relative;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 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-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  
  
  
  
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
    
    
  }


.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
      position: relative;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 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-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  
  
  
  
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
    
    
  }


.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
      position: relative;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  
  
  
  
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
    
    
  }


.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container {
      position: relative;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd86424-dba5-44d2-ba4c-c6ee81919d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
    
    
  }


.s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-content {
  
    align-items: center;
  
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5297ad38-36fd-4e32-9b6c-acc97116397f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
      position: relative;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  
  
  
  
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
    
    
  }


.s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-content {
  
    align-items: center;
  
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5297ad38-36fd-4e32-9b6c-acc97116397f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
      position: relative;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f 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-5297ad38-36fd-4e32-9b6c-acc97116397f {
  
  
  
  
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
    
    
  }


.s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-content {
  
    align-items: center;
  
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5297ad38-36fd-4e32-9b6c-acc97116397f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
      position: relative;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f 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-5297ad38-36fd-4e32-9b6c-acc97116397f {
  
  
  
  
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
    
    
  }


.s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-content {
  
    align-items: center;
  
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5297ad38-36fd-4e32-9b6c-acc97116397f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
      position: relative;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  
  
  
  
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5297ad38-36fd-4e32-9b6c-acc97116397f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
    
    
  }


.s-5297ad38-36fd-4e32-9b6c-acc97116397f .shogun-image-content {
  
    align-items: center;
  
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5297ad38-36fd-4e32-9b6c-acc97116397f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container {
      position: relative;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5297ad38-36fd-4e32-9b6c-acc97116397f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
    
    
  }


.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-content {
  
    align-items: center;
  
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
      position: relative;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  
  
  
  
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
    
    
  }


.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-content {
  
    align-items: center;
  
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
      position: relative;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b 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-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  
  
  
  
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
    
    
  }


.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-content {
  
    align-items: center;
  
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
      position: relative;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b 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-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  
  
  
  
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
    
    
  }


.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-content {
  
    align-items: center;
  
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
      position: relative;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  
  
  
  
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
    
    
  }


.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b .shogun-image-content {
  
    align-items: center;
  
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container {
      position: relative;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6ac534-3b7f-496a-81fa-d77376f8af8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
    
    
  }


.s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d690beb-af9a-4486-a12f-e0129717d477 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
      position: relative;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8d690beb-af9a-4486-a12f-e0129717d477 {
  
  
  
  
}

#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
    
    
  }


.s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d690beb-af9a-4486-a12f-e0129717d477 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
      position: relative;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477 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-8d690beb-af9a-4486-a12f-e0129717d477 {
  
  
  
  
}

#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
    
    
  }


.s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d690beb-af9a-4486-a12f-e0129717d477 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
      position: relative;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477 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-8d690beb-af9a-4486-a12f-e0129717d477 {
  
  
  
  
}

#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
    
    
  }


.s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d690beb-af9a-4486-a12f-e0129717d477 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
      position: relative;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8d690beb-af9a-4486-a12f-e0129717d477 {
  
  
  
  
}

#s-8d690beb-af9a-4486-a12f-e0129717d477 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d690beb-af9a-4486-a12f-e0129717d477 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
    
    
  }


.s-8d690beb-af9a-4486-a12f-e0129717d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d690beb-af9a-4486-a12f-e0129717d477 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container {
      position: relative;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d690beb-af9a-4486-a12f-e0129717d477 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-85098289-781f-409a-a624-e48bed238cc6 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85098289-781f-409a-a624-e48bed238cc6 {
  padding-left: 2%;
padding-right: 2%;
}
}


.shg-image-margin-container-s-85098289-781f-409a-a624-e48bed238cc6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
    
    
  }


.s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85098289-781f-409a-a624-e48bed238cc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85098289-781f-409a-a624-e48bed238cc6 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
      position: relative;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-85098289-781f-409a-a624-e48bed238cc6 {
  
  
  
  
}

#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
    
    
  }


.s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85098289-781f-409a-a624-e48bed238cc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85098289-781f-409a-a624-e48bed238cc6 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
      position: relative;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6 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-85098289-781f-409a-a624-e48bed238cc6 {
  
  
  
  
}

#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
    
    
  }


.s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85098289-781f-409a-a624-e48bed238cc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85098289-781f-409a-a624-e48bed238cc6 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
      position: relative;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6 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-85098289-781f-409a-a624-e48bed238cc6 {
  
  
  
  
}

#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
    
    
  }


.s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85098289-781f-409a-a624-e48bed238cc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85098289-781f-409a-a624-e48bed238cc6 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
      position: relative;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-85098289-781f-409a-a624-e48bed238cc6 {
  
  
  
  
}

#s-85098289-781f-409a-a624-e48bed238cc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85098289-781f-409a-a624-e48bed238cc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
    
    
  }


.s-85098289-781f-409a-a624-e48bed238cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85098289-781f-409a-a624-e48bed238cc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85098289-781f-409a-a624-e48bed238cc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85098289-781f-409a-a624-e48bed238cc6 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container {
      position: relative;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85098289-781f-409a-a624-e48bed238cc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85098289-781f-409a-a624-e48bed238cc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
    
    
  }


.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-content {
  
    align-items: center;
  
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
      position: relative;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  
  
  
  
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
    
    
  }


.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-content {
  
    align-items: center;
  
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
      position: relative;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc 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-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  
  
  
  
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
    
    
  }


.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-content {
  
    align-items: center;
  
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
      position: relative;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc 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-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  
  
  
  
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
    
    
  }


.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-content {
  
    align-items: center;
  
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
      position: relative;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  
  
  
  
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
    
    
  }


.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc .shogun-image-content {
  
    align-items: center;
  
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container {
      position: relative;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66c2f9e7-e677-4d61-9c59-f971e75edbbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
    
    
  }


.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-content {
  
    align-items: center;
  
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
      position: relative;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  
  
  
  
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
    
    
  }


.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-content {
  
    align-items: center;
  
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
      position: relative;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d 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-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  
  
  
  
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
    
    
  }


.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-content {
  
    align-items: center;
  
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
      position: relative;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d 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-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  
  
  
  
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
    
    
  }


.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-content {
  
    align-items: center;
  
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
      position: relative;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  
  
  
  
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
    
    
  }


.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d .shogun-image-content {
  
    align-items: center;
  
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container {
      position: relative;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-babb6df6-7d92-4ba4-ab6b-eaf8934b865d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
    
    
  }


.s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
      position: relative;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  
  
  
  
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
    
    
  }


.s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
      position: relative;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 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-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  
  
  
  
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
    
    
  }


.s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
      position: relative;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 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-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  
  
  
  
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
    
    
  }


.s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
      position: relative;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  
  
  
  
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
    
    
  }


.s-3bfe5216-d459-470a-a5b7-08c50b6a5420 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container {
      position: relative;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfe5216-d459-470a-a5b7-08c50b6a5420 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
    
    
  }


.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-content {
  
    align-items: center;
  
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
      position: relative;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  
  
  
  
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
    
    
  }


.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-content {
  
    align-items: center;
  
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
      position: relative;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c 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-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  
  
  
  
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
    
    
  }


.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-content {
  
    align-items: center;
  
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
      position: relative;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c 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-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  
  
  
  
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
    
    
  }


.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-content {
  
    align-items: center;
  
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
      position: relative;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  
  
  
  
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
    
    
  }


.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c .shogun-image-content {
  
    align-items: center;
  
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container {
      position: relative;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81050c3d-5a61-4ece-b21e-17e8ebf4eb6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
    
    
  }


.s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
      position: relative;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  
  
  
  
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
    
    
  }


.s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
      position: relative;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 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-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  
  
  
  
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
    
    
  }


.s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
      position: relative;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 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-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  
  
  
  
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
    
    
  }


.s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
      position: relative;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  
  
  
  
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
    
    
  }


.s-278f4e86-d761-47fc-98d2-48045d7d38c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container {
      position: relative;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278f4e86-d761-47fc-98d2-48045d7d38c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
    
    
  }


.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
      position: relative;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  
  
  
  
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
    
    
  }


.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
      position: relative;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f 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-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  
  
  
  
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
    
    
  }


.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
      position: relative;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f 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-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  
  
  
  
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
    
    
  }


.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
      position: relative;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  
  
  
  
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
    
    
  }


.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f .shogun-image-content {
  
    align-items: center;
  
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container {
      position: relative;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2c27ab1-9711-47ec-baa0-1b06c9fcdd0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/880;
text-align: center;
}



.shg-image-margin-container-s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
    
    
  }


.s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec30c033-da4b-47dd-a571-58111f2eea33 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
      position: relative;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  
  
  
  
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
    
    
  }


.s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec30c033-da4b-47dd-a571-58111f2eea33 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
      position: relative;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33 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-ec30c033-da4b-47dd-a571-58111f2eea33 {
  
  
  
  
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
    
    
  }


.s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec30c033-da4b-47dd-a571-58111f2eea33 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
      position: relative;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33 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-ec30c033-da4b-47dd-a571-58111f2eea33 {
  
  
  
  
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
    
    
  }


.s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec30c033-da4b-47dd-a571-58111f2eea33 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
      position: relative;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  
  
  
  
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      aspect-ratio: 1080/880;
      width: 100%;
      height: 100%;
    }

    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-link {
      aspect-ratio: 1080/880;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec30c033-da4b-47dd-a571-58111f2eea33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
    
    
  }


.s-ec30c033-da4b-47dd-a571-58111f2eea33 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec30c033-da4b-47dd-a571-58111f2eea33 {
      --shg-aspect-ratio: calc(1080/880); 
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container {
      position: relative;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec30c033-da4b-47dd-a571-58111f2eea33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6794ae4e-2dbf-4c28-b23f-a716cd773ae0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6794ae4e-2dbf-4c28-b23f-a716cd773ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6794ae4e-2dbf-4c28-b23f-a716cd773ae0.shg-box.shg-c {
  justify-content: center;
}

#s-f9a64fd0-ae2e-49b6-a68e-aa7343260cfc {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
min-height: 50px;
}








#s-f9a64fd0-ae2e-49b6-a68e-aa7343260cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9a64fd0-ae2e-49b6-a68e-aa7343260cfc.shg-box.shg-c {
  justify-content: center;
}

#s-21728b10-5262-456e-9b20-76b91b1b5d65 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21728b10-5262-456e-9b20-76b91b1b5d65 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9dded66e-946c-4b0b-9061-049e8d3e62dc {
  margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-9dded66e-946c-4b0b-9061-049e8d3e62dc {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-9dded66e-946c-4b0b-9061-049e8d3e62dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dded66e-946c-4b0b-9061-049e8d3e62dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9dded66e-946c-4b0b-9061-049e8d3e62dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dded66e-946c-4b0b-9061-049e8d3e62dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14a7ba11-f071-404a-a773-bf75783b385b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-14a7ba11-f071-404a-a773-bf75783b385b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14a7ba11-f071-404a-a773-bf75783b385b.shg-box.shg-c {
  justify-content: center;
}

#s-a1cbae70-8c64-408d-b494-5e2891606d9a {
  background-image: url(https://i.shgcdn.com/8f447010-9763-4671-a9b7-b442f0d44f06/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-a1cbae70-8c64-408d-b494-5e2891606d9a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a1cbae70-8c64-408d-b494-5e2891606d9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1cbae70-8c64-408d-b494-5e2891606d9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1cbae70-8c64-408d-b494-5e2891606d9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-22dd4469-6126-4620-a0c9-b9df89729f35 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d431dc8f-8237-4311-979f-14a7eb2cd8c8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d431dc8f-8237-4311-979f-14a7eb2cd8c8 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-c4090ad5-30ab-4d89-b193-7063d664a930 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c4090ad5-30ab-4d89-b193-7063d664a930 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



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

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

#s-2a09da19-2b24-4ee5-8623-f0dd94f5d4ce {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2a09da19-2b24-4ee5-8623-f0dd94f5d4ce {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a09da19-2b24-4ee5-8623-f0dd94f5d4ce {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a09da19-2b24-4ee5-8623-f0dd94f5d4ce {
  margin-bottom: 0px;
}
}
#s-2a09da19-2b24-4ee5-8623-f0dd94f5d4ce hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-0e2f9dd1-4746-4212-89eb-823fc4fdaa58 {
  margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
}

#s-2e3f9be3-394a-48c3-bb7d-3973cfd6f1ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2e3f9be3-394a-48c3-bb7d-3973cfd6f1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e3f9be3-394a-48c3-bb7d-3973cfd6f1ed {
  cursor: pointer;
}#s-2e3f9be3-394a-48c3-bb7d-3973cfd6f1ed.shg-box.shg-c {
  justify-content: center;
}

#s-dd79192b-3ab1-4199-ac30-7266c432b445 {
  background-image: url(https://i.shgcdn.com/77f47001-6a25-4a3d-97b3-72bfc61b714e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-dd79192b-3ab1-4199-ac30-7266c432b445"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dd79192b-3ab1-4199-ac30-7266c432b445"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd79192b-3ab1-4199-ac30-7266c432b445"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd79192b-3ab1-4199-ac30-7266c432b445"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-33f66429-ef37-4cfa-99ec-67c764c1ff0d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-525cf5f7-7d03-404c-94c0-3a4bc023db6d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-525cf5f7-7d03-404c-94c0-3a4bc023db6d .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-f3b04f6c-9503-4685-aa08-c79c0b51958a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f3b04f6c-9503-4685-aa08-c79c0b51958a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-20df4427-7d30-41a1-b2a4-2c7c896d9a46 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-20df4427-7d30-41a1-b2a4-2c7c896d9a46 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20df4427-7d30-41a1-b2a4-2c7c896d9a46 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20df4427-7d30-41a1-b2a4-2c7c896d9a46 {
  margin-bottom: 0px;
}
}
#s-20df4427-7d30-41a1-b2a4-2c7c896d9a46 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-8f8d1fc7-e172-42d4-8a69-4ba28651f2d5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c1abd72a-6c18-481a-87a2-a7733c177db7 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-c1abd72a-6c18-481a-87a2-a7733c177db7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1abd72a-6c18-481a-87a2-a7733c177db7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1abd72a-6c18-481a-87a2-a7733c177db7-root {
    text-align: left;
  }


#s-c1abd72a-6c18-481a-87a2-a7733c177db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1abd72a-6c18-481a-87a2-a7733c177db7-root {
    text-align: left;
  }


#s-c1abd72a-6c18-481a-87a2-a7733c177db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1abd72a-6c18-481a-87a2-a7733c177db7-root {
    text-align: left;
  }


#s-c1abd72a-6c18-481a-87a2-a7733c177db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1abd72a-6c18-481a-87a2-a7733c177db7-root {
    text-align: left;
  }


#s-c1abd72a-6c18-481a-87a2-a7733c177db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1abd72a-6c18-481a-87a2-a7733c177db7-root {
    text-align: left;
  }


#s-c1abd72a-6c18-481a-87a2-a7733c177db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2fd790bd-b69e-40eb-8c85-6a812372886d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2fd790bd-b69e-40eb-8c85-6a812372886d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fd790bd-b69e-40eb-8c85-6a812372886d {
  cursor: pointer;
}#s-2fd790bd-b69e-40eb-8c85-6a812372886d.shg-box.shg-c {
  justify-content: center;
}

#s-2075692f-a55c-426f-a903-cb8cad108378 {
  background-image: url(https://i.shgcdn.com/f46e7eac-f8c3-4e49-af01-e4764c593939/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-2075692f-a55c-426f-a903-cb8cad108378"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2075692f-a55c-426f-a903-cb8cad108378"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2075692f-a55c-426f-a903-cb8cad108378"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2075692f-a55c-426f-a903-cb8cad108378"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5f797c3e-817f-4a41-9db3-2d74fc95476e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3a47cd38-6ac1-4df0-9ff5-14480cc0aba2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3a47cd38-6ac1-4df0-9ff5-14480cc0aba2 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-4b2f28fb-75ec-4637-ae68-f5ac6d50f695 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4b2f28fb-75ec-4637-ae68-f5ac6d50f695 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-4d6a4b20-cfad-4510-afef-f968040b87f0 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4d6a4b20-cfad-4510-afef-f968040b87f0 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d6a4b20-cfad-4510-afef-f968040b87f0 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d6a4b20-cfad-4510-afef-f968040b87f0 {
  margin-bottom: 0px;
}
}
#s-4d6a4b20-cfad-4510-afef-f968040b87f0 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-946bd5e4-8c1f-4874-9dc8-d29d5c1dfb65 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-eb63b76d-e7cf-4b18-9045-71febf0f5493 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-eb63b76d-e7cf-4b18-9045-71febf0f5493:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb63b76d-e7cf-4b18-9045-71febf0f5493:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb63b76d-e7cf-4b18-9045-71febf0f5493-root {
    text-align: left;
  }


#s-eb63b76d-e7cf-4b18-9045-71febf0f5493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb63b76d-e7cf-4b18-9045-71febf0f5493-root {
    text-align: left;
  }


#s-eb63b76d-e7cf-4b18-9045-71febf0f5493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb63b76d-e7cf-4b18-9045-71febf0f5493-root {
    text-align: left;
  }


#s-eb63b76d-e7cf-4b18-9045-71febf0f5493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb63b76d-e7cf-4b18-9045-71febf0f5493-root {
    text-align: left;
  }


#s-eb63b76d-e7cf-4b18-9045-71febf0f5493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb63b76d-e7cf-4b18-9045-71febf0f5493-root {
    text-align: left;
  }


#s-eb63b76d-e7cf-4b18-9045-71febf0f5493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5c04a1be-213c-4135-a98c-df462c695f15 {
  margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-5c04a1be-213c-4135-a98c-df462c695f15 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-5c04a1be-213c-4135-a98c-df462c695f15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c04a1be-213c-4135-a98c-df462c695f15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c04a1be-213c-4135-a98c-df462c695f15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c04a1be-213c-4135-a98c-df462c695f15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-556c7e46-16c2-4dc1-926f-b02da0b2d97b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-556c7e46-16c2-4dc1-926f-b02da0b2d97b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-556c7e46-16c2-4dc1-926f-b02da0b2d97b {
  cursor: pointer;
}#s-556c7e46-16c2-4dc1-926f-b02da0b2d97b.shg-box.shg-c {
  justify-content: center;
}

#s-af0b08cf-af3f-48a4-b8a6-6ff661d4bb38 {
  background-image: url(https://i.shgcdn.com/47a5f20a-b4a1-4986-800a-fe029189f170/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-af0b08cf-af3f-48a4-b8a6-6ff661d4bb38"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af0b08cf-af3f-48a4-b8a6-6ff661d4bb38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af0b08cf-af3f-48a4-b8a6-6ff661d4bb38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af0b08cf-af3f-48a4-b8a6-6ff661d4bb38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cec47fc9-9ad9-4992-8b44-90e27e90439f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-16083f35-7f67-4b47-b438-369e3928013b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16083f35-7f67-4b47-b438-369e3928013b .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b9804b82-bd88-4fe5-a3a9-6465bac52f3b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b9804b82-bd88-4fe5-a3a9-6465bac52f3b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-dcc32a66-edfc-45d4-bb94-cc9bd41a099c {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-dcc32a66-edfc-45d4-bb94-cc9bd41a099c {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcc32a66-edfc-45d4-bb94-cc9bd41a099c {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcc32a66-edfc-45d4-bb94-cc9bd41a099c {
  margin-bottom: 0px;
}
}
#s-dcc32a66-edfc-45d4-bb94-cc9bd41a099c hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-3b2a459f-b6f3-4228-b353-d439e0e8221f {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32-root {
    text-align: left;
  }


#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32-root {
    text-align: left;
  }


#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32-root {
    text-align: left;
  }


#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32-root {
    text-align: left;
  }


#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32-root {
    text-align: left;
  }


#s-2ace7599-c9a4-4c15-bd3e-37d64ba1ca32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a90a7a78-2f1f-47b1-8531-4f69bfbfe084 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a90a7a78-2f1f-47b1-8531-4f69bfbfe084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a90a7a78-2f1f-47b1-8531-4f69bfbfe084.shg-box.shg-c {
  justify-content: center;
}

#s-d6733d73-b07c-4430-8acf-58685bff2ca5 {
  background-image: url(https://i.shgcdn.com/628fb912-2908-4227-a609-66472d6b7dc3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-d6733d73-b07c-4430-8acf-58685bff2ca5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d6733d73-b07c-4430-8acf-58685bff2ca5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6733d73-b07c-4430-8acf-58685bff2ca5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6733d73-b07c-4430-8acf-58685bff2ca5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-172aef96-8b7a-4b79-a79f-3da985ba5965 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-458fe10a-d8a7-4ce4-9547-2c87e2249c06 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-458fe10a-d8a7-4ce4-9547-2c87e2249c06 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-0a2a3577-4902-4bd7-b2f9-f7dbe0983707 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0a2a3577-4902-4bd7-b2f9-f7dbe0983707 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-339470dc-0479-4922-af60-c9487375e533 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-339470dc-0479-4922-af60-c9487375e533 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-339470dc-0479-4922-af60-c9487375e533 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-339470dc-0479-4922-af60-c9487375e533 {
  margin-bottom: 0px;
}
}
#s-339470dc-0479-4922-af60-c9487375e533 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-5b5dfba9-4445-4021-b152-407d222a6b71 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-37f5456c-c34b-4846-8aa1-c6ade37fac32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-37f5456c-c34b-4846-8aa1-c6ade37fac32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37f5456c-c34b-4846-8aa1-c6ade37fac32 {
  cursor: pointer;
}#s-37f5456c-c34b-4846-8aa1-c6ade37fac32.shg-box.shg-c {
  justify-content: center;
}

#s-9e347647-6c06-46ed-a741-3426d881b4d6 {
  background-image: url(https://i.shgcdn.com/8b33f976-9f28-4d5a-b6e4-9f2d0d966c32/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-9e347647-6c06-46ed-a741-3426d881b4d6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e347647-6c06-46ed-a741-3426d881b4d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e347647-6c06-46ed-a741-3426d881b4d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e347647-6c06-46ed-a741-3426d881b4d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-54d7a29f-faf4-43fe-995a-a1c630f35440 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-36e2d755-ee7e-439c-8050-7d895ee17d2d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-36e2d755-ee7e-439c-8050-7d895ee17d2d .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-21ffe92d-1cf8-4da7-929b-ebcfe46437f7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-21ffe92d-1cf8-4da7-929b-ebcfe46437f7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-c89d4181-c61c-4b2f-8d14-9b9977eca3ab {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c89d4181-c61c-4b2f-8d14-9b9977eca3ab {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c89d4181-c61c-4b2f-8d14-9b9977eca3ab {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c89d4181-c61c-4b2f-8d14-9b9977eca3ab {
  margin-bottom: 0px;
}
}
#s-c89d4181-c61c-4b2f-8d14-9b9977eca3ab hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-5917a352-7fc9-43e9-ba89-a207508035e7 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6-root {
    text-align: left;
  }


#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6-root {
    text-align: left;
  }


#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6-root {
    text-align: left;
  }


#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6-root {
    text-align: left;
  }


#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6-root {
    text-align: left;
  }


#s-b6325d7f-87b7-4a50-bd7a-f1c6163a76a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00186583-1c0c-4ce3-ad32-08fb05077f94 {
  margin-top: 20px;
margin-left: 60px;
margin-bottom: 80px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-00186583-1c0c-4ce3-ad32-08fb05077f94 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-00186583-1c0c-4ce3-ad32-08fb05077f94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00186583-1c0c-4ce3-ad32-08fb05077f94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00186583-1c0c-4ce3-ad32-08fb05077f94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00186583-1c0c-4ce3-ad32-08fb05077f94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ee7cd9ed-0898-4a9d-8739-4da77c22ecb8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ee7cd9ed-0898-4a9d-8739-4da77c22ecb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee7cd9ed-0898-4a9d-8739-4da77c22ecb8.shg-box.shg-c {
  justify-content: center;
}

#s-630935ef-fc9c-441c-a286-a856d599e3b6 {
  background-image: url(https://i.shgcdn.com/7130be08-5edb-43a4-b25c-db0fa2683535/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-630935ef-fc9c-441c-a286-a856d599e3b6 {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-630935ef-fc9c-441c-a286-a856d599e3b6 {
  min-height: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-630935ef-fc9c-441c-a286-a856d599e3b6 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-630935ef-fc9c-441c-a286-a856d599e3b6 {
  min-height: 300px;
}
}
@media (min-width: 0px) {
[id="s-630935ef-fc9c-441c-a286-a856d599e3b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-630935ef-fc9c-441c-a286-a856d599e3b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-630935ef-fc9c-441c-a286-a856d599e3b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-630935ef-fc9c-441c-a286-a856d599e3b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2fa40300-9f4f-4504-b719-ecd349779539 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-757b99b4-59fe-4491-9136-f5e1fdac447f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-757b99b4-59fe-4491-9136-f5e1fdac447f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-757b99b4-59fe-4491-9136-f5e1fdac447f {
  cursor: pointer;
}#s-757b99b4-59fe-4491-9136-f5e1fdac447f.shg-box.shg-c {
  justify-content: center;
}

#s-f86d4042-2f2e-4803-9bdf-98e508c0751d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f86d4042-2f2e-4803-9bdf-98e508c0751d .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-9f57d72e-c756-4f9c-83ba-7ad175d8442f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9f57d72e-c756-4f9c-83ba-7ad175d8442f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b93759b0-4179-4402-bf92-0210072499c9 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b93759b0-4179-4402-bf92-0210072499c9 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b93759b0-4179-4402-bf92-0210072499c9 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b93759b0-4179-4402-bf92-0210072499c9 {
  margin-bottom: 0px;
}
}
#s-b93759b0-4179-4402-bf92-0210072499c9 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-6bfea5bc-8f60-4d37-9aad-a5d19c1de278 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 40px;
}

#s-f80d0a19-6434-4039-9d5e-e325d79a37e1 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-f80d0a19-6434-4039-9d5e-e325d79a37e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f80d0a19-6434-4039-9d5e-e325d79a37e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f80d0a19-6434-4039-9d5e-e325d79a37e1-root {
    text-align: left;
  }


#s-f80d0a19-6434-4039-9d5e-e325d79a37e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f80d0a19-6434-4039-9d5e-e325d79a37e1-root {
    text-align: left;
  }


#s-f80d0a19-6434-4039-9d5e-e325d79a37e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f80d0a19-6434-4039-9d5e-e325d79a37e1-root {
    text-align: left;
  }


#s-f80d0a19-6434-4039-9d5e-e325d79a37e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f80d0a19-6434-4039-9d5e-e325d79a37e1-root {
    text-align: left;
  }


#s-f80d0a19-6434-4039-9d5e-e325d79a37e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f80d0a19-6434-4039-9d5e-e325d79a37e1-root {
    text-align: left;
  }


#s-f80d0a19-6434-4039-9d5e-e325d79a37e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a3a5fcef-be72-4b73-a5e0-35824d5243ad {
  margin-top: 20px;
margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-a3a5fcef-be72-4b73-a5e0-35824d5243ad {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-a3a5fcef-be72-4b73-a5e0-35824d5243ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3a5fcef-be72-4b73-a5e0-35824d5243ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3a5fcef-be72-4b73-a5e0-35824d5243ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3a5fcef-be72-4b73-a5e0-35824d5243ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d13de673-c6e7-4ba2-936a-4b428e5a7b53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d13de673-c6e7-4ba2-936a-4b428e5a7b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d13de673-c6e7-4ba2-936a-4b428e5a7b53 {
  cursor: pointer;
}#s-d13de673-c6e7-4ba2-936a-4b428e5a7b53.shg-box.shg-c {
  justify-content: center;
}

#s-f22c26d6-a3ea-4661-acfe-78eafd955bfd {
  background-image: url(https://i.shgcdn.com/50169e9f-6fe7-48b0-907d-1d5128527697/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-f22c26d6-a3ea-4661-acfe-78eafd955bfd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f22c26d6-a3ea-4661-acfe-78eafd955bfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f22c26d6-a3ea-4661-acfe-78eafd955bfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f22c26d6-a3ea-4661-acfe-78eafd955bfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5f8cd150-dd2e-4546-ae86-a3a43448888e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-df43c38d-78fc-45a4-b5ab-dda0ce5513f9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df43c38d-78fc-45a4-b5ab-dda0ce5513f9 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d218ed5d-f70f-43b7-a963-7db9a5d6b2db {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d218ed5d-f70f-43b7-a963-7db9a5d6b2db .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}


#s-d218ed5d-f70f-43b7-a963-7db9a5d6b2db .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-a122c152-0209-4c11-af8e-f2642cf57b36 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a122c152-0209-4c11-af8e-f2642cf57b36 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a122c152-0209-4c11-af8e-f2642cf57b36 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a122c152-0209-4c11-af8e-f2642cf57b36 {
  margin-bottom: 0px;
}
}
#s-a122c152-0209-4c11-af8e-f2642cf57b36 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-fb4e90ea-09d5-41f1-8689-9c7b0aa6f76a {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (max-width: 767px){#s-fb4e90ea-09d5-41f1-8689-9c7b0aa6f76a {
  margin-top: 0px;
}
}
#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8c8c404-7ea1-4650-b3e1-930f7498fd87-root {
    text-align: left;
  }


#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8c8c404-7ea1-4650-b3e1-930f7498fd87-root {
    text-align: left;
  }


#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8c8c404-7ea1-4650-b3e1-930f7498fd87-root {
    text-align: left;
  }


#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8c8c404-7ea1-4650-b3e1-930f7498fd87-root {
    text-align: left;
  }


#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8c8c404-7ea1-4650-b3e1-930f7498fd87-root {
    text-align: left;
  }


#s-d8c8c404-7ea1-4650-b3e1-930f7498fd87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a142d75-d493-4dca-90ee-e9b42b22837e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3a142d75-d493-4dca-90ee-e9b42b22837e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a142d75-d493-4dca-90ee-e9b42b22837e {
  cursor: pointer;
}#s-3a142d75-d493-4dca-90ee-e9b42b22837e.shg-box.shg-c {
  justify-content: center;
}

#s-5dfed1d5-340d-4c29-8789-f4d18f8a5ac2 {
  background-image: url(https://i.shgcdn.com/6d41624a-0c31-40d2-960d-a400f7715348/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-5dfed1d5-340d-4c29-8789-f4d18f8a5ac2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5dfed1d5-340d-4c29-8789-f4d18f8a5ac2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dfed1d5-340d-4c29-8789-f4d18f8a5ac2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dfed1d5-340d-4c29-8789-f4d18f8a5ac2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0e603e54-b167-44e3-b9d5-dffa6170afbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e1b0f0b9-31e3-49bc-9d16-6a61db8fb752 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e1b0f0b9-31e3-49bc-9d16-6a61db8fb752 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-9662afdb-cbc1-4513-b5ce-f56eaa3eee7c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9662afdb-cbc1-4513-b5ce-f56eaa3eee7c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-4ab331be-f458-43aa-b1fe-c6da87385712 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4ab331be-f458-43aa-b1fe-c6da87385712 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ab331be-f458-43aa-b1fe-c6da87385712 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ab331be-f458-43aa-b1fe-c6da87385712 {
  margin-bottom: 0px;
}
}
#s-4ab331be-f458-43aa-b1fe-c6da87385712 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-916ed5b2-8e2d-44b0-8df6-685591d001e2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0-root {
    text-align: left;
  }


#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0-root {
    text-align: left;
  }


#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0-root {
    text-align: left;
  }


#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0-root {
    text-align: left;
  }


#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0-root {
    text-align: left;
  }


#s-2802f36a-27f5-4384-a9e8-b8c9d5566ea0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c85b462-0614-4482-b49e-91d19d3358ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c85b462-0614-4482-b49e-91d19d3358ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c85b462-0614-4482-b49e-91d19d3358ed.shg-box.shg-c {
  justify-content: center;
}

#s-6851f471-7944-49ca-bfed-8cb7513bbde5 {
  background-image: url(https://i.shgcdn.com/288bbb17-f792-44d2-89f8-35f5f5617a70/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-6851f471-7944-49ca-bfed-8cb7513bbde5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6851f471-7944-49ca-bfed-8cb7513bbde5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6851f471-7944-49ca-bfed-8cb7513bbde5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6851f471-7944-49ca-bfed-8cb7513bbde5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-757b7050-e401-4a05-a812-9c6d5b8ab32a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d96ff17b-33f4-4cdb-9d8f-1f175b11db0c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d96ff17b-33f4-4cdb-9d8f-1f175b11db0c .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-8db438d5-4bed-447f-a9b7-6b13b24c2f53 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8db438d5-4bed-447f-a9b7-6b13b24c2f53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-7c95dadd-c3d5-4419-9332-ce6b9ef0522b {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-7c95dadd-c3d5-4419-9332-ce6b9ef0522b {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c95dadd-c3d5-4419-9332-ce6b9ef0522b {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c95dadd-c3d5-4419-9332-ce6b9ef0522b {
  margin-bottom: 0px;
}
}
#s-7c95dadd-c3d5-4419-9332-ce6b9ef0522b hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-c20e5514-067b-471d-9c3f-6efcb7099d19 {
  margin-left: 10px;
margin-right: 10px;
}

#s-567b2c71-26e6-47db-addc-b7a5400c807e {
  margin-top: 20px;
margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-567b2c71-26e6-47db-addc-b7a5400c807e {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-567b2c71-26e6-47db-addc-b7a5400c807e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-567b2c71-26e6-47db-addc-b7a5400c807e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-567b2c71-26e6-47db-addc-b7a5400c807e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-567b2c71-26e6-47db-addc-b7a5400c807e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a432012e-f857-47d2-8eff-42789ec72c96 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a432012e-f857-47d2-8eff-42789ec72c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a432012e-f857-47d2-8eff-42789ec72c96 {
  cursor: pointer;
}#s-a432012e-f857-47d2-8eff-42789ec72c96.shg-box.shg-c {
  justify-content: center;
}

#s-1a6f5077-514d-4fc8-a2de-1990aec8f996 {
  background-image: url(https://i.shgcdn.com/01fa2e93-0160-4b73-b9e2-cbf86132a483/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-1a6f5077-514d-4fc8-a2de-1990aec8f996"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1a6f5077-514d-4fc8-a2de-1990aec8f996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a6f5077-514d-4fc8-a2de-1990aec8f996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a6f5077-514d-4fc8-a2de-1990aec8f996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b571781f-3140-4e85-a059-49787facc6d9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c4bad941-bb4d-4d98-98da-6dbe79704378 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c4bad941-bb4d-4d98-98da-6dbe79704378 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-963c3413-ed17-4b54-a8b5-db0c80f43101 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-963c3413-ed17-4b54-a8b5-db0c80f43101 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-387992c3-2e0d-40cf-86c7-82b384e00e8e {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-387992c3-2e0d-40cf-86c7-82b384e00e8e {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-387992c3-2e0d-40cf-86c7-82b384e00e8e {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-387992c3-2e0d-40cf-86c7-82b384e00e8e {
  margin-bottom: 0px;
}
}
#s-387992c3-2e0d-40cf-86c7-82b384e00e8e hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-879de0db-7ff3-470f-a578-0199f2a92297 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-764d37be-a259-4306-865f-b42fe339023f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-764d37be-a259-4306-865f-b42fe339023f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-764d37be-a259-4306-865f-b42fe339023f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-764d37be-a259-4306-865f-b42fe339023f-root {
    text-align: left;
  }


#s-764d37be-a259-4306-865f-b42fe339023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-764d37be-a259-4306-865f-b42fe339023f-root {
    text-align: left;
  }


#s-764d37be-a259-4306-865f-b42fe339023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-764d37be-a259-4306-865f-b42fe339023f-root {
    text-align: left;
  }


#s-764d37be-a259-4306-865f-b42fe339023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-764d37be-a259-4306-865f-b42fe339023f-root {
    text-align: left;
  }


#s-764d37be-a259-4306-865f-b42fe339023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-764d37be-a259-4306-865f-b42fe339023f-root {
    text-align: left;
  }


#s-764d37be-a259-4306-865f-b42fe339023f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3f667685-61d1-4ab6-9133-2a5514b52d8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f667685-61d1-4ab6-9133-2a5514b52d8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f667685-61d1-4ab6-9133-2a5514b52d8d.shg-box.shg-c {
  justify-content: center;
}

#s-e91dd32c-e4fe-4d8e-8e0e-d99e78cfd91a {
  background-image: url(https://i.shgcdn.com/b3c62719-235f-4302-b1b3-015f4c24e3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-e91dd32c-e4fe-4d8e-8e0e-d99e78cfd91a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e91dd32c-e4fe-4d8e-8e0e-d99e78cfd91a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e91dd32c-e4fe-4d8e-8e0e-d99e78cfd91a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e91dd32c-e4fe-4d8e-8e0e-d99e78cfd91a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-06ab027d-4414-4465-a9fd-3f889b805b9d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c1a7e7ee-cabc-4239-ac21-db1d32924bd3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c1a7e7ee-cabc-4239-ac21-db1d32924bd3 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-018a3eb9-3578-45cd-91df-22ed2a4c1d28 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-018a3eb9-3578-45cd-91df-22ed2a4c1d28 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d5761e31-5274-4ad9-badb-41c23707a3b4 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d5761e31-5274-4ad9-badb-41c23707a3b4 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5761e31-5274-4ad9-badb-41c23707a3b4 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5761e31-5274-4ad9-badb-41c23707a3b4 {
  margin-bottom: 0px;
}
}
#s-d5761e31-5274-4ad9-badb-41c23707a3b4 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-1aa82373-edee-458a-9c5c-a301f041734b {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-bcef613a-20b2-4482-b258-6b277ecf7cc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bcef613a-20b2-4482-b258-6b277ecf7cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcef613a-20b2-4482-b258-6b277ecf7cc4.shg-box.shg-c {
  justify-content: center;
}

#s-18b77c4b-9028-44b3-a343-341f59311910 {
  background-image: url(https://i.shgcdn.com/3abf458f-daec-41cc-8e06-0bdf9f1c25e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-18b77c4b-9028-44b3-a343-341f59311910"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18b77c4b-9028-44b3-a343-341f59311910"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18b77c4b-9028-44b3-a343-341f59311910"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b77c4b-9028-44b3-a343-341f59311910"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-58b28b14-4efd-4b4c-b1ee-b3ddcd62ad3f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dea10e5b-6a4f-4af8-83c8-946479d5715b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dea10e5b-6a4f-4af8-83c8-946479d5715b .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b48724d4-88a6-44b7-af75-97f4611f8976 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b48724d4-88a6-44b7-af75-97f4611f8976 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-4dd52054-8d0a-40b5-8bae-a01804865982 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4dd52054-8d0a-40b5-8bae-a01804865982 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dd52054-8d0a-40b5-8bae-a01804865982 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dd52054-8d0a-40b5-8bae-a01804865982 {
  margin-bottom: 0px;
}
}
#s-4dd52054-8d0a-40b5-8bae-a01804865982 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-81953127-0c16-4a15-9bd9-7dbb9ae5b990 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7f25153c-f0d1-487d-8db2-019186d65836 {
  margin-top: 20px;
margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-7f25153c-f0d1-487d-8db2-019186d65836 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-7f25153c-f0d1-487d-8db2-019186d65836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f25153c-f0d1-487d-8db2-019186d65836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f25153c-f0d1-487d-8db2-019186d65836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f25153c-f0d1-487d-8db2-019186d65836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f656f1c5-6f28-48ed-8948-b7a1a98692d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f656f1c5-6f28-48ed-8948-b7a1a98692d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f656f1c5-6f28-48ed-8948-b7a1a98692d4.shg-box.shg-c {
  justify-content: center;
}

#s-4cb9700a-a12f-4771-a00e-6b525445d2b5 {
  background-image: url(https://i.shgcdn.com/07a713f3-33a2-4bd1-9314-b8b493944355/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-4cb9700a-a12f-4771-a00e-6b525445d2b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4cb9700a-a12f-4771-a00e-6b525445d2b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4cb9700a-a12f-4771-a00e-6b525445d2b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cb9700a-a12f-4771-a00e-6b525445d2b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bab4c5ca-c018-45ce-8671-eed4dc34ed02 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-902bd366-dc78-4c73-a552-4303e3e48415 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-902bd366-dc78-4c73-a552-4303e3e48415 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-f2600b9c-b6d0-468e-b9fc-ba9552a8e85f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f2600b9c-b6d0-468e-b9fc-ba9552a8e85f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-b2db25d3-a1a0-4fb6-86e6-83ef87cdf149 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b2db25d3-a1a0-4fb6-86e6-83ef87cdf149 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2db25d3-a1a0-4fb6-86e6-83ef87cdf149 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2db25d3-a1a0-4fb6-86e6-83ef87cdf149 {
  margin-bottom: 0px;
}
}
#s-b2db25d3-a1a0-4fb6-86e6-83ef87cdf149 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-cbc362cb-0af8-4440-abc9-ba7aaf1c61c5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ccfe4e8d-580c-4bdb-80ed-bf95568fe51b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ccfe4e8d-580c-4bdb-80ed-bf95568fe51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccfe4e8d-580c-4bdb-80ed-bf95568fe51b {
  cursor: pointer;
}#s-ccfe4e8d-580c-4bdb-80ed-bf95568fe51b.shg-box.shg-c {
  justify-content: center;
}

#s-009d9b03-c000-4b44-9e65-1d78cd6cbb7a {
  background-image: url(https://i.shgcdn.com/535f5d3b-e085-4ad2-828b-1610a2e4b192/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-009d9b03-c000-4b44-9e65-1d78cd6cbb7a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-009d9b03-c000-4b44-9e65-1d78cd6cbb7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-009d9b03-c000-4b44-9e65-1d78cd6cbb7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-009d9b03-c000-4b44-9e65-1d78cd6cbb7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a97c0d04-a8ea-494d-85e0-c839de298faf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-73ef2c80-7725-4ca2-9206-b9e96afcedaf {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-73ef2c80-7725-4ca2-9206-b9e96afcedaf .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-197bcdb4-7bed-43b5-a7c3-757c8173fe33 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-197bcdb4-7bed-43b5-a7c3-757c8173fe33 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-11b0432a-2d33-466d-ae7e-801897150653 {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-11b0432a-2d33-466d-ae7e-801897150653 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11b0432a-2d33-466d-ae7e-801897150653 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11b0432a-2d33-466d-ae7e-801897150653 {
  margin-bottom: 0px;
}
}
#s-11b0432a-2d33-466d-ae7e-801897150653 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-c3867a03-f4e5-4c81-b976-d030a75d8245 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b3ba7d59-be92-456c-9c25-4fc6df742766 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-b3ba7d59-be92-456c-9c25-4fc6df742766:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3ba7d59-be92-456c-9c25-4fc6df742766:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3ba7d59-be92-456c-9c25-4fc6df742766-root {
    text-align: left;
  }


#s-b3ba7d59-be92-456c-9c25-4fc6df742766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3ba7d59-be92-456c-9c25-4fc6df742766-root {
    text-align: left;
  }


#s-b3ba7d59-be92-456c-9c25-4fc6df742766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3ba7d59-be92-456c-9c25-4fc6df742766-root {
    text-align: left;
  }


#s-b3ba7d59-be92-456c-9c25-4fc6df742766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3ba7d59-be92-456c-9c25-4fc6df742766-root {
    text-align: left;
  }


#s-b3ba7d59-be92-456c-9c25-4fc6df742766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3ba7d59-be92-456c-9c25-4fc6df742766-root {
    text-align: left;
  }


#s-b3ba7d59-be92-456c-9c25-4fc6df742766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79c403a6-e042-47ab-8f12-2a3646536956 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-79c403a6-e042-47ab-8f12-2a3646536956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79c403a6-e042-47ab-8f12-2a3646536956 {
  cursor: pointer;
}#s-79c403a6-e042-47ab-8f12-2a3646536956.shg-box.shg-c {
  justify-content: center;
}

#s-67c2730e-9448-4190-964b-27e989d99226 {
  background-image: url(https://i.shgcdn.com/b19522a1-6088-4986-ac01-9f907f26734e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-67c2730e-9448-4190-964b-27e989d99226"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-67c2730e-9448-4190-964b-27e989d99226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67c2730e-9448-4190-964b-27e989d99226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67c2730e-9448-4190-964b-27e989d99226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5392cf5a-e933-4d9e-a161-993ea9496161 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6d55cf3c-037e-4cff-bc81-5a8328010dd6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6d55cf3c-037e-4cff-bc81-5a8328010dd6 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d33ce861-7f20-40f7-b2a5-3aab39a11b10 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d33ce861-7f20-40f7-b2a5-3aab39a11b10 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-439d3578-0cab-4647-bd48-9449b4ca78cf {
  margin-top: -20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-439d3578-0cab-4647-bd48-9449b4ca78cf {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-439d3578-0cab-4647-bd48-9449b4ca78cf {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-439d3578-0cab-4647-bd48-9449b4ca78cf {
  margin-bottom: 0px;
}
}
#s-439d3578-0cab-4647-bd48-9449b4ca78cf hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-2113b3b7-f5f2-493e-af49-9ae12c3d0231 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-d50ab3ea-224c-4603-bc87-b433e5b83b98 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-d50ab3ea-224c-4603-bc87-b433e5b83b98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d50ab3ea-224c-4603-bc87-b433e5b83b98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d50ab3ea-224c-4603-bc87-b433e5b83b98-root {
    text-align: left;
  }


#s-d50ab3ea-224c-4603-bc87-b433e5b83b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d50ab3ea-224c-4603-bc87-b433e5b83b98-root {
    text-align: left;
  }


#s-d50ab3ea-224c-4603-bc87-b433e5b83b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d50ab3ea-224c-4603-bc87-b433e5b83b98-root {
    text-align: left;
  }


#s-d50ab3ea-224c-4603-bc87-b433e5b83b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d50ab3ea-224c-4603-bc87-b433e5b83b98-root {
    text-align: left;
  }


#s-d50ab3ea-224c-4603-bc87-b433e5b83b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d50ab3ea-224c-4603-bc87-b433e5b83b98-root {
    text-align: left;
  }


#s-d50ab3ea-224c-4603-bc87-b433e5b83b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a7a8cd5d-376a-45f9-aac4-470be581a8c2 {
  margin-top: 0px;
margin-left: 60px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: right;
}
@media (max-width: 767px){#s-a7a8cd5d-376a-45f9-aac4-470be581a8c2 {
  margin-left: 30px;
}
}
#s-a7a8cd5d-376a-45f9-aac4-470be581a8c2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-e1be37ee-8e5c-4d0f-b59c-a0524f18bbf5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e1be37ee-8e5c-4d0f-b59c-a0524f18bbf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1be37ee-8e5c-4d0f-b59c-a0524f18bbf5.shg-box.shg-c {
  justify-content: center;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin-left: 60px;
margin-right: 60px;
max-width: 1920px;
aspect-ratio: 1920/950;
text-align: center;
}
@media (max-width: 767px){#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin-left: 30px;
margin-right: 30px;
}
}


.shg-image-margin-container-s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin-left: 60px;
  margin-right: 60px;
  
  
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      aspect-ratio: 1920/950;
      width: 100%;
      height: 100%;
    }

    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-link {
      aspect-ratio: 1920/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
    
    
  }


.s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
      --shg-aspect-ratio: calc(1920/950); 
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
      position: relative;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  
  
  
  
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      aspect-ratio: 1920/950;
      width: 100%;
      height: 100%;
    }

    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-link {
      aspect-ratio: 1920/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
    
    
  }


.s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
      --shg-aspect-ratio: calc(1920/950); 
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
      position: relative;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 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-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  
  
  
  
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      aspect-ratio: 1920/950;
      width: 100%;
      height: 100%;
    }

    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-link {
      aspect-ratio: 1920/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
    
    
  }


.s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
      --shg-aspect-ratio: calc(1920/950); 
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
      position: relative;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 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-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  
  
  
  
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      aspect-ratio: 1920/950;
      width: 100%;
      height: 100%;
    }

    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-link {
      aspect-ratio: 1920/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
    
    
  }


.s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
      --shg-aspect-ratio: calc(1920/950); 
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
      position: relative;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin-left: 30px;
  margin-right: 30px;
  
  
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      aspect-ratio: 1920/950;
      width: 100%;
      height: 100%;
    }

    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-link {
      aspect-ratio: 1920/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
    
    
  }


.s-38ba82b5-5eb7-474a-97dd-2cd440832f43 .shogun-image-content {
  
    align-items: center;
  
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 {
      --shg-aspect-ratio: calc(1920/950); 
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container {
      position: relative;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38ba82b5-5eb7-474a-97dd-2cd440832f43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bef09cc9-da5e-4178-9f4d-e2e0d3ea1e37 {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-bef09cc9-da5e-4178-9f4d-e2e0d3ea1e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bef09cc9-da5e-4178-9f4d-e2e0d3ea1e37.shg-box.shg-c {
  justify-content: center;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin-left: 60px;
margin-right: 60px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin-left: 30px;
margin-right: 30px;
}
}


.shg-image-margin-container-s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin-left: 60px;
  margin-right: 60px;
  
  
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
    
    
  }


.s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-content {
  
    align-items: center;
  
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5293e2d-4a98-4c33-a677-53e9546349de {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
      position: relative;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5293e2d-4a98-4c33-a677-53e9546349de {
  
  
  
  
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
    
    
  }


.s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-content {
  
    align-items: center;
  
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5293e2d-4a98-4c33-a677-53e9546349de {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
      position: relative;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de 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-a5293e2d-4a98-4c33-a677-53e9546349de {
  
  
  
  
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
    
    
  }


.s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-content {
  
    align-items: center;
  
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5293e2d-4a98-4c33-a677-53e9546349de {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
      position: relative;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de 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-a5293e2d-4a98-4c33-a677-53e9546349de {
  
  
  
  
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
    
    
  }


.s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-content {
  
    align-items: center;
  
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5293e2d-4a98-4c33-a677-53e9546349de {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
      position: relative;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin-left: 30px;
  margin-right: 30px;
  
  
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5293e2d-4a98-4c33-a677-53e9546349de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
    
    
  }


.s-a5293e2d-4a98-4c33-a677-53e9546349de .shogun-image-content {
  
    align-items: center;
  
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5293e2d-4a98-4c33-a677-53e9546349de {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container {
      position: relative;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5293e2d-4a98-4c33-a677-53e9546349de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a2a8efa0-cf5a-4aba-89ff-a664b15b2b7d {
  margin-top: 10px;
margin-left: 60px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: right;
}
@media (max-width: 767px){#s-a2a8efa0-cf5a-4aba-89ff-a664b15b2b7d {
  margin-left: 30px;
}
}
#s-a2a8efa0-cf5a-4aba-89ff-a664b15b2b7d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-8fd23572-5e73-4ba8-957a-6a20d716c54c {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-8fd23572-5e73-4ba8-957a-6a20d716c54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fd23572-5e73-4ba8-957a-6a20d716c54c.shg-box.shg-c {
  justify-content: center;
}

#s-91bbfef3-1b26-4f1a-9c80-5481cbbcbe05 {
  margin-top: 10px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-91bbfef3-1b26-4f1a-9c80-5481cbbcbe05 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-91bbfef3-1b26-4f1a-9c80-5481cbbcbe05 .shogun-heading-component h1 {
  color: rgba(219, 0, 50, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-6ab4ce04-8e9e-4864-8815-3ffb94d48550 {
  margin-top: 5px;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6ab4ce04-8e9e-4864-8815-3ffb94d48550 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-6ab4ce04-8e9e-4864-8815-3ffb94d48550 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 {
  margin-top: -20px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 {
  margin-bottom: 0px;
margin-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 {
  margin-bottom: 0px;
margin-right: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 {
  margin-left: 20px;
margin-right: 160px;
}
}
#s-ffa183b0-a7ac-4093-b3b2-cef729a5be08 hr {
  border-top: 1px solid rgba(236, 36, 32, 1);
}

#s-5e41d549-c7b2-4245-93a5-527c67c9cd3f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5e41d549-c7b2-4245-93a5-527c67c9cd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e41d549-c7b2-4245-93a5-527c67c9cd3f.shg-box.shg-c {
  justify-content: center;
}

#s-77c54511-4966-4123-9526-9e32dffa481e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-77c54511-4966-4123-9526-9e32dffa481e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-77c54511-4966-4123-9526-9e32dffa481e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77c54511-4966-4123-9526-9e32dffa481e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77c54511-4966-4123-9526-9e32dffa481e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
    
    
  }


.s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a122a847-44c3-4114-a77f-d192c01f87ac {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
      position: relative;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a122a847-44c3-4114-a77f-d192c01f87ac {
  
  
  
  
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
    
    
  }


.s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a122a847-44c3-4114-a77f-d192c01f87ac {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
      position: relative;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac 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-a122a847-44c3-4114-a77f-d192c01f87ac {
  
  
  
  
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
    
    
  }


.s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a122a847-44c3-4114-a77f-d192c01f87ac {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
      position: relative;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac 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-a122a847-44c3-4114-a77f-d192c01f87ac {
  
  
  
  
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
    
    
  }


.s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a122a847-44c3-4114-a77f-d192c01f87ac {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
      position: relative;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a122a847-44c3-4114-a77f-d192c01f87ac {
  
  
  
  
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a122a847-44c3-4114-a77f-d192c01f87ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
    
    
  }


.s-a122a847-44c3-4114-a77f-d192c01f87ac .shogun-image-content {
  
    align-items: center;
  
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a122a847-44c3-4114-a77f-d192c01f87ac {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container {
      position: relative;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a122a847-44c3-4114-a77f-d192c01f87ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
    
    
  }


.s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-content {
  
    align-items: center;
  
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
      position: relative;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  
  
  
  
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
    
    
  }


.s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-content {
  
    align-items: center;
  
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
      position: relative;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 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-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  
  
  
  
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
    
    
  }


.s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-content {
  
    align-items: center;
  
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
      position: relative;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 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-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  
  
  
  
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
    
    
  }


.s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-content {
  
    align-items: center;
  
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
      position: relative;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  
  
  
  
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
    
    
  }


.s-592bfdda-74aa-4227-ad7a-249fe4f5c676 .shogun-image-content {
  
    align-items: center;
  
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container {
      position: relative;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592bfdda-74aa-4227-ad7a-249fe4f5c676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
    
    
  }


.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-content {
  
    align-items: center;
  
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
      position: relative;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  
  
  
  
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
    
    
  }


.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-content {
  
    align-items: center;
  
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
      position: relative;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e 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-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  
  
  
  
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
    
    
  }


.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-content {
  
    align-items: center;
  
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
      position: relative;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e 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-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  
  
  
  
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
    
    
  }


.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-content {
  
    align-items: center;
  
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
      position: relative;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  
  
  
  
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
    
    
  }


.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e .shogun-image-content {
  
    align-items: center;
  
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container {
      position: relative;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36fc1c55-17cc-4ff4-943f-bb0b5b6fe52e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
    
    
  }


.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
      position: relative;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  
  
  
  
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
    
    
  }


.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
      position: relative;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd 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-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  
  
  
  
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
    
    
  }


.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
      position: relative;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd 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-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  
  
  
  
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
    
    
  }


.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
      position: relative;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  
  
  
  
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
    
    
  }


.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd .shogun-image-content {
  
    align-items: center;
  
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container {
      position: relative;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2285bd3c-da4d-45d6-8c58-f05ed141e8cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dabbc676-d556-411a-a404-ce5b6718c21c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dabbc676-d556-411a-a404-ce5b6718c21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dabbc676-d556-411a-a404-ce5b6718c21c.shg-box.shg-c {
  justify-content: center;
}

#s-6a12bdb1-073d-4cd1-b79d-2a9f98b7950b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6a12bdb1-073d-4cd1-b79d-2a9f98b7950b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6a12bdb1-073d-4cd1-b79d-2a9f98b7950b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a12bdb1-073d-4cd1-b79d-2a9f98b7950b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a12bdb1-073d-4cd1-b79d-2a9f98b7950b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
    
    
  }


.s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-content {
  
    align-items: center;
  
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54acc890-b0b4-4399-ad6b-fed367b70421 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
      position: relative;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  
  
  
  
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
    
    
  }


.s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-content {
  
    align-items: center;
  
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54acc890-b0b4-4399-ad6b-fed367b70421 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
      position: relative;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421 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-54acc890-b0b4-4399-ad6b-fed367b70421 {
  
  
  
  
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
    
    
  }


.s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-content {
  
    align-items: center;
  
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54acc890-b0b4-4399-ad6b-fed367b70421 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
      position: relative;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421 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-54acc890-b0b4-4399-ad6b-fed367b70421 {
  
  
  
  
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
    
    
  }


.s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-content {
  
    align-items: center;
  
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54acc890-b0b4-4399-ad6b-fed367b70421 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
      position: relative;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  
  
  
  
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54acc890-b0b4-4399-ad6b-fed367b70421 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
    
    
  }


.s-54acc890-b0b4-4399-ad6b-fed367b70421 .shogun-image-content {
  
    align-items: center;
  
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54acc890-b0b4-4399-ad6b-fed367b70421 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container {
      position: relative;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54acc890-b0b4-4399-ad6b-fed367b70421 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
    
    
  }


.s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1ae58b-4456-4473-84e7-61be3c8234df {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
      position: relative;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  
  
  
  
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
    
    
  }


.s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1ae58b-4456-4473-84e7-61be3c8234df {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
      position: relative;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df 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-cf1ae58b-4456-4473-84e7-61be3c8234df {
  
  
  
  
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
    
    
  }


.s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1ae58b-4456-4473-84e7-61be3c8234df {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
      position: relative;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df 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-cf1ae58b-4456-4473-84e7-61be3c8234df {
  
  
  
  
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
    
    
  }


.s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1ae58b-4456-4473-84e7-61be3c8234df {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
      position: relative;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  
  
  
  
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf1ae58b-4456-4473-84e7-61be3c8234df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
    
    
  }


.s-cf1ae58b-4456-4473-84e7-61be3c8234df .shogun-image-content {
  
    align-items: center;
  
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf1ae58b-4456-4473-84e7-61be3c8234df {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container {
      position: relative;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf1ae58b-4456-4473-84e7-61be3c8234df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
    
    
  }


.s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-content {
  
    align-items: center;
  
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
      position: relative;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  
  
  
  
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
    
    
  }


.s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-content {
  
    align-items: center;
  
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
      position: relative;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 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-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  
  
  
  
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
    
    
  }


.s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-content {
  
    align-items: center;
  
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
      position: relative;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 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-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  
  
  
  
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
    
    
  }


.s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-content {
  
    align-items: center;
  
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
      position: relative;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  
  
  
  
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
    
    
  }


.s-14622e95-b2d8-46d0-9950-ed99b51b7515 .shogun-image-content {
  
    align-items: center;
  
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container {
      position: relative;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14622e95-b2d8-46d0-9950-ed99b51b7515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
aspect-ratio: 1440/1800;
text-align: center;
}



.shg-image-margin-container-s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      aspect-ratio: 1440/1800;
      width: 100%;
      height: 100%;
    }

    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-link {
      aspect-ratio: 1440/1800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
    
    
  }


.s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97ed345-abc2-42b7-9488-9bc346beff53 {
      --shg-aspect-ratio: calc(1440/1800); 
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
      position: relative;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  
  
  
  
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      aspect-ratio: 1440/1800;
      width: 100%;
      height: 100%;
    }

    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-link {
      aspect-ratio: 1440/1800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
    
    
  }


.s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97ed345-abc2-42b7-9488-9bc346beff53 {
      --shg-aspect-ratio: calc(1440/1800); 
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
      position: relative;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53 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-f97ed345-abc2-42b7-9488-9bc346beff53 {
  
  
  
  
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      aspect-ratio: 1440/1800;
      width: 100%;
      height: 100%;
    }

    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-link {
      aspect-ratio: 1440/1800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
    
    
  }


.s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97ed345-abc2-42b7-9488-9bc346beff53 {
      --shg-aspect-ratio: calc(1440/1800); 
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
      position: relative;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53 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-f97ed345-abc2-42b7-9488-9bc346beff53 {
  
  
  
  
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      aspect-ratio: 1440/1800;
      width: 100%;
      height: 100%;
    }

    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-link {
      aspect-ratio: 1440/1800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
    
    
  }


.s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97ed345-abc2-42b7-9488-9bc346beff53 {
      --shg-aspect-ratio: calc(1440/1800); 
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
      position: relative;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  
  
  
  
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      aspect-ratio: 1440/1800;
      width: 100%;
      height: 100%;
    }

    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-link {
      aspect-ratio: 1440/1800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f97ed345-abc2-42b7-9488-9bc346beff53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
    
    
  }


.s-f97ed345-abc2-42b7-9488-9bc346beff53 .shogun-image-content {
  
    align-items: center;
  
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f97ed345-abc2-42b7-9488-9bc346beff53 {
      --shg-aspect-ratio: calc(1440/1800); 
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container {
      position: relative;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f97ed345-abc2-42b7-9488-9bc346beff53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08fb38be-7b93-49ce-81a9-932a30377186 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-08fb38be-7b93-49ce-81a9-932a30377186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08fb38be-7b93-49ce-81a9-932a30377186.shg-box.shg-c {
  justify-content: center;
}

#s-24e74240-d5c0-4dcb-b60e-9a64bab118ab {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-24e74240-d5c0-4dcb-b60e-9a64bab118ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-24e74240-d5c0-4dcb-b60e-9a64bab118ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24e74240-d5c0-4dcb-b60e-9a64bab118ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24e74240-d5c0-4dcb-b60e-9a64bab118ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
    
    
  }


.s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d38b6e-551c-4d1a-b000-10bf22856755 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
      position: relative;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  
  
  
  
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
    
    
  }


.s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d38b6e-551c-4d1a-b000-10bf22856755 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
      position: relative;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755 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-89d38b6e-551c-4d1a-b000-10bf22856755 {
  
  
  
  
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
    
    
  }


.s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d38b6e-551c-4d1a-b000-10bf22856755 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
      position: relative;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755 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-89d38b6e-551c-4d1a-b000-10bf22856755 {
  
  
  
  
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
    
    
  }


.s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d38b6e-551c-4d1a-b000-10bf22856755 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
      position: relative;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  
  
  
  
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89d38b6e-551c-4d1a-b000-10bf22856755 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
    
    
  }


.s-89d38b6e-551c-4d1a-b000-10bf22856755 .shogun-image-content {
  
    align-items: center;
  
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89d38b6e-551c-4d1a-b000-10bf22856755 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container {
      position: relative;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89d38b6e-551c-4d1a-b000-10bf22856755 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
    
    
  }


.s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-content {
  
    align-items: center;
  
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6137525-13bf-4f32-8df3-1f506461312f {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
      position: relative;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f6137525-13bf-4f32-8df3-1f506461312f {
  
  
  
  
}

#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
    
    
  }


.s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-content {
  
    align-items: center;
  
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6137525-13bf-4f32-8df3-1f506461312f {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
      position: relative;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f 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-f6137525-13bf-4f32-8df3-1f506461312f {
  
  
  
  
}

#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
    
    
  }


.s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-content {
  
    align-items: center;
  
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6137525-13bf-4f32-8df3-1f506461312f {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
      position: relative;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f 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-f6137525-13bf-4f32-8df3-1f506461312f {
  
  
  
  
}

#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
    
    
  }


.s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-content {
  
    align-items: center;
  
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6137525-13bf-4f32-8df3-1f506461312f {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
      position: relative;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6137525-13bf-4f32-8df3-1f506461312f {
  
  
  
  
}

#s-f6137525-13bf-4f32-8df3-1f506461312f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6137525-13bf-4f32-8df3-1f506461312f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
    
    
  }


.s-f6137525-13bf-4f32-8df3-1f506461312f .shogun-image-content {
  
    align-items: center;
  
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6137525-13bf-4f32-8df3-1f506461312f {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container {
      position: relative;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6137525-13bf-4f32-8df3-1f506461312f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
    
    
  }


.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
      position: relative;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  
  
  
  
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
    
    
  }


.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
      position: relative;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 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-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  
  
  
  
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
    
    
  }


.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
      position: relative;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 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-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  
  
  
  
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
    
    
  }


.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
      position: relative;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  
  
  
  
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
    
    
  }


.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container {
      position: relative;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9cd06e6-5f8e-47cf-a21b-6ff946037c53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
    
    
  }


.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
      position: relative;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  
  
  
  
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
    
    
  }


.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
      position: relative;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c 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-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  
  
  
  
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
    
    
  }


.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
      position: relative;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c 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-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  
  
  
  
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
    
    
  }


.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
      position: relative;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  
  
  
  
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
    
    
  }


.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container {
      position: relative;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a2b3878-ff00-407b-b81d-fb3ecd092e2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-28dc9145-bc68-4d68-b48b-3c0f8e194511 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-28dc9145-bc68-4d68-b48b-3c0f8e194511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28dc9145-bc68-4d68-b48b-3c0f8e194511.shg-box.shg-c {
  justify-content: center;
}

#s-7ff527b8-877e-45b2-b6ca-416962e95b46 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7ff527b8-877e-45b2-b6ca-416962e95b46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ff527b8-877e-45b2-b6ca-416962e95b46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff527b8-877e-45b2-b6ca-416962e95b46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff527b8-877e-45b2-b6ca-416962e95b46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
    
    
  }


.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-content {
  
    align-items: center;
  
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
      position: relative;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  
  
  
  
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
    
    
  }


.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-content {
  
    align-items: center;
  
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
      position: relative;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf 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-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  
  
  
  
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
    
    
  }


.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-content {
  
    align-items: center;
  
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
      position: relative;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf 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-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  
  
  
  
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
    
    
  }


.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-content {
  
    align-items: center;
  
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
      position: relative;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  
  
  
  
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
    
    
  }


.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf .shogun-image-content {
  
    align-items: center;
  
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container {
      position: relative;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e02fc0b-7401-44ee-8cc8-e7e677ee9bcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
    
    
  }


.s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
      position: relative;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  
  
  
  
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
    
    
  }


.s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
      position: relative;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b 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-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  
  
  
  
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
    
    
  }


.s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
      position: relative;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b 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-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  
  
  
  
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
    
    
  }


.s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
      position: relative;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  
  
  
  
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
    
    
  }


.s-1ded9b74-9d4a-4f60-818e-953940e27e4b .shogun-image-content {
  
    align-items: center;
  
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container {
      position: relative;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ded9b74-9d4a-4f60-818e-953940e27e4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
    
    
  }


.s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcff120c-d875-41f8-b6d8-688582f432f1 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
      position: relative;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  
  
  
  
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
    
    
  }


.s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcff120c-d875-41f8-b6d8-688582f432f1 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
      position: relative;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1 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-bcff120c-d875-41f8-b6d8-688582f432f1 {
  
  
  
  
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
    
    
  }


.s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcff120c-d875-41f8-b6d8-688582f432f1 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
      position: relative;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1 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-bcff120c-d875-41f8-b6d8-688582f432f1 {
  
  
  
  
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
    
    
  }


.s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcff120c-d875-41f8-b6d8-688582f432f1 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
      position: relative;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  
  
  
  
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcff120c-d875-41f8-b6d8-688582f432f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
    
    
  }


.s-bcff120c-d875-41f8-b6d8-688582f432f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcff120c-d875-41f8-b6d8-688582f432f1 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container {
      position: relative;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcff120c-d875-41f8-b6d8-688582f432f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
aspect-ratio: 480/650;
text-align: center;
}



.shg-image-margin-container-s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
    
    
  }


.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
      position: relative;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  
  
  
  
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
    
    
  }


.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
      position: relative;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 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-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  
  
  
  
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
    
    
  }


.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
      position: relative;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 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-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  
  
  
  
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
    
    
  }


.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
      position: relative;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  
  
  
  
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      aspect-ratio: 480/650;
      width: 100%;
      height: 100%;
    }

    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-link {
      aspect-ratio: 480/650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
    
    
  }


.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 {
      --shg-aspect-ratio: calc(480/650); 
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container {
      position: relative;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70076bd6-3bf0-4d82-a7a9-a90fd3316bd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-022689ca-f169-4538-9c7a-08805b3b745f {
  padding-top: 0px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-022689ca-f169-4538-9c7a-08805b3b745f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-022689ca-f169-4538-9c7a-08805b3b745f.shg-box.shg-c {
  justify-content: center;
}

#s-5da45320-0f23-44b8-ba54-ad787902cc7d {
  margin-top: 80px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-5da45320-0f23-44b8-ba54-ad787902cc7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5da45320-0f23-44b8-ba54-ad787902cc7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5da45320-0f23-44b8-ba54-ad787902cc7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5da45320-0f23-44b8-ba54-ad787902cc7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

#s-fcc7d861-1975-47ec-b75f-e07402535ba4 {
  margin-left: 40px;
margin-right: 20px;
max-width: 959px;
aspect-ratio: 959/788;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcc7d861-1975-47ec-b75f-e07402535ba4 {
  margin-left: 20px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-fcc7d861-1975-47ec-b75f-e07402535ba4 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
}




  #s-fcc7d861-1975-47ec-b75f-e07402535ba4 img.shogun-image,
  #s-fcc7d861-1975-47ec-b75f-e07402535ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc7d861-1975-47ec-b75f-e07402535ba4 {
    width: 100%;
    height: auto;
  }



  #s-fcc7d861-1975-47ec-b75f-e07402535ba4 img.shogun-image {
    

    
    
    
  }


#s-fcc7d861-1975-47ec-b75f-e07402535ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6368d660-5e45-4e85-8f37-64518b5ed830 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6368d660-5e45-4e85-8f37-64518b5ed830:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6368d660-5e45-4e85-8f37-64518b5ed830:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6368d660-5e45-4e85-8f37-64518b5ed830-root {
    text-align: center;
  }


#s-6368d660-5e45-4e85-8f37-64518b5ed830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6368d660-5e45-4e85-8f37-64518b5ed830-root {
    text-align: center;
  }


#s-6368d660-5e45-4e85-8f37-64518b5ed830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6368d660-5e45-4e85-8f37-64518b5ed830-root {
    text-align: center;
  }


#s-6368d660-5e45-4e85-8f37-64518b5ed830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6368d660-5e45-4e85-8f37-64518b5ed830-root {
    text-align: center;
  }


#s-6368d660-5e45-4e85-8f37-64518b5ed830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6368d660-5e45-4e85-8f37-64518b5ed830-root {
    text-align: center;
  }


#s-6368d660-5e45-4e85-8f37-64518b5ed830.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
  max-width: 961px;
aspect-ratio: 961/788;
text-align: center;
}
@media (min-width: 1200px){#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
  margin-left: 20px;
margin-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
  margin-left: 20px;
margin-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
  margin-left: 10px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
}




  #s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 img.shogun-image,
  #s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 {
    width: 100%;
    height: auto;
  }



  #s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 img.shogun-image {
    

    
    
    
  }


#s-854b0e6b-7d7e-4eb8-8d81-0560d54fa893 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcd7bd98-a384-4506-85e4-daff55bc5635 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fcd7bd98-a384-4506-85e4-daff55bc5635:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcd7bd98-a384-4506-85e4-daff55bc5635:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcd7bd98-a384-4506-85e4-daff55bc5635-root {
    text-align: center;
  }


#s-fcd7bd98-a384-4506-85e4-daff55bc5635.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcd7bd98-a384-4506-85e4-daff55bc5635-root {
    text-align: center;
  }


#s-fcd7bd98-a384-4506-85e4-daff55bc5635.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd7bd98-a384-4506-85e4-daff55bc5635-root {
    text-align: center;
  }


#s-fcd7bd98-a384-4506-85e4-daff55bc5635.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd7bd98-a384-4506-85e4-daff55bc5635-root {
    text-align: center;
  }


#s-fcd7bd98-a384-4506-85e4-daff55bc5635.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcd7bd98-a384-4506-85e4-daff55bc5635-root {
    text-align: center;
  }


#s-fcd7bd98-a384-4506-85e4-daff55bc5635.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e818d996-f303-41e7-851a-c99d4da2bf65 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 6px;
padding-left: 2%;
padding-right: 2%;
}

#s-e818d996-f303-41e7-851a-c99d4da2bf65 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2db93d71-c898-4dd8-a898-a256e4f65aa2 {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2db93d71-c898-4dd8-a898-a256e4f65aa2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e95b1a39-b559-42f7-92c4-1be9933c0dfb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e95b1a39-b559-42f7-92c4-1be9933c0dfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e95b1a39-b559-42f7-92c4-1be9933c0dfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-e95b1a39-b559-42f7-92c4-1be9933c0dfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-e95b1a39-b559-42f7-92c4-1be9933c0dfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
max-width: 411px;
aspect-ratio: 411/313;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}



.shg-image-margin-container-s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  
  
  
  
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      aspect-ratio: 411/313;
      width: 100%;
      height: 100%;
    }

    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-link {
      aspect-ratio: 411/313;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
    
    
  }


.s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1430297-126c-4977-b476-0a5e5ddb67bd {
      --shg-aspect-ratio: calc(411/313); 
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
      position: relative;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  
  
  
  
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      aspect-ratio: 411/313;
      width: 100%;
      height: 100%;
    }

    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-link {
      aspect-ratio: 411/313;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
    
    
  }


.s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1430297-126c-4977-b476-0a5e5ddb67bd {
      --shg-aspect-ratio: calc(411/313); 
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
      position: relative;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd 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-a1430297-126c-4977-b476-0a5e5ddb67bd {
  
  
  
  
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      aspect-ratio: 411/313;
      width: 100%;
      height: 100%;
    }

    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-link {
      aspect-ratio: 411/313;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
    
    
  }


.s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1430297-126c-4977-b476-0a5e5ddb67bd {
      --shg-aspect-ratio: calc(411/313); 
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
      position: relative;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd 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-a1430297-126c-4977-b476-0a5e5ddb67bd {
  
  
  
  
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      aspect-ratio: 411/313;
      width: 100%;
      height: 100%;
    }

    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-link {
      aspect-ratio: 411/313;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
    
    
  }


.s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1430297-126c-4977-b476-0a5e5ddb67bd {
      --shg-aspect-ratio: calc(411/313); 
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
      position: relative;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  
  
  
  
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      aspect-ratio: 411/313;
      width: 100%;
      height: 100%;
    }

    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-link {
      aspect-ratio: 411/313;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1430297-126c-4977-b476-0a5e5ddb67bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
    
    
  }


.s-a1430297-126c-4977-b476-0a5e5ddb67bd .shogun-image-content {
  
    align-items: center;
  
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1430297-126c-4977-b476-0a5e5ddb67bd {
      --shg-aspect-ratio: calc(411/313); 
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container {
      position: relative;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1430297-126c-4977-b476-0a5e5ddb67bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d873ca7b-f042-47a1-a18b-7805a787cd31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d873ca7b-f042-47a1-a18b-7805a787cd31 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d873ca7b-f042-47a1-a18b-7805a787cd31 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  max-width: 412px;
aspect-ratio: 412/315;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}



.shg-image-margin-container-s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  
  
  
  
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
    
    
  }


.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
      position: relative;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  
  
  
  
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
    
    
  }


.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
      position: relative;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee 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-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  
  
  
  
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
    
    
  }


.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
      position: relative;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee 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-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  
  
  
  
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
    
    
  }


.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
      position: relative;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  
  
  
  
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
    
    
  }


.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee .shogun-image-content {
  
    align-items: center;
  
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container {
      position: relative;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c800fcb-17e8-47d1-bb64-4ab994da7dee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3603e573-c999-4e83-a0c5-e576728cb68c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3603e573-c999-4e83-a0c5-e576728cb68c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3603e573-c999-4e83-a0c5-e576728cb68c .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  max-width: 412px;
aspect-ratio: 412/315;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}



.shg-image-margin-container-s-d648b3ed-b379-4a00-b433-c51612706d0e {
  
  
  
  
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
    
    
  }


.s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d648b3ed-b379-4a00-b433-c51612706d0e {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
      position: relative;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d648b3ed-b379-4a00-b433-c51612706d0e {
  
  
  
  
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
    
    
  }


.s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d648b3ed-b379-4a00-b433-c51612706d0e {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
      position: relative;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e 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-d648b3ed-b379-4a00-b433-c51612706d0e {
  
  
  
  
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
    
    
  }


.s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d648b3ed-b379-4a00-b433-c51612706d0e {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
      position: relative;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e 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-d648b3ed-b379-4a00-b433-c51612706d0e {
  
  
  
  
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
    
    
  }


.s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d648b3ed-b379-4a00-b433-c51612706d0e {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
      position: relative;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d648b3ed-b379-4a00-b433-c51612706d0e {
  
  
  
  
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      aspect-ratio: 412/315;
      width: 100%;
      height: 100%;
    }

    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-link {
      aspect-ratio: 412/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d648b3ed-b379-4a00-b433-c51612706d0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
    
    
  }


.s-d648b3ed-b379-4a00-b433-c51612706d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d648b3ed-b379-4a00-b433-c51612706d0e {
      --shg-aspect-ratio: calc(412/315); 
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container {
      position: relative;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d648b3ed-b379-4a00-b433-c51612706d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-062ea115-046c-4098-aecb-d54d5886d839 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-062ea115-046c-4098-aecb-d54d5886d839 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-062ea115-046c-4098-aecb-d54d5886d839 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  border-top-width: 15px;
border-left-width: 15px;
border-bottom-width: 15px;
border-right-width: 15px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
max-width: 411px;
aspect-ratio: 411/314;
text-align: center;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}



.shg-image-margin-container-s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  
  
  
  
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      aspect-ratio: 411/314;
      width: 100%;
      height: 100%;
    }

    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-link {
      aspect-ratio: 411/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
    
    
  }


.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-content {
  
    align-items: center;
  
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
      --shg-aspect-ratio: calc(411/314); 
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
      position: relative;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  
  
  
  
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      aspect-ratio: 411/314;
      width: 100%;
      height: 100%;
    }

    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-link {
      aspect-ratio: 411/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
    
    
  }


.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-content {
  
    align-items: center;
  
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
      --shg-aspect-ratio: calc(411/314); 
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
      position: relative;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c 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-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  
  
  
  
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      aspect-ratio: 411/314;
      width: 100%;
      height: 100%;
    }

    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-link {
      aspect-ratio: 411/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
    
    
  }


.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-content {
  
    align-items: center;
  
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
      --shg-aspect-ratio: calc(411/314); 
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
      position: relative;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c 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-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  
  
  
  
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      aspect-ratio: 411/314;
      width: 100%;
      height: 100%;
    }

    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-link {
      aspect-ratio: 411/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
    
    
  }


.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-content {
  
    align-items: center;
  
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
      --shg-aspect-ratio: calc(411/314); 
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
      position: relative;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  
  
  
  
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      aspect-ratio: 411/314;
      width: 100%;
      height: 100%;
    }

    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-link {
      aspect-ratio: 411/314;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
    
    
  }


.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c .shogun-image-content {
  
    align-items: center;
  
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c {
      --shg-aspect-ratio: calc(411/314); 
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container {
      position: relative;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eea5c822-d969-47e4-9b75-9a69c6d59b3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d99296e0-6769-43f5-9a32-c7b36b8728c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d99296e0-6769-43f5-9a32-c7b36b8728c7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d99296e0-6769-43f5-9a32-c7b36b8728c7 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
