.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-e624ae6a-3a29-414a-b98a-9e1b975a8613 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e624ae6a-3a29-414a-b98a-9e1b975a8613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e624ae6a-3a29-414a-b98a-9e1b975a8613 {
  cursor: pointer;
}#s-e624ae6a-3a29-414a-b98a-9e1b975a8613.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  max-width: 1024px;
aspect-ratio: 1024/128;
text-align: center;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  display: none;
}
#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b, #wrap-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  display: none;
}
#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b, #wrap-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  display: none;
}
#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b, #wrap-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b { display: none !important; }}


.shg-image-margin-container-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  
  
  
  
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      width: 100%;
      height: 100%;
    }

    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
    
    
  }


.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-content {
  
    align-items: center;
  
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
      position: relative;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  
  
  
  
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      width: 100%;
      height: 100%;
    }

    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
    
    
  }


.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-content {
  
    align-items: center;
  
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
      position: relative;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b 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-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  
  
  
  
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      width: 100%;
      height: 100%;
    }

    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
    
    
  }


.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-content {
  
    align-items: center;
  
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
      position: relative;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b 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-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  
  
  
  
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      width: 100%;
      height: 100%;
    }

    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
    
    
  }


.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-content {
  
    align-items: center;
  
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
      position: relative;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  
  
  
  
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      aspect-ratio: 1024/128;
      width: 100%;
      height: 100%;
    }

    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-link {
      aspect-ratio: 1024/128;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
    
    
  }


.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b .shogun-image-content {
  
    align-items: center;
  
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b {
      --shg-aspect-ratio: calc(1024/128); 
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container {
      position: relative;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab11b764-1189-44e6-9fe3-f82e0f0a2e3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1f196df9-a253-4881-ab80-edb0df6b4866 {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-1f196df9-a253-4881-ab80-edb0df6b4866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f196df9-a253-4881-ab80-edb0df6b4866.shg-box.shg-c {
  justify-content: center;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  max-width: 2048px;
aspect-ratio: 2048/109;
text-align: center;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  display: none;
}
#s-341f7366-1d0f-4e73-8dae-f741ed549aaa, #wrap-s-341f7366-1d0f-4e73-8dae-f741ed549aaa { display: none !important; }}


.shg-image-margin-container-s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  
  
  
  
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      aspect-ratio: 2048/109;
      width: 100%;
      height: 100%;
    }

    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-link {
      aspect-ratio: 2048/109;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
    
    
  }


.s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
      --shg-aspect-ratio: calc(2048/109); 
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
      position: relative;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  
  
  
  
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      aspect-ratio: 2048/109;
      width: 100%;
      height: 100%;
    }

    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-link {
      aspect-ratio: 2048/109;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
    
    
  }


.s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
      --shg-aspect-ratio: calc(2048/109); 
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
      position: relative;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa 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-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  
  
  
  
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      aspect-ratio: 2048/109;
      width: 100%;
      height: 100%;
    }

    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-link {
      aspect-ratio: 2048/109;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
    
    
  }


.s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
      --shg-aspect-ratio: calc(2048/109); 
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
      position: relative;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa 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-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  
  
  
  
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      aspect-ratio: 2048/109;
      width: 100%;
      height: 100%;
    }

    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-link {
      aspect-ratio: 2048/109;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
    
    
  }


.s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
      --shg-aspect-ratio: calc(2048/109); 
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
      position: relative;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  
  
  
  
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      aspect-ratio: 2048/109;
      width: 100%;
      height: 100%;
    }

    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-link {
      aspect-ratio: 2048/109;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
    
    
  }


.s-341f7366-1d0f-4e73-8dae-f741ed549aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa {
      --shg-aspect-ratio: calc(2048/109); 
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container {
      position: relative;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-341f7366-1d0f-4e73-8dae-f741ed549aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-4b62563f-9cac-4c07-9276-7f08b7656dce {
  margin-top: 12px;
margin-bottom: 6px;
}
@media (min-width: 1200px){#s-4b62563f-9cac-4c07-9276-7f08b7656dce {
  display: none;
}
#s-4b62563f-9cac-4c07-9276-7f08b7656dce, #wrap-s-4b62563f-9cac-4c07-9276-7f08b7656dce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b62563f-9cac-4c07-9276-7f08b7656dce {
  display: none;
}
#s-4b62563f-9cac-4c07-9276-7f08b7656dce, #wrap-s-4b62563f-9cac-4c07-9276-7f08b7656dce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b62563f-9cac-4c07-9276-7f08b7656dce {
  display: none;
}
#s-4b62563f-9cac-4c07-9276-7f08b7656dce, #wrap-s-4b62563f-9cac-4c07-9276-7f08b7656dce { display: none !important; }}
#s-765068ab-13e8-41f7-8c13-fabc4739afa6 {
  margin-top: 12px;
margin-bottom: 6px;
}
@media (max-width: 767px){#s-765068ab-13e8-41f7-8c13-fabc4739afa6 {
  display: none;
}
#s-765068ab-13e8-41f7-8c13-fabc4739afa6, #wrap-s-765068ab-13e8-41f7-8c13-fabc4739afa6 { display: none !important; }}
#s-dbd2fd2e-fc5b-463e-998f-fca469b6a257 {
  margin-top: 2px;
margin-bottom: 20px;
}

.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-bc3196d0-2710-42a5-b1c4-363a900a268e {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bc3196d0-2710-42a5-b1c4-363a900a268e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQ1ZTRjYjUtOGJlYi00NDk3LTg2MTctMGEyNDZmZTM3MWE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDVlNGNiNS04YmViLTQ0OTctODYxNy0wYTI0NmZlMzcxYTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-bc3196d0-2710-42a5-b1c4-363a900a268e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc3196d0-2710-42a5-b1c4-363a900a268e-root {
    text-align: center;
  }


#s-bc3196d0-2710-42a5-b1c4-363a900a268e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc3196d0-2710-42a5-b1c4-363a900a268e-root {
    text-align: center;
  }


#s-bc3196d0-2710-42a5-b1c4-363a900a268e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc3196d0-2710-42a5-b1c4-363a900a268e-root {
    text-align: center;
  }


#s-bc3196d0-2710-42a5-b1c4-363a900a268e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc3196d0-2710-42a5-b1c4-363a900a268e-root {
    text-align: center;
  }


#s-bc3196d0-2710-42a5-b1c4-363a900a268e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc3196d0-2710-42a5-b1c4-363a900a268e-root {
    text-align: center;
  }


#s-bc3196d0-2710-42a5-b1c4-363a900a268e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
.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-e904f48f-ae48-4036-a0e4-d33c86f9f928 {
  margin-top: 11px;
margin-bottom: 11px;
}
@media (max-width: 767px){#s-e904f48f-ae48-4036-a0e4-d33c86f9f928 {
  display: none;
}
#s-e904f48f-ae48-4036-a0e4-d33c86f9f928, #wrap-s-e904f48f-ae48-4036-a0e4-d33c86f9f928 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e904f48f-ae48-4036-a0e4-d33c86f9f928"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e904f48f-ae48-4036-a0e4-d33c86f9f928"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e904f48f-ae48-4036-a0e4-d33c86f9f928"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e904f48f-ae48-4036-a0e4-d33c86f9f928"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}



.shg-image-margin-container-s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  
  
  
  
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
    
    
  }


.s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
      position: relative;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  
  
  
  
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
    
    
  }


.s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
      position: relative;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 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-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  
  
  
  
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
    
    
  }


.s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
      position: relative;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 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-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  
  
  
  
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
    
    
  }


.s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
      position: relative;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  
  
  
  
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
    
    
  }


.s-c2f0bc6c-382a-491d-8856-b7b0818114c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container {
      position: relative;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2f0bc6c-382a-491d-8856-b7b0818114c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}



.shg-image-margin-container-s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  
  
  
  
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
    
    
  }


.s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-content {
  
    align-items: center;
  
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e26aeff8-60a2-440f-a25f-70f72af7377e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
      position: relative;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  
  
  
  
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
    
    
  }


.s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-content {
  
    align-items: center;
  
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e26aeff8-60a2-440f-a25f-70f72af7377e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
      position: relative;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e 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-e26aeff8-60a2-440f-a25f-70f72af7377e {
  
  
  
  
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
    
    
  }


.s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-content {
  
    align-items: center;
  
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e26aeff8-60a2-440f-a25f-70f72af7377e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
      position: relative;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e 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-e26aeff8-60a2-440f-a25f-70f72af7377e {
  
  
  
  
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
    
    
  }


.s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-content {
  
    align-items: center;
  
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e26aeff8-60a2-440f-a25f-70f72af7377e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
      position: relative;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  
  
  
  
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e26aeff8-60a2-440f-a25f-70f72af7377e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
    
    
  }


.s-e26aeff8-60a2-440f-a25f-70f72af7377e .shogun-image-content {
  
    align-items: center;
  
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e26aeff8-60a2-440f-a25f-70f72af7377e {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container {
      position: relative;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e26aeff8-60a2-440f-a25f-70f72af7377e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}



.shg-image-margin-container-s-981acbb0-0b56-4096-9448-162f202bf2ce {
  
  
  
  
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
    
    
  }


.s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-981acbb0-0b56-4096-9448-162f202bf2ce {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
      position: relative;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-981acbb0-0b56-4096-9448-162f202bf2ce {
  
  
  
  
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
    
    
  }


.s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-981acbb0-0b56-4096-9448-162f202bf2ce {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
      position: relative;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce 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-981acbb0-0b56-4096-9448-162f202bf2ce {
  
  
  
  
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
    
    
  }


.s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-981acbb0-0b56-4096-9448-162f202bf2ce {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
      position: relative;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce 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-981acbb0-0b56-4096-9448-162f202bf2ce {
  
  
  
  
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
    
    
  }


.s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-981acbb0-0b56-4096-9448-162f202bf2ce {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
      position: relative;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-981acbb0-0b56-4096-9448-162f202bf2ce {
  
  
  
  
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-981acbb0-0b56-4096-9448-162f202bf2ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
    
    
  }


.s-981acbb0-0b56-4096-9448-162f202bf2ce .shogun-image-content {
  
    align-items: center;
  
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-981acbb0-0b56-4096-9448-162f202bf2ce {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container {
      position: relative;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-981acbb0-0b56-4096-9448-162f202bf2ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c {
  margin-top: 7px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c {
  display: none;
}
#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c, #wrap-s-7e70d025-39a8-4341-afb8-aa1ef733ce9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c {
  display: none;
}
#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c, #wrap-s-7e70d025-39a8-4341-afb8-aa1ef733ce9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c {
  display: none;
}
#s-7e70d025-39a8-4341-afb8-aa1ef733ce9c, #wrap-s-7e70d025-39a8-4341-afb8-aa1ef733ce9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-7e70d025-39a8-4341-afb8-aa1ef733ce9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7e70d025-39a8-4341-afb8-aa1ef733ce9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7e70d025-39a8-4341-afb8-aa1ef733ce9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e70d025-39a8-4341-afb8-aa1ef733ce9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}



.shg-image-margin-container-s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  
  
  
  
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
    
    
  }


.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
      position: relative;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  
  
  
  
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
    
    
  }


.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
      position: relative;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 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-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  
  
  
  
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
    
    
  }


.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
      position: relative;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 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-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  
  
  
  
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
    
    
  }


.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
      position: relative;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  
  
  
  
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
    
    
  }


.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container {
      position: relative;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e51e53f1-c4dd-4adf-9553-e64ef880c1d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  max-width: 694px;
aspect-ratio: 694/905;
text-align: center;
}



.shg-image-margin-container-s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  
  
  
  
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
    
    
  }


.s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ae6130-03eb-422a-a4ba-447cac88b030 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
      position: relative;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  
  
  
  
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
    
    
  }


.s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ae6130-03eb-422a-a4ba-447cac88b030 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
      position: relative;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030 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-48ae6130-03eb-422a-a4ba-447cac88b030 {
  
  
  
  
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
    
    
  }


.s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ae6130-03eb-422a-a4ba-447cac88b030 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
      position: relative;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030 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-48ae6130-03eb-422a-a4ba-447cac88b030 {
  
  
  
  
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
    
    
  }


.s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ae6130-03eb-422a-a4ba-447cac88b030 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
      position: relative;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  
  
  
  
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      aspect-ratio: 694/905;
      width: 100%;
      height: 100%;
    }

    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-link {
      aspect-ratio: 694/905;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ae6130-03eb-422a-a4ba-447cac88b030 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
    
    
  }


.s-48ae6130-03eb-422a-a4ba-447cac88b030 .shogun-image-content {
  
    align-items: center;
  
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48ae6130-03eb-422a-a4ba-447cac88b030 {
      --shg-aspect-ratio: calc(694/905); 
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container {
      position: relative;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ae6130-03eb-422a-a4ba-447cac88b030 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-26bc9abb-a893-49bb-9e8b-f0da7830b29e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26bc9abb-a893-49bb-9e8b-f0da7830b29e {
  
}
}







#s-26bc9abb-a893-49bb-9e8b-f0da7830b29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26bc9abb-a893-49bb-9e8b-f0da7830b29e {
  cursor: pointer;
}#s-26bc9abb-a893-49bb-9e8b-f0da7830b29e.shg-box.shg-c {
  justify-content: center;
}

#s-ae712894-a1c8-4958-a884-c376b6cf5d10 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae712894-a1c8-4958-a884-c376b6cf5d10 {
  display: unset;
}
#s-ae712894-a1c8-4958-a884-c376b6cf5d10, #wrap-s-ae712894-a1c8-4958-a884-c376b6cf5d10 { display: unset !important; }}







#s-ae712894-a1c8-4958-a884-c376b6cf5d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae712894-a1c8-4958-a884-c376b6cf5d10.shg-box.shg-c {
  justify-content: center;
}

#s-be2795b4-a95e-4357-89a8-858650d0d3ba {
  margin-top: 26px;
margin-bottom: 26px;
min-height: 50px;
}








#s-be2795b4-a95e-4357-89a8-858650d0d3ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be2795b4-a95e-4357-89a8-858650d0d3ba.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-1d5aa690-d196-45f9-aaab-728ae4b796d8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e5780018-b508-45b3-af69-a878450c3115 {
  margin-top: 0px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 17%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5780018-b508-45b3-af69-a878450c3115 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-e5780018-b508-45b3-af69-a878450c3115 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c {
  margin-top: 0px;
margin-left: 17%;
margin-bottom: 21px;
margin-right: 17%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c {
  display: none;
}
#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c, #wrap-s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c {
  display: none;
}
#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c, #wrap-s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c, #wrap-s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c { display: none !important; }}@media (max-width: 767px){#s-9000266c-c7a0-4ec3-abe6-43b29e6d8a0c {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-c4eadb71-3e14-426d-a6f0-1e35cae75899 {
  margin-top: 2px;
margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c4eadb71-3e14-426d-a6f0-1e35cae75899"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c4eadb71-3e14-426d-a6f0-1e35cae75899"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c4eadb71-3e14-426d-a6f0-1e35cae75899"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c4eadb71-3e14-426d-a6f0-1e35cae75899"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  max-width: 842px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin-bottom: 5px;
}
}


.shg-image-margin-container-s-bbc4cb40-012e-415b-8254-40532d964128 {
  
  
  
  
}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
    
    
  }


.s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc4cb40-012e-415b-8254-40532d964128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
      position: relative;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bbc4cb40-012e-415b-8254-40532d964128 {
  
  
  
  
}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
    
    
  }


.s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc4cb40-012e-415b-8254-40532d964128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
      position: relative;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128 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-bbc4cb40-012e-415b-8254-40532d964128 {
  
  
  
  
}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
    
    
  }


.s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc4cb40-012e-415b-8254-40532d964128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
      position: relative;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128 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-bbc4cb40-012e-415b-8254-40532d964128 {
  
  
  
  
}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
    
    
  }


.s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc4cb40-012e-415b-8254-40532d964128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
      position: relative;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bbc4cb40-012e-415b-8254-40532d964128 {
  
  
  
  margin-bottom: 5px;
}

#s-bbc4cb40-012e-415b-8254-40532d964128 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbc4cb40-012e-415b-8254-40532d964128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
    
    
  }


.s-bbc4cb40-012e-415b-8254-40532d964128 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbc4cb40-012e-415b-8254-40532d964128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container {
      position: relative;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbc4cb40-012e-415b-8254-40532d964128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 842px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin-bottom: 5px;
}
}


.shg-image-margin-container-s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
    
    
  }


.s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-content {
  
    align-items: center;
  
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
      position: relative;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  
  
  
  
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
    
    
  }


.s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-content {
  
    align-items: center;
  
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
      position: relative;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde 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-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  
  
  
  
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
    
    
  }


.s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-content {
  
    align-items: center;
  
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
      position: relative;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde 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-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  
  
  
  
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
    
    
  }


.s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-content {
  
    align-items: center;
  
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
      position: relative;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  
  
  
  margin-bottom: 5px;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
    
    
  }


.s-b1291698-c57d-47c3-ac0b-41cdc1035fde .shogun-image-content {
  
    align-items: center;
  
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container {
      position: relative;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1291698-c57d-47c3-ac0b-41cdc1035fde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  text-align: center;
}



.shg-image-margin-container-s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  
  
  
  
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  margin: 0 !important;
}





  img.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
    
    
  }


.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  
  
  
  
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  margin: 0 !important;
}





  img.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
    
    
  }


.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  
  
  
  
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  margin: 0 !important;
}





  img.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
    
    
  }


.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  
  
  
  
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  margin: 0 !important;
}





  img.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
    
    
  }


.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  
  
  
  
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 {
  margin: 0 !important;
}





  img.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
    
    
  }


.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fc1848-c524-4ca0-ab7d-de54bd4f1db8.shogun-image {
  box-sizing: border-box;
}




}
#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  text-align: center;
}



.shg-image-margin-container-s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  
  
  
  
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  margin: 0 !important;
}





  img.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
    
    
  }


.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb .shogun-image-content {
  
    align-items: center;
  
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  
  
  
  
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  margin: 0 !important;
}





  img.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
    
    
  }


.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb .shogun-image-content {
  
    align-items: center;
  
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  
  
  
  
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  margin: 0 !important;
}





  img.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
    
    
  }


.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb .shogun-image-content {
  
    align-items: center;
  
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  
  
  
  
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  margin: 0 !important;
}





  img.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
    
    
  }


.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb .shogun-image-content {
  
    align-items: center;
  
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  
  
  
  
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb {
  margin: 0 !important;
}





  img.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
    
    
  }


.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb .shogun-image-content {
  
    align-items: center;
  
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d7c48d-3be3-4dc2-b83b-04a19a4f55eb.shogun-image {
  box-sizing: border-box;
}




}
#s-0cfe23a7-d3ff-45b8-9f8e-9675cc2a0ec1 {
  margin-top: 10px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 17%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cfe23a7-d3ff-45b8-9f8e-9675cc2a0ec1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-0cfe23a7-d3ff-45b8-9f8e-9675cc2a0ec1 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-0cfe23a7-d3ff-45b8-9f8e-9675cc2a0ec1, #wrap-s-0cfe23a7-d3ff-45b8-9f8e-9675cc2a0ec1 { display: none !important; }}
#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa {
  margin-top: 7px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1f7765c1-542c-471c-9e1b-33eaae05a0fa-root {
    text-align: center;
  }


#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f7765c1-542c-471c-9e1b-33eaae05a0fa-root {
    text-align: center;
  }


#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f7765c1-542c-471c-9e1b-33eaae05a0fa-root {
    text-align: center;
  }


#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f7765c1-542c-471c-9e1b-33eaae05a0fa-root {
    text-align: center;
  }


#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f7765c1-542c-471c-9e1b-33eaae05a0fa-root {
    text-align: center;
  }


#s-1f7765c1-542c-471c-9e1b-33eaae05a0fa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-a8f453ff-a8be-4ae4-b262-6806467eb39e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a8f453ff-a8be-4ae4-b262-6806467eb39e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8f453ff-a8be-4ae4-b262-6806467eb39e {
  cursor: pointer;
}#s-a8f453ff-a8be-4ae4-b262-6806467eb39e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-842810d5-919a-4b8e-b409-a6ec106a4e00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-842810d5-919a-4b8e-b409-a6ec106a4e00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-842810d5-919a-4b8e-b409-a6ec106a4e00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-842810d5-919a-4b8e-b409-a6ec106a4e00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cf85d96-1331-483b-b1a0-6ca424cb8d43 {
  min-height: 50px;
}








#s-9cf85d96-1331-483b-b1a0-6ca424cb8d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cf85d96-1331-483b-b1a0-6ca424cb8d43.shg-box.shg-c {
  justify-content: center;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  max-width: 1306px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  
  
  
  
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
    
    
  }


.s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9e019b4-3512-42db-971e-6e4bd5867736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
      position: relative;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  
  
  
  
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
    
    
  }


.s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9e019b4-3512-42db-971e-6e4bd5867736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
      position: relative;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736 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-e9e019b4-3512-42db-971e-6e4bd5867736 {
  
  
  
  
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
    
    
  }


.s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9e019b4-3512-42db-971e-6e4bd5867736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
      position: relative;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736 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-e9e019b4-3512-42db-971e-6e4bd5867736 {
  
  
  
  
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
    
    
  }


.s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9e019b4-3512-42db-971e-6e4bd5867736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
      position: relative;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  
  
  
  
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9e019b4-3512-42db-971e-6e4bd5867736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
    
    
  }


.s-e9e019b4-3512-42db-971e-6e4bd5867736 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9e019b4-3512-42db-971e-6e4bd5867736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container {
      position: relative;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9e019b4-3512-42db-971e-6e4bd5867736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd {
  margin-left: 4%;
margin-right: 22%;
}
@media (min-width: 1200px){#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd {
  margin-right: 36%;
display: none;
}
#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd, #wrap-s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd {
  display: none;
}
#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd, #wrap-s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd { display: none !important; }}@media (max-width: 767px){#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd {
  margin-right: 30%;
display: none;
}
#s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd, #wrap-s-ccf898f6-6e41-45d6-a495-56a3b78cb5bd { display: none !important; }}
#s-62babd6d-1194-48ae-a586-8dad5b5c9117 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 5px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-62babd6d-1194-48ae-a586-8dad5b5c9117 {
  display: none;
}
#s-62babd6d-1194-48ae-a586-8dad5b5c9117, #wrap-s-62babd6d-1194-48ae-a586-8dad5b5c9117 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62babd6d-1194-48ae-a586-8dad5b5c9117 {
  display: none;
}
#s-62babd6d-1194-48ae-a586-8dad5b5c9117, #wrap-s-62babd6d-1194-48ae-a586-8dad5b5c9117 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62babd6d-1194-48ae-a586-8dad5b5c9117 {
  display: none;
}
#s-62babd6d-1194-48ae-a586-8dad5b5c9117, #wrap-s-62babd6d-1194-48ae-a586-8dad5b5c9117 { display: none !important; }}
#s-8220bde5-f5f4-4ec7-b646-971c2abcb4ce {
  min-height: 50px;
}








#s-8220bde5-f5f4-4ec7-b646-971c2abcb4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8220bde5-f5f4-4ec7-b646-971c2abcb4ce.shg-box.shg-c {
  justify-content: center;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin-left: 0%;
margin-right: 0%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
    
    
  }


.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
      position: relative;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  
  
  
  
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
    
    
  }


.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
      position: relative;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a 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-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  
  
  
  
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
    
    
  }


.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
      position: relative;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a 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-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  
  
  
  
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
    
    
  }


.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
      position: relative;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  
  
  
  
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
    
    
  }


.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container {
      position: relative;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dbce7fe-e1e4-471f-b5bb-95d9bc429e3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc {
  display: none;
}
#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc, #wrap-s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc {
  display: none;
}
#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc, #wrap-s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc {
  display: none;
}
#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc, #wrap-s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc { display: none !important; }}

  #s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc-root {
    text-align: center;
  }


#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc-root {
    text-align: center;
  }


#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc-root {
    text-align: center;
  }


#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc-root {
    text-align: center;
  }


#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc-root {
    text-align: center;
  }


#s-b364ded8-0d1a-4301-92c4-14e2b9a1d1dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-61b49f49-a252-4ab8-be27-90861fe50cd2 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-61b49f49-a252-4ab8-be27-90861fe50cd2 {
  display: unset;
}
#s-61b49f49-a252-4ab8-be27-90861fe50cd2, #wrap-s-61b49f49-a252-4ab8-be27-90861fe50cd2 { display: unset !important; }}@media (max-width: 767px){#s-61b49f49-a252-4ab8-be27-90861fe50cd2 {
  display: none;
}
#s-61b49f49-a252-4ab8-be27-90861fe50cd2, #wrap-s-61b49f49-a252-4ab8-be27-90861fe50cd2 { display: none !important; }}
#s-2b535f94-f8ba-43c9-b2d7-578295b28960 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2b535f94-f8ba-43c9-b2d7-578295b28960:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2b535f94-f8ba-43c9-b2d7-578295b28960:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2b535f94-f8ba-43c9-b2d7-578295b28960 {
  display: none;
}
#s-2b535f94-f8ba-43c9-b2d7-578295b28960, #wrap-s-2b535f94-f8ba-43c9-b2d7-578295b28960 { display: none !important; }}

  #s-2b535f94-f8ba-43c9-b2d7-578295b28960-root {
    text-align: center;
  }


#s-2b535f94-f8ba-43c9-b2d7-578295b28960.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b535f94-f8ba-43c9-b2d7-578295b28960-root {
    text-align: center;
  }


#s-2b535f94-f8ba-43c9-b2d7-578295b28960.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b535f94-f8ba-43c9-b2d7-578295b28960-root {
    text-align: center;
  }


#s-2b535f94-f8ba-43c9-b2d7-578295b28960.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b535f94-f8ba-43c9-b2d7-578295b28960-root {
    text-align: center;
  }


#s-2b535f94-f8ba-43c9-b2d7-578295b28960.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b535f94-f8ba-43c9-b2d7-578295b28960-root {
    text-align: center;
  }


#s-2b535f94-f8ba-43c9-b2d7-578295b28960.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-f4b0aa3f-f07b-47bc-b9b2-79201aa9e257 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f4b0aa3f-f07b-47bc-b9b2-79201aa9e257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4b0aa3f-f07b-47bc-b9b2-79201aa9e257 {
  cursor: pointer;
}#s-f4b0aa3f-f07b-47bc-b9b2-79201aa9e257.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-26f01be9-85d2-4424-bca0-0bd9e92324a4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4ac22c03-9a24-494c-8e80-d43c8adc5bec {
  min-height: 50px;
}








#s-4ac22c03-9a24-494c-8e80-d43c8adc5bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ac22c03-9a24-494c-8e80-d43c8adc5bec.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  max-width: 600px;
aspect-ratio: 600/1000;
text-align: center;
}



.shg-image-margin-container-s-2b57197a-7d29-4877-af20-f54ae920c833 {
  
  
  
  
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      aspect-ratio: 600/1000;
      width: 100%;
      height: 100%;
    }

    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-link {
      aspect-ratio: 600/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
    
    
  }


.s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b57197a-7d29-4877-af20-f54ae920c833 {
      --shg-aspect-ratio: calc(600/1000); 
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
      position: relative;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2b57197a-7d29-4877-af20-f54ae920c833 {
  
  
  
  
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      aspect-ratio: 600/1000;
      width: 100%;
      height: 100%;
    }

    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-link {
      aspect-ratio: 600/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
    
    
  }


.s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b57197a-7d29-4877-af20-f54ae920c833 {
      --shg-aspect-ratio: calc(600/1000); 
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
      position: relative;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833 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-2b57197a-7d29-4877-af20-f54ae920c833 {
  
  
  
  
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      aspect-ratio: 600/1000;
      width: 100%;
      height: 100%;
    }

    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-link {
      aspect-ratio: 600/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
    
    
  }


.s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b57197a-7d29-4877-af20-f54ae920c833 {
      --shg-aspect-ratio: calc(600/1000); 
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
      position: relative;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833 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-2b57197a-7d29-4877-af20-f54ae920c833 {
  
  
  
  
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      aspect-ratio: 600/1000;
      width: 100%;
      height: 100%;
    }

    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-link {
      aspect-ratio: 600/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
    
    
  }


.s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b57197a-7d29-4877-af20-f54ae920c833 {
      --shg-aspect-ratio: calc(600/1000); 
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
      position: relative;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2b57197a-7d29-4877-af20-f54ae920c833 {
  
  
  
  
}

#s-2b57197a-7d29-4877-af20-f54ae920c833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      aspect-ratio: 600/1000;
      width: 100%;
      height: 100%;
    }

    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-link {
      aspect-ratio: 600/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b57197a-7d29-4877-af20-f54ae920c833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
    
    
  }


.s-2b57197a-7d29-4877-af20-f54ae920c833 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b57197a-7d29-4877-af20-f54ae920c833 {
      --shg-aspect-ratio: calc(600/1000); 
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container {
      position: relative;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b57197a-7d29-4877-af20-f54ae920c833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5f1e1d7b-226c-4192-80e5-691a5ec8976b {
  min-height: 50px;
}








#s-5f1e1d7b-226c-4192-80e5-691a5ec8976b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f1e1d7b-226c-4192-80e5-691a5ec8976b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1b5a5701-1b35-4b3d-b328-272d6fc0ca4f {
  margin-top: 30px;
}

#s-dcc94014-bf47-4998-8b8b-daf05848800a {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dcc94014-bf47-4998-8b8b-daf05848800a:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcc94014-bf47-4998-8b8b-daf05848800a:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dcc94014-bf47-4998-8b8b-daf05848800a-root {
    text-align: center;
  }


#s-dcc94014-bf47-4998-8b8b-daf05848800a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcc94014-bf47-4998-8b8b-daf05848800a-root {
    text-align: center;
  }


#s-dcc94014-bf47-4998-8b8b-daf05848800a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc94014-bf47-4998-8b8b-daf05848800a-root {
    text-align: center;
  }


#s-dcc94014-bf47-4998-8b8b-daf05848800a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc94014-bf47-4998-8b8b-daf05848800a-root {
    text-align: center;
  }


#s-dcc94014-bf47-4998-8b8b-daf05848800a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcc94014-bf47-4998-8b8b-daf05848800a-root {
    text-align: center;
  }


#s-dcc94014-bf47-4998-8b8b-daf05848800a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-967b599d-9cfd-44e7-84fc-561a26084462 {
  display: none;
}
#s-967b599d-9cfd-44e7-84fc-561a26084462, #wrap-s-967b599d-9cfd-44e7-84fc-561a26084462 { display: none !important; }}
@media (min-width: 0px) {
[id="s-967b599d-9cfd-44e7-84fc-561a26084462"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-967b599d-9cfd-44e7-84fc-561a26084462"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-967b599d-9cfd-44e7-84fc-561a26084462"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-967b599d-9cfd-44e7-84fc-561a26084462"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  max-width: 600px;
aspect-ratio: 600/976;
text-align: center;
}



.shg-image-margin-container-s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  
  
  
  
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
    
    
  }


.s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-content {
  
    align-items: center;
  
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c87fc1-2df4-4469-af92-b8b9699249ea {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
      position: relative;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  
  
  
  
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
    
    
  }


.s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-content {
  
    align-items: center;
  
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c87fc1-2df4-4469-af92-b8b9699249ea {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
      position: relative;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea 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-92c87fc1-2df4-4469-af92-b8b9699249ea {
  
  
  
  
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
    
    
  }


.s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-content {
  
    align-items: center;
  
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c87fc1-2df4-4469-af92-b8b9699249ea {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
      position: relative;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea 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-92c87fc1-2df4-4469-af92-b8b9699249ea {
  
  
  
  
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
    
    
  }


.s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-content {
  
    align-items: center;
  
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c87fc1-2df4-4469-af92-b8b9699249ea {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
      position: relative;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  
  
  
  
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c87fc1-2df4-4469-af92-b8b9699249ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
    
    
  }


.s-92c87fc1-2df4-4469-af92-b8b9699249ea .shogun-image-content {
  
    align-items: center;
  
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c87fc1-2df4-4469-af92-b8b9699249ea {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container {
      position: relative;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c87fc1-2df4-4469-af92-b8b9699249ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  max-width: 600px;
aspect-ratio: 600/976;
text-align: center;
}



.shg-image-margin-container-s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  
  
  
  
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
    
    
  }


.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
      position: relative;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  
  
  
  
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
    
    
  }


.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
      position: relative;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f 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-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  
  
  
  
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
    
    
  }


.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
      position: relative;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f 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-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  
  
  
  
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
    
    
  }


.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
      position: relative;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  
  
  
  
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
    
    
  }


.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container {
      position: relative;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a78bfe49-fea1-44fb-93ff-3d5e83e46b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  max-width: 600px;
aspect-ratio: 600/976;
text-align: center;
}



.shg-image-margin-container-s-08536d29-e04f-409f-8d27-a01b361144d6 {
  
  
  
  
}

#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
    
    
  }


.s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08536d29-e04f-409f-8d27-a01b361144d6 {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
      position: relative;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-08536d29-e04f-409f-8d27-a01b361144d6 {
  
  
  
  
}

#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
    
    
  }


.s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08536d29-e04f-409f-8d27-a01b361144d6 {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
      position: relative;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6 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-08536d29-e04f-409f-8d27-a01b361144d6 {
  
  
  
  
}

#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
    
    
  }


.s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08536d29-e04f-409f-8d27-a01b361144d6 {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
      position: relative;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6 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-08536d29-e04f-409f-8d27-a01b361144d6 {
  
  
  
  
}

#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
    
    
  }


.s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08536d29-e04f-409f-8d27-a01b361144d6 {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
      position: relative;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-08536d29-e04f-409f-8d27-a01b361144d6 {
  
  
  
  
}

#s-08536d29-e04f-409f-8d27-a01b361144d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      aspect-ratio: 600/976;
      width: 100%;
      height: 100%;
    }

    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-link {
      aspect-ratio: 600/976;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08536d29-e04f-409f-8d27-a01b361144d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
    
    
  }


.s-08536d29-e04f-409f-8d27-a01b361144d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08536d29-e04f-409f-8d27-a01b361144d6 {
      --shg-aspect-ratio: calc(600/976); 
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container {
      position: relative;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08536d29-e04f-409f-8d27-a01b361144d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0c1d7131-c5a5-4223-920d-99e4e3804f16 {
  margin-top: 20px;
margin-bottom: 25px;
min-height: 50px;
}








#s-0c1d7131-c5a5-4223-920d-99e4e3804f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c1d7131-c5a5-4223-920d-99e4e3804f16 {
  cursor: pointer;
}#s-0c1d7131-c5a5-4223-920d-99e4e3804f16.shg-box.shg-c {
  justify-content: center;
}

#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 50px;
background-position: center top;
}

#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c {
  background-image: url(https://i.shgcdn.com/89c9df45-4eb3-4b6d-b098-4beaf0fd87a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cf9fa01-cf72-46ec-a871-7cc369d90b1c.shg-box.shg-c {
  justify-content: center;
}

#s-c930000c-814c-45c0-a7c8-31b73ff4d456 {
  margin-top: 41px;
}

#s-1ff585b4-5e92-476b-8b83-a9bce984bc4a {
  margin-top: 0px;
margin-bottom: 7px;
}
@media (max-width: 767px){#s-1ff585b4-5e92-476b-8b83-a9bce984bc4a {
  display: none;
}
#s-1ff585b4-5e92-476b-8b83-a9bce984bc4a, #wrap-s-1ff585b4-5e92-476b-8b83-a9bce984bc4a { display: none !important; }}
#s-fa568e4a-668a-4088-97f8-29ad083637b4 {
  margin-top: 0px;
margin-bottom: 7px;
}
@media (min-width: 1200px){#s-fa568e4a-668a-4088-97f8-29ad083637b4 {
  display: none;
}
#s-fa568e4a-668a-4088-97f8-29ad083637b4, #wrap-s-fa568e4a-668a-4088-97f8-29ad083637b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa568e4a-668a-4088-97f8-29ad083637b4 {
  display: none;
}
#s-fa568e4a-668a-4088-97f8-29ad083637b4, #wrap-s-fa568e4a-668a-4088-97f8-29ad083637b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa568e4a-668a-4088-97f8-29ad083637b4 {
  display: none;
}
#s-fa568e4a-668a-4088-97f8-29ad083637b4, #wrap-s-fa568e4a-668a-4088-97f8-29ad083637b4 { display: none !important; }}@media (max-width: 767px){#s-fa568e4a-668a-4088-97f8-29ad083637b4 {
  display: unset;
}
#s-fa568e4a-668a-4088-97f8-29ad083637b4, #wrap-s-fa568e4a-668a-4088-97f8-29ad083637b4 { display: unset !important; }}
#s-800cd2e1-e001-4230-ab0d-4b50491c7448 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-800cd2e1-e001-4230-ab0d-4b50491c7448 {
  display: none;
}
#s-800cd2e1-e001-4230-ab0d-4b50491c7448, #wrap-s-800cd2e1-e001-4230-ab0d-4b50491c7448 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-800cd2e1-e001-4230-ab0d-4b50491c7448 {
  display: none;
}
#s-800cd2e1-e001-4230-ab0d-4b50491c7448, #wrap-s-800cd2e1-e001-4230-ab0d-4b50491c7448 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-800cd2e1-e001-4230-ab0d-4b50491c7448 {
  display: none;
}
#s-800cd2e1-e001-4230-ab0d-4b50491c7448, #wrap-s-800cd2e1-e001-4230-ab0d-4b50491c7448 { display: none !important; }}
#s-bc17aac4-a6cf-451b-a8ec-274d0b9fa387 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-bc17aac4-a6cf-451b-a8ec-274d0b9fa387 {
  display: none;
}
#s-bc17aac4-a6cf-451b-a8ec-274d0b9fa387, #wrap-s-bc17aac4-a6cf-451b-a8ec-274d0b9fa387 { display: none !important; }}
#s-02072b7c-e2dd-464b-a417-5fa89e837d9f {
  margin-top: 10px;
margin-bottom: 39px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
color: rgba(255, 255, 255, 1);
}
#s-02072b7c-e2dd-464b-a417-5fa89e837d9f:hover {background-color: rgba(255, 162, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-02072b7c-e2dd-464b-a417-5fa89e837d9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02072b7c-e2dd-464b-a417-5fa89e837d9f-root {
    text-align: center;
  }


#s-02072b7c-e2dd-464b-a417-5fa89e837d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02072b7c-e2dd-464b-a417-5fa89e837d9f-root {
    text-align: center;
  }


#s-02072b7c-e2dd-464b-a417-5fa89e837d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02072b7c-e2dd-464b-a417-5fa89e837d9f-root {
    text-align: center;
  }


#s-02072b7c-e2dd-464b-a417-5fa89e837d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02072b7c-e2dd-464b-a417-5fa89e837d9f-root {
    text-align: center;
  }


#s-02072b7c-e2dd-464b-a417-5fa89e837d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02072b7c-e2dd-464b-a417-5fa89e837d9f-root {
    text-align: center;
  }


#s-02072b7c-e2dd-464b-a417-5fa89e837d9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-311c60b3-7281-4c60-a43e-21d423dd0052 {
  display: unset;
}
#s-311c60b3-7281-4c60-a43e-21d423dd0052, #wrap-s-311c60b3-7281-4c60-a43e-21d423dd0052 { display: unset !important; }}@media (max-width: 767px){#s-311c60b3-7281-4c60-a43e-21d423dd0052 {
  display: none;
}
#s-311c60b3-7281-4c60-a43e-21d423dd0052, #wrap-s-311c60b3-7281-4c60-a43e-21d423dd0052 { display: none !important; }}
@media (min-width: 0px) {
[id="s-311c60b3-7281-4c60-a43e-21d423dd0052"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-311c60b3-7281-4c60-a43e-21d423dd0052"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-311c60b3-7281-4c60-a43e-21d423dd0052"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-311c60b3-7281-4c60-a43e-21d423dd0052"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}



.shg-image-margin-container-s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  
  
  
  
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
    
    
  }


.s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
      position: relative;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  
  
  
  
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
    
    
  }


.s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
      position: relative;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec 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-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  
  
  
  
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
    
    
  }


.s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
      position: relative;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec 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-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  
  
  
  
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
    
    
  }


.s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
      position: relative;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  
  
  
  
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
    
    
  }


.s-6d050d2a-d2fb-4b0c-b910-336248b285ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container {
      position: relative;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d050d2a-d2fb-4b0c-b910-336248b285ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}



.shg-image-margin-container-s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  
  
  
  
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
    
    
  }


.s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-content {
  
    align-items: center;
  
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
      position: relative;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  
  
  
  
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
    
    
  }


.s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-content {
  
    align-items: center;
  
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
      position: relative;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 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-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  
  
  
  
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
    
    
  }


.s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-content {
  
    align-items: center;
  
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
      position: relative;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 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-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  
  
  
  
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
    
    
  }


.s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-content {
  
    align-items: center;
  
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
      position: relative;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  
  
  
  
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
    
    
  }


.s-27b180eb-99db-4fa9-9db9-8d4463edfa96 .shogun-image-content {
  
    align-items: center;
  
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container {
      position: relative;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27b180eb-99db-4fa9-9db9-8d4463edfa96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}



.shg-image-margin-container-s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  
  
  
  
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
    
    
  }


.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
      position: relative;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  
  
  
  
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
    
    
  }


.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
      position: relative;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e 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-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  
  
  
  
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
    
    
  }


.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
      position: relative;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e 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-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  
  
  
  
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
    
    
  }


.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
      position: relative;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  
  
  
  
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
    
    
  }


.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container {
      position: relative;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d8fbd1-4c55-4522-aa00-9822c414a60e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc {
  display: none;
}
#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc, #wrap-s-a9aca5ad-0db1-4178-8df0-4727df45ecfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc {
  display: none;
}
#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc, #wrap-s-a9aca5ad-0db1-4178-8df0-4727df45ecfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc {
  display: none;
}
#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc, #wrap-s-a9aca5ad-0db1-4178-8df0-4727df45ecfc { display: none !important; }}@media (max-width: 767px){#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc {
  display: unset;
}
#s-a9aca5ad-0db1-4178-8df0-4727df45ecfc, #wrap-s-a9aca5ad-0db1-4178-8df0-4727df45ecfc { display: unset !important; }}
@media (min-width: 0px) {
[id="s-a9aca5ad-0db1-4178-8df0-4727df45ecfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a9aca5ad-0db1-4178-8df0-4727df45ecfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a9aca5ad-0db1-4178-8df0-4727df45ecfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9aca5ad-0db1-4178-8df0-4727df45ecfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}



.shg-image-margin-container-s-e34ed978-7c9e-4379-9a20-66679e65361e {
  
  
  
  
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
    
    
  }


.s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-content {
  
    align-items: center;
  
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34ed978-7c9e-4379-9a20-66679e65361e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
      position: relative;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e34ed978-7c9e-4379-9a20-66679e65361e {
  
  
  
  
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
    
    
  }


.s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-content {
  
    align-items: center;
  
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34ed978-7c9e-4379-9a20-66679e65361e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
      position: relative;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e 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-e34ed978-7c9e-4379-9a20-66679e65361e {
  
  
  
  
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
    
    
  }


.s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-content {
  
    align-items: center;
  
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34ed978-7c9e-4379-9a20-66679e65361e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
      position: relative;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e 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-e34ed978-7c9e-4379-9a20-66679e65361e {
  
  
  
  
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
    
    
  }


.s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-content {
  
    align-items: center;
  
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34ed978-7c9e-4379-9a20-66679e65361e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
      position: relative;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e34ed978-7c9e-4379-9a20-66679e65361e {
  
  
  
  
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e34ed978-7c9e-4379-9a20-66679e65361e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
    
    
  }


.s-e34ed978-7c9e-4379-9a20-66679e65361e .shogun-image-content {
  
    align-items: center;
  
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34ed978-7c9e-4379-9a20-66679e65361e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container {
      position: relative;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34ed978-7c9e-4379-9a20-66679e65361e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  max-width: 765px;
aspect-ratio: 765/961;
text-align: center;
}



.shg-image-margin-container-s-af6023fa-9d5d-45d5-8281-83364b76750e {
  
  
  
  
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
    
    
  }


.s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-content {
  
    align-items: center;
  
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6023fa-9d5d-45d5-8281-83364b76750e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
      position: relative;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af6023fa-9d5d-45d5-8281-83364b76750e {
  
  
  
  
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
    
    
  }


.s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-content {
  
    align-items: center;
  
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6023fa-9d5d-45d5-8281-83364b76750e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
      position: relative;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e 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-af6023fa-9d5d-45d5-8281-83364b76750e {
  
  
  
  
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
    
    
  }


.s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-content {
  
    align-items: center;
  
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6023fa-9d5d-45d5-8281-83364b76750e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
      position: relative;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e 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-af6023fa-9d5d-45d5-8281-83364b76750e {
  
  
  
  
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
    
    
  }


.s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-content {
  
    align-items: center;
  
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6023fa-9d5d-45d5-8281-83364b76750e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
      position: relative;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-af6023fa-9d5d-45d5-8281-83364b76750e {
  
  
  
  
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      aspect-ratio: 765/961;
      width: 100%;
      height: 100%;
    }

    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-link {
      aspect-ratio: 765/961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af6023fa-9d5d-45d5-8281-83364b76750e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
    
    
  }


.s-af6023fa-9d5d-45d5-8281-83364b76750e .shogun-image-content {
  
    align-items: center;
  
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6023fa-9d5d-45d5-8281-83364b76750e {
      --shg-aspect-ratio: calc(765/961); 
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container {
      position: relative;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6023fa-9d5d-45d5-8281-83364b76750e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-159b3af6-5079-47e5-9f7d-79fbb52bc21a {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-159b3af6-5079-47e5-9f7d-79fbb52bc21a {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-159b3af6-5079-47e5-9f7d-79fbb52bc21a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-159b3af6-5079-47e5-9f7d-79fbb52bc21a.shg-box.shg-c {
  justify-content: center;
}

#s-2f379bde-1cfb-4f87-b8c3-182bdd05c18c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-08aa1fc1-415b-40d7-aa50-9f003a71dab8 {
  min-height: 50px;
}








#s-08aa1fc1-415b-40d7-aa50-9f003a71dab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08aa1fc1-415b-40d7-aa50-9f003a71dab8.shg-box.shg-c {
  justify-content: center;
}

#s-f7d621da-67d5-4b53-b46e-4c700f61c92d {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f7d621da-67d5-4b53-b46e-4c700f61c92d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-f7d621da-67d5-4b53-b46e-4c700f61c92d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 992px) {
[id="s-f7d621da-67d5-4b53-b46e-4c700f61c92d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 1200px) {
[id="s-f7d621da-67d5-4b53-b46e-4c700f61c92d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.25px);
}

}

#s-53408d92-973f-4995-879a-e795a9714d26 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-53408d92-973f-4995-879a-e795a9714d26 {
  background-image: url();
}








#s-53408d92-973f-4995-879a-e795a9714d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53408d92-973f-4995-879a-e795a9714d26 {
  cursor: pointer;
}#s-53408d92-973f-4995-879a-e795a9714d26.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin-left: 3%;
margin-right: 3%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
    
    
  }


.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
      position: relative;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  
  
  
  
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
    
    
  }


.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
      position: relative;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e 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-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  
  
  
  
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
    
    
  }


.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
      position: relative;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e 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-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  
  
  
  
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
    
    
  }


.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
      position: relative;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  
  
  
  
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
    
    
  }


.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container {
      position: relative;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c193cc0a-e5f7-48a8-8978-3e277e352f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
    
    
  }


.s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-content {
  
    align-items: center;
  
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e488db-9e5f-4c8c-a867-0ff824db324f {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
      position: relative;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  
  
  
  
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
    
    
  }


.s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-content {
  
    align-items: center;
  
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e488db-9e5f-4c8c-a867-0ff824db324f {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
      position: relative;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f 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-07e488db-9e5f-4c8c-a867-0ff824db324f {
  
  
  
  
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
    
    
  }


.s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-content {
  
    align-items: center;
  
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e488db-9e5f-4c8c-a867-0ff824db324f {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
      position: relative;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f 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-07e488db-9e5f-4c8c-a867-0ff824db324f {
  
  
  
  
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
    
    
  }


.s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-content {
  
    align-items: center;
  
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e488db-9e5f-4c8c-a867-0ff824db324f {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
      position: relative;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  
  
  
  
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07e488db-9e5f-4c8c-a867-0ff824db324f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
    
    
  }


.s-07e488db-9e5f-4c8c-a867-0ff824db324f .shogun-image-content {
  
    align-items: center;
  
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07e488db-9e5f-4c8c-a867-0ff824db324f {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container {
      position: relative;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07e488db-9e5f-4c8c-a867-0ff824db324f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cd601830-fd0f-4018-97b3-1d60a3a6defb {
  margin-left: 0%;
margin-right: 0%;
}

#s-bc312881-ba52-404a-9c66-59c9a28b2f4b {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-bc312881-ba52-404a-9c66-59c9a28b2f4b {
  background-image: url();
}








#s-bc312881-ba52-404a-9c66-59c9a28b2f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc312881-ba52-404a-9c66-59c9a28b2f4b {
  cursor: pointer;
}#s-bc312881-ba52-404a-9c66-59c9a28b2f4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin-left: 3%;
margin-right: 3%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
    
    
  }


.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-content {
  
    align-items: center;
  
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
      position: relative;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  
  
  
  
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
    
    
  }


.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-content {
  
    align-items: center;
  
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
      position: relative;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c 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-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  
  
  
  
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
    
    
  }


.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-content {
  
    align-items: center;
  
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
      position: relative;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c 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-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  
  
  
  
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
    
    
  }


.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-content {
  
    align-items: center;
  
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
      position: relative;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  
  
  
  
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
    
    
  }


.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c .shogun-image-content {
  
    align-items: center;
  
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container {
      position: relative;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57199cfd-cfbc-4fe0-9899-0b22a67eee7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
    
    
  }


.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
      position: relative;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  
  
  
  
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
    
    
  }


.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
      position: relative;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 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-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  
  
  
  
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
    
    
  }


.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
      position: relative;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 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-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  
  
  
  
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
    
    
  }


.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
      position: relative;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  
  
  
  
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
    
    
  }


.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container {
      position: relative;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ca2f49e-6d55-41ef-b405-4fa88c4ab5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-75de5b5e-4823-4eb8-add0-ef91ba03440e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
}

#s-16c029a3-4003-475e-b7b8-29e198d4281d {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-16c029a3-4003-475e-b7b8-29e198d4281d {
  background-image: url();
}








#s-16c029a3-4003-475e-b7b8-29e198d4281d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16c029a3-4003-475e-b7b8-29e198d4281d {
  cursor: pointer;
}#s-16c029a3-4003-475e-b7b8-29e198d4281d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
    
    
  }


.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-content {
  
    align-items: center;
  
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
      position: relative;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  
  
  
  
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
    
    
  }


.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-content {
  
    align-items: center;
  
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
      position: relative;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 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-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  
  
  
  
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
    
    
  }


.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-content {
  
    align-items: center;
  
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
      position: relative;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 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-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  
  
  
  
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
    
    
  }


.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-content {
  
    align-items: center;
  
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
      position: relative;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  
  
  
  
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
    
    
  }


.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 .shogun-image-content {
  
    align-items: center;
  
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container {
      position: relative;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07b99ca2-c0f1-4bda-a232-c4c4117fe844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
    
    
  }


.s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
      position: relative;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  
  
  
  
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
    
    
  }


.s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
      position: relative;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 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-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  
  
  
  
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
    
    
  }


.s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
      position: relative;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 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-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  
  
  
  
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
    
    
  }


.s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
      position: relative;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  
  
  
  
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
    
    
  }


.s-d677047d-edb5-4088-b18a-197ecc17f4e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container {
      position: relative;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d677047d-edb5-4088-b18a-197ecc17f4e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f5b6749b-e856-4617-a869-a7cd32d9655a {
  margin-left: 0%;
margin-right: 0%;
}

#s-be3dceb5-a2fd-4566-9f09-2ca85fae2dcd {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-be3dceb5-a2fd-4566-9f09-2ca85fae2dcd {
  background-image: url();
}








#s-be3dceb5-a2fd-4566-9f09-2ca85fae2dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be3dceb5-a2fd-4566-9f09-2ca85fae2dcd {
  cursor: pointer;
}#s-be3dceb5-a2fd-4566-9f09-2ca85fae2dcd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin-left: 3%;
margin-right: 3%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
    
    
  }


.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
      position: relative;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  
  
  
  
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
    
    
  }


.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
      position: relative;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 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-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  
  
  
  
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
    
    
  }


.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
      position: relative;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 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-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  
  
  
  
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
    
    
  }


.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
      position: relative;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  
  
  
  
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
    
    
  }


.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container {
      position: relative;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e33a50-4722-4d7e-8cf1-6a3157c6c519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
    
    
  }


.s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
      position: relative;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  
  
  
  
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
    
    
  }


.s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
      position: relative;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 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-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  
  
  
  
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
    
    
  }


.s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
      position: relative;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 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-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  
  
  
  
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
    
    
  }


.s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
      position: relative;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  
  
  
  
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
    
    
  }


.s-bef0a7cc-f201-4968-a315-d59f407a48e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container {
      position: relative;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bef0a7cc-f201-4968-a315-d59f407a48e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-024a8c2d-d802-4c7d-932b-1fbb274ea175 {
  margin-left: 0%;
margin-bottom: 24px;
margin-right: 0%;
}

#s-8da6ee5b-a717-46f0-9bd1-67494cb975aa {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8da6ee5b-a717-46f0-9bd1-67494cb975aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da6ee5b-a717-46f0-9bd1-67494cb975aa {
  cursor: pointer;
}#s-8da6ee5b-a717-46f0-9bd1-67494cb975aa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d29d48c5-a97f-4c9a-8efb-f84cbdbeeec9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2409914a-a53b-4a9c-ad38-cdc9b9d3c114 {
  min-height: 50px;
}








#s-2409914a-a53b-4a9c-ad38-cdc9b9d3c114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2409914a-a53b-4a9c-ad38-cdc9b9d3c114.shg-box.shg-c {
  justify-content: center;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin-top: 10px;
margin-left: 43%;
margin-bottom: 11px;
margin-right: 43%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin-left: 43%;
  margin-right: 43%;
  margin-top: 10px;
  margin-bottom: 11px;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 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-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 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-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 768px) and (max-width: 991px){#s-3ebf8bef-0d49-43c7-a9b9-f3a30823eeb8 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-1ed7fdd6-edc1-4a89-bd98-f5463b219665 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-70557b0d-85b9-46a6-a52b-b15e8ab4d942 {
  min-height: 50px;
}








#s-70557b0d-85b9-46a6-a52b-b15e8ab4d942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70557b0d-85b9-46a6-a52b-b15e8ab4d942.shg-box.shg-c {
  justify-content: center;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin-bottom: 0px;
max-width: 1840px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  
  
  
  margin-bottom: 0px;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
    
    
  }


.s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-content {
  
    align-items: center;
  
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99dfd973-886f-498b-93ed-708f7cc0a499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
      position: relative;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  
  
  
  
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
    
    
  }


.s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-content {
  
    align-items: center;
  
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99dfd973-886f-498b-93ed-708f7cc0a499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
      position: relative;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499 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-99dfd973-886f-498b-93ed-708f7cc0a499 {
  
  
  
  
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
    
    
  }


.s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-content {
  
    align-items: center;
  
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99dfd973-886f-498b-93ed-708f7cc0a499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
      position: relative;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499 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-99dfd973-886f-498b-93ed-708f7cc0a499 {
  
  
  
  
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
    
    
  }


.s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-content {
  
    align-items: center;
  
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99dfd973-886f-498b-93ed-708f7cc0a499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
      position: relative;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  
  
  
  margin-bottom: 20px;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99dfd973-886f-498b-93ed-708f7cc0a499 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
    
    
  }


.s-99dfd973-886f-498b-93ed-708f7cc0a499 .shogun-image-content {
  
    align-items: center;
  
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99dfd973-886f-498b-93ed-708f7cc0a499 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container {
      position: relative;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99dfd973-886f-498b-93ed-708f7cc0a499 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2518a16-426b-45ef-90c2-915bfe8a0a43.shg-box.shg-c {
  justify-content: center;
}

#s-679ef247-764f-458f-813f-674be42da10c {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-679ef247-764f-458f-813f-674be42da10c {
  
}
}
@media (min-width: 0px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  min-height: 50px;
}








#s-c745e99c-1146-4974-b5e5-5c2d6f73195d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  cursor: pointer;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d.shg-box.shg-c {
  justify-content: center;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c 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-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c 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-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-60d39366-cd53-403a-861f-1c9d668735dd {
  min-height: 50px;
}








#s-60d39366-cd53-403a-861f-1c9d668735dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60d39366-cd53-403a-861f-1c9d668735dd {
  cursor: pointer;
}#s-60d39366-cd53-403a-861f-1c9d668735dd.shg-box.shg-c {
  justify-content: center;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 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-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 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-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  min-height: 50px;
}








#s-808eb7ce-3b88-470a-ae48-6405c0189acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  cursor: pointer;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb.shg-box.shg-c {
  justify-content: center;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin-top: 0px;
margin-bottom: 15px;
}
}


.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 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-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 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-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  margin-top: 0px;
  margin-bottom: 15px;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  min-height: 50px;
}








#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  cursor: pointer;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced.shg-box.shg-c {
  justify-content: center;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca 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-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca 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-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: right top;
}








#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  cursor: pointer;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad.shg-box.shg-c {
  justify-content: center;
}

#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 {
  min-height: 0px;
}








#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140.shg-box.shg-c {
  justify-content: center;
}

#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
margin-right: 26%;
max-width: 2048px;
aspect-ratio: 2000/635;
text-align: center;
}
@media (max-width: 767px){#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
margin-right: 16%;
}
}


.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
  margin-right: 26%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
  margin-right: 16%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7223ecab-09af-49cf-aefa-02d615e6773d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  cursor: pointer;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-04f671df-66ce-4ddd-aa99-e95192c508ba {
  min-height: 50px;
}








#s-04f671df-66ce-4ddd-aa99-e95192c508ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04f671df-66ce-4ddd-aa99-e95192c508ba.shg-box.shg-c {
  justify-content: center;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




}
#s-79f3f704-9425-4c89-8675-58e8b808711c {
  margin-left: 0%;
margin-right: 0%;
}

#s-db20a3f6-26b0-4f3e-8c08-4473099da241 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6fd72436-a230-4305-a64d-eec43fbbab64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd72436-a230-4305-a64d-eec43fbbab64:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4faff114-1713-4b2c-9466-6f17e22d4d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4faff114-1713-4b2c-9466-6f17e22d4d76.shg-box.shg-c {
  justify-content: center;
}

#s-01ff7565-57d6-4f68-819c-c8083ba4b682 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-56d025cd-e36a-4844-bbf5-7380578214ff {
  min-height: 50px;
}








#s-56d025cd-e36a-4844-bbf5-7380578214ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d025cd-e36a-4844-bbf5-7380578214ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  min-height: 50px;
}








#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  cursor: pointer;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f.shg-box.shg-c {
  justify-content: center;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11732bae-3de7-467a-9f91-bdf274bf82fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  padding-bottom: 15px;
}
}
#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  min-height: 50px;
}








#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  cursor: pointer;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe.shg-box.shg-c {
  justify-content: center;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-64fa248b-03aa-4e5b-a9ec-2cb44b0a4c78 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  padding-bottom: 15px;
}
}
#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  min-height: 50px;
}








#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  cursor: pointer;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866.shg-box.shg-c {
  justify-content: center;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb794dc6-424f-45ba-b5a9-038b1095036e {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb2a9ce4-308b-47a2-ac74-4c26ad6c22c6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
