.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-04eaf14f-9714-4860-9cc7-76ba2b1cb374 {
  min-height: 50px;
background-color: rgba(42, 210, 197, 1);
}
@media (min-width: 1200px){#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 {
  display: none;
}
#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374, #wrap-s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 {
  display: none;
}
#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374, #wrap-s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 {
  display: none;
}
#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374, #wrap-s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 { display: none !important; }}@media (max-width: 767px){#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 {
  display: none;
}
#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374, #wrap-s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 { display: none !important; }}







#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04eaf14f-9714-4860-9cc7-76ba2b1cb374.shg-box.shg-c {
  justify-content: center;
}

#s-35cd9cf6-5bbf-4247-bf10-6593150dab86 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 976px;
}








#s-35cd9cf6-5bbf-4247-bf10-6593150dab86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35cd9cf6-5bbf-4247-bf10-6593150dab86.shg-box.shg-c {
  justify-content: center;
}

.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-0fecb663-653c-42e3-93f8-d231c151c525 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0fecb663-653c-42e3-93f8-d231c151c525"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

.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-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  max-width: 280px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  max-width: 280px;
}
}@media (max-width: 767px){#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  max-width: 175px;
}
}


.shg-image-margin-container-s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  
  
  
  
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
    
    
  }


.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-content {
  
    align-items: center;
  
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
      position: relative;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  
  
  
  
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
    
    
  }


.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-content {
  
    align-items: center;
  
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
      position: relative;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 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-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  
  
  
  
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
    
    
  }


.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-content {
  
    align-items: center;
  
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
      position: relative;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 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-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  
  
  
  
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
    
    
  }


.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-content {
  
    align-items: center;
  
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
      position: relative;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  
  
  
  
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
    
    
  }


.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 .shogun-image-content {
  
    align-items: center;
  
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shg-align-container {
  display: flex;
  justify-content: center
}

.s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container {
      position: relative;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-362f2b97-a150-4ec4-8778-eb4ad0a9b327 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bc12a29a-e78b-43b0-a387-4e230637aed9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(118, 34, 131, 1);
}








#s-bc12a29a-e78b-43b0-a387-4e230637aed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc12a29a-e78b-43b0-a387-4e230637aed9.shg-box.shg-c {
  justify-content: center;
}

#s-93a9b55b-d996-48b9-a5bc-f6dbafa9e029 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-93a9b55b-d996-48b9-a5bc-f6dbafa9e029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93a9b55b-d996-48b9-a5bc-f6dbafa9e029.shg-box.shg-c {
  justify-content: center;
}

#s-245ca79a-6dce-4936-9392-1ae4ac611a4e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 15px;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-245ca79a-6dce-4936-9392-1ae4ac611a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245ca79a-6dce-4936-9392-1ae4ac611a4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-245ca79a-6dce-4936-9392-1ae4ac611a4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-245ca79a-6dce-4936-9392-1ae4ac611a4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 250px;
text-align: center;
}



.shg-image-margin-container-s-bf16526d-8c90-45c0-821e-798dc091200d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin: 0 !important;
}





  img.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
    
    
  }


.s-bf16526d-8c90-45c0-821e-798dc091200d .shogun-image-content {
  
    align-items: center;
  
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bf16526d-8c90-45c0-821e-798dc091200d {
  
  
  
  
}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin: 0 !important;
}





  img.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
    
    
  }


.s-bf16526d-8c90-45c0-821e-798dc091200d .shogun-image-content {
  
    align-items: center;
  
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf16526d-8c90-45c0-821e-798dc091200d {
  
  
  
  
}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin: 0 !important;
}





  img.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
    
    
  }


.s-bf16526d-8c90-45c0-821e-798dc091200d .shogun-image-content {
  
    align-items: center;
  
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf16526d-8c90-45c0-821e-798dc091200d {
  
  
  
  
}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin: 0 !important;
}





  img.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
    
    
  }


.s-bf16526d-8c90-45c0-821e-798dc091200d .shogun-image-content {
  
    align-items: center;
  
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf16526d-8c90-45c0-821e-798dc091200d {
  
  
  
  
}

#s-bf16526d-8c90-45c0-821e-798dc091200d {
  margin: 0 !important;
}





  img.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
    
    
  }


.s-bf16526d-8c90-45c0-821e-798dc091200d .shogun-image-content {
  
    align-items: center;
  
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf16526d-8c90-45c0-821e-798dc091200d.shogun-image {
  box-sizing: border-box;
}




}
#s-8f3d7c7d-c135-4ec0-8af8-81a3414a39f6 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}








#s-8f3d7c7d-c135-4ec0-8af8-81a3414a39f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f3d7c7d-c135-4ec0-8af8-81a3414a39f6.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-6396674b-7f2a-4af7-bba5-d89e87001057 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6396674b-7f2a-4af7-bba5-d89e87001057 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
}
#s-6396674b-7f2a-4af7-bba5-d89e87001057 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 {
  
}
}@media (max-width: 767px){#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 {
  
}
}
#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 .shg-sld-nav-button.shg-sld-left,
#s-e9ea3700-dc8b-4c53-b7a7-ef5b4b952cb6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-1a06926b-817c-45ac-a74a-05f0849a8704 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 400px;
background-color: rgba(175, 224, 233, 1);
}








#s-1a06926b-817c-45ac-a74a-05f0849a8704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a06926b-817c-45ac-a74a-05f0849a8704.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0c6be7f-a42b-4775-a0b7-4c3c877816fe {
  margin-left: auto;
margin-right: auto;
min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-f0c6be7f-a42b-4775-a0b7-4c3c877816fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0c6be7f-a42b-4775-a0b7-4c3c877816fe.shg-box.shg-c {
  justify-content: center;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
text-align: center;
}



.shg-image-margin-container-s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin: 0 !important;
}





  img.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
    
    
  }


.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  
  
  
  
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin: 0 !important;
}





  img.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
    
    
  }


.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  
  
  
  
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin: 0 !important;
}





  img.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
    
    
  }


.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  
  
  
  
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin: 0 !important;
}





  img.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
    
    
  }


.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  
  
  
  
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 {
  margin: 0 !important;
}





  img.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
    
    
  }


.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82 .shogun-image-content {
  
    align-items: center;
  
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cb9acd6-a23f-4020-a92d-6a1eca50df82.shogun-image {
  box-sizing: border-box;
}




}
.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-4b2cb2a1-0968-4a4d-ba46-0743714f0341 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 68, 69, 1);
border-radius: 30px;
max-width: 200px;
text-align: center;
background-color: rgba(241, 68, 69, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341 {
  
}
}@media (max-width: 767px){#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341 {
  margin-bottom: 20px;
}
}

  #s-4b2cb2a1-0968-4a4d-ba46-0743714f0341-root {
    text-align: center;
  }


#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b2cb2a1-0968-4a4d-ba46-0743714f0341-root {
    text-align: center;
  }


#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2cb2a1-0968-4a4d-ba46-0743714f0341-root {
    text-align: center;
  }


#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2cb2a1-0968-4a4d-ba46-0743714f0341-root {
    text-align: center;
  }


#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b2cb2a1-0968-4a4d-ba46-0743714f0341-root {
    text-align: center;
  }


#s-4b2cb2a1-0968-4a4d-ba46-0743714f0341.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-4d78416b-66ce-4355-b72a-6fc2a03e2395 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 400px;
background-color: rgba(190, 124, 180, 1);
}








#s-4d78416b-66ce-4355-b72a-6fc2a03e2395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d78416b-66ce-4355-b72a-6fc2a03e2395.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e390fb29-7fd4-48ad-811e-faf7f0ae4b6c {
  margin-left: auto;
margin-right: auto;
min-height: 340px;
background-color: rgba(255, 255, 255, 0);
}








#s-e390fb29-7fd4-48ad-811e-faf7f0ae4b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e390fb29-7fd4-48ad-811e-faf7f0ae4b6c.shg-box.shg-c {
  justify-content: center;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
text-align: center;
}



.shg-image-margin-container-s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin: 0 !important;
}





  img.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
    
    
  }


.s-044d3efe-901a-42c2-b497-60d613098cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-044d3efe-901a-42c2-b497-60d613098cb8 {
  
  
  
  
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin: 0 !important;
}





  img.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
    
    
  }


.s-044d3efe-901a-42c2-b497-60d613098cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-044d3efe-901a-42c2-b497-60d613098cb8 {
  
  
  
  
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin: 0 !important;
}





  img.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
    
    
  }


.s-044d3efe-901a-42c2-b497-60d613098cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-044d3efe-901a-42c2-b497-60d613098cb8 {
  
  
  
  
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin: 0 !important;
}





  img.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
    
    
  }


.s-044d3efe-901a-42c2-b497-60d613098cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-044d3efe-901a-42c2-b497-60d613098cb8 {
  
  
  
  
}

#s-044d3efe-901a-42c2-b497-60d613098cb8 {
  margin: 0 !important;
}





  img.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
    
    
  }


.s-044d3efe-901a-42c2-b497-60d613098cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d3efe-901a-42c2-b497-60d613098cb8.shogun-image {
  box-sizing: border-box;
}




}
#s-d4577e5a-f356-4008-baf8-eb1fdd763da0 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 68, 69, 1);
border-radius: 30px;
max-width: 200px;
text-align: center;
background-color: rgba(241, 68, 69, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-d4577e5a-f356-4008-baf8-eb1fdd763da0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4577e5a-f356-4008-baf8-eb1fdd763da0:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d4577e5a-f356-4008-baf8-eb1fdd763da0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4577e5a-f356-4008-baf8-eb1fdd763da0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4577e5a-f356-4008-baf8-eb1fdd763da0 {
  
}
}@media (max-width: 767px){#s-d4577e5a-f356-4008-baf8-eb1fdd763da0 {
  margin-bottom: 20px;
}
}

  #s-d4577e5a-f356-4008-baf8-eb1fdd763da0-root {
    text-align: center;
  }


#s-d4577e5a-f356-4008-baf8-eb1fdd763da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4577e5a-f356-4008-baf8-eb1fdd763da0-root {
    text-align: center;
  }


#s-d4577e5a-f356-4008-baf8-eb1fdd763da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4577e5a-f356-4008-baf8-eb1fdd763da0-root {
    text-align: center;
  }


#s-d4577e5a-f356-4008-baf8-eb1fdd763da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4577e5a-f356-4008-baf8-eb1fdd763da0-root {
    text-align: center;
  }


#s-d4577e5a-f356-4008-baf8-eb1fdd763da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4577e5a-f356-4008-baf8-eb1fdd763da0-root {
    text-align: center;
  }


#s-d4577e5a-f356-4008-baf8-eb1fdd763da0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-7e0f75fc-107b-455c-a02f-585b9043e29e {
  min-height: 460px;
background-color: rgba(0, 0, 0, 1);
}








#s-7e0f75fc-107b-455c-a02f-585b9043e29e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e0f75fc-107b-455c-a02f-585b9043e29e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a79f675-9bcc-4425-8e34-c389825774b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1dd47350-0d44-4594-b369-793ea708db3c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 600/348;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dd47350-0d44-4594-b369-793ea708db3c {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-1dd47350-0d44-4594-b369-793ea708db3c {
  margin-top: 20px;
max-width: 400px;
}
}




  #s-1dd47350-0d44-4594-b369-793ea708db3c img.shogun-image,
  #s-1dd47350-0d44-4594-b369-793ea708db3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dd47350-0d44-4594-b369-793ea708db3c {
    width: 100%;
    height: auto;
  }



  #s-1dd47350-0d44-4594-b369-793ea708db3c img.shogun-image {
    

    
    
    
  }


#s-1dd47350-0d44-4594-b369-793ea708db3c .shogun-image-content {
  
    align-items: center;
  
}

#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(8, 172, 192, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(8, 172, 192, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047 {
  
}
}@media (max-width: 767px){#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047 {
  margin-bottom: 20px;
}
}

  #s-fae0f847-bfd9-42b4-a2fd-a91915b0e047-root {
    text-align: center;
  }


#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fae0f847-bfd9-42b4-a2fd-a91915b0e047-root {
    text-align: center;
  }


#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fae0f847-bfd9-42b4-a2fd-a91915b0e047-root {
    text-align: center;
  }


#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fae0f847-bfd9-42b4-a2fd-a91915b0e047-root {
    text-align: center;
  }


#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fae0f847-bfd9-42b4-a2fd-a91915b0e047-root {
    text-align: center;
  }


#s-fae0f847-bfd9-42b4-a2fd-a91915b0e047.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-2a79e64d-4c10-4e1a-aad1-f191910e40de {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-2a79e64d-4c10-4e1a-aad1-f191910e40de {
  background-image: url(https://i.shgcdn.com/3424019f-f45e-4bfc-8e26-a296567c81dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2a79e64d-4c10-4e1a-aad1-f191910e40de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a79e64d-4c10-4e1a-aad1-f191910e40de.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-823c191b-60b3-46bd-bc70-0fa20a19f23a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 591/513;
text-align: center;
}
@media (min-width: 1200px){#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
  max-width: 380px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
  margin-top: 20px;
max-width: 300px;
}
}@media (max-width: 767px){#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
  margin-top: 20px;
max-width: 390px;
}
}




  #s-3c0f6c98-6041-40b0-903b-e2b6a20725cb img.shogun-image,
  #s-3c0f6c98-6041-40b0-903b-e2b6a20725cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c0f6c98-6041-40b0-903b-e2b6a20725cb {
    width: 100%;
    height: auto;
  }



  #s-3c0f6c98-6041-40b0-903b-e2b6a20725cb img.shogun-image {
    

    
    
    
  }


#s-3c0f6c98-6041-40b0-903b-e2b6a20725cb .shogun-image-content {
  
    align-items: center;
  
}

#s-5a24aa65-ce91-4c38-8797-2eaada223305 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-5a24aa65-ce91-4c38-8797-2eaada223305:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a24aa65-ce91-4c38-8797-2eaada223305:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5a24aa65-ce91-4c38-8797-2eaada223305 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a24aa65-ce91-4c38-8797-2eaada223305 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a24aa65-ce91-4c38-8797-2eaada223305 {
  
}
}@media (max-width: 767px){#s-5a24aa65-ce91-4c38-8797-2eaada223305 {
  
}
}

  #s-5a24aa65-ce91-4c38-8797-2eaada223305-root {
    text-align: center;
  }


#s-5a24aa65-ce91-4c38-8797-2eaada223305.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a24aa65-ce91-4c38-8797-2eaada223305-root {
    text-align: center;
  }


#s-5a24aa65-ce91-4c38-8797-2eaada223305.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a24aa65-ce91-4c38-8797-2eaada223305-root {
    text-align: center;
  }


#s-5a24aa65-ce91-4c38-8797-2eaada223305.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a24aa65-ce91-4c38-8797-2eaada223305-root {
    text-align: center;
  }


#s-5a24aa65-ce91-4c38-8797-2eaada223305.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a24aa65-ce91-4c38-8797-2eaada223305-root {
    text-align: center;
  }


#s-5a24aa65-ce91-4c38-8797-2eaada223305.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1c819875-831e-454e-aa3a-ba7d76e4f0fd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 0px;
min-height: 480px;
background-position: center center;
}

#s-1c819875-831e-454e-aa3a-ba7d76e4f0fd {
  background-image: url(https://i.shgcdn.com/e7c58ae5-61bf-450c-8736-0a9ff8b470cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1c819875-831e-454e-aa3a-ba7d76e4f0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c819875-831e-454e-aa3a-ba7d76e4f0fd.shg-box.shg-c {
  justify-content: center;
}

#s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ffcebd8c-3114-41e1-9c4a-d5420dffa8e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-6f6222ee-838c-45ee-89e4-94404491f9c8 {
  margin-left: auto;
margin-right: auto;
max-width: 490px;
aspect-ratio: 800/536;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f6222ee-838c-45ee-89e4-94404491f9c8 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-6f6222ee-838c-45ee-89e4-94404491f9c8 {
  margin-top: 20px;
}
}




  #s-6f6222ee-838c-45ee-89e4-94404491f9c8 img.shogun-image,
  #s-6f6222ee-838c-45ee-89e4-94404491f9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f6222ee-838c-45ee-89e4-94404491f9c8 {
    width: 100%;
    height: auto;
  }



  #s-6f6222ee-838c-45ee-89e4-94404491f9c8 img.shogun-image {
    

    
    
    
  }


#s-6f6222ee-838c-45ee-89e4-94404491f9c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-af8bdc36-7617-49c7-98c1-29ba0f754b10 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(49, 177, 67, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-af8bdc36-7617-49c7-98c1-29ba0f754b10:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(239, 50, 80, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af8bdc36-7617-49c7-98c1-29ba0f754b10:active {border-style: solid !important;
border-color: rgba(239, 50, 80, 1) !important;
background-color: rgba(239, 50, 80, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-af8bdc36-7617-49c7-98c1-29ba0f754b10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af8bdc36-7617-49c7-98c1-29ba0f754b10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af8bdc36-7617-49c7-98c1-29ba0f754b10 {
  
}
}@media (max-width: 767px){#s-af8bdc36-7617-49c7-98c1-29ba0f754b10 {
  margin-bottom: 20px;
}
}

  #s-af8bdc36-7617-49c7-98c1-29ba0f754b10-root {
    text-align: center;
  }


#s-af8bdc36-7617-49c7-98c1-29ba0f754b10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af8bdc36-7617-49c7-98c1-29ba0f754b10-root {
    text-align: center;
  }


#s-af8bdc36-7617-49c7-98c1-29ba0f754b10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af8bdc36-7617-49c7-98c1-29ba0f754b10-root {
    text-align: center;
  }


#s-af8bdc36-7617-49c7-98c1-29ba0f754b10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af8bdc36-7617-49c7-98c1-29ba0f754b10-root {
    text-align: center;
  }


#s-af8bdc36-7617-49c7-98c1-29ba0f754b10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af8bdc36-7617-49c7-98c1-29ba0f754b10-root {
    text-align: center;
  }


#s-af8bdc36-7617-49c7-98c1-29ba0f754b10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a25c8a1b-dc03-4930-8f78-8e47173859d4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 460px;
background-position: center center;
}

#s-a25c8a1b-dc03-4930-8f78-8e47173859d4 {
  background-image: url(https://i.shgcdn.com/fef44e7c-a056-4783-ad9a-1a9f600b7dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a25c8a1b-dc03-4930-8f78-8e47173859d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a25c8a1b-dc03-4930-8f78-8e47173859d4.shg-box.shg-c {
  justify-content: center;
}

#s-02dfa028-93fc-45ba-9711-bb6207fac372 {
  padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-02dfa028-93fc-45ba-9711-bb6207fac372"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02dfa028-93fc-45ba-9711-bb6207fac372"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-02dfa028-93fc-45ba-9711-bb6207fac372"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-02dfa028-93fc-45ba-9711-bb6207fac372"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-37d19fa8-60f7-4341-9581-29b2b38786a4 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 611/420;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37d19fa8-60f7-4341-9581-29b2b38786a4 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-37d19fa8-60f7-4341-9581-29b2b38786a4 {
  margin-top: 20px;
}
}




  #s-37d19fa8-60f7-4341-9581-29b2b38786a4 img.shogun-image,
  #s-37d19fa8-60f7-4341-9581-29b2b38786a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37d19fa8-60f7-4341-9581-29b2b38786a4 {
    width: 100%;
    height: auto;
  }



  #s-37d19fa8-60f7-4341-9581-29b2b38786a4 img.shogun-image {
    

    
    
    
  }


#s-37d19fa8-60f7-4341-9581-29b2b38786a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7634d7c4-e5cd-445b-9a8a-5994087236d3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(199, 45, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(199, 45, 85, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7634d7c4-e5cd-445b-9a8a-5994087236d3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7634d7c4-e5cd-445b-9a8a-5994087236d3:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7634d7c4-e5cd-445b-9a8a-5994087236d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7634d7c4-e5cd-445b-9a8a-5994087236d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7634d7c4-e5cd-445b-9a8a-5994087236d3 {
  
}
}@media (max-width: 767px){#s-7634d7c4-e5cd-445b-9a8a-5994087236d3 {
  margin-bottom: 20px;
}
}

  #s-7634d7c4-e5cd-445b-9a8a-5994087236d3-root {
    text-align: center;
  }


#s-7634d7c4-e5cd-445b-9a8a-5994087236d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7634d7c4-e5cd-445b-9a8a-5994087236d3-root {
    text-align: center;
  }


#s-7634d7c4-e5cd-445b-9a8a-5994087236d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7634d7c4-e5cd-445b-9a8a-5994087236d3-root {
    text-align: center;
  }


#s-7634d7c4-e5cd-445b-9a8a-5994087236d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7634d7c4-e5cd-445b-9a8a-5994087236d3-root {
    text-align: center;
  }


#s-7634d7c4-e5cd-445b-9a8a-5994087236d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7634d7c4-e5cd-445b-9a8a-5994087236d3-root {
    text-align: center;
  }


#s-7634d7c4-e5cd-445b-9a8a-5994087236d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-32bbb469-e23e-42d9-a0cc-e4b812325112 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 460px;
background-position: center center;
}

#s-32bbb469-e23e-42d9-a0cc-e4b812325112 {
  background-image: url(https://i.shgcdn.com/51e43292-d0b5-4d7d-9f85-e7402c878075/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-32bbb469-e23e-42d9-a0cc-e4b812325112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32bbb469-e23e-42d9-a0cc-e4b812325112.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb {
  display: none;
}
#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb, #wrap-s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb {
  display: none;
}
#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb, #wrap-s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb {
  display: none;
}
#s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb, #wrap-s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb { display: none !important; }}
@media (min-width: 0px) {
[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-e1e82411-d535-4e04-a5a1-ce26b6a01ccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
  margin-left: auto;
margin-right: auto;
max-width: 369px;
aspect-ratio: 369/296;
text-align: center;
}
@media (min-width: 1200px){#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
  display: none;
}
#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb, #wrap-s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
  display: none;
}
#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb, #wrap-s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
  margin-top: 20px;
display: none;
}
#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb, #wrap-s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb { display: none !important; }}@media (max-width: 767px){#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
  margin-top: 20px;
}
}




  #s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb img.shogun-image,
  #s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb {
    width: 100%;
    height: auto;
  }



  #s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb img.shogun-image {
    

    
    
    
  }


#s-aa6428d2-0222-4651-8ac8-1ab1b1404fdb .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-40c82a10-a2d3-4c4c-a002-01babc70e6c5 {
  display: none;
}
#s-40c82a10-a2d3-4c4c-a002-01babc70e6c5, #wrap-s-40c82a10-a2d3-4c4c-a002-01babc70e6c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-40c82a10-a2d3-4c4c-a002-01babc70e6c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 379px;
aspect-ratio: 379/304;
text-align: center;
}
@media (max-width: 767px){#s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 {
  display: none;
}
#s-d042d1ae-3f63-4cb7-9944-d954713f9fb4, #wrap-s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 { display: none !important; }}




  #s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 img.shogun-image,
  #s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 {
    width: 100%;
    height: auto;
  }



  #s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 img.shogun-image {
    

    
    
    
  }


#s-d042d1ae-3f63-4cb7-9944-d954713f9fb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-26d1a3e4-7714-4750-848c-6b49d1984a75 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(24, 42, 84, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(24, 42, 84, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-26d1a3e4-7714-4750-848c-6b49d1984a75:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(253, 185, 77, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(253, 185, 77, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26d1a3e4-7714-4750-848c-6b49d1984a75:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-26d1a3e4-7714-4750-848c-6b49d1984a75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26d1a3e4-7714-4750-848c-6b49d1984a75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26d1a3e4-7714-4750-848c-6b49d1984a75 {
  
}
}@media (max-width: 767px){#s-26d1a3e4-7714-4750-848c-6b49d1984a75 {
  margin-bottom: 20px;
}
}

  #s-26d1a3e4-7714-4750-848c-6b49d1984a75-root {
    text-align: center;
  }


#s-26d1a3e4-7714-4750-848c-6b49d1984a75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26d1a3e4-7714-4750-848c-6b49d1984a75-root {
    text-align: center;
  }


#s-26d1a3e4-7714-4750-848c-6b49d1984a75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26d1a3e4-7714-4750-848c-6b49d1984a75-root {
    text-align: center;
  }


#s-26d1a3e4-7714-4750-848c-6b49d1984a75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26d1a3e4-7714-4750-848c-6b49d1984a75-root {
    text-align: center;
  }


#s-26d1a3e4-7714-4750-848c-6b49d1984a75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26d1a3e4-7714-4750-848c-6b49d1984a75-root {
    text-align: center;
  }


#s-26d1a3e4-7714-4750-848c-6b49d1984a75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  min-height: 460px;
}
}
#s-9a799a5b-6c74-482e-ac71-0da491e39a13 {
  background-image: url(https://i.shgcdn.com/69eb421d-f0db-46f0-9135-3f607370661d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9a799a5b-6c74-482e-ac71-0da491e39a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a799a5b-6c74-482e-ac71-0da491e39a13.shg-box.shg-c {
  justify-content: center;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  max-width: 751px;
aspect-ratio: 751/224;
text-align: center;
}
@media (min-width: 1200px){#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin-left: 5%;
margin-right: 5%;
}
}


.shg-image-margin-container-s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  
  
  
  
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      aspect-ratio: 751/224;
      width: 100%;
      height: 100%;
    }

    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-link {
      aspect-ratio: 751/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
    
    
  }


.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
      --shg-aspect-ratio: calc(751/224); 
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
      position: relative;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      aspect-ratio: 751/224;
      width: 100%;
      height: 100%;
    }

    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-link {
      aspect-ratio: 751/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
    
    
  }


.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
      --shg-aspect-ratio: calc(751/224); 
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
      position: relative;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb 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-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  
  
  
  
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      aspect-ratio: 751/224;
      width: 100%;
      height: 100%;
    }

    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-link {
      aspect-ratio: 751/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
    
    
  }


.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
      --shg-aspect-ratio: calc(751/224); 
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
      position: relative;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb 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-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  
  
  
  
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      aspect-ratio: 751/224;
      width: 100%;
      height: 100%;
    }

    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-link {
      aspect-ratio: 751/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
    
    
  }


.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
      --shg-aspect-ratio: calc(751/224); 
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
      position: relative;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      aspect-ratio: 751/224;
      width: 100%;
      height: 100%;
    }

    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-link {
      aspect-ratio: 751/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
    
    
  }


.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb .shogun-image-content {
  
    align-items: center;
  
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb {
      --shg-aspect-ratio: calc(751/224); 
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container {
      position: relative;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6d49530-68b6-4d36-b3f2-c0fcffc830bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9437744c-a836-4153-8687-e3235513891b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 205, 118, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(235, 205, 118, 1);
font-size: 16px;
color: rgba(43, 88, 87, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-9437744c-a836-4153-8687-e3235513891b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(43, 88, 87, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(43, 88, 87, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9437744c-a836-4153-8687-e3235513891b:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9437744c-a836-4153-8687-e3235513891b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9437744c-a836-4153-8687-e3235513891b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9437744c-a836-4153-8687-e3235513891b {
  
}
}@media (max-width: 767px){#s-9437744c-a836-4153-8687-e3235513891b {
  
}
}

  #s-9437744c-a836-4153-8687-e3235513891b-root {
    text-align: center;
  }


#s-9437744c-a836-4153-8687-e3235513891b.shg-btn {
  color: rgba(43, 88, 87, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9437744c-a836-4153-8687-e3235513891b-root {
    text-align: center;
  }


#s-9437744c-a836-4153-8687-e3235513891b.shg-btn {
  color: rgba(43, 88, 87, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9437744c-a836-4153-8687-e3235513891b-root {
    text-align: center;
  }


#s-9437744c-a836-4153-8687-e3235513891b.shg-btn {
  color: rgba(43, 88, 87, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9437744c-a836-4153-8687-e3235513891b-root {
    text-align: center;
  }


#s-9437744c-a836-4153-8687-e3235513891b.shg-btn {
  color: rgba(43, 88, 87, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9437744c-a836-4153-8687-e3235513891b-root {
    text-align: center;
  }


#s-9437744c-a836-4153-8687-e3235513891b.shg-btn {
  color: rgba(43, 88, 87, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  min-height: 460px;
}
}
#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 {
  background-image: url(https://i.shgcdn.com/c0ed6f97-ac82-48bb-bece-edb76e13c905/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-816edb7c-e8c6-4c8a-a80a-689844e8d459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-816edb7c-e8c6-4c8a-a80a-689844e8d459.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2757b49c-30db-4b5b-9fae-c6d533510db4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2757b49c-30db-4b5b-9fae-c6d533510db4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2757b49c-30db-4b5b-9fae-c6d533510db4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2757b49c-30db-4b5b-9fae-c6d533510db4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  max-width: 500px;
aspect-ratio: 500/325;
text-align: center;
}



.shg-image-margin-container-s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  
  
  
  
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      aspect-ratio: 500/325;
      width: 100%;
      height: 100%;
    }

    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-link {
      aspect-ratio: 500/325;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
    
    
  }


.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
      --shg-aspect-ratio: calc(500/325); 
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
      position: relative;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  
  
  
  
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      aspect-ratio: 500/325;
      width: 100%;
      height: 100%;
    }

    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-link {
      aspect-ratio: 500/325;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
    
    
  }


.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
      --shg-aspect-ratio: calc(500/325); 
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
      position: relative;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee 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-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  
  
  
  
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      aspect-ratio: 500/325;
      width: 100%;
      height: 100%;
    }

    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-link {
      aspect-ratio: 500/325;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
    
    
  }


.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
      --shg-aspect-ratio: calc(500/325); 
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
      position: relative;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee 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-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  
  
  
  
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      aspect-ratio: 500/325;
      width: 100%;
      height: 100%;
    }

    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-link {
      aspect-ratio: 500/325;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
    
    
  }


.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
      --shg-aspect-ratio: calc(500/325); 
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
      position: relative;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  
  
  
  
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      aspect-ratio: 500/325;
      width: 100%;
      height: 100%;
    }

    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-link {
      aspect-ratio: 500/325;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
    
    
  }


.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee {
      --shg-aspect-ratio: calc(500/325); 
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container {
      position: relative;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fa19ff7-6e6c-436f-b470-8aa0ea1f14ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0903fd83-79fa-4285-be83-12c2f3d0e48b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTI2MWNkYTctZjZlMS00YzgzLWFjOTYtZDU2ODhjMWU3ZDcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ3MjcyNzI3MjcyNzI3MjciIHN0eWxlPSJzdG9wLWNvbG9yOiNmNDkyNzk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNzI3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2Y0OTI3OTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45MjcyNzI3MjcyNzI3MjcyIiBzdHlsZT0ic3RvcC1jb2xvcjojZjQ5Mjc5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4MTgxODE4MTgxODE4MTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNDkyNzk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4ODFlZTQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UyNjFjZGE3LWY2ZTEtNGM4My1hYzk2LWQ1Njg4YzFlN2Q3MikiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(8, 172, 192, 1);
border-radius: 30px;
text-align: center;
font-size: 16px;
color: rgba(108, 24, 181, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.05, "color"=>"#eef10b"}, {"id"=>5, "pos"=>0.05, "color"=>"#eef10b"}, {"id"=>4, "pos"=>0.4727272727272727, "color"=>"#f49279"}, {"id"=>8, "pos"=>0.7272727272727273, "color"=>"#f49279"}, {"id"=>7, "pos"=>0.9272727272727272, "color"=>"#f49279"}, {"id"=>2, "pos"=>0.9818181818181818, "color"=>"#f49279"}, {"id"=>6, "pos"=>1, "color"=>"#881ee4"}];
hover-type: gradient;
letter-spacing: 1px;
}
#s-0903fd83-79fa-4285-be83-12c2f3d0e48b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(247, 210, 23, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(247, 210, 23, 1) !important;
color: rgba(108, 24, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0903fd83-79fa-4285-be83-12c2f3d0e48b:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(108, 24, 181, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0903fd83-79fa-4285-be83-12c2f3d0e48b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0903fd83-79fa-4285-be83-12c2f3d0e48b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0903fd83-79fa-4285-be83-12c2f3d0e48b {
  
}
}@media (max-width: 767px){#s-0903fd83-79fa-4285-be83-12c2f3d0e48b {
  margin-bottom: 20px;
}
}

  #s-0903fd83-79fa-4285-be83-12c2f3d0e48b-root {
    text-align: center;
  }


#s-0903fd83-79fa-4285-be83-12c2f3d0e48b.shg-btn {
  color: rgba(108, 24, 181, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0903fd83-79fa-4285-be83-12c2f3d0e48b-root {
    text-align: center;
  }


#s-0903fd83-79fa-4285-be83-12c2f3d0e48b.shg-btn {
  color: rgba(108, 24, 181, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0903fd83-79fa-4285-be83-12c2f3d0e48b-root {
    text-align: center;
  }


#s-0903fd83-79fa-4285-be83-12c2f3d0e48b.shg-btn {
  color: rgba(108, 24, 181, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0903fd83-79fa-4285-be83-12c2f3d0e48b-root {
    text-align: center;
  }


#s-0903fd83-79fa-4285-be83-12c2f3d0e48b.shg-btn {
  color: rgba(108, 24, 181, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0903fd83-79fa-4285-be83-12c2f3d0e48b-root {
    text-align: center;
  }


#s-0903fd83-79fa-4285-be83-12c2f3d0e48b.shg-btn {
  color: rgba(108, 24, 181, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center top;
}
@media (min-width: 1200px){#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  min-height: 480px;
}
}
#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 {
  background-image: url(https://i.shgcdn.com/d68958dc-e3c2-405f-aaa7-1f88ac5aca27/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efa56013-7b7c-4fae-86fa-fd9f4c7e96f1.shg-box.shg-c {
  justify-content: center;
}

#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/205;
text-align: center;
}
@media (min-width: 1200px){#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
  padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
  margin-top: 20px;
display: none;
}
#s-c52938ea-f763-4c43-9dcd-c966d41adcf2, #wrap-s-c52938ea-f763-4c43-9dcd-c966d41adcf2 { display: none !important; }}@media (max-width: 767px){#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
  margin-top: 20px;
margin-bottom: 30px;
padding-left: 1%;
padding-right: 1%;
display: none;
}
#s-c52938ea-f763-4c43-9dcd-c966d41adcf2, #wrap-s-c52938ea-f763-4c43-9dcd-c966d41adcf2 { display: none !important; }}




  #s-c52938ea-f763-4c43-9dcd-c966d41adcf2 img.shogun-image,
  #s-c52938ea-f763-4c43-9dcd-c966d41adcf2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c52938ea-f763-4c43-9dcd-c966d41adcf2 {
    width: 100%;
    height: auto;
  }



  #s-c52938ea-f763-4c43-9dcd-c966d41adcf2 img.shogun-image {
    

    
    
    
  }


#s-c52938ea-f763-4c43-9dcd-c966d41adcf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/143;
text-align: center;
}
@media (min-width: 1200px){#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
  padding-top: 10px;
padding-bottom: 10px;
display: none;
}
#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0, #wrap-s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
  padding-bottom: 10px;
display: none;
}
#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0, #wrap-s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
  margin-top: 20px;
margin-bottom: 10px;
padding-left: 1%;
padding-right: 1%;
}
}




  #s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 img.shogun-image,
  #s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 {
    width: 100%;
    height: auto;
  }



  #s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 img.shogun-image {
    

    
    
    
  }


#s-83466517-ea6c-43a6-8cee-2b4b207b3fb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc1ace65-0b53-4df5-abc4-613b0f380e32 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 170, 100, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 170, 100, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-fc1ace65-0b53-4df5-abc4-613b0f380e32:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 84, 146, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 84, 146, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc1ace65-0b53-4df5-abc4-613b0f380e32:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fc1ace65-0b53-4df5-abc4-613b0f380e32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc1ace65-0b53-4df5-abc4-613b0f380e32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc1ace65-0b53-4df5-abc4-613b0f380e32 {
  
}
}@media (max-width: 767px){#s-fc1ace65-0b53-4df5-abc4-613b0f380e32 {
  margin-bottom: 30px;
}
}

  #s-fc1ace65-0b53-4df5-abc4-613b0f380e32-root {
    text-align: center;
  }


#s-fc1ace65-0b53-4df5-abc4-613b0f380e32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc1ace65-0b53-4df5-abc4-613b0f380e32-root {
    text-align: center;
  }


#s-fc1ace65-0b53-4df5-abc4-613b0f380e32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc1ace65-0b53-4df5-abc4-613b0f380e32-root {
    text-align: center;
  }


#s-fc1ace65-0b53-4df5-abc4-613b0f380e32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc1ace65-0b53-4df5-abc4-613b0f380e32-root {
    text-align: center;
  }


#s-fc1ace65-0b53-4df5-abc4-613b0f380e32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc1ace65-0b53-4df5-abc4-613b0f380e32-root {
    text-align: center;
  }


#s-fc1ace65-0b53-4df5-abc4-613b0f380e32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  min-height: 460px;
}
}
#s-88d09c64-ba2b-4b14-abde-331cc753fd48 {
  background-image: url(https://i.shgcdn.com/328b3163-797f-4d6b-bdee-ab978a1dcf00/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-88d09c64-ba2b-4b14-abde-331cc753fd48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88d09c64-ba2b-4b14-abde-331cc753fd48.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c30db76b-a58d-4d6c-a11c-7f53aac4b307"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-4b4e06e5-45f5-424c-8d47-fbfec7586bb5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b4e06e5-45f5-424c-8d47-fbfec7586bb5 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-4b4e06e5-45f5-424c-8d47-fbfec7586bb5 {
  margin-top: 20px;
}
}






  #s-4b4e06e5-45f5-424c-8d47-fbfec7586bb5 img.shogun-image {
    

    
    
    
  }


#s-4b4e06e5-45f5-424c-8d47-fbfec7586bb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(94, 44, 139, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(94, 44, 139, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9 {
  
}
}@media (max-width: 767px){#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9 {
  margin-bottom: 20px;
}
}

  #s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9-root {
    text-align: center;
  }


#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9-root {
    text-align: center;
  }


#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9-root {
    text-align: center;
  }


#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9-root {
    text-align: center;
  }


#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9-root {
    text-align: center;
  }


#s-6f79c721-96fd-44b1-9a81-ae3121d1c4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  min-height: 460px;
}
}
#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 {
  background-image: url(https://i.shgcdn.com/25d623f3-8950-492b-b76f-21c89c1874b0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-002775d4-7e36-4e1b-880d-a1afdb1f3cc0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2c9090d5-4274-4284-88b1-b717d7d2c4c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-17339c72-8ec1-4b02-a498-8efacf160415 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17339c72-8ec1-4b02-a498-8efacf160415 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-17339c72-8ec1-4b02-a498-8efacf160415 {
  margin-top: 20px;
}
}






  #s-17339c72-8ec1-4b02-a498-8efacf160415 img.shogun-image {
    

    
    
    
  }


#s-17339c72-8ec1-4b02-a498-8efacf160415 .shogun-image-content {
  
    align-items: center;
  
}

#s-185b6957-4b23-4a44-b67a-5eaf6655afb2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(200, 22, 48, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(200, 22, 48, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-185b6957-4b23-4a44-b67a-5eaf6655afb2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(39, 54, 65, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(39, 54, 65, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-185b6957-4b23-4a44-b67a-5eaf6655afb2:active {border-style: solid !important;
border-color: rgba(39, 54, 65, 1) !important;
background-color: rgba(39, 54, 65, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-185b6957-4b23-4a44-b67a-5eaf6655afb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-185b6957-4b23-4a44-b67a-5eaf6655afb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-185b6957-4b23-4a44-b67a-5eaf6655afb2 {
  
}
}@media (max-width: 767px){#s-185b6957-4b23-4a44-b67a-5eaf6655afb2 {
  margin-bottom: 20px;
}
}

  #s-185b6957-4b23-4a44-b67a-5eaf6655afb2-root {
    text-align: center;
  }


#s-185b6957-4b23-4a44-b67a-5eaf6655afb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-185b6957-4b23-4a44-b67a-5eaf6655afb2-root {
    text-align: center;
  }


#s-185b6957-4b23-4a44-b67a-5eaf6655afb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-185b6957-4b23-4a44-b67a-5eaf6655afb2-root {
    text-align: center;
  }


#s-185b6957-4b23-4a44-b67a-5eaf6655afb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-185b6957-4b23-4a44-b67a-5eaf6655afb2-root {
    text-align: center;
  }


#s-185b6957-4b23-4a44-b67a-5eaf6655afb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-185b6957-4b23-4a44-b67a-5eaf6655afb2-root {
    text-align: center;
  }


#s-185b6957-4b23-4a44-b67a-5eaf6655afb2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  min-height: 460px;
}
}
#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 {
  background-image: url(https://i.shgcdn.com/09bfa258-efb5-4216-b898-94f710a0c108/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd3883b2-b073-4f1c-8965-0f09b8ca0168.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-697af58d-bfaa-4aff-80df-89ffc767f04c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-d0aea997-b1c5-4315-9876-225737da57c7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0aea997-b1c5-4315-9876-225737da57c7 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-d0aea997-b1c5-4315-9876-225737da57c7 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
}






  #s-d0aea997-b1c5-4315-9876-225737da57c7 img.shogun-image {
    

    
    
    
  }


#s-d0aea997-b1c5-4315-9876-225737da57c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e {
  border-style: solid;
margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 133, 128, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(244, 133, 128, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(28, 187, 211, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(28, 187, 211, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e:active {border-style: solid !important;
border-color: rgba(28, 187, 211, 1) !important;
background-color: rgba(28, 187, 211, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e {
  
}
}@media (max-width: 767px){#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e {
  margin-bottom: 20px;
}
}

  #s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e-root {
    text-align: center;
  }


#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e-root {
    text-align: center;
  }


#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e-root {
    text-align: center;
  }


#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e-root {
    text-align: center;
  }


#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e-root {
    text-align: center;
  }


#s-939e5d7a-ae05-4b57-be3c-77cd21b20d2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  min-height: 460px;
}
}
#s-1e15c6f1-b3e5-498b-b096-67e48a452834 {
  background-image: url(https://i.shgcdn.com/195356ed-4373-4dd7-8a5a-1719d7cbff9b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1e15c6f1-b3e5-498b-b096-67e48a452834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e15c6f1-b3e5-498b-b096-67e48a452834.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5abedf31-f29c-405e-aa13-753e6630755d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  display: none;
}
#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a, #wrap-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a { display: none !important; }}


.shg-image-margin-container-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  
  
  margin-top: 20px;
  
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin: 0 !important;
}





  img.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
    
    
  }


.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  
  
  
  
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin: 0 !important;
}





  img.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
    
    
  }


.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  
  
  
  
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin: 0 !important;
}





  img.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
    
    
  }


.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  
  
  
  
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin: 0 !important;
}





  img.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
    
    
  }


.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  
  
  
  
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a {
  margin: 0 !important;
}





  img.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
    
    
  }


.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed5f0eb-60de-409d-aef1-f5d975772e8a.shogun-image {
  box-sizing: border-box;
}




}
#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  max-width: 350px;
aspect-ratio: 350/201;
text-align: center;
}
@media (min-width: 1200px){#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  display: none;
}
#s-cf2089af-6d9b-483a-bbff-ed6791921dde, #wrap-s-cf2089af-6d9b-483a-bbff-ed6791921dde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  display: none;
}
#s-cf2089af-6d9b-483a-bbff-ed6791921dde, #wrap-s-cf2089af-6d9b-483a-bbff-ed6791921dde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  display: none;
}
#s-cf2089af-6d9b-483a-bbff-ed6791921dde, #wrap-s-cf2089af-6d9b-483a-bbff-ed6791921dde { display: none !important; }}


.shg-image-margin-container-s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  
  
  
  
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      aspect-ratio: 350/201;
      width: 100%;
      height: 100%;
    }

    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-link {
      aspect-ratio: 350/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
    
    
  }


.s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf2089af-6d9b-483a-bbff-ed6791921dde {
      --shg-aspect-ratio: calc(350/201); 
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
      position: relative;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  
  
  
  
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      aspect-ratio: 350/201;
      width: 100%;
      height: 100%;
    }

    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-link {
      aspect-ratio: 350/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
    
    
  }


.s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf2089af-6d9b-483a-bbff-ed6791921dde {
      --shg-aspect-ratio: calc(350/201); 
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
      position: relative;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde 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-cf2089af-6d9b-483a-bbff-ed6791921dde {
  
  
  
  
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      aspect-ratio: 350/201;
      width: 100%;
      height: 100%;
    }

    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-link {
      aspect-ratio: 350/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
    
    
  }


.s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf2089af-6d9b-483a-bbff-ed6791921dde {
      --shg-aspect-ratio: calc(350/201); 
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
      position: relative;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde 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-cf2089af-6d9b-483a-bbff-ed6791921dde {
  
  
  
  
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      aspect-ratio: 350/201;
      width: 100%;
      height: 100%;
    }

    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-link {
      aspect-ratio: 350/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
    
    
  }


.s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf2089af-6d9b-483a-bbff-ed6791921dde {
      --shg-aspect-ratio: calc(350/201); 
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
      position: relative;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  
  
  
  
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      aspect-ratio: 350/201;
      width: 100%;
      height: 100%;
    }

    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-link {
      aspect-ratio: 350/201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf2089af-6d9b-483a-bbff-ed6791921dde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
    
    
  }


.s-cf2089af-6d9b-483a-bbff-ed6791921dde .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf2089af-6d9b-483a-bbff-ed6791921dde {
      --shg-aspect-ratio: calc(350/201); 
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container {
      position: relative;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf2089af-6d9b-483a-bbff-ed6791921dde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-080ab892-4679-4d16-a40e-56a141337c65 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 66, 82, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(233, 66, 82, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-080ab892-4679-4d16-a40e-56a141337c65:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(239, 195, 88, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(239, 195, 88, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-080ab892-4679-4d16-a40e-56a141337c65:active {border-style: solid !important;
border-color: rgba(239, 195, 88, 1) !important;
background-color: rgba(239, 195, 88, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-080ab892-4679-4d16-a40e-56a141337c65 {
  margin-top: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-080ab892-4679-4d16-a40e-56a141337c65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-080ab892-4679-4d16-a40e-56a141337c65 {
  
}
}@media (max-width: 767px){#s-080ab892-4679-4d16-a40e-56a141337c65 {
  margin-bottom: 20px;
}
}

  #s-080ab892-4679-4d16-a40e-56a141337c65-root {
    text-align: center;
  }


#s-080ab892-4679-4d16-a40e-56a141337c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-080ab892-4679-4d16-a40e-56a141337c65-root {
    text-align: center;
  }


#s-080ab892-4679-4d16-a40e-56a141337c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-080ab892-4679-4d16-a40e-56a141337c65-root {
    text-align: center;
  }


#s-080ab892-4679-4d16-a40e-56a141337c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-080ab892-4679-4d16-a40e-56a141337c65-root {
    text-align: center;
  }


#s-080ab892-4679-4d16-a40e-56a141337c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-080ab892-4679-4d16-a40e-56a141337c65-root {
    text-align: center;
  }


#s-080ab892-4679-4d16-a40e-56a141337c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  min-height: 460px;
}
}
#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 {
  background-image: url(https://i.shgcdn.com/38cb0f82-82c8-4e51-92bb-2297e7af0539/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-75eca990-be60-401c-a00d-4bfb34ff8aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75eca990-be60-401c-a00d-4bfb34ff8aa3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ce823bd2-3b3b-4791-9ce9-2fa6f8fcb22f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-2a73ea3d-bea6-4b33-bff4-b4bef46c7069 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a73ea3d-bea6-4b33-bff4-b4bef46c7069 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-2a73ea3d-bea6-4b33-bff4-b4bef46c7069 {
  margin-top: 20px;
}
}






  #s-2a73ea3d-bea6-4b33-bff4-b4bef46c7069 img.shogun-image {
    

    
    
    
  }


#s-2a73ea3d-bea6-4b33-bff4-b4bef46c7069 .shogun-image-content {
  
    align-items: center;
  
}

#s-26a56cec-27c7-481f-9667-ff09d2f67ef8 {
  border-style: solid;
margin-top: 13px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-26a56cec-27c7-481f-9667-ff09d2f67ef8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26a56cec-27c7-481f-9667-ff09d2f67ef8:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-26a56cec-27c7-481f-9667-ff09d2f67ef8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26a56cec-27c7-481f-9667-ff09d2f67ef8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26a56cec-27c7-481f-9667-ff09d2f67ef8 {
  
}
}@media (max-width: 767px){#s-26a56cec-27c7-481f-9667-ff09d2f67ef8 {
  
}
}

  #s-26a56cec-27c7-481f-9667-ff09d2f67ef8-root {
    text-align: center;
  }


#s-26a56cec-27c7-481f-9667-ff09d2f67ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26a56cec-27c7-481f-9667-ff09d2f67ef8-root {
    text-align: center;
  }


#s-26a56cec-27c7-481f-9667-ff09d2f67ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26a56cec-27c7-481f-9667-ff09d2f67ef8-root {
    text-align: center;
  }


#s-26a56cec-27c7-481f-9667-ff09d2f67ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26a56cec-27c7-481f-9667-ff09d2f67ef8-root {
    text-align: center;
  }


#s-26a56cec-27c7-481f-9667-ff09d2f67ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26a56cec-27c7-481f-9667-ff09d2f67ef8-root {
    text-align: center;
  }


#s-26a56cec-27c7-481f-9667-ff09d2f67ef8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  min-height: 460px;
}
}
#s-d20ebb33-1694-4df0-8b24-2f45c1515814 {
  background-image: url(https://i.shgcdn.com/2180e5d0-c1d0-41b3-a911-f6593ed6d343/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d20ebb33-1694-4df0-8b24-2f45c1515814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d20ebb33-1694-4df0-8b24-2f45c1515814.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1fc0222-581d-4569-8a3a-9f6b9698a578"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-ce328cca-db4d-4389-a116-16645adf9283 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce328cca-db4d-4389-a116-16645adf9283 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-ce328cca-db4d-4389-a116-16645adf9283 {
  margin-top: 20px;
}
}






  #s-ce328cca-db4d-4389-a116-16645adf9283 img.shogun-image {
    

    
    
    
  }


#s-ce328cca-db4d-4389-a116-16645adf9283 .shogun-image-content {
  
    align-items: center;
  
}

#s-1aeb99e1-84df-4b2d-b1ee-529afc121410 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1aeb99e1-84df-4b2d-b1ee-529afc121410:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(218, 60, 39, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(218, 60, 39, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1aeb99e1-84df-4b2d-b1ee-529afc121410:active {border-style: solid !important;
border-color: rgba(218, 60, 39, 1) !important;
background-color: rgba(218, 60, 39, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1aeb99e1-84df-4b2d-b1ee-529afc121410 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1aeb99e1-84df-4b2d-b1ee-529afc121410 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1aeb99e1-84df-4b2d-b1ee-529afc121410 {
  
}
}@media (max-width: 767px){#s-1aeb99e1-84df-4b2d-b1ee-529afc121410 {
  margin-bottom: 20px;
}
}

  #s-1aeb99e1-84df-4b2d-b1ee-529afc121410-root {
    text-align: center;
  }


#s-1aeb99e1-84df-4b2d-b1ee-529afc121410.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1aeb99e1-84df-4b2d-b1ee-529afc121410-root {
    text-align: center;
  }


#s-1aeb99e1-84df-4b2d-b1ee-529afc121410.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1aeb99e1-84df-4b2d-b1ee-529afc121410-root {
    text-align: center;
  }


#s-1aeb99e1-84df-4b2d-b1ee-529afc121410.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1aeb99e1-84df-4b2d-b1ee-529afc121410-root {
    text-align: center;
  }


#s-1aeb99e1-84df-4b2d-b1ee-529afc121410.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1aeb99e1-84df-4b2d-b1ee-529afc121410-root {
    text-align: center;
  }


#s-1aeb99e1-84df-4b2d-b1ee-529afc121410.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  min-height: 460px;
}
}
#s-5e33baee-a87a-4368-a727-331de4eaca70 {
  background-image: url(https://i.shgcdn.com/8121ad61-21f4-4871-a866-ee6541324860/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5e33baee-a87a-4368-a727-331de4eaca70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e33baee-a87a-4368-a727-331de4eaca70.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-da90226f-c768-4400-b815-07dd3414d97c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-efa59d22-d730-42ae-adc0-d876de9c30b6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efa59d22-d730-42ae-adc0-d876de9c30b6 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-efa59d22-d730-42ae-adc0-d876de9c30b6 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}






  #s-efa59d22-d730-42ae-adc0-d876de9c30b6 img.shogun-image {
    

    
    
    
  }


#s-efa59d22-d730-42ae-adc0-d876de9c30b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(211, 66, 103, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(211, 66, 103, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(149, 192, 81, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(149, 192, 81, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14:active {border-style: solid !important;
border-color: rgba(149, 192, 81, 1) !important;
background-color: rgba(149, 192, 81, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14 {
  
}
}@media (max-width: 767px){#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14 {
  margin-bottom: 20px;
}
}

  #s-65822dba-b9a8-4bc2-aee6-80fba45e2b14-root {
    text-align: center;
  }


#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65822dba-b9a8-4bc2-aee6-80fba45e2b14-root {
    text-align: center;
  }


#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65822dba-b9a8-4bc2-aee6-80fba45e2b14-root {
    text-align: center;
  }


#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65822dba-b9a8-4bc2-aee6-80fba45e2b14-root {
    text-align: center;
  }


#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65822dba-b9a8-4bc2-aee6-80fba45e2b14-root {
    text-align: center;
  }


#s-65822dba-b9a8-4bc2-aee6-80fba45e2b14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  min-height: 370px;
}
}@media (max-width: 767px){#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  min-height: 460px;
}
}
#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a {
  background-image: url(https://i.shgcdn.com/0fc079bc-d08f-46ef-8904-63e4321a396f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b37e600e-bf9a-45f1-a7c2-fee97e5f9b5a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-139f46ad-b188-49e9-bfac-f4ff7ba340ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-16207dd7-a55d-4cde-acc3-77cb472d9793 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16207dd7-a55d-4cde-acc3-77cb472d9793 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-16207dd7-a55d-4cde-acc3-77cb472d9793 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}






  #s-16207dd7-a55d-4cde-acc3-77cb472d9793 img.shogun-image {
    

    
    
    
  }


#s-16207dd7-a55d-4cde-acc3-77cb472d9793 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3c62765-64ad-486e-9b88-0fee9967dc21 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 69, 128, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(22, 69, 128, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-d3c62765-64ad-486e-9b88-0fee9967dc21:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(120, 165, 216, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(120, 165, 216, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d3c62765-64ad-486e-9b88-0fee9967dc21:active {border-style: solid !important;
border-color: rgba(120, 165, 216, 1) !important;
background-color: rgba(120, 165, 216, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d3c62765-64ad-486e-9b88-0fee9967dc21 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3c62765-64ad-486e-9b88-0fee9967dc21 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3c62765-64ad-486e-9b88-0fee9967dc21 {
  
}
}@media (max-width: 767px){#s-d3c62765-64ad-486e-9b88-0fee9967dc21 {
  margin-bottom: 20px;
}
}

  #s-d3c62765-64ad-486e-9b88-0fee9967dc21-root {
    text-align: center;
  }


#s-d3c62765-64ad-486e-9b88-0fee9967dc21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3c62765-64ad-486e-9b88-0fee9967dc21-root {
    text-align: center;
  }


#s-d3c62765-64ad-486e-9b88-0fee9967dc21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3c62765-64ad-486e-9b88-0fee9967dc21-root {
    text-align: center;
  }


#s-d3c62765-64ad-486e-9b88-0fee9967dc21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3c62765-64ad-486e-9b88-0fee9967dc21-root {
    text-align: center;
  }


#s-d3c62765-64ad-486e-9b88-0fee9967dc21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3c62765-64ad-486e-9b88-0fee9967dc21-root {
    text-align: center;
  }


#s-d3c62765-64ad-486e-9b88-0fee9967dc21.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  min-height: 460px;
}
}
#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 {
  background-image: url(https://i.shgcdn.com/5fddcd94-b9b4-44a1-9509-75dc34349e81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ba5c7b-b41c-4ee4-b5db-0158e67ff737.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-71202fcd-0e55-4db5-9c55-b48a3dead62b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-1689b6c3-a633-4783-99bc-b00eafb6f15a {
  text-align: center;
}
@media (min-width: 1200px){#s-1689b6c3-a633-4783-99bc-b00eafb6f15a {
  margin-top: 10px;
padding-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1689b6c3-a633-4783-99bc-b00eafb6f15a {
  margin-top: 10px;
padding-top: 50px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1689b6c3-a633-4783-99bc-b00eafb6f15a {
  margin-top: 20px;
padding-top: 10px;
}
}@media (max-width: 767px){#s-1689b6c3-a633-4783-99bc-b00eafb6f15a {
  margin-top: 0px;
padding-top: 60px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}






  #s-1689b6c3-a633-4783-99bc-b00eafb6f15a img.shogun-image {
    

    
    
    
  }


#s-1689b6c3-a633-4783-99bc-b00eafb6f15a .shogun-image-content {
  
    align-items: center;
  
}

#s-274d787d-f6b1-468a-86d3-052a4951aeec {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 9, 40, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(236, 9, 40, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-274d787d-f6b1-468a-86d3-052a4951aeec:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(24, 42, 84, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(24, 42, 84, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-274d787d-f6b1-468a-86d3-052a4951aeec:active {border-style: solid !important;
border-color: rgba(24, 42, 84, 1) !important;
background-color: rgba(24, 42, 84, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-274d787d-f6b1-468a-86d3-052a4951aeec {
  margin-top: 20px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-274d787d-f6b1-468a-86d3-052a4951aeec {
  margin-top: 20px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-274d787d-f6b1-468a-86d3-052a4951aeec {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-274d787d-f6b1-468a-86d3-052a4951aeec {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-274d787d-f6b1-468a-86d3-052a4951aeec-root {
    text-align: center;
  }


#s-274d787d-f6b1-468a-86d3-052a4951aeec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-274d787d-f6b1-468a-86d3-052a4951aeec-root {
    text-align: center;
  }


#s-274d787d-f6b1-468a-86d3-052a4951aeec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-274d787d-f6b1-468a-86d3-052a4951aeec-root {
    text-align: center;
  }


#s-274d787d-f6b1-468a-86d3-052a4951aeec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-274d787d-f6b1-468a-86d3-052a4951aeec-root {
    text-align: center;
  }


#s-274d787d-f6b1-468a-86d3-052a4951aeec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-274d787d-f6b1-468a-86d3-052a4951aeec-root {
    text-align: center;
  }


#s-274d787d-f6b1-468a-86d3-052a4951aeec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  min-height: 460px;
}
}
#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 {
  background-image: url(https://i.shgcdn.com/d931db85-d210-4963-8e7c-7d9332550f57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-475b7138-9b38-4e97-ae77-1ddf3f1ed005.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-56d02e3e-fec7-4fb0-82b4-ab97d5a06b9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-14d2240e-234f-484d-a6e2-e98b7348b33d {
  margin-top: 15px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-14d2240e-234f-484d-a6e2-e98b7348b33d {
  padding-left: 30px;
padding-right: 30px;
}
}






  #s-14d2240e-234f-484d-a6e2-e98b7348b33d img.shogun-image {
    

    
    
    
  }


#s-14d2240e-234f-484d-a6e2-e98b7348b33d .shogun-image-content {
  
    align-items: center;
  
}

#s-08cb0d57-9282-4b32-bed3-04e07ab41312 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 9, 40, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(236, 9, 40, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-08cb0d57-9282-4b32-bed3-04e07ab41312:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(246, 87, 78, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(246, 87, 78, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08cb0d57-9282-4b32-bed3-04e07ab41312:active {border-style: solid !important;
border-color: rgba(236, 9, 40, 1) !important;
background-color: rgba(236, 9, 40, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-08cb0d57-9282-4b32-bed3-04e07ab41312 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08cb0d57-9282-4b32-bed3-04e07ab41312 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08cb0d57-9282-4b32-bed3-04e07ab41312 {
  
}
}@media (max-width: 767px){#s-08cb0d57-9282-4b32-bed3-04e07ab41312 {
  
}
}

  #s-08cb0d57-9282-4b32-bed3-04e07ab41312-root {
    text-align: center;
  }


#s-08cb0d57-9282-4b32-bed3-04e07ab41312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08cb0d57-9282-4b32-bed3-04e07ab41312-root {
    text-align: center;
  }


#s-08cb0d57-9282-4b32-bed3-04e07ab41312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08cb0d57-9282-4b32-bed3-04e07ab41312-root {
    text-align: center;
  }


#s-08cb0d57-9282-4b32-bed3-04e07ab41312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08cb0d57-9282-4b32-bed3-04e07ab41312-root {
    text-align: center;
  }


#s-08cb0d57-9282-4b32-bed3-04e07ab41312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08cb0d57-9282-4b32-bed3-04e07ab41312-root {
    text-align: center;
  }


#s-08cb0d57-9282-4b32-bed3-04e07ab41312.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  min-height: 460px;
}
}
#s-77e15df4-6c24-431d-85d0-fd2b16afb633 {
  background-image: url(https://i.shgcdn.com/a1552182-2def-4fcd-92e1-171f6b308db2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-77e15df4-6c24-431d-85d0-fd2b16afb633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77e15df4-6c24-431d-85d0-fd2b16afb633.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d59c6e41-333e-48c5-af10-a11426547486"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-fd937ef9-cb2b-4235-99b5-7a194ba431ce {
  margin-top: 15px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fd937ef9-cb2b-4235-99b5-7a194ba431ce {
  padding-left: 30px;
padding-right: 30px;
}
}






  #s-fd937ef9-cb2b-4235-99b5-7a194ba431ce img.shogun-image {
    

    
    
    
  }


#s-fd937ef9-cb2b-4235-99b5-7a194ba431ce .shogun-image-content {
  
    align-items: center;
  
}

#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(208, 251, 219, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(208, 251, 219, 1);
font-size: 16px;
color: rgba(19, 25, 36, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(226, 133, 120, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(226, 133, 120, 1) !important;
color: rgba(19, 25, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c:active {border-style: solid !important;
border-color: rgba(208, 251, 219, 1) !important;
background-color: rgba(208, 251, 219, 1) !important;
color: rgba(19, 25, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c {
  
}
}@media (max-width: 767px){#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c {
  
}
}

  #s-3294e480-e4a1-4c62-af4a-9c289ba23c8c-root {
    text-align: center;
  }


#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c.shg-btn {
  color: rgba(19, 25, 36, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3294e480-e4a1-4c62-af4a-9c289ba23c8c-root {
    text-align: center;
  }


#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c.shg-btn {
  color: rgba(19, 25, 36, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3294e480-e4a1-4c62-af4a-9c289ba23c8c-root {
    text-align: center;
  }


#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c.shg-btn {
  color: rgba(19, 25, 36, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3294e480-e4a1-4c62-af4a-9c289ba23c8c-root {
    text-align: center;
  }


#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c.shg-btn {
  color: rgba(19, 25, 36, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3294e480-e4a1-4c62-af4a-9c289ba23c8c-root {
    text-align: center;
  }


#s-3294e480-e4a1-4c62-af4a-9c289ba23c8c.shg-btn {
  color: rgba(19, 25, 36, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  min-height: 370px;
}
}@media (max-width: 767px){#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  min-height: 460px;
}
}
#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc {
  background-image: url(https://i.shgcdn.com/6374b547-a167-4e3d-8954-fd0219cf3d6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6a8f96a-3219-4d8f-9991-bbfdb7506dcc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e78e2db8-22bd-4193-b361-0385ca768299"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-88e91ffd-6152-4c9e-9bd2-303f248ffe0f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88e91ffd-6152-4c9e-9bd2-303f248ffe0f {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-88e91ffd-6152-4c9e-9bd2-303f248ffe0f {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}
}






  #s-88e91ffd-6152-4c9e-9bd2-303f248ffe0f img.shogun-image {
    

    
    
    
  }


#s-88e91ffd-6152-4c9e-9bd2-303f248ffe0f .shogun-image-content {
  
    align-items: center;
  
}

#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(10, 10, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723:active {border-style: solid !important;
border-color: rgba(4, 4, 4, 1) !important;
background-color: rgba(19, 19, 19, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723 {
  
}
}@media (max-width: 767px){#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723 {
  margin-bottom: 20px;
}
}

  #s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723-root {
    text-align: center;
  }


#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723-root {
    text-align: center;
  }


#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723-root {
    text-align: center;
  }


#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723-root {
    text-align: center;
  }


#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723-root {
    text-align: center;
  }


#s-fb6b64bb-7db5-4bbc-8cb2-bbe2c06f4723.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  min-height: 460px;
}
}
#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 {
  background-image: url(https://i.shgcdn.com/c57a1648-7eaf-46e9-a2b2-df614833ea1a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29ac0deb-4fc6-4a1c-b38c-648c7277bcd9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-352e3ab4-0d0f-47d3-be09-fd675c8628e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-7fe54613-18eb-443e-8ddb-45fb29792a3e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fe54613-18eb-443e-8ddb-45fb29792a3e {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-7fe54613-18eb-443e-8ddb-45fb29792a3e {
  margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
}






  #s-7fe54613-18eb-443e-8ddb-45fb29792a3e img.shogun-image {
    

    
    
    
  }


#s-7fe54613-18eb-443e-8ddb-45fb29792a3e .shogun-image-content {
  
    align-items: center;
  
}

#s-acb1aa58-3f08-4987-9bbe-705a0de75909 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 186, 87, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(242, 186, 87, 1);
font-size: 16px;
color: rgba(71, 71, 71, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-acb1aa58-3f08-4987-9bbe-705a0de75909:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 64, 73, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 64, 73, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acb1aa58-3f08-4987-9bbe-705a0de75909:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-acb1aa58-3f08-4987-9bbe-705a0de75909 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acb1aa58-3f08-4987-9bbe-705a0de75909 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-acb1aa58-3f08-4987-9bbe-705a0de75909 {
  
}
}@media (max-width: 767px){#s-acb1aa58-3f08-4987-9bbe-705a0de75909 {
  margin-bottom: 20px;
}
}

  #s-acb1aa58-3f08-4987-9bbe-705a0de75909-root {
    text-align: center;
  }


#s-acb1aa58-3f08-4987-9bbe-705a0de75909.shg-btn {
  color: rgba(71, 71, 71, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acb1aa58-3f08-4987-9bbe-705a0de75909-root {
    text-align: center;
  }


#s-acb1aa58-3f08-4987-9bbe-705a0de75909.shg-btn {
  color: rgba(71, 71, 71, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acb1aa58-3f08-4987-9bbe-705a0de75909-root {
    text-align: center;
  }


#s-acb1aa58-3f08-4987-9bbe-705a0de75909.shg-btn {
  color: rgba(71, 71, 71, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acb1aa58-3f08-4987-9bbe-705a0de75909-root {
    text-align: center;
  }


#s-acb1aa58-3f08-4987-9bbe-705a0de75909.shg-btn {
  color: rgba(71, 71, 71, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acb1aa58-3f08-4987-9bbe-705a0de75909-root {
    text-align: center;
  }


#s-acb1aa58-3f08-4987-9bbe-705a0de75909.shg-btn {
  color: rgba(71, 71, 71, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  min-height: 460px;
}
}
#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 {
  background-image: url(https://i.shgcdn.com/f1670fea-e83b-453a-8ac3-7dd09e0b2283/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc9a59a3-0592-4b26-990e-5d69e3b3cf61.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-9c6e767f-871a-45ab-9b74-09679a58a873"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-91340977-7346-4e83-8323-fe9314ce5c08 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-91340977-7346-4e83-8323-fe9314ce5c08 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-91340977-7346-4e83-8323-fe9314ce5c08 {
  margin-top: 20px;
}
}






  #s-91340977-7346-4e83-8323-fe9314ce5c08 img.shogun-image {
    

    
    
    
  }


#s-91340977-7346-4e83-8323-fe9314ce5c08 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc3d120e-d962-429b-9c53-f51431f1473d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(8, 172, 192, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(8, 172, 192, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-cc3d120e-d962-429b-9c53-f51431f1473d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(59, 211, 45, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(59, 211, 45, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc3d120e-d962-429b-9c53-f51431f1473d:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cc3d120e-d962-429b-9c53-f51431f1473d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc3d120e-d962-429b-9c53-f51431f1473d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc3d120e-d962-429b-9c53-f51431f1473d {
  
}
}@media (max-width: 767px){#s-cc3d120e-d962-429b-9c53-f51431f1473d {
  margin-bottom: 20px;
}
}

  #s-cc3d120e-d962-429b-9c53-f51431f1473d-root {
    text-align: center;
  }


#s-cc3d120e-d962-429b-9c53-f51431f1473d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc3d120e-d962-429b-9c53-f51431f1473d-root {
    text-align: center;
  }


#s-cc3d120e-d962-429b-9c53-f51431f1473d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc3d120e-d962-429b-9c53-f51431f1473d-root {
    text-align: center;
  }


#s-cc3d120e-d962-429b-9c53-f51431f1473d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc3d120e-d962-429b-9c53-f51431f1473d-root {
    text-align: center;
  }


#s-cc3d120e-d962-429b-9c53-f51431f1473d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc3d120e-d962-429b-9c53-f51431f1473d-root {
    text-align: center;
  }


#s-cc3d120e-d962-429b-9c53-f51431f1473d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  min-height: 460px;
}
}
#s-05fe11de-40aa-4194-ab9e-91357bc3c391 {
  background-image: url(https://i.shgcdn.com/dff18122-79a4-4ce8-89f9-155a6f0c8aff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-05fe11de-40aa-4194-ab9e-91357bc3c391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05fe11de-40aa-4194-ab9e-91357bc3c391.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-47fa236a-bd89-405c-b962-023a8d4e9e93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-11b6575c-f23e-48bc-ac8a-6789fa32640f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-11b6575c-f23e-48bc-ac8a-6789fa32640f {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-11b6575c-f23e-48bc-ac8a-6789fa32640f {
  margin-top: 20px;
}
}






  #s-11b6575c-f23e-48bc-ac8a-6789fa32640f img.shogun-image {
    

    
    
    
  }


#s-11b6575c-f23e-48bc-ac8a-6789fa32640f .shogun-image-content {
  
    align-items: center;
  
}

#s-51927973-572c-4372-92d4-6971d1f33522 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-51927973-572c-4372-92d4-6971d1f33522 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-51927973-572c-4372-92d4-6971d1f33522 .shogun-heading-component h1 {
  color: rgba(88, 154, 211, 1);
  font-weight:  normal ;
  font-family: "WhiskeyBitev2-Duo";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-51927973-572c-4372-92d4-6971d1f33522 .shogun-heading-component h1 {
  color: rgba(88, 154, 211, 1);
  font-weight:  normal ;
  font-family: "WhiskeyBitev2-Duo";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-51927973-572c-4372-92d4-6971d1f33522 .shogun-heading-component h1 {
  color: rgba(88, 154, 211, 1);
  font-weight:  normal ;
  font-family: "WhiskeyBitev2-Duo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(149, 181, 56, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(149, 181, 56, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(248, 192, 43, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74:active {border-style: solid !important;
border-color: rgba(248, 192, 43, 1) !important;
background-color: rgba(248, 192, 43, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74 {
  
}
}@media (max-width: 767px){#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74 {
  margin-bottom: 20px;
}
}

  #s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74-root {
    text-align: center;
  }


#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74-root {
    text-align: center;
  }


#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74-root {
    text-align: center;
  }


#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74-root {
    text-align: center;
  }


#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74-root {
    text-align: center;
  }


#s-0727e7c2-2cd0-40ef-a25a-b01bb4f1ad74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 470px;
background-position: center center;
}
@media (min-width: 1200px){#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  min-height: 460px;
}
}
#s-ced2e28a-8adc-493e-bab6-9deaf6544808 {
  background-image: url(https://i.shgcdn.com/11602491-fdf9-474c-91f3-3720569795c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ced2e28a-8adc-493e-bab6-9deaf6544808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ced2e28a-8adc-493e-bab6-9deaf6544808.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6a4270ca-ec05-4baf-9bf4-777f3ebdfcc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 {
  text-align: center;
}
@media (min-width: 1200px){#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 {
  display: none;
}
#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49, #wrap-s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 {
  display: none;
}
#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49, #wrap-s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 {
  margin-top: 20px;
display: none;
}
#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49, #wrap-s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 { display: none !important; }}@media (max-width: 767px){#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 {
  margin-top: 10px;
}
}






  #s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 img.shogun-image {
    

    
    
    
  }


#s-f48c8eee-1ae9-4107-9b1f-94b7ad4e7c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-44692692-7040-4999-8fe7-6b49b1abe289 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-44692692-7040-4999-8fe7-6b49b1abe289 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-44692692-7040-4999-8fe7-6b49b1abe289 {
  margin-top: 20px;
display: none;
}
#s-44692692-7040-4999-8fe7-6b49b1abe289, #wrap-s-44692692-7040-4999-8fe7-6b49b1abe289 { display: none !important; }}






  #s-44692692-7040-4999-8fe7-6b49b1abe289 img.shogun-image {
    

    
    
    
  }


#s-44692692-7040-4999-8fe7-6b49b1abe289 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(249, 222, 11, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(249, 222, 11, 1);
font-size: 16px;
color: rgba(27, 26, 26, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 66, 82, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(233, 66, 82, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c:active {border-style: solid !important;
border-color: rgba(233, 66, 82, 1) !important;
background-color: rgba(233, 66, 82, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c {
  margin-top: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
}

  #s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c-root {
    text-align: center;
  }


#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c-root {
    text-align: center;
  }


#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c-root {
    text-align: center;
  }


#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c-root {
    text-align: center;
  }


#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c-root {
    text-align: center;
  }


#s-f7b1e63d-72a7-4fcd-a2ee-24150a12a85c.shg-btn {
  color: rgba(27, 26, 26, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 470px;
background-position: center center;
}
@media (min-width: 1200px){#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  min-height: 460px;
}
}
#s-01b84142-a07b-4d2b-957c-d7ae79c74648 {
  background-image: url(https://i.shgcdn.com/477ea414-eba9-402f-aa3e-eeb624b691ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-01b84142-a07b-4d2b-957c-d7ae79c74648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01b84142-a07b-4d2b-957c-d7ae79c74648.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-892cdf94-fede-40c3-ab24-c3daaaf7961b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-9096b76d-9342-4dd7-a8d0-610dc2e1a1d4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9096b76d-9342-4dd7-a8d0-610dc2e1a1d4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-left: 35px;
padding-right: 35px;
}
}@media (max-width: 767px){#s-9096b76d-9342-4dd7-a8d0-610dc2e1a1d4 {
  margin-top: 20px;
padding-left: 25px;
padding-right: 25px;
}
}






  #s-9096b76d-9342-4dd7-a8d0-610dc2e1a1d4 img.shogun-image {
    

    
    
    
  }


#s-9096b76d-9342-4dd7-a8d0-610dc2e1a1d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-377f71a1-4ae3-4c56-baf1-328eef41a074 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(12, 12, 12, 0.04);
border-radius: 30px;
text-align: center;
background-color: rgba(234, 255, 197, 1);
font-size: 16px;
color: rgba(9, 62, 72, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-377f71a1-4ae3-4c56-baf1-328eef41a074:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.04) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(13, 90, 104, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-377f71a1-4ae3-4c56-baf1-328eef41a074:active {border-style: solid !important;
border-color: rgba(233, 66, 82, 1) !important;
background-color: rgba(233, 66, 82, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-377f71a1-4ae3-4c56-baf1-328eef41a074 {
  margin-top: -100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-377f71a1-4ae3-4c56-baf1-328eef41a074 {
  margin-top: -100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-377f71a1-4ae3-4c56-baf1-328eef41a074 {
  margin-top: -200px;
}
}@media (max-width: 767px){#s-377f71a1-4ae3-4c56-baf1-328eef41a074 {
  margin-bottom: 10px;
}
}

  #s-377f71a1-4ae3-4c56-baf1-328eef41a074-root {
    text-align: center;
  }


#s-377f71a1-4ae3-4c56-baf1-328eef41a074.shg-btn {
  color: rgba(9, 62, 72, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-377f71a1-4ae3-4c56-baf1-328eef41a074-root {
    text-align: center;
  }


#s-377f71a1-4ae3-4c56-baf1-328eef41a074.shg-btn {
  color: rgba(9, 62, 72, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-377f71a1-4ae3-4c56-baf1-328eef41a074-root {
    text-align: center;
  }


#s-377f71a1-4ae3-4c56-baf1-328eef41a074.shg-btn {
  color: rgba(9, 62, 72, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-377f71a1-4ae3-4c56-baf1-328eef41a074-root {
    text-align: center;
  }


#s-377f71a1-4ae3-4c56-baf1-328eef41a074.shg-btn {
  color: rgba(9, 62, 72, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-377f71a1-4ae3-4c56-baf1-328eef41a074-root {
    text-align: center;
  }


#s-377f71a1-4ae3-4c56-baf1-328eef41a074.shg-btn {
  color: rgba(9, 62, 72, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 1200px){#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  min-height: 460px;
}
}
#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 {
  background-image: url(https://i.shgcdn.com/96cb18fe-943b-47c7-8725-e20eb379553a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e02c3510-4c56-4ca1-9b22-d41663b7ac32.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ee85a6a0-1a8d-420c-867b-33451e549202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-08689b41-ac22-4593-bfe8-77c329bb0c15 {
  padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08689b41-ac22-4593-bfe8-77c329bb0c15 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-08689b41-ac22-4593-bfe8-77c329bb0c15 {
  margin-top: 20px;
padding-left: 25px;
padding-right: 25px;
}
}






  #s-08689b41-ac22-4593-bfe8-77c329bb0c15 img.shogun-image {
    

    
    
    
  }


#s-08689b41-ac22-4593-bfe8-77c329bb0c15 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 231, 4, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 231, 4, 1);
font-size: 16px;
color: rgba(37, 33, 33, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(213, 22, 95, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(213, 22, 95, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5:active {border-style: solid !important;
border-color: rgba(169, 196, 87, 1) !important;
background-color: rgba(169, 196, 87, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5 {
  
}
}@media (max-width: 767px){#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5 {
  margin-bottom: 10px;
}
}

  #s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5-root {
    text-align: center;
  }


#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5.shg-btn {
  color: rgba(37, 33, 33, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5-root {
    text-align: center;
  }


#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5.shg-btn {
  color: rgba(37, 33, 33, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5-root {
    text-align: center;
  }


#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5.shg-btn {
  color: rgba(37, 33, 33, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5-root {
    text-align: center;
  }


#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5.shg-btn {
  color: rgba(37, 33, 33, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5-root {
    text-align: center;
  }


#s-fe1395aa-85a4-4cd9-aab4-53c8b07ac8f5.shg-btn {
  color: rgba(37, 33, 33, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1242cf88-5784-4034-9203-85f040781434 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 460px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1242cf88-5784-4034-9203-85f040781434 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-1242cf88-5784-4034-9203-85f040781434 {
  min-height: 460px;
}
}
#s-1242cf88-5784-4034-9203-85f040781434 {
  background-image: url(https://i.shgcdn.com/e5e63980-0894-43e2-bf65-a6139946b093/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1242cf88-5784-4034-9203-85f040781434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1242cf88-5784-4034-9203-85f040781434.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f3dcb4f-c22e-438a-8eee-87dc6d07668a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d4723ed6-451f-40c5-acd2-2bace07cecb2 {
  margin-top: -10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4723ed6-451f-40c5-acd2-2bace07cecb2 {
  display: none;
}
#s-d4723ed6-451f-40c5-acd2-2bace07cecb2, #wrap-s-d4723ed6-451f-40c5-acd2-2bace07cecb2 { display: none !important; }}@media (max-width: 767px){#s-d4723ed6-451f-40c5-acd2-2bace07cecb2 {
  display: none;
}
#s-d4723ed6-451f-40c5-acd2-2bace07cecb2, #wrap-s-d4723ed6-451f-40c5-acd2-2bace07cecb2 { display: none !important; }}






  #s-d4723ed6-451f-40c5-acd2-2bace07cecb2 img.shogun-image {
    

    
    
    
  }


#s-d4723ed6-451f-40c5-acd2-2bace07cecb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3c593ba-1c69-428d-89d4-1169e56a132b {
  margin-top: 0px;
padding-left: 50px;
padding-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-c3c593ba-1c69-428d-89d4-1169e56a132b {
  display: none;
}
#s-c3c593ba-1c69-428d-89d4-1169e56a132b, #wrap-s-c3c593ba-1c69-428d-89d4-1169e56a132b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3c593ba-1c69-428d-89d4-1169e56a132b {
  display: none;
}
#s-c3c593ba-1c69-428d-89d4-1169e56a132b, #wrap-s-c3c593ba-1c69-428d-89d4-1169e56a132b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3c593ba-1c69-428d-89d4-1169e56a132b {
  
}
}@media (max-width: 767px){#s-c3c593ba-1c69-428d-89d4-1169e56a132b {
  
}
}






  #s-c3c593ba-1c69-428d-89d4-1169e56a132b img.shogun-image {
    

    
    
    
  }


#s-c3c593ba-1c69-428d-89d4-1169e56a132b .shogun-image-content {
  
    align-items: center;
  
}

#s-8f763918-352c-4c73-ab3c-6232136d2bdd {
  border-style: solid;
margin-top: -5px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 143, 85, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f763918-352c-4c73-ab3c-6232136d2bdd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(239, 126, 151, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(239, 126, 151, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f763918-352c-4c73-ab3c-6232136d2bdd:active {background-color: rgba(239, 126, 151, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8f763918-352c-4c73-ab3c-6232136d2bdd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f763918-352c-4c73-ab3c-6232136d2bdd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f763918-352c-4c73-ab3c-6232136d2bdd {
  
}
}@media (max-width: 767px){#s-8f763918-352c-4c73-ab3c-6232136d2bdd {
  
}
}

  #s-8f763918-352c-4c73-ab3c-6232136d2bdd-root {
    text-align: center;
  }


#s-8f763918-352c-4c73-ab3c-6232136d2bdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f763918-352c-4c73-ab3c-6232136d2bdd-root {
    text-align: center;
  }


#s-8f763918-352c-4c73-ab3c-6232136d2bdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f763918-352c-4c73-ab3c-6232136d2bdd-root {
    text-align: center;
  }


#s-8f763918-352c-4c73-ab3c-6232136d2bdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f763918-352c-4c73-ab3c-6232136d2bdd-root {
    text-align: center;
  }


#s-8f763918-352c-4c73-ab3c-6232136d2bdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f763918-352c-4c73-ab3c-6232136d2bdd-root {
    text-align: center;
  }


#s-8f763918-352c-4c73-ab3c-6232136d2bdd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-ccbe9935-e950-4670-99a4-b52862c6ecf4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 470px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccbe9935-e950-4670-99a4-b52862c6ecf4 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-ccbe9935-e950-4670-99a4-b52862c6ecf4 {
  min-height: 460px;
}
}
#s-ccbe9935-e950-4670-99a4-b52862c6ecf4 {
  background-image: url(https://i.shgcdn.com/90121544-592b-44e5-b2a1-6c4177aea6e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ccbe9935-e950-4670-99a4-b52862c6ecf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccbe9935-e950-4670-99a4-b52862c6ecf4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6ea5ec5e-bcf3-4652-93e8-18c0ae5cfd51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b25c40cd-5826-48e1-a1ce-28dc5ea04736 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b25c40cd-5826-48e1-a1ce-28dc5ea04736 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
}
}@media (max-width: 767px){#s-b25c40cd-5826-48e1-a1ce-28dc5ea04736 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
}
}






  #s-b25c40cd-5826-48e1-a1ce-28dc5ea04736 img.shogun-image {
    

    
    
    
  }


#s-b25c40cd-5826-48e1-a1ce-28dc5ea04736 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 460px;
background-position: center center;
}
@media (min-width: 1200px){#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 {
  min-height: 360px;
}
}
#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 {
  background-image: url(https://i.shgcdn.com/980ee6c2-1c63-4b47-bf69-c9d7430df1b0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a90b8f6-a863-4c4d-aa4d-0acb89f40922.shg-box.shg-c {
  justify-content: center;
}

#s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c2a37611-f4f9-48e6-b6b5-ef540c7a4c7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-fdf27ee5-2370-47ef-89fd-871e9047ac60 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fdf27ee5-2370-47ef-89fd-871e9047ac60 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "Oleo Script";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fdf27ee5-2370-47ef-89fd-871e9047ac60 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "Oleo Script";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-fdf27ee5-2370-47ef-89fd-871e9047ac60 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "Oleo Script";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


}
#s-1f82120d-e345-46dd-81df-9eefe02f58e0 {
  margin-top: -5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 {
  margin-top: -17px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 {
  margin-top: -17px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 {
  margin-top: -10px;
}
}
#s-1f82120d-e345-46dd-81df-9eefe02f58e0 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1f82120d-e345-46dd-81df-9eefe02f58e0 .shogun-heading-component h1 {
  color: rgba(233, 66, 82, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 {
  margin-top: -18px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 {
  margin-top: -16px;
}
}@media (max-width: 767px){#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 {
  margin-top: -5px;
}
}
#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 .shogun-heading-component h1 {
  color: rgba(231, 152, 60, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 .shogun-heading-component h1 {
  color: rgba(231, 152, 60, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}@media (max-width: 767px){#s-dd1b1a3e-55a5-439b-9b97-f678ceeb37d9 .shogun-heading-component h1 {
  color: rgba(231, 152, 60, 1);
  font-weight:  normal ;
  font-family: "BrandonGrotesque-Black";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


}
#s-fca95882-dd3a-4d14-b52c-65727897d5f5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 143, 85, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fca95882-dd3a-4d14-b52c-65727897d5f5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 66, 82, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(233, 66, 82, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fca95882-dd3a-4d14-b52c-65727897d5f5:active {border-style: solid !important;
border-color: rgba(233, 66, 82, 1) !important;
background-color: rgba(233, 66, 82, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-fca95882-dd3a-4d14-b52c-65727897d5f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fca95882-dd3a-4d14-b52c-65727897d5f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fca95882-dd3a-4d14-b52c-65727897d5f5 {
  
}
}@media (max-width: 767px){#s-fca95882-dd3a-4d14-b52c-65727897d5f5 {
  margin-bottom: 10px;
}
}

  #s-fca95882-dd3a-4d14-b52c-65727897d5f5-root {
    text-align: center;
  }


#s-fca95882-dd3a-4d14-b52c-65727897d5f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fca95882-dd3a-4d14-b52c-65727897d5f5-root {
    text-align: center;
  }


#s-fca95882-dd3a-4d14-b52c-65727897d5f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca95882-dd3a-4d14-b52c-65727897d5f5-root {
    text-align: center;
  }


#s-fca95882-dd3a-4d14-b52c-65727897d5f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca95882-dd3a-4d14-b52c-65727897d5f5-root {
    text-align: center;
  }


#s-fca95882-dd3a-4d14-b52c-65727897d5f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fca95882-dd3a-4d14-b52c-65727897d5f5-root {
    text-align: center;
  }


#s-fca95882-dd3a-4d14-b52c-65727897d5f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-56a5c287-b8fc-41b1-8341-0ad42ea9bca6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56a5c287-b8fc-41b1-8341-0ad42ea9bca6 {
  min-height: 400px;
}
}
#s-56a5c287-b8fc-41b1-8341-0ad42ea9bca6 {
  background-image: url(https://i.shgcdn.com/acb1012b-13ae-443c-bbb3-99fb9ad3126a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-56a5c287-b8fc-41b1-8341-0ad42ea9bca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56a5c287-b8fc-41b1-8341-0ad42ea9bca6.shg-box.shg-c {
  justify-content: center;
}

#s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8db8c1d6-c720-4b3b-8a83-7ae2a9a2b49d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a6cb929f-a984-454a-8083-4a9811deb05b {
  margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(252, 252, 252, 0.89);
}

#s-a6cb929f-a984-454a-8083-4a9811deb05b .shogun-heading-component h2 {
  color: rgba(18, 93, 186, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a6cb929f-a984-454a-8083-4a9811deb05b .shogun-heading-component h2 {
  color: rgba(18, 93, 186, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-a6cb929f-a984-454a-8083-4a9811deb05b .shogun-heading-component h2 {
  color: rgba(18, 93, 186, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-435fb4ad-d6ac-43b9-a6e3-17173e8c7000 {
  text-align: center;
}







  #s-435fb4ad-d6ac-43b9-a6e3-17173e8c7000 img.shogun-image {
    

    
    
    
  }


#s-435fb4ad-d6ac-43b9-a6e3-17173e8c7000 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a7115b9-d456-4826-a246-1d062e5cee94 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(18, 93, 186, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8a7115b9-d456-4826-a246-1d062e5cee94:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(226, 26, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a7115b9-d456-4826-a246-1d062e5cee94:active {background-color: rgba(226, 26, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8a7115b9-d456-4826-a246-1d062e5cee94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a7115b9-d456-4826-a246-1d062e5cee94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a7115b9-d456-4826-a246-1d062e5cee94 {
  
}
}@media (max-width: 767px){#s-8a7115b9-d456-4826-a246-1d062e5cee94 {
  
}
}

  #s-8a7115b9-d456-4826-a246-1d062e5cee94-root {
    text-align: center;
  }


#s-8a7115b9-d456-4826-a246-1d062e5cee94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a7115b9-d456-4826-a246-1d062e5cee94-root {
    text-align: center;
  }


#s-8a7115b9-d456-4826-a246-1d062e5cee94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a7115b9-d456-4826-a246-1d062e5cee94-root {
    text-align: center;
  }


#s-8a7115b9-d456-4826-a246-1d062e5cee94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a7115b9-d456-4826-a246-1d062e5cee94-root {
    text-align: center;
  }


#s-8a7115b9-d456-4826-a246-1d062e5cee94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a7115b9-d456-4826-a246-1d062e5cee94-root {
    text-align: center;
  }


#s-8a7115b9-d456-4826-a246-1d062e5cee94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-48cef18e-d793-4e4a-8260-64c64505076a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 470px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-48cef18e-d793-4e4a-8260-64c64505076a {
  min-height: 370px;
}
}@media (max-width: 767px){#s-48cef18e-d793-4e4a-8260-64c64505076a {
  min-height: 460px;
}
}
#s-48cef18e-d793-4e4a-8260-64c64505076a {
  background-image: url(https://i.shgcdn.com/7aa5f525-094a-4e32-b984-2a43f3bfcfb3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48cef18e-d793-4e4a-8260-64c64505076a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48cef18e-d793-4e4a-8260-64c64505076a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ac0d34e-26af-4159-8568-8348c935c4d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dd6a23b5-1788-4f3f-8be6-c76b84c2f1b0 {
  margin-top: -15px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (max-width: 767px){#s-dd6a23b5-1788-4f3f-8be6-c76b84c2f1b0 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-dd6a23b5-1788-4f3f-8be6-c76b84c2f1b0 img.shogun-image {
    

    
    
    
  }


#s-dd6a23b5-1788-4f3f-8be6-c76b84c2f1b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(24, 42, 84, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(237, 216, 4, 1) !important;
color: rgba(24, 42, 84, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d:active {background-color: rgba(237, 216, 4, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d {
  
}
}@media (max-width: 767px){#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d {
  
}
}

  #s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d-root {
    text-align: center;
  }


#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d-root {
    text-align: center;
  }


#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d-root {
    text-align: center;
  }


#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d-root {
    text-align: center;
  }


#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d-root {
    text-align: center;
  }


#s-0880b56d-e5d7-4e8c-89df-f5653dda5a8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-990eae6d-2cbb-4ecb-89fb-aa263fb96a2a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-990eae6d-2cbb-4ecb-89fb-aa263fb96a2a {
  min-height: 400px;
}
}
#s-990eae6d-2cbb-4ecb-89fb-aa263fb96a2a {
  background-image: url(https://i.shgcdn.com/2125d464-19d9-43b9-bbd4-9a881958cb35/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-990eae6d-2cbb-4ecb-89fb-aa263fb96a2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-990eae6d-2cbb-4ecb-89fb-aa263fb96a2a.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-2a215a85-dbdd-4661-a68e-3efac92727a3 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2a215a85-dbdd-4661-a68e-3efac92727a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-b6f12b4f-4b20-41b3-92e1-8b83c8d92421 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b6f12b4f-4b20-41b3-92e1-8b83c8d92421 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



.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-33548957-5fd3-4c66-b146-99529126ff6b {
  margin-bottom: -5px;
}

#s-3723e5ef-4e64-4361-8ee3-0e9c7c9cd97d {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-3723e5ef-4e64-4361-8ee3-0e9c7c9cd97d {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-3723e5ef-4e64-4361-8ee3-0e9c7c9cd97d img.shogun-image {
    

    
    
    
  }


#s-3723e5ef-4e64-4361-8ee3-0e9c7c9cd97d .shogun-image-content {
  
    align-items: center;
  
}

#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(210, 26, 26, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3:active {background-color: rgba(226, 26, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3 {
  
}
}@media (max-width: 767px){#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3 {
  
}
}

  #s-d1219585-6452-45e4-bd36-f87bf4b4bfd3-root {
    text-align: center;
  }


#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1219585-6452-45e4-bd36-f87bf4b4bfd3-root {
    text-align: center;
  }


#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1219585-6452-45e4-bd36-f87bf4b4bfd3-root {
    text-align: center;
  }


#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1219585-6452-45e4-bd36-f87bf4b4bfd3-root {
    text-align: center;
  }


#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1219585-6452-45e4-bd36-f87bf4b4bfd3-root {
    text-align: center;
  }


#s-d1219585-6452-45e4-bd36-f87bf4b4bfd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-ee156581-6e2a-4962-a9f0-d320ee5b8f86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee156581-6e2a-4962-a9f0-d320ee5b8f86 {
  min-height: 400px;
}
}
#s-ee156581-6e2a-4962-a9f0-d320ee5b8f86 {
  background-image: url(https://i.shgcdn.com/39fb5b27-4103-4ae2-ada6-8cbd84e62093/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ee156581-6e2a-4962-a9f0-d320ee5b8f86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee156581-6e2a-4962-a9f0-d320ee5b8f86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93b1ba91-b233-4c81-a87e-bc063c2e4a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-489e60c5-db37-4937-aad3-0c45ea5ce7e1 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
text-align: center;
}







  #s-489e60c5-db37-4937-aad3-0c45ea5ce7e1 img.shogun-image {
    

    
    
    
  }


#s-489e60c5-db37-4937-aad3-0c45ea5ce7e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(24, 42, 84, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(226, 26, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3:active {background-color: rgba(226, 26, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3 {
  
}
}

  #s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3-root {
    text-align: center;
  }


#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3-root {
    text-align: center;
  }


#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3-root {
    text-align: center;
  }


#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3-root {
    text-align: center;
  }


#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3-root {
    text-align: center;
  }


#s-013c7ca5-c4c9-4f33-a7bd-cc55873adac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-37dd1a4e-6cb5-4ceb-b2b0-128a943d42e5 {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37dd1a4e-6cb5-4ceb-b2b0-128a943d42e5 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-37dd1a4e-6cb5-4ceb-b2b0-128a943d42e5 {
  min-height: 350px;
}
}







#s-37dd1a4e-6cb5-4ceb-b2b0-128a943d42e5 > .shg-box-overlay {
  background-color: rgba(255, 149, 23, 1);
  opacity: 0;
  display: block;
}#s-37dd1a4e-6cb5-4ceb-b2b0-128a943d42e5.shg-box.shg-c {
  justify-content: center;
}

#s-148775a9-36e3-4e4e-843a-4877f6836e13 {
  min-height: 450px;
background-color: rgba(78, 125, 169, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-148775a9-36e3-4e4e-843a-4877f6836e13 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-148775a9-36e3-4e4e-843a-4877f6836e13 {
  min-height: 350px;
}
}







#s-148775a9-36e3-4e4e-843a-4877f6836e13 > .shg-box-overlay {
  background-color: rgba(255, 149, 23, 1);
  opacity: 0;
  display: block;
}#s-148775a9-36e3-4e4e-843a-4877f6836e13.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-66cb9b87-51d0-4b66-8d19-782559cba87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-a1c9e874-d957-4569-a1c4-faf440b58677 {
  text-align: center;
}
@media (max-width: 767px){#s-a1c9e874-d957-4569-a1c4-faf440b58677 {
  margin-left: 15px;
margin-right: 15px;
}
}






  #s-a1c9e874-d957-4569-a1c4-faf440b58677 img.shogun-image {
    

    
    
    
  }


#s-a1c9e874-d957-4569-a1c4-faf440b58677 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(208, 104, 95, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(228, 201, 81, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(208, 104, 95, 0.85) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6 {
  
}
}@media (max-width: 767px){#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6 {
  margin-bottom: 20px;
}
}

  #s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6-root {
    text-align: center;
  }


#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6-root {
    text-align: center;
  }


#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6-root {
    text-align: center;
  }


#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6-root {
    text-align: center;
  }


#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6-root {
    text-align: center;
  }


#s-1fc28170-d4b5-4b4d-8af9-f243bec5d0f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a1426a96-4b59-4eee-81fb-70ab47854f08 {
  min-height: 490px;
background-color: rgba(129, 117, 181, 1);
}








#s-a1426a96-4b59-4eee-81fb-70ab47854f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1426a96-4b59-4eee-81fb-70ab47854f08.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4834fba0-df1c-4f04-a481-d4781a26f6fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-ea0e01e8-2556-4b07-bbaa-2a7683129a25 {
  text-align: center;
}







  #s-ea0e01e8-2556-4b07-bbaa-2a7683129a25 img.shogun-image {
    

    
    
    
  }


#s-ea0e01e8-2556-4b07-bbaa-2a7683129a25 .shogun-image-content {
  
    align-items: center;
  
}

#s-af343929-d77b-42e5-85a3-cd4c7d12c555 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af343929-d77b-42e5-85a3-cd4c7d12c555:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af343929-d77b-42e5-85a3-cd4c7d12c555:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-af343929-d77b-42e5-85a3-cd4c7d12c555 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af343929-d77b-42e5-85a3-cd4c7d12c555 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af343929-d77b-42e5-85a3-cd4c7d12c555 {
  
}
}@media (max-width: 767px){#s-af343929-d77b-42e5-85a3-cd4c7d12c555 {
  
}
}

  #s-af343929-d77b-42e5-85a3-cd4c7d12c555-root {
    text-align: center;
  }


#s-af343929-d77b-42e5-85a3-cd4c7d12c555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af343929-d77b-42e5-85a3-cd4c7d12c555-root {
    text-align: center;
  }


#s-af343929-d77b-42e5-85a3-cd4c7d12c555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af343929-d77b-42e5-85a3-cd4c7d12c555-root {
    text-align: center;
  }


#s-af343929-d77b-42e5-85a3-cd4c7d12c555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af343929-d77b-42e5-85a3-cd4c7d12c555-root {
    text-align: center;
  }


#s-af343929-d77b-42e5-85a3-cd4c7d12c555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af343929-d77b-42e5-85a3-cd4c7d12c555-root {
    text-align: center;
  }


#s-af343929-d77b-42e5-85a3-cd4c7d12c555.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2403d86d-858a-4dd9-ae29-db63ca7b3804 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2403d86d-858a-4dd9-ae29-db63ca7b3804 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-2403d86d-858a-4dd9-ae29-db63ca7b3804 {
  min-height: 350px;
}
}
#s-2403d86d-858a-4dd9-ae29-db63ca7b3804 {
  background-image: url(https://i.shgcdn.com/fa25ed0d-0e44-4f1f-af78-6fa19b4bea64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2403d86d-858a-4dd9-ae29-db63ca7b3804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2403d86d-858a-4dd9-ae29-db63ca7b3804.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-f609bd72-20ef-4576-87a6-4658734e9ae2 {
  margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f609bd72-20ef-4576-87a6-4658734e9ae2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6cd7a73c-b4fe-4676-a7a0-b27798296e05 {
  text-align: center;
}
@media (max-width: 767px){#s-6cd7a73c-b4fe-4676-a7a0-b27798296e05 {
  margin-top: 15px;
margin-bottom: 10px;
}
}






  #s-6cd7a73c-b4fe-4676-a7a0-b27798296e05 img.shogun-image {
    

    
    
    
  }


#s-6cd7a73c-b4fe-4676-a7a0-b27798296e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 113, 206, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 113, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4:active {background-color: rgba(0, 113, 206, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4 {
  
}
}@media (max-width: 767px){#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4 {
  
}
}

  #s-f1f947aa-8f99-416d-aa7d-7108fadc82c4-root {
    text-align: center;
  }


#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1f947aa-8f99-416d-aa7d-7108fadc82c4-root {
    text-align: center;
  }


#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1f947aa-8f99-416d-aa7d-7108fadc82c4-root {
    text-align: center;
  }


#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1f947aa-8f99-416d-aa7d-7108fadc82c4-root {
    text-align: center;
  }


#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1f947aa-8f99-416d-aa7d-7108fadc82c4-root {
    text-align: center;
  }


#s-f1f947aa-8f99-416d-aa7d-7108fadc82c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-81d81328-3e14-4144-a63c-b5013a4c1ebc {
  min-height: 455px;
}








#s-81d81328-3e14-4144-a63c-b5013a4c1ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d81328-3e14-4144-a63c-b5013a4c1ebc.shg-box.shg-c {
  justify-content: center;
}

#s-bd274cb5-342c-4fe9-a73a-8689bfb1c992 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd274cb5-342c-4fe9-a73a-8689bfb1c992"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-2924eb7d-e367-4a5b-8a1d-f2cd128c7fb8 {
  text-align: center;
}
@media (min-width: 1200px){#s-2924eb7d-e367-4a5b-8a1d-f2cd128c7fb8 {
  margin-bottom: 10px;
}
}






  #s-2924eb7d-e367-4a5b-8a1d-f2cd128c7fb8 img.shogun-image {
    

    
    
    
  }


#s-2924eb7d-e367-4a5b-8a1d-f2cd128c7fb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e8c5592-860f-46c9-8e46-0864d306378d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(24, 42, 84, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-1e8c5592-860f-46c9-8e46-0864d306378d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(24, 42, 84, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e8c5592-860f-46c9-8e46-0864d306378d:active {background-color: rgba(24, 42, 84, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1e8c5592-860f-46c9-8e46-0864d306378d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e8c5592-860f-46c9-8e46-0864d306378d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e8c5592-860f-46c9-8e46-0864d306378d {
  
}
}@media (max-width: 767px){#s-1e8c5592-860f-46c9-8e46-0864d306378d {
  
}
}

  #s-1e8c5592-860f-46c9-8e46-0864d306378d-root {
    text-align: center;
  }


#s-1e8c5592-860f-46c9-8e46-0864d306378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e8c5592-860f-46c9-8e46-0864d306378d-root {
    text-align: center;
  }


#s-1e8c5592-860f-46c9-8e46-0864d306378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e8c5592-860f-46c9-8e46-0864d306378d-root {
    text-align: center;
  }


#s-1e8c5592-860f-46c9-8e46-0864d306378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e8c5592-860f-46c9-8e46-0864d306378d-root {
    text-align: center;
  }


#s-1e8c5592-860f-46c9-8e46-0864d306378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e8c5592-860f-46c9-8e46-0864d306378d-root {
    text-align: center;
  }


#s-1e8c5592-860f-46c9-8e46-0864d306378d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-edf02412-0386-445c-96df-1f0db68d5aea {
  background-repeat: no-repeat;
background-size: cover;
min-height: 490px;
background-position: center center;
}
@media (min-width: 1200px){#s-edf02412-0386-445c-96df-1f0db68d5aea {
  min-height: 490px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edf02412-0386-445c-96df-1f0db68d5aea {
  min-height: 300px;
}
}@media (max-width: 767px){#s-edf02412-0386-445c-96df-1f0db68d5aea {
  min-height: 300px;
}
}
#s-edf02412-0386-445c-96df-1f0db68d5aea {
  background-image: url(https://i.shgcdn.com/11f9089b-0a4f-443f-b49d-355e30a38dfa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-edf02412-0386-445c-96df-1f0db68d5aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf02412-0386-445c-96df-1f0db68d5aea.shg-box.shg-c {
  justify-content: center;
}

#s-19654aed-2234-43f9-b5a1-97a91daabc12 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19654aed-2234-43f9-b5a1-97a91daabc12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e646ca17-6480-4ee7-83ae-ac564029dc56 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e646ca17-6480-4ee7-83ae-ac564029dc56 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-e646ca17-6480-4ee7-83ae-ac564029dc56 {
  
}
}






  #s-e646ca17-6480-4ee7-83ae-ac564029dc56 img.shogun-image {
    

    
    
    
  }


#s-e646ca17-6480-4ee7-83ae-ac564029dc56 .shogun-image-content {
  
    align-items: center;
  
}

#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(237, 224, 96, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(237, 224, 96, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8:active {background-color: rgba(237, 224, 96, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8 {
  
}
}@media (max-width: 767px){#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8 {
  
}
}

  #s-29777a45-ee89-4ee9-bce1-b662c2bc69f8-root {
    text-align: center;
  }


#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29777a45-ee89-4ee9-bce1-b662c2bc69f8-root {
    text-align: center;
  }


#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29777a45-ee89-4ee9-bce1-b662c2bc69f8-root {
    text-align: center;
  }


#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29777a45-ee89-4ee9-bce1-b662c2bc69f8-root {
    text-align: center;
  }


#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29777a45-ee89-4ee9-bce1-b662c2bc69f8-root {
    text-align: center;
  }


#s-29777a45-ee89-4ee9-bce1-b662c2bc69f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-6cd97a01-bd22-4ce6-8724-c4515943dc81 {
  min-height: 450px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6cd97a01-bd22-4ce6-8724-c4515943dc81 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-6cd97a01-bd22-4ce6-8724-c4515943dc81 {
  min-height: 350px;
}
}







#s-6cd97a01-bd22-4ce6-8724-c4515943dc81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cd97a01-bd22-4ce6-8724-c4515943dc81.shg-box.shg-c {
  justify-content: center;
}

#s-1df0b09e-8383-490d-bb43-f6cb449c8022 {
  margin-left: 10px;
margin-right: 10px;
}
@media (max-width: 767px){#s-1df0b09e-8383-490d-bb43-f6cb449c8022 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df0b09e-8383-490d-bb43-f6cb449c8022"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e34024ed-2202-4dce-98e7-22fe11f34222 {
  text-align: center;
}







  #s-e34024ed-2202-4dce-98e7-22fe11f34222 img.shogun-image {
    

    
    
    
  }


#s-e34024ed-2202-4dce-98e7-22fe11f34222 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfc86229-92f3-4490-957e-e1094609adfd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-dfc86229-92f3-4490-957e-e1094609adfd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfc86229-92f3-4490-957e-e1094609adfd:active {background-color: rgba(255, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dfc86229-92f3-4490-957e-e1094609adfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfc86229-92f3-4490-957e-e1094609adfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfc86229-92f3-4490-957e-e1094609adfd {
  
}
}@media (max-width: 767px){#s-dfc86229-92f3-4490-957e-e1094609adfd {
  
}
}

  #s-dfc86229-92f3-4490-957e-e1094609adfd-root {
    text-align: center;
  }


#s-dfc86229-92f3-4490-957e-e1094609adfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfc86229-92f3-4490-957e-e1094609adfd-root {
    text-align: center;
  }


#s-dfc86229-92f3-4490-957e-e1094609adfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfc86229-92f3-4490-957e-e1094609adfd-root {
    text-align: center;
  }


#s-dfc86229-92f3-4490-957e-e1094609adfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfc86229-92f3-4490-957e-e1094609adfd-root {
    text-align: center;
  }


#s-dfc86229-92f3-4490-957e-e1094609adfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfc86229-92f3-4490-957e-e1094609adfd-root {
    text-align: center;
  }


#s-dfc86229-92f3-4490-957e-e1094609adfd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5fb45123-816b-4917-8341-0489091ff383 {
  background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-5fb45123-816b-4917-8341-0489091ff383 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fb45123-816b-4917-8341-0489091ff383 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fb45123-816b-4917-8341-0489091ff383 {
  
}
}@media (max-width: 767px){#s-5fb45123-816b-4917-8341-0489091ff383 {
  
}
}
@media (min-width: 0px) {
[id="s-5fb45123-816b-4917-8341-0489091ff383"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fb45123-816b-4917-8341-0489091ff383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5fb45123-816b-4917-8341-0489091ff383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fb45123-816b-4917-8341-0489091ff383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5fb45123-816b-4917-8341-0489091ff383"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ecbbe07-97cf-4ed4-bdb1-1dee5e7b91de {
  text-align: center;
}







  #s-7ecbbe07-97cf-4ed4-bdb1-1dee5e7b91de img.shogun-image {
    

    
    
    
  }


#s-7ecbbe07-97cf-4ed4-bdb1-1dee5e7b91de .shogun-image-content {
  
    align-items: center;
  
}

#s-b153473b-2acf-4d6c-b291-cb346b6f875c {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b153473b-2acf-4d6c-b291-cb346b6f875c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b153473b-2acf-4d6c-b291-cb346b6f875c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b153473b-2acf-4d6c-b291-cb346b6f875c {
  
}
}@media (max-width: 767px){#s-b153473b-2acf-4d6c-b291-cb346b6f875c {
  
}
}
#s-b153473b-2acf-4d6c-b291-cb346b6f875c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-379e7770-f233-4243-ac1f-0906f79c43bc {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-379e7770-f233-4243-ac1f-0906f79c43bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-379e7770-f233-4243-ac1f-0906f79c43bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-379e7770-f233-4243-ac1f-0906f79c43bc {
  
}
}@media (max-width: 767px){#s-379e7770-f233-4243-ac1f-0906f79c43bc {
  
}
}
#s-e4005110-15dd-44b7-91c8-90d0f2c0d1dd {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-e4005110-15dd-44b7-91c8-90d0f2c0d1dd .shogun-icon-wrapper {
  text-align: center;
}


#s-e4005110-15dd-44b7-91c8-90d0f2c0d1dd .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7f645f14-3576-491a-b6d5-a231acdb48a0 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f645f14-3576-491a-b6d5-a231acdb48a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7 {
  border-style: solid;
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: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7 {
  
}
}@media (max-width: 767px){#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7 {
  
}
}

  #s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7-root {
    text-align: center;
  }


#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7-root {
    text-align: center;
  }


#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7-root {
    text-align: center;
  }


#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7-root {
    text-align: center;
  }


#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7-root {
    text-align: center;
  }


#s-54f2cf92-7f1b-4630-b547-6a3a4ce0a7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-45c0d841-9ec6-40f2-b25d-597198d03036 {
  background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-45c0d841-9ec6-40f2-b25d-597198d03036 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45c0d841-9ec6-40f2-b25d-597198d03036 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45c0d841-9ec6-40f2-b25d-597198d03036 {
  
}
}@media (max-width: 767px){#s-45c0d841-9ec6-40f2-b25d-597198d03036 {
  
}
}
@media (min-width: 0px) {
[id="s-45c0d841-9ec6-40f2-b25d-597198d03036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45c0d841-9ec6-40f2-b25d-597198d03036"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45c0d841-9ec6-40f2-b25d-597198d03036"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45c0d841-9ec6-40f2-b25d-597198d03036"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-45c0d841-9ec6-40f2-b25d-597198d03036"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 {
  
}
}@media (max-width: 767px){#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 {
  
}
}
#s-6d24ec7c-1bde-4fcc-894a-92f6ca6b5c21 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-1e2224ff-5abd-4958-b4c2-34ced153e5ae {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-1e2224ff-5abd-4958-b4c2-34ced153e5ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e2224ff-5abd-4958-b4c2-34ced153e5ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e2224ff-5abd-4958-b4c2-34ced153e5ae {
  
}
}@media (max-width: 767px){#s-1e2224ff-5abd-4958-b4c2-34ced153e5ae {
  
}
}
#s-27195a35-f17d-4cbc-a23d-d9327761bc16 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-27195a35-f17d-4cbc-a23d-d9327761bc16 .shogun-icon-wrapper {
  text-align: center;
}


#s-27195a35-f17d-4cbc-a23d-d9327761bc16 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ae02611a-0017-4d75-aac4-8d16741d1413 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ae02611a-0017-4d75-aac4-8d16741d1413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-32eccd92-ddc8-4149-b201-d552fa761996 {
  border-style: solid;
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: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-32eccd92-ddc8-4149-b201-d552fa761996:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-32eccd92-ddc8-4149-b201-d552fa761996:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-32eccd92-ddc8-4149-b201-d552fa761996 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32eccd92-ddc8-4149-b201-d552fa761996 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32eccd92-ddc8-4149-b201-d552fa761996 {
  
}
}@media (max-width: 767px){#s-32eccd92-ddc8-4149-b201-d552fa761996 {
  
}
}

  #s-32eccd92-ddc8-4149-b201-d552fa761996-root {
    text-align: center;
  }


#s-32eccd92-ddc8-4149-b201-d552fa761996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-32eccd92-ddc8-4149-b201-d552fa761996-root {
    text-align: center;
  }


#s-32eccd92-ddc8-4149-b201-d552fa761996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32eccd92-ddc8-4149-b201-d552fa761996-root {
    text-align: center;
  }


#s-32eccd92-ddc8-4149-b201-d552fa761996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32eccd92-ddc8-4149-b201-d552fa761996-root {
    text-align: center;
  }


#s-32eccd92-ddc8-4149-b201-d552fa761996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-32eccd92-ddc8-4149-b201-d552fa761996-root {
    text-align: center;
  }


#s-32eccd92-ddc8-4149-b201-d552fa761996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0708c307-23b8-44d8-820c-7fc81e748775 {
  text-align: center;
}







  #s-0708c307-23b8-44d8-820c-7fc81e748775 img.shogun-image {
    

    
    
    
  }


#s-0708c307-23b8-44d8-820c-7fc81e748775 .shogun-image-content {
  
    align-items: center;
  
}

#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 470px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  min-height: 460px;
}
}
#s-e365ee79-8172-4dbe-92ed-0db313c1b495 {
  background-image: url(https://i.shgcdn.com/0409d83a-95dd-4918-a19c-0f29c180a204/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e365ee79-8172-4dbe-92ed-0db313c1b495 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e365ee79-8172-4dbe-92ed-0db313c1b495.shg-box.shg-c {
  justify-content: center;
}

#s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee37c4f8-3230-4b55-a1f2-ab4481ac2ac8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f36cb83f-567c-481e-b435-0cf10d699faf {
  margin-top: 0px;
text-align: center;
}







  #s-f36cb83f-567c-481e-b435-0cf10d699faf img.shogun-image {
    

    
    
    
  }


#s-f36cb83f-567c-481e-b435-0cf10d699faf .shogun-image-content {
  
    align-items: center;
  
}

#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 55, 40, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(206, 55, 40, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(206, 55, 40, 0.7) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(206, 55, 40, 0.7) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5:active {background-color: rgba(206, 55, 40, 0.7) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5 {
  margin-top: 10px;
}
}

  #s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5-root {
    text-align: center;
  }


#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5-root {
    text-align: center;
  }


#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5-root {
    text-align: center;
  }


#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5-root {
    text-align: center;
  }


#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5-root {
    text-align: center;
  }


#s-a87d0962-d7ae-427b-9efb-3eb847a1a3a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a334f7f6-7e88-48f2-b66d-f997e4aa80c3 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 0px;
background-color: rgba(89, 188, 183, 1);
}








#s-a334f7f6-7e88-48f2-b66d-f997e4aa80c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a334f7f6-7e88-48f2-b66d-f997e4aa80c3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0eb0a937-b923-4016-bace-0ecf9fe6dc87 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-0eb0a937-b923-4016-bace-0ecf9fe6dc87 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-0eb0a937-b923-4016-bace-0ecf9fe6dc87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0eb0a937-b923-4016-bace-0ecf9fe6dc87.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3494c463-f4b1-4b6d-9d55-d85b0755e1e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 0px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-3494c463-f4b1-4b6d-9d55-d85b0755e1e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0em);
}

}

@media (min-width: 768px) {
[id="s-3494c463-f4b1-4b6d-9d55-d85b0755e1e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-3494c463-f4b1-4b6d-9d55-d85b0755e1e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-3494c463-f4b1-4b6d-9d55-d85b0755e1e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0em);
}

}

#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(118, 34, 131, 1);
letter-spacing: 1px;
}
#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7-root {
    text-align: center;
  }


#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7-root {
    text-align: center;
  }


#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7-root {
    text-align: center;
  }


#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7-root {
    text-align: center;
  }


#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7-root {
    text-align: center;
  }


#s-92f1f580-aa1e-4f2b-93eb-649c9b8618f7.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(118, 34, 131, 1);
letter-spacing: 1px;
}
#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc-root {
    text-align: center;
  }


#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc-root {
    text-align: center;
  }


#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc-root {
    text-align: center;
  }


#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc-root {
    text-align: center;
  }


#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc-root {
    text-align: center;
  }


#s-9da7a78c-b5e6-41a0-aec5-c2c146eedfcc.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(118, 34, 131, 1);
letter-spacing: 1px;
}
#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0-root {
    text-align: center;
  }


#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0-root {
    text-align: center;
  }


#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0-root {
    text-align: center;
  }


#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0-root {
    text-align: center;
  }


#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0-root {
    text-align: center;
  }


#s-0fcc1a70-6528-42e4-920a-406cf2d2a4f0.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
line-height: 1.25em;
background-image: none;
hover-type: color;
color: rgba(118, 34, 131, 1);
letter-spacing: 1px;
}
#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c-root {
    text-align: center;
  }


#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c-root {
    text-align: center;
  }


#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c-root {
    text-align: center;
  }


#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c-root {
    text-align: center;
  }


#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c-root {
    text-align: center;
  }


#s-7f85dc4e-4fba-4c9b-92de-01e51dcd058c.shg-btn {
  color: rgba(118, 34, 131, 1);
  font-size: 24px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-8ddd0d5c-50e8-4774-a053-56ac710282bc {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-8ddd0d5c-50e8-4774-a053-56ac710282bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ddd0d5c-50e8-4774-a053-56ac710282bc.shg-box.shg-c {
  justify-content: center;
}

#s-9ffeba9e-c20b-41c6-98f5-6f4aa4a70fb5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1050px;
}








#s-9ffeba9e-c20b-41c6-98f5-6f4aa4a70fb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ffeba9e-c20b-41c6-98f5-6f4aa4a70fb5.shg-box.shg-c {
  justify-content: center;
}

#s-b5d56449-2545-4dd7-98b0-89e57d60b2bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b5d56449-2545-4dd7-98b0-89e57d60b2bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5d56449-2545-4dd7-98b0-89e57d60b2bf.shg-box.shg-c {
  justify-content: center;
}

#s-02004b6d-1ef1-49a3-aeed-9bcd49f9080e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: -50px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-e404fa6c-4250-447a-9a9a-8f57cb213f92 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a0cc751d-a497-471c-8c64-e77190a76ad9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a0cc751d-a497-471c-8c64-e77190a76ad9 {
  
}
}







#s-a0cc751d-a497-471c-8c64-e77190a76ad9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0cc751d-a497-471c-8c64-e77190a76ad9.shg-box.shg-c {
  justify-content: center;
}

#s-f0e729fc-20de-4cca-ad8f-f57d17e83d53 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f0e729fc-20de-4cca-ad8f-f57d17e83d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0e729fc-20de-4cca-ad8f-f57d17e83d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0e729fc-20de-4cca-ad8f-f57d17e83d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0e729fc-20de-4cca-ad8f-f57d17e83d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64342d28-b0cd-45e3-b466-ccb6e69efff7 {
  min-height: 50px;
}








#s-64342d28-b0cd-45e3-b466-ccb6e69efff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64342d28-b0cd-45e3-b466-ccb6e69efff7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a5f48ada-3c21-4067-8c5d-e674aae8b0c6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a5f48ada-3c21-4067-8c5d-e674aae8b0c6 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a5f48ada-3c21-4067-8c5d-e674aae8b0c6 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-24694289-127e-462e-8238-813edf217ad7 {
  min-height: 50px;
}








#s-24694289-127e-462e-8238-813edf217ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24694289-127e-462e-8238-813edf217ad7.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-24694289-127e-462e-8238-813edf217ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24694289-127e-462e-8238-813edf217ad7.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-8aaf7fd3-4b22-41e1-9ebb-30cd351cd0da {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8aaf7fd3-4b22-41e1-9ebb-30cd351cd0da .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-8aaf7fd3-4b22-41e1-9ebb-30cd351cd0da .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-8aaf7fd3-4b22-41e1-9ebb-30cd351cd0da .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-8aaf7fd3-4b22-41e1-9ebb-30cd351cd0da .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-542d6b5c-47c7-4030-ac9e-910c5032d6cc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-542d6b5c-47c7-4030-ac9e-910c5032d6cc {
  
}
}
#s-542d6b5c-47c7-4030-ac9e-910c5032d6cc .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-542d6b5c-47c7-4030-ac9e-910c5032d6cc .shg-sld-nav-button.shg-sld-left,
#s-542d6b5c-47c7-4030-ac9e-910c5032d6cc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-df1ba6aa-3741-4d89-80bd-57e913a8b0dd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-df1ba6aa-3741-4d89-80bd-57e913a8b0dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-df1ba6aa-3741-4d89-80bd-57e913a8b0dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-df1ba6aa-3741-4d89-80bd-57e913a8b0dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-97d8690c-7a67-4922-b64e-7074863aaf11 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  max-width:  100%;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom,
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  max-width:  100%;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom,
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  max-width:  100%;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom,
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  max-width:  100%;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom,
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e {
  max-width:  100%;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom,
.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30d66ce-1768-4aab-9851-1dbefbd5748e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-32005b8c-84cb-4052-830b-d0b2a93a5b93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-32005b8c-84cb-4052-830b-d0b2a93a5b93 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-4849ccff-43a5-40fd-932e-9b6b5652e137"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4849ccff-43a5-40fd-932e-9b6b5652e137"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4849ccff-43a5-40fd-932e-9b6b5652e137"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4849ccff-43a5-40fd-932e-9b6b5652e137"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ee4fc73b-b5a7-404d-84b4-5ffd59451ff2 {
  margin-left: auto;
margin-right: auto;
}

#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  max-width:  100%;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom,
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  max-width:  100%;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom,
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  max-width:  100%;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom,
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  max-width:  100%;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom,
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 {
  max-width:  100%;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom,
.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cab5d1ed-e8ba-48e0-bb15-ea046d6d4f53 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8ac3331-5a9a-4aa6-ad50-931f5562b9fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-c8ac3331-5a9a-4aa6-ad50-931f5562b9fb .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-d6760eb1-4525-4ee5-892c-b576fe1e89b8 {
  margin-left: auto;
margin-right: auto;
}

#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  max-width:  100%;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom,
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  max-width:  100%;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom,
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  max-width:  100%;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom,
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  max-width:  100%;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom,
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 {
  max-width:  100%;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom,
.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586f81c5-f8f9-4aa6-832e-7766c48e3685 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9e60dcc5-772d-42d7-8b6e-88a6d2b3e58b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-9e60dcc5-772d-42d7-8b6e-88a6d2b3e58b .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-331f3fcd-9226-47e4-b9b1-85503d53d26f {
  margin-left: auto;
margin-right: auto;
}

#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  max-width:  100%;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom,
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  max-width:  100%;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom,
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  max-width:  100%;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom,
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  max-width:  100%;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom,
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 {
  max-width:  100%;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom,
.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ba2d293-439e-4654-97e5-9a67aa673722 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dd925902-80aa-47ac-891c-06fd470ba1b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-dd925902-80aa-47ac-891c-06fd470ba1b1 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-a480c568-22f7-4133-aaff-ab49f40c3952 {
  margin-left: auto;
margin-right: auto;
}

#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  max-width:  100%;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom,
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  max-width:  100%;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom,
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  max-width:  100%;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom,
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  max-width:  100%;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom,
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 {
  max-width:  100%;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom,
.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b579f8cf-b8bd-4695-b5f2-7c823d4fd1b0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0d9bc2c6-166a-4ea3-b9b1-9ab69e889b52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-0d9bc2c6-166a-4ea3-b9b1-9ab69e889b52 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-16a66a1f-8020-4c5c-b0a4-a2bc35d46084"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-16a66a1f-8020-4c5c-b0a4-a2bc35d46084"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-16a66a1f-8020-4c5c-b0a4-a2bc35d46084"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-16a66a1f-8020-4c5c-b0a4-a2bc35d46084"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-95790c72-4e23-47c4-8bc9-ba7ff31a8720 {
  margin-left: auto;
margin-right: auto;
}

#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  max-width:  100%;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom,
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  max-width:  100%;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom,
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  max-width:  100%;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom,
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  max-width:  100%;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom,
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 {
  max-width:  100%;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom,
.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc1c26b-d40a-48b9-8d45-92d67bf92896 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-671a7e10-b29f-4019-9993-750d7380282a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-671a7e10-b29f-4019-9993-750d7380282a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-69827d05-fb40-48de-8e54-0a51b292feb8 {
  margin-left: auto;
margin-right: auto;
}

#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  max-width:  100%;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom,
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  max-width:  100%;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom,
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  max-width:  100%;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom,
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  max-width:  100%;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom,
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc {
  max-width:  100%;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom,
.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32e5f710-df47-4741-93af-cf89ebfe0dfc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ac526617-c35a-4e54-bb6b-6335ed7b106c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-ac526617-c35a-4e54-bb6b-6335ed7b106c .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-e0f22b2c-1517-43e7-ad68-4eddda2bc798 {
  margin-left: auto;
margin-right: auto;
}

#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  max-width:  100%;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom,
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  max-width:  100%;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom,
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  max-width:  100%;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom,
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  max-width:  100%;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom,
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 {
  max-width:  100%;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom,
.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c98b36-ac74-4f51-9f30-0d6cfe03dbd4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5e9dc97a-7fa9-410e-8935-5f6d462f5a41 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-5e9dc97a-7fa9-410e-8935-5f6d462f5a41 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-9c78864a-430f-4bbb-bd61-74f074d4d648 {
  margin-left: auto;
margin-right: auto;
}

#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  max-width:  100%;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom,
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  max-width:  100%;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom,
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  max-width:  100%;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom,
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  max-width:  100%;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom,
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc {
  max-width:  100%;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom,
.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc05c1e-8303-41e5-a2bc-f0b5bb9591bc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b026d5a3-ce38-4dcc-a01d-0f2155731011 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-b026d5a3-ce38-4dcc-a01d-0f2155731011 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-078c883f-f90f-4d1d-b53c-952fcab36e92"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-078c883f-f90f-4d1d-b53c-952fcab36e92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-078c883f-f90f-4d1d-b53c-952fcab36e92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-078c883f-f90f-4d1d-b53c-952fcab36e92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2efed6cf-8f18-4eed-9658-2f34ed4be93f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  max-width:  100%;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom,
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  max-width:  100%;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom,
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  max-width:  100%;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom,
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  max-width:  100%;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom,
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b {
  max-width:  100%;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom,
.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6f3aae0-4d8f-42e8-93ec-c7fe817d409b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1d35ffc-a540-4c1a-af91-02567b0c0ee0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-f1d35ffc-a540-4c1a-af91-02567b0c0ee0 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-28c68e30-3a24-484e-911f-9be96847a7d6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  max-width:  100%;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom,
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  max-width:  100%;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom,
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  max-width:  100%;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom,
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  max-width:  100%;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom,
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd {
  max-width:  100%;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom,
.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-266392a3-5eae-4e3a-a3ab-8bb5e879fccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5852cc9e-143e-4b56-b5af-a506b95a903a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-5852cc9e-143e-4b56-b5af-a506b95a903a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-60da1f69-a31a-4222-bf05-ec2fdfdc0df3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  max-width:  100%;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom,
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  max-width:  100%;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom,
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  max-width:  100%;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom,
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  max-width:  100%;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom,
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 {
  max-width:  100%;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom,
.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25ac43f8-4f84-42b5-92ff-0b56bbcc4241 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b962fee0-aa7a-485c-9836-9de54f0326f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-b962fee0-aa7a-485c-9836-9de54f0326f6 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-993cd5a9-473c-49f1-8a43-2d9aaf2afacd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  max-width:  100%;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom,
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  max-width:  100%;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom,
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  max-width:  100%;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom,
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  max-width:  100%;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom,
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 {
  max-width:  100%;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom,
.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe494c07-7a5a-4649-ad9e-76453a8719c4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-15c05a5e-0aa8-4976-ac8f-9c5c9871483f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-15c05a5e-0aa8-4976-ac8f-9c5c9871483f .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-ecd56fe9-3960-4264-b885-3c456c9ff128 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
min-height: 50px;
max-width: 1050px;
}
@media (max-width: 767px){#s-ecd56fe9-3960-4264-b885-3c456c9ff128 {
  
}
}







#s-ecd56fe9-3960-4264-b885-3c456c9ff128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecd56fe9-3960-4264-b885-3c456c9ff128.shg-box.shg-c {
  justify-content: center;
}

#s-01c29f75-def4-41f9-a3f6-506a0cef8592 {
  min-height: 50px;
}








#s-01c29f75-def4-41f9-a3f6-506a0cef8592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01c29f75-def4-41f9-a3f6-506a0cef8592.shg-box.shg-c {
  justify-content: center;
}

#s-9768e686-1958-4853-a9dd-0df65d0caaf2 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9768e686-1958-4853-a9dd-0df65d0caaf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9768e686-1958-4853-a9dd-0df65d0caaf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9768e686-1958-4853-a9dd-0df65d0caaf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9768e686-1958-4853-a9dd-0df65d0caaf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2ba562c-e019-41dd-b1e5-c739d08ec494 {
  min-height: 50px;
}








#s-a2ba562c-e019-41dd-b1e5-c739d08ec494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2ba562c-e019-41dd-b1e5-c739d08ec494.shg-box.shg-c {
  justify-content: flex-end;
}

#s-12268c4d-8e47-4554-b80e-8fdfca26538c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12268c4d-8e47-4554-b80e-8fdfca26538c .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


#s-12268c4d-8e47-4554-b80e-8fdfca26538c .shogun-heading-component h1 a {
  color: rgba(114, 34, 130, 1);
}

@media (max-width: 767px){#s-12268c4d-8e47-4554-b80e-8fdfca26538c .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


#s-12268c4d-8e47-4554-b80e-8fdfca26538c .shogun-heading-component h1 a {
  color: rgba(114, 34, 130, 1);
}

}
#s-ea6f01e0-9e52-475d-a7aa-6e0d3ed73bbc {
  min-height: 50px;
}








#s-ea6f01e0-9e52-475d-a7aa-6e0d3ed73bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea6f01e0-9e52-475d-a7aa-6e0d3ed73bbc.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-ea6f01e0-9e52-475d-a7aa-6e0d3ed73bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea6f01e0-9e52-475d-a7aa-6e0d3ed73bbc.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-e1a2313b-2db3-4b0d-9704-30959efdd280 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e1a2313b-2db3-4b0d-9704-30959efdd280 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-e1a2313b-2db3-4b0d-9704-30959efdd280 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-e1a2313b-2db3-4b0d-9704-30959efdd280 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-e1a2313b-2db3-4b0d-9704-30959efdd280 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-b71cd775-cddc-4518-ae41-4aad7131cbc1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b71cd775-cddc-4518-ae41-4aad7131cbc1 {
  
}
}
#s-b71cd775-cddc-4518-ae41-4aad7131cbc1 .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-b71cd775-cddc-4518-ae41-4aad7131cbc1 .shg-sld-nav-button.shg-sld-left,
#s-b71cd775-cddc-4518-ae41-4aad7131cbc1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-045a8914-8402-43a3-8d40-db60f989e3e2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-045a8914-8402-43a3-8d40-db60f989e3e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-045a8914-8402-43a3-8d40-db60f989e3e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-045a8914-8402-43a3-8d40-db60f989e3e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f0079a69-f9f5-4945-a0ac-09e809638e09 {
  margin-left: auto;
margin-right: auto;
}

#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  max-width:  100%;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom,
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  max-width:  100%;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom,
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  max-width:  100%;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom,
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  max-width:  100%;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom,
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 {
  max-width:  100%;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom,
.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ccaac007-ba27-4b7e-99a8-7e520ec1b826 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ffa9284d-3bae-48d4-bf87-957f47a684e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-ffa9284d-3bae-48d4-bf87-957f47a684e9 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-596a7a0e-6070-4a75-88a4-bb710e9d6510 {
  margin-left: auto;
margin-right: auto;
}

#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  max-width:  100%;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom,
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  max-width:  100%;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom,
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  max-width:  100%;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom,
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  max-width:  100%;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom,
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 {
  max-width:  100%;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom,
.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50247afa-d58a-41da-9bf5-ce9e4e4cbc43 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-13f75027-5b03-49d0-a9a8-1f23dec27158 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-13f75027-5b03-49d0-a9a8-1f23dec27158 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-08d9170c-c202-4bd1-b174-7c909321036c {
  margin-left: auto;
margin-right: auto;
}

#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  max-width:  100%;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom,
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  max-width:  100%;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom,
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  max-width:  100%;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom,
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  max-width:  100%;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom,
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 {
  max-width:  100%;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom,
.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e159e9-50b4-4f69-a6a0-6c143a370120 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-629f72dd-3be0-419c-9ba3-fba5e3c64dea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-629f72dd-3be0-419c-9ba3-fba5e3c64dea .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-df013396-c755-472a-920e-96a05ec37664"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-df013396-c755-472a-920e-96a05ec37664"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-df013396-c755-472a-920e-96a05ec37664"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-df013396-c755-472a-920e-96a05ec37664"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a7ef0e7b-7617-4be5-9afa-fe8ccee64a64 {
  margin-left: auto;
margin-right: auto;
}

#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  max-width:  100%;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom,
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  max-width:  100%;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom,
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  max-width:  100%;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom,
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  max-width:  100%;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom,
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 {
  max-width:  100%;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom,
.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-85a698c1-d0b0-45ce-8874-bfcf82d82442 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e42968cb-8fe5-441c-b7ef-596938972634 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-e42968cb-8fe5-441c-b7ef-596938972634 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-0fc762d6-db91-4775-877a-f2ed0ae4b223 {
  margin-left: auto;
margin-right: auto;
}

#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  max-width:  100%;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom,
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  max-width:  100%;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom,
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  max-width:  100%;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom,
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  max-width:  100%;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom,
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee {
  max-width:  100%;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom,
.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e638819-85b3-4b89-85f9-5aff098c22ee img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4b63475d-fd31-413b-9121-9723fcdd1d8d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-4b63475d-fd31-413b-9121-9723fcdd1d8d .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-969d4de2-db97-4df9-a814-bb3330c13d65 {
  margin-left: auto;
margin-right: auto;
}

#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  max-width:  100%;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom,
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  max-width:  100%;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom,
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  max-width:  100%;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom,
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  max-width:  100%;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom,
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 {
  max-width:  100%;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom,
.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a80995c0-23fc-4b62-bd00-f7273c629289 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bb96800d-47ef-4951-8e3a-9dbbfb47e0bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-bb96800d-47ef-4951-8e3a-9dbbfb47e0bc .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-764e7973-535a-49b5-b6ba-ae7464f9c298 {
  margin-left: auto;
margin-right: auto;
}

#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  max-width:  100%;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom,
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  max-width:  100%;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom,
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  max-width:  100%;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom,
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  max-width:  100%;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom,
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 {
  max-width:  100%;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom,
.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eb504b9-2f97-43eb-95cf-3bda67561f28 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38b33280-b323-4d82-875c-1f9d53231612 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-38b33280-b323-4d82-875c-1f9d53231612 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-08d3fc5d-40cb-4f50-aa4e-b324c987f07c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-08d3fc5d-40cb-4f50-aa4e-b324c987f07c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-08d3fc5d-40cb-4f50-aa4e-b324c987f07c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-08d3fc5d-40cb-4f50-aa4e-b324c987f07c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4380f53b-c7e4-48a9-b8a2-7d8c581e61eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  max-width:  100%;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom,
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  max-width:  100%;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom,
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  max-width:  100%;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom,
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  max-width:  100%;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom,
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 {
  max-width:  100%;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom,
.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fc04901-cc8f-4c18-89fc-917d9c61c628 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7337a591-b925-4fd9-8c5a-5a4a906c7cca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-7337a591-b925-4fd9-8c5a-5a4a906c7cca .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-bb0e87b3-bcdc-4a58-97f1-640af0685e7f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7408ebab-f38a-4336-9a11-375126187b20 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 {
  max-width:  100%;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom,
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 {
  max-width:  100%;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom,
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 {
  max-width:  100%;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom,
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 {
  max-width:  100%;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom,
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 {
  max-width:  100%;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom,
.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7408ebab-f38a-4336-9a11-375126187b20 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-958b03e5-0de6-476f-9174-3363129030f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-958b03e5-0de6-476f-9174-3363129030f6 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-5bf003aa-ce1e-4ecc-9d6a-3f870b96e6fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  max-width:  100%;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom,
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  max-width:  100%;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom,
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  max-width:  100%;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom,
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  max-width:  100%;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom,
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 {
  max-width:  100%;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom,
.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2105904-fdee-4d51-9a47-b5263ddbdad5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b5687404-02c0-4882-968e-6eb5c01febbc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-b5687404-02c0-4882-968e-6eb5c01febbc .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-012e9b41-5a4b-4593-9f18-4ba0f9ec7d93 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  max-width:  100%;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom,
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  max-width:  100%;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom,
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  max-width:  100%;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom,
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  max-width:  100%;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom,
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d {
  max-width:  100%;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom,
.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9393dbd1-fc7b-4333-80e1-daf4766e241d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bbbabeb6-a07b-4725-aefb-a27fb5d93f20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-bbbabeb6-a07b-4725-aefb-a27fb5d93f20 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-10a140e5-5621-40b5-a227-3bd40d2d059c {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1050px;
}
@media (max-width: 767px){#s-10a140e5-5621-40b5-a227-3bd40d2d059c {
  
}
}







#s-10a140e5-5621-40b5-a227-3bd40d2d059c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10a140e5-5621-40b5-a227-3bd40d2d059c.shg-box.shg-c {
  justify-content: center;
}

#s-cff69085-abc6-445a-aae7-c9cd000658da {
  min-height: 50px;
}








#s-cff69085-abc6-445a-aae7-c9cd000658da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cff69085-abc6-445a-aae7-c9cd000658da.shg-box.shg-c {
  justify-content: center;
}

#s-8cc348ca-e49c-4447-9425-fe2df254b2de {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8cc348ca-e49c-4447-9425-fe2df254b2de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cc348ca-e49c-4447-9425-fe2df254b2de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cc348ca-e49c-4447-9425-fe2df254b2de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cc348ca-e49c-4447-9425-fe2df254b2de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73e29d7f-d9ae-490c-8e55-1c58af5cf828 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-73e29d7f-d9ae-490c-8e55-1c58af5cf828 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


#s-73e29d7f-d9ae-490c-8e55-1c58af5cf828 .shogun-heading-component h1 a {
  color: rgba(114, 34, 130, 1);
}

@media (max-width: 767px){#s-73e29d7f-d9ae-490c-8e55-1c58af5cf828 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


#s-73e29d7f-d9ae-490c-8e55-1c58af5cf828 .shogun-heading-component h1 a {
  color: rgba(114, 34, 130, 1);
}

}
#s-5e24d4d9-9b24-4c84-bf82-962a6be9e303 {
  min-height: 50px;
}








#s-5e24d4d9-9b24-4c84-bf82-962a6be9e303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e24d4d9-9b24-4c84-bf82-962a6be9e303.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-5e24d4d9-9b24-4c84-bf82-962a6be9e303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e24d4d9-9b24-4c84-bf82-962a6be9e303.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-db36f1c6-0b65-4d42-a3f4-c7dfede826b0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db36f1c6-0b65-4d42-a3f4-c7dfede826b0 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-db36f1c6-0b65-4d42-a3f4-c7dfede826b0 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-db36f1c6-0b65-4d42-a3f4-c7dfede826b0 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-db36f1c6-0b65-4d42-a3f4-c7dfede826b0 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-743c8169-70c4-4aa0-beae-44c966376f37 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-743c8169-70c4-4aa0-beae-44c966376f37 {
  
}
}
#s-743c8169-70c4-4aa0-beae-44c966376f37 .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-743c8169-70c4-4aa0-beae-44c966376f37 .shg-sld-nav-button.shg-sld-left,
#s-743c8169-70c4-4aa0-beae-44c966376f37 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-96693905-7555-4490-b74e-32d285c56987"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-96693905-7555-4490-b74e-32d285c56987"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-96693905-7555-4490-b74e-32d285c56987"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-96693905-7555-4490-b74e-32d285c56987"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a5ac9aa9-bd0f-4c1f-a6ff-62c5eb79953b {
  margin-left: auto;
margin-right: auto;
}

#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  max-width:  100%;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom,
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  max-width:  100%;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom,
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  max-width:  100%;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom,
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  max-width:  100%;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom,
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff {
  max-width:  100%;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom,
.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2591dc-3e82-4277-8b15-d342d5d35dff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dbb14bd9-e07b-41ea-b78d-248f22047afe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-dbb14bd9-e07b-41ea-b78d-248f22047afe .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-a94d2833-b892-42c8-ba52-925927044cfc {
  margin-left: auto;
margin-right: auto;
}

#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  max-width:  100%;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom,
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  max-width:  100%;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom,
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  max-width:  100%;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom,
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  max-width:  100%;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom,
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 {
  max-width:  100%;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom,
.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51da84f0-3e36-4257-9000-5387cbe3bd98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0497b3c9-2f56-4d21-91fb-573661cd7c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-0497b3c9-2f56-4d21-91fb-573661cd7c66 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-3517c17a-6962-49dc-97ff-5990d4e569df"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3517c17a-6962-49dc-97ff-5990d4e569df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3517c17a-6962-49dc-97ff-5990d4e569df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3517c17a-6962-49dc-97ff-5990d4e569df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b8ec223c-1635-41e4-a9bb-fb7faa160070 {
  margin-left: auto;
margin-right: auto;
}

#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  max-width:  100%;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom,
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  max-width:  100%;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom,
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  max-width:  100%;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom,
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  max-width:  100%;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom,
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e {
  max-width:  100%;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom,
.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c0f7566-fc7a-4982-9838-9d7225a3040e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c3409597-29fc-4cf3-8faf-7934f12cbce5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-c3409597-29fc-4cf3-8faf-7934f12cbce5 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-3cdd2b5b-e9be-4d80-981d-4bdd05d3fcfc {
  margin-left: auto;
margin-right: auto;
}

#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  max-width:  100%;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom,
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  max-width:  100%;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom,
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  max-width:  100%;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom,
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  max-width:  100%;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom,
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e {
  max-width:  100%;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom,
.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc1b8b2-076f-44dd-9457-6bdff434995e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e6cfc040-7c4e-4bef-a925-4e2e38645e07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-e6cfc040-7c4e-4bef-a925-4e2e38645e07 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-31738b05-168c-4ad0-96bf-34965ab3c799 {
  margin-left: auto;
margin-right: auto;
}

#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  max-width:  100%;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom,
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  max-width:  100%;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom,
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  max-width:  100%;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom,
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  max-width:  100%;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom,
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f {
  max-width:  100%;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom,
.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4736fc85-cdfb-430e-9d50-11b174c2e82f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d0cc8cd-38d5-49d1-ade1-02503c86297a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-5d0cc8cd-38d5-49d1-ade1-02503c86297a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-0ce8a615-6352-48f4-a01c-bd675b73aaab {
  margin-left: auto;
margin-right: auto;
}

#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  max-width:  100%;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom,
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  max-width:  100%;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom,
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  max-width:  100%;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom,
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  max-width:  100%;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom,
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 {
  max-width:  100%;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom,
.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71b10c2b-e300-4d2d-8f8e-966a966bd360 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c9dbba97-67fd-47a1-aa7e-26d7ea787917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-c9dbba97-67fd-47a1-aa7e-26d7ea787917 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-21f9a808-47e4-4d6c-8d5e-3fdbff80ebdc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-21f9a808-47e4-4d6c-8d5e-3fdbff80ebdc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-21f9a808-47e4-4d6c-8d5e-3fdbff80ebdc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-21f9a808-47e4-4d6c-8d5e-3fdbff80ebdc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9186501a-f186-4b82-b75b-8e3091f5b813 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  max-width:  100%;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom,
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  max-width:  100%;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom,
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  max-width:  100%;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom,
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  max-width:  100%;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom,
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a {
  max-width:  100%;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom,
.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7fb65bc-1636-413b-b751-c4b89d6e777a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4f2d9dea-29b4-4465-a866-0c2322b4088f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-4f2d9dea-29b4-4465-a866-0c2322b4088f .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-89b175a6-e874-481c-8d30-64c25ee2492f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  max-width:  100%;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom,
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  max-width:  100%;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom,
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  max-width:  100%;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom,
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  max-width:  100%;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom,
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d {
  max-width:  100%;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom,
.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a52e5ca-f92d-4731-a9f6-4d42d111647d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a817d96-3dce-4b86-9530-d4166b89c755 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-7a817d96-3dce-4b86-9530-d4166b89c755 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-771dbd39-ec8b-47a4-9440-6eebea04d9f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  max-width:  100%;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom,
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  max-width:  100%;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom,
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  max-width:  100%;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom,
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  max-width:  100%;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom,
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 {
  max-width:  100%;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom,
.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5264926-dfe2-4278-b112-a1c67ed16bb6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29d8518a-485e-4fc4-a3b4-4ce9e738889a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-29d8518a-485e-4fc4-a3b4-4ce9e738889a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-45093c14-b705-4a92-95c1-063864651d3d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  max-width:  100%;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom,
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  max-width:  100%;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom,
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  max-width:  100%;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom,
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  max-width:  100%;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom,
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 {
  max-width:  100%;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom,
.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7818c99-1218-472d-adfa-9a04fba87ac4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-27a2b720-1a50-4f7b-8320-114708e999c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-27a2b720-1a50-4f7b-8320-114708e999c6 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-0883f4a0-055e-4585-8384-216b1806ccaf {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1050px;
}
@media (max-width: 767px){#s-0883f4a0-055e-4585-8384-216b1806ccaf {
  
}
}







#s-0883f4a0-055e-4585-8384-216b1806ccaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0883f4a0-055e-4585-8384-216b1806ccaf.shg-box.shg-c {
  justify-content: center;
}

#s-4fc73a74-31f9-4758-ba6d-4b4e8071dc7f {
  min-height: 50px;
}








#s-4fc73a74-31f9-4758-ba6d-4b4e8071dc7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fc73a74-31f9-4758-ba6d-4b4e8071dc7f.shg-box.shg-c {
  justify-content: center;
}

#s-96596115-493b-43cb-8df9-6ff2b9eb5c19 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-96596115-493b-43cb-8df9-6ff2b9eb5c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96596115-493b-43cb-8df9-6ff2b9eb5c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96596115-493b-43cb-8df9-6ff2b9eb5c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96596115-493b-43cb-8df9-6ff2b9eb5c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df082d95-2aa0-419f-bd21-ed0bc18d434a {
  min-height: 50px;
}








#s-df082d95-2aa0-419f-bd21-ed0bc18d434a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df082d95-2aa0-419f-bd21-ed0bc18d434a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6cadecf6-e7c3-473f-9f25-dfe81ec5db89 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6cadecf6-e7c3-473f-9f25-dfe81ec5db89 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-6cadecf6-e7c3-473f-9f25-dfe81ec5db89 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4 {
  min-height: 50px;
}








#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4 {
  cursor: pointer;
}#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4 {
  cursor: pointer;
}#s-1fb20180-2d80-4877-aa7e-f5128ba3d4b4.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-f46ed2cc-7275-42db-8b77-0bbfdf65eb50 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f46ed2cc-7275-42db-8b77-0bbfdf65eb50 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-f46ed2cc-7275-42db-8b77-0bbfdf65eb50 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-f46ed2cc-7275-42db-8b77-0bbfdf65eb50 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-f46ed2cc-7275-42db-8b77-0bbfdf65eb50 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-c9808aa7-344b-4bf7-be23-ea6c03a85977 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-c9808aa7-344b-4bf7-be23-ea6c03a85977 {
  
}
}
#s-c9808aa7-344b-4bf7-be23-ea6c03a85977 .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-c9808aa7-344b-4bf7-be23-ea6c03a85977 .shg-sld-nav-button.shg-sld-left,
#s-c9808aa7-344b-4bf7-be23-ea6c03a85977 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-81892ade-eb76-48b1-a746-fc882a609634"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-81892ade-eb76-48b1-a746-fc882a609634"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-81892ade-eb76-48b1-a746-fc882a609634"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-81892ade-eb76-48b1-a746-fc882a609634"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2bfeaf8b-3bb4-498d-a4c9-a096abd9589e {
  margin-left: auto;
margin-right: auto;
}

#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  max-width:  100%;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom,
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  max-width:  100%;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom,
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  max-width:  100%;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom,
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  max-width:  100%;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom,
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 {
  max-width:  100%;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom,
.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b32b969-3387-437a-ae20-703c61f4a8d9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c2ea482f-9b3d-479c-96d7-75ca5144ac7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-c2ea482f-9b3d-479c-96d7-75ca5144ac7e .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-1c657fab-c864-44ee-a442-f12e6738e3bb {
  margin-left: auto;
margin-right: auto;
}

#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  max-width:  100%;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom,
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  max-width:  100%;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom,
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  max-width:  100%;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom,
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  max-width:  100%;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom,
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec {
  max-width:  100%;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom,
.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f52e059b-b995-4a3d-9f49-2b6fa523b2ec img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-85be1dbe-da53-4f93-bcdd-e2d3d6c04976 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-85be1dbe-da53-4f93-bcdd-e2d3d6c04976 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-c497d67c-5c1a-4f4a-9375-e067d57b6681"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c497d67c-5c1a-4f4a-9375-e067d57b6681"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c497d67c-5c1a-4f4a-9375-e067d57b6681"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c497d67c-5c1a-4f4a-9375-e067d57b6681"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4d0ea2ae-1c55-4331-b995-679ac92cabb8 {
  margin-left: auto;
margin-right: auto;
}

#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  max-width:  100%;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom,
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  max-width:  100%;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom,
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  max-width:  100%;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom,
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  max-width:  100%;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom,
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 {
  max-width:  100%;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom,
.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e9b4475-f2f4-4d46-979c-9cb49b871589 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-42a7e9f5-ff33-49ed-afa6-d7ad0de094fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-42a7e9f5-ff33-49ed-afa6-d7ad0de094fb .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-a7b1fe91-0d90-4d8b-9c7a-3922d9cc3167 {
  margin-left: auto;
margin-right: auto;
}

#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  max-width:  100%;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom,
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  max-width:  100%;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom,
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  max-width:  100%;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom,
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  max-width:  100%;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom,
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c {
  max-width:  100%;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom,
.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e0152fb-b035-4ec9-bf37-277f5d83694c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1a2c80b3-ef49-4640-8617-9abe484ef13a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-1a2c80b3-ef49-4640-8617-9abe484ef13a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-644c31e5-fb4f-4e56-a454-24c7e16ee6ff {
  margin-left: auto;
margin-right: auto;
}

#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  max-width:  100%;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom,
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  max-width:  100%;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom,
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  max-width:  100%;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom,
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  max-width:  100%;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom,
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 {
  max-width:  100%;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom,
.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43a9fd22-cec9-481b-aa6d-d480ab2d75a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1f7df35a-1bd1-46ae-8a36-c98b95dd74e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-1f7df35a-1bd1-46ae-8a36-c98b95dd74e5 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-51f1ae6d-1ec1-4a52-baba-197fb198c46d {
  margin-left: auto;
margin-right: auto;
}

#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  max-width:  100%;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom,
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  max-width:  100%;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom,
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  max-width:  100%;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom,
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  max-width:  100%;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom,
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 {
  max-width:  100%;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom,
.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9cda9dd-e998-493f-8975-dba5a49b6235 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2f84c6a3-66b3-4543-99aa-57f30c1d8b46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-2f84c6a3-66b3-4543-99aa-57f30c1d8b46 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-56a0e0cf-264f-4f5f-9cae-e1ce918aa037"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-56a0e0cf-264f-4f5f-9cae-e1ce918aa037"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-56a0e0cf-264f-4f5f-9cae-e1ce918aa037"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-56a0e0cf-264f-4f5f-9cae-e1ce918aa037"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c270d748-fc94-4a18-ab0b-e755d1bd3605 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  max-width:  100%;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom,
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  max-width:  100%;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom,
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  max-width:  100%;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom,
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  max-width:  100%;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom,
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d {
  max-width:  100%;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom,
.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11a90d02-c78d-478a-b416-8a971a1fd29d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7a098a0f-5b72-4c77-8ff9-7a2b5d473b4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-7a098a0f-5b72-4c77-8ff9-7a2b5d473b4a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-9b602d50-9d61-423b-9dc5-5e504841d2a9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  max-width:  100%;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom,
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  max-width:  100%;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom,
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  max-width:  100%;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom,
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  max-width:  100%;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom,
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e {
  max-width:  100%;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom,
.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b72b645-177c-463b-a3cd-b0559a33188e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6487e38-b8d8-4817-a4be-ae1e0dc06ca5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-f6487e38-b8d8-4817-a4be-ae1e0dc06ca5 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-26338a95-049e-46ec-a12d-ae20772c7a65 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  max-width:  100%;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom,
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  max-width:  100%;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom,
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  max-width:  100%;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom,
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  max-width:  100%;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom,
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 {
  max-width:  100%;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom,
.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b76306ba-4e4b-4352-a1e9-c16e5fa6f5e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29c20180-fb7a-46c4-b3af-ee77896652f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-29c20180-fb7a-46c4-b3af-ee77896652f8 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-1b9129c8-bb3c-4460-8255-d13bc409e551 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  max-width:  100%;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom,
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  max-width:  100%;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom,
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  max-width:  100%;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom,
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  max-width:  100%;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom,
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c {
  max-width:  100%;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom,
.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a0eef873-2234-4a2c-abca-e3f8f542747c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-954097bd-5c48-48b7-b7db-e36cd5d222b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-954097bd-5c48-48b7-b7db-e36cd5d222b7 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-fa634660-c24b-4440-9e1a-143b0b6e6d5f {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1050px;
}
@media (max-width: 767px){#s-fa634660-c24b-4440-9e1a-143b0b6e6d5f {
  
}
}







#s-fa634660-c24b-4440-9e1a-143b0b6e6d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa634660-c24b-4440-9e1a-143b0b6e6d5f.shg-box.shg-c {
  justify-content: center;
}

#s-a43de8b6-978f-4bbb-a4a4-afe1a64c9ae9 {
  min-height: 50px;
}








#s-a43de8b6-978f-4bbb-a4a4-afe1a64c9ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a43de8b6-978f-4bbb-a4a4-afe1a64c9ae9.shg-box.shg-c {
  justify-content: center;
}

#s-477c1091-a64f-464a-8774-727118475d83 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-477c1091-a64f-464a-8774-727118475d83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-477c1091-a64f-464a-8774-727118475d83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-477c1091-a64f-464a-8774-727118475d83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-477c1091-a64f-464a-8774-727118475d83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ccd6e61-d37b-494b-90c7-13dbc19f55b0 {
  min-height: 50px;
}








#s-0ccd6e61-d37b-494b-90c7-13dbc19f55b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ccd6e61-d37b-494b-90c7-13dbc19f55b0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-47845db1-6450-47c2-b560-963515a96450 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-47845db1-6450-47c2-b560-963515a96450 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-47845db1-6450-47c2-b560-963515a96450 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-beb0ea98-add7-4a57-8765-630a2dce9757 {
  min-height: 50px;
}








#s-beb0ea98-add7-4a57-8765-630a2dce9757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beb0ea98-add7-4a57-8765-630a2dce9757 {
  cursor: pointer;
}#s-beb0ea98-add7-4a57-8765-630a2dce9757.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-beb0ea98-add7-4a57-8765-630a2dce9757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beb0ea98-add7-4a57-8765-630a2dce9757 {
  cursor: pointer;
}#s-beb0ea98-add7-4a57-8765-630a2dce9757.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-2da97b75-998e-4a10-a8ba-50e4b9414949 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2da97b75-998e-4a10-a8ba-50e4b9414949 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-2da97b75-998e-4a10-a8ba-50e4b9414949 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-2da97b75-998e-4a10-a8ba-50e4b9414949 .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-2da97b75-998e-4a10-a8ba-50e4b9414949 .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-971c1408-100e-459f-b565-8a487bf02134 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-971c1408-100e-459f-b565-8a487bf02134 {
  
}
}
#s-971c1408-100e-459f-b565-8a487bf02134 .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-971c1408-100e-459f-b565-8a487bf02134 .shg-sld-nav-button.shg-sld-left,
#s-971c1408-100e-459f-b565-8a487bf02134 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-1f0818e9-63c2-49d0-ae75-78170cce464a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1f0818e9-63c2-49d0-ae75-78170cce464a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1f0818e9-63c2-49d0-ae75-78170cce464a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f0818e9-63c2-49d0-ae75-78170cce464a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a82800ee-6e38-4779-9f20-6e8434ed74e3 {
  margin-left: auto;
margin-right: auto;
}

#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  max-width:  100%;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom,
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  max-width:  100%;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom,
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  max-width:  100%;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom,
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  max-width:  100%;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom,
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 {
  max-width:  100%;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom,
.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44d6a80a-54ca-41f7-ab52-9b106dd74a22 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-56b41abc-d137-4e33-9a3d-2ace39e2d4aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-56b41abc-d137-4e33-9a3d-2ace39e2d4aa .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-fea9f6c6-98ea-42d0-938f-fbdae9b40f32 {
  margin-left: auto;
margin-right: auto;
}

#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  max-width:  100%;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom,
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  max-width:  100%;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom,
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  max-width:  100%;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom,
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  max-width:  100%;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom,
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 {
  max-width:  100%;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom,
.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2b9dcd0-b685-4a24-83f3-317bbc4d9ec6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e8875a5-0089-49cc-a42b-08c1c276ad43 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-8e8875a5-0089-49cc-a42b-08c1c276ad43 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-87962dfe-3f0e-40ca-ac6e-c2867dc63a43"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-87962dfe-3f0e-40ca-ac6e-c2867dc63a43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-87962dfe-3f0e-40ca-ac6e-c2867dc63a43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-87962dfe-3f0e-40ca-ac6e-c2867dc63a43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-25e060a0-8067-45b3-a182-17fd0685d0ca {
  margin-left: auto;
margin-right: auto;
}

#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  max-width:  100%;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom,
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  max-width:  100%;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom,
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  max-width:  100%;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom,
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  max-width:  100%;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom,
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f {
  max-width:  100%;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom,
.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d2f0aaf-96bc-4ed8-a3e7-5c3fe278b64f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5f25cc47-ca01-43d3-af94-4236b9951f0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-5f25cc47-ca01-43d3-af94-4236b9951f0e .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-aecd5373-a4c5-4628-951d-1bbcad26731e {
  margin-left: auto;
margin-right: auto;
}

#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  max-width:  100%;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom,
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  max-width:  100%;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom,
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  max-width:  100%;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom,
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  max-width:  100%;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom,
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 {
  max-width:  100%;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom,
.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c85d6cdf-eeb5-4d9f-af7e-67f75fd04d13 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c94e84f7-6691-421c-95b0-b6e97202dca8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-c94e84f7-6691-421c-95b0-b6e97202dca8 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-98d08bbe-02e9-40c5-a697-a8e61f28798d {
  margin-left: auto;
margin-right: auto;
}

#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  max-width:  100%;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom,
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  max-width:  100%;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom,
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  max-width:  100%;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom,
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  max-width:  100%;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom,
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 {
  max-width:  100%;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom,
.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abd9a08f-60d9-4d2d-8883-fa70aed4db04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbab5e26-954d-451d-b982-6af2c83a2f66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-fbab5e26-954d-451d-b982-6af2c83a2f66 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-93e719fb-1b76-4643-9b4b-44529d3fc327 {
  margin-left: auto;
margin-right: auto;
}

#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  max-width:  100%;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom,
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  max-width:  100%;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom,
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  max-width:  100%;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom,
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  max-width:  100%;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom,
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 {
  max-width:  100%;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom,
.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961222b5-d6dd-4d6c-836b-d73263c0c271 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-18c24dfe-a7ec-4c8b-8404-3d5c83f4f5b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-18c24dfe-a7ec-4c8b-8404-3d5c83f4f5b4 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-7fcd3786-d615-4689-91c0-26aa8a0ed09c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7fcd3786-d615-4689-91c0-26aa8a0ed09c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7fcd3786-d615-4689-91c0-26aa8a0ed09c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7fcd3786-d615-4689-91c0-26aa8a0ed09c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-202879f2-849a-4d39-bf4f-81bfdf3bbfce {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  max-width:  100%;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom,
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  max-width:  100%;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom,
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  max-width:  100%;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom,
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  max-width:  100%;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom,
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b {
  max-width:  100%;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom,
.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47674221-19de-49bb-a9ac-5c07f22e9c7b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6a20eb9e-1abf-4302-bd24-3a6f66e7743f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-6a20eb9e-1abf-4302-bd24-3a6f66e7743f .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-158edd3a-433f-41ca-9733-e8defbe74678 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  max-width:  100%;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom,
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  max-width:  100%;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom,
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  max-width:  100%;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom,
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  max-width:  100%;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom,
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f {
  max-width:  100%;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom,
.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-50086c9f-0b73-4ed8-87af-6830e5a7459f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-988c2943-2768-4e95-a93c-0f8c26a8ec5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-988c2943-2768-4e95-a93c-0f8c26a8ec5a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-a6b9ff74-94cd-4ed8-991d-969a817a6501 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  max-width:  100%;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom,
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  max-width:  100%;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom,
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  max-width:  100%;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom,
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  max-width:  100%;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom,
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c {
  max-width:  100%;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom,
.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc2cfe3-1e7d-4964-a710-9dee94e10a6c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-776f39bd-bd2b-49f0-befb-3c0c00ca042a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-776f39bd-bd2b-49f0-befb-3c0c00ca042a .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-6601ce90-784c-452f-bded-1d4d6711a223 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  max-width:  100%;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom,
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  max-width:  100%;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom,
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  max-width:  100%;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom,
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  max-width:  100%;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom,
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea {
  max-width:  100%;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom,
.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02bee494-9b07-40d2-91b0-02e1987e71ea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fea3c6fc-175b-41b8-91bc-f7532d15c174 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-fea3c6fc-175b-41b8-91bc-f7532d15c174 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-d3ff18f4-5441-44e7-b99a-7a1d66fa7c07 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 1050px;
}
@media (max-width: 767px){#s-d3ff18f4-5441-44e7-b99a-7a1d66fa7c07 {
  
}
}







#s-d3ff18f4-5441-44e7-b99a-7a1d66fa7c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3ff18f4-5441-44e7-b99a-7a1d66fa7c07.shg-box.shg-c {
  justify-content: center;
}

#s-f922f3a8-b5ab-49b0-a24c-d59ec5ef0c14 {
  min-height: 50px;
}








#s-f922f3a8-b5ab-49b0-a24c-d59ec5ef0c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f922f3a8-b5ab-49b0-a24c-d59ec5ef0c14.shg-box.shg-c {
  justify-content: center;
}

#s-8ee7d140-227f-4372-93cf-5df85cbf531a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8ee7d140-227f-4372-93cf-5df85cbf531a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ee7d140-227f-4372-93cf-5df85cbf531a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ee7d140-227f-4372-93cf-5df85cbf531a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ee7d140-227f-4372-93cf-5df85cbf531a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-458cc78b-9421-4446-89a8-f6934754a4dc {
  min-height: 50px;
}








#s-458cc78b-9421-4446-89a8-f6934754a4dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-458cc78b-9421-4446-89a8-f6934754a4dc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e99af148-9c57-4fc9-9295-a936d0d263d5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e99af148-9c57-4fc9-9295-a936d0d263d5 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e99af148-9c57-4fc9-9295-a936d0d263d5 .shogun-heading-component h1 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8 {
  min-height: 50px;
}








#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8 {
  cursor: pointer;
}#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8.shg-box.shg-c {
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8 {
  cursor: pointer;
}#s-e7f0e9cb-23ec-4744-9aa2-e6a0337528c8.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-01390eb6-b3c1-439c-8021-24188189a5cd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-01390eb6-b3c1-439c-8021-24188189a5cd .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: right;
}


#s-01390eb6-b3c1-439c-8021-24188189a5cd .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

@media (max-width: 767px){#s-01390eb6-b3c1-439c-8021-24188189a5cd .shogun-heading-component h3 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: center;
}


#s-01390eb6-b3c1-439c-8021-24188189a5cd .shogun-heading-component h3 a {
  color: rgba(17, 17, 17, 1);
}

}
#s-0e0e5cad-0139-43ae-a52a-b9cde3b1751d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-0e0e5cad-0139-43ae-a52a-b9cde3b1751d {
  
}
}
#s-0e0e5cad-0139-43ae-a52a-b9cde3b1751d .shg-sld-dot {
  background-color: rgba(114, 34, 130, 1);
}

#s-0e0e5cad-0139-43ae-a52a-b9cde3b1751d .shg-sld-nav-button.shg-sld-left,
#s-0e0e5cad-0139-43ae-a52a-b9cde3b1751d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 34, 130, 1);
}

@media (min-width: 0px) {
[id="s-4fa7f9df-6b8f-4372-aeba-73d0dc170885"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4fa7f9df-6b8f-4372-aeba-73d0dc170885"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4fa7f9df-6b8f-4372-aeba-73d0dc170885"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4fa7f9df-6b8f-4372-aeba-73d0dc170885"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a5df5d19-e662-4af0-8d72-9b2f8c3a93ed {
  margin-left: auto;
margin-right: auto;
}

#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  max-width:  100%;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom,
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  max-width:  100%;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom,
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  max-width:  100%;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom,
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  max-width:  100%;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom,
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 {
  max-width:  100%;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom,
.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f827fe3d-63b2-4288-a0f5-8923fc7c3733 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-03c2c296-18f2-43ad-8778-7c9cd11dcc20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-03c2c296-18f2-43ad-8778-7c9cd11dcc20 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-2992d08c-4625-4544-9c94-20e45d1900e4 {
  margin-left: auto;
margin-right: auto;
}

#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  max-width:  100%;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom,
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  max-width:  100%;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom,
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  max-width:  100%;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom,
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  max-width:  100%;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom,
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 {
  max-width:  100%;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom,
.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87092720-f33c-46e0-9e97-a8b91664c004 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4534e967-cf7c-42c0-9909-417d745798b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-4534e967-cf7c-42c0-9909-417d745798b6 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-906ade7e-5651-44a0-846e-2a62b3b125c6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-906ade7e-5651-44a0-846e-2a62b3b125c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-906ade7e-5651-44a0-846e-2a62b3b125c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-906ade7e-5651-44a0-846e-2a62b3b125c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-343241c1-000e-4c35-aa47-e0b3708af97c {
  margin-left: auto;
margin-right: auto;
}

#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  max-width:  100%;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom,
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  max-width:  100%;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom,
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  max-width:  100%;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom,
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  max-width:  100%;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom,
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 {
  max-width:  100%;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom,
.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf033d92-a1e2-4664-a177-a4b35c6b8a27 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-75e28301-de0e-4e9d-8449-541be38c41f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-75e28301-de0e-4e9d-8449-541be38c41f8 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-2bcb10f0-5454-4443-8a21-c6712ad4867f {
  margin-left: auto;
margin-right: auto;
}

#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  max-width:  100%;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom,
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  max-width:  100%;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom,
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  max-width:  100%;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom,
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  max-width:  100%;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom,
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 {
  max-width:  100%;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom,
.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35b2cf44-d324-4459-acd5-0b21054a3718 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-492953ec-348d-4d45-a155-2dc50a6562c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-492953ec-348d-4d45-a155-2dc50a6562c0 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-630e9bb7-a2b1-4f29-b34e-267567db221e {
  margin-left: auto;
margin-right: auto;
}

#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  max-width:  100%;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom,
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  max-width:  100%;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom,
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  max-width:  100%;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom,
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  max-width:  100%;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom,
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f {
  max-width:  100%;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom,
.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab109ca6-28c3-4a3b-a525-1de06c6e745f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6b705e8-eb5c-44b0-a9e1-b41cc70b8413 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-f6b705e8-eb5c-44b0-a9e1-b41cc70b8413 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-0a68f787-c55a-43ff-bf8e-017765c24054 {
  margin-left: auto;
margin-right: auto;
}

#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  max-width:  100%;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom,
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  max-width:  100%;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom,
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  max-width:  100%;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom,
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  max-width:  100%;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom,
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 {
  max-width:  100%;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom,
.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84c5b369-4b5f-4cef-8328-dd92bf45b546 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-faab6dd2-3586-470c-8105-92f60d07f6b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-faab6dd2-3586-470c-8105-92f60d07f6b6 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

@media (min-width: 0px) {
[id="s-0f4a071e-0d98-4d14-9b47-3be1c1491cab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0f4a071e-0d98-4d14-9b47-3be1c1491cab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0f4a071e-0d98-4d14-9b47-3be1c1491cab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f4a071e-0d98-4d14-9b47-3be1c1491cab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-50b9a303-7ec4-4d5b-84c7-9cae8f2a177f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  max-width:  100%;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom,
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  max-width:  100%;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom,
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  max-width:  100%;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom,
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  max-width:  100%;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom,
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c {
  max-width:  100%;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom,
.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a349fc27-6f6b-41ee-9359-400a9d190c3c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b736df54-7ad3-45b0-b483-a7fca13bb579 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-b736df54-7ad3-45b0-b483-a7fca13bb579 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-9fe862d3-a67c-4954-9fdd-5697ffe81391 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  max-width:  100%;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom,
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  max-width:  100%;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom,
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  max-width:  100%;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom,
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  max-width:  100%;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom,
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa {
  max-width:  100%;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom,
.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1713c9dd-282f-41db-a5e4-b2bbb8a81baa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c36fd3e-2056-449b-a890-34e0d0cb6674 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-1c36fd3e-2056-449b-a890-34e0d0cb6674 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-4b686459-9d2f-472b-a67f-8f818d95e82e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  max-width:  100%;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom,
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  max-width:  100%;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom,
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  max-width:  100%;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom,
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  max-width:  100%;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom,
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 {
  max-width:  100%;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom,
.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad365c5-3fe9-404d-96b9-dd7524947bd0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ab85ebfd-c975-4b55-bae8-4df856f22b10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-ab85ebfd-c975-4b55-bae8-4df856f22b10 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-bdcd12e5-17e6-4d4f-8768-2d4ddc331596 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  max-width:  100%;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom,
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  max-width:  100%;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom,
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  max-width:  100%;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom,
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  max-width:  100%;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom,
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 {
  max-width:  100%;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom,
.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b320414-38b1-4607-8a99-1b3cad3fa0c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9124813b-c534-4ea3-9405-0aa033277221 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center;
}

#s-9124813b-c534-4ea3-9405-0aa033277221 .shg-product-title-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}

#s-23e0be79-2095-4907-9bc4-c4745691134f {
  min-height: 450px;
background-color: rgba(89, 188, 183, 1);
}








#s-23e0be79-2095-4907-9bc4-c4745691134f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23e0be79-2095-4907-9bc4-c4745691134f.shg-box.shg-c {
  justify-content: center;
}

#s-1a388846-e5ac-45ea-b9f7-cc32b591530a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 1300px;
}
@media (max-width: 767px){#s-1a388846-e5ac-45ea-b9f7-cc32b591530a {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-1a388846-e5ac-45ea-b9f7-cc32b591530a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a388846-e5ac-45ea-b9f7-cc32b591530a.shg-box.shg-c {
  justify-content: center;
}

#s-709dcc46-0ad9-4822-98ae-1e65ea5d3dac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a0d8e16f-70d9-4597-9ea5-a6170c736d85 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0d8e16f-70d9-4597-9ea5-a6170c736d85 .shogun-heading-component h2 {
  color: rgba(114, 34, 130, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-3686c99a-3412-4c91-9518-0feb3d375714"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3686c99a-3412-4c91-9518-0feb3d375714"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3686c99a-3412-4c91-9518-0feb3d375714"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3686c99a-3412-4c91-9518-0feb3d375714"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b35c3035-7e01-420b-8b8c-b4fefea4ccf3 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 200px;
}








#s-b35c3035-7e01-420b-8b8c-b4fefea4ccf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b35c3035-7e01-420b-8b8c-b4fefea4ccf3.shg-box.shg-c {
  justify-content: center;
}

#s-050e9750-9b8a-49cd-b495-d42be7176b4c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 2000/1047;
text-align: center;
}







  #s-050e9750-9b8a-49cd-b495-d42be7176b4c img.shogun-image {
    

    
    
    
  }


#s-050e9750-9b8a-49cd-b495-d42be7176b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-f81b3077-c9b7-43e6-bca9-f541b9fd0cfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f81b3077-c9b7-43e6-bca9-f541b9fd0cfc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-9267e2fa-a26f-44dc-80b6-72734fb2e176 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/524;
text-align: center;
}







  #s-9267e2fa-a26f-44dc-80b6-72734fb2e176 img.shogun-image {
    

    
    
    
  }


#s-9267e2fa-a26f-44dc-80b6-72734fb2e176 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd8eaa3b-82c1-4422-a41d-09744ada9458 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd8eaa3b-82c1-4422-a41d-09744ada9458 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-16ae6418-82de-4c4d-8127-1849dcb5be46 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 200px;
}








#s-16ae6418-82de-4c4d-8127-1849dcb5be46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16ae6418-82de-4c4d-8127-1849dcb5be46.shg-box.shg-c {
  justify-content: center;
}

#s-139323d3-58a2-464c-b1c7-12d40526a246 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/524;
text-align: center;
}







  #s-139323d3-58a2-464c-b1c7-12d40526a246 img.shogun-image {
    

    
    
    
  }


#s-139323d3-58a2-464c-b1c7-12d40526a246 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef95d344-a201-409a-8b0e-69dfc800ad0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef95d344-a201-409a-8b0e-69dfc800ad0e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f7de85a7-8189-4284-aa16-8bb7d64a0033 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 11px;
padding-left: 35px;
padding-bottom: 11px;
padding-right: 35px;
border-color: rgba(114, 34, 130, 1);
border-radius: 30px;
background-color: rgba(114, 34, 130, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f7de85a7-8189-4284-aa16-8bb7d64a0033:hover {border-style: solid !important;
border-color: rgba(254, 163, 11, 1) !important;
background-color: rgba(254, 163, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7de85a7-8189-4284-aa16-8bb7d64a0033:active {background-color: rgba(254, 163, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7de85a7-8189-4284-aa16-8bb7d64a0033-root {
    text-align: center;
  }


#s-f7de85a7-8189-4284-aa16-8bb7d64a0033.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7de85a7-8189-4284-aa16-8bb7d64a0033-root {
    text-align: center;
  }


#s-f7de85a7-8189-4284-aa16-8bb7d64a0033.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7de85a7-8189-4284-aa16-8bb7d64a0033-root {
    text-align: center;
  }


#s-f7de85a7-8189-4284-aa16-8bb7d64a0033.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7de85a7-8189-4284-aa16-8bb7d64a0033-root {
    text-align: center;
  }


#s-f7de85a7-8189-4284-aa16-8bb7d64a0033.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7de85a7-8189-4284-aa16-8bb7d64a0033-root {
    text-align: center;
  }


#s-f7de85a7-8189-4284-aa16-8bb7d64a0033.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-1428f6dd-3879-4645-939f-abb8616848d9 {
  margin-top: 20px;
margin-bottom: 60px;
min-height: 350px;
}
@media (max-width: 767px){#s-1428f6dd-3879-4645-939f-abb8616848d9 {
  min-height: 250px;
}
}







#s-1428f6dd-3879-4645-939f-abb8616848d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1428f6dd-3879-4645-939f-abb8616848d9.shg-box.shg-c {
  justify-content: center;
}

#s-9b0d2dc9-ca21-44f2-bc58-6ee6b64b8e97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9b0d2dc9-ca21-44f2-bc58-6ee6b64b8e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b0d2dc9-ca21-44f2-bc58-6ee6b64b8e97.shg-box.shg-c {
  justify-content: center;
}

#s-39c49a58-7081-41b5-8c8d-f34e1f32d151 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-991fb97a-f536-4445-88f1-02095747c176 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-991fb97a-f536-4445-88f1-02095747c176 .shogun-heading-component h2 {
  color: rgba(114, 34, 130, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}



#s-057ea973-7f77-44e2-b77e-9dad24d4f36d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-057ea973-7f77-44e2-b77e-9dad24d4f36d .shogun-heading-component h3 {
  color: rgba(114, 34, 130, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}



#s-58eefe75-47de-41cc-860c-1a6234bfdaae {
  min-height: 150px;
}
@media (min-width: 1200px){#s-58eefe75-47de-41cc-860c-1a6234bfdaae {
  display: none;
}
#s-58eefe75-47de-41cc-860c-1a6234bfdaae, #wrap-s-58eefe75-47de-41cc-860c-1a6234bfdaae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58eefe75-47de-41cc-860c-1a6234bfdaae {
  display: none;
}
#s-58eefe75-47de-41cc-860c-1a6234bfdaae, #wrap-s-58eefe75-47de-41cc-860c-1a6234bfdaae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58eefe75-47de-41cc-860c-1a6234bfdaae {
  display: none;
}
#s-58eefe75-47de-41cc-860c-1a6234bfdaae, #wrap-s-58eefe75-47de-41cc-860c-1a6234bfdaae { display: none !important; }}@media (max-width: 767px){#s-58eefe75-47de-41cc-860c-1a6234bfdaae {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-58eefe75-47de-41cc-860c-1a6234bfdaae .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-58eefe75-47de-41cc-860c-1a6234bfdaae .shg-sld-nav-button.shg-sld-left,
#s-58eefe75-47de-41cc-860c-1a6234bfdaae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f718836a-74bc-42f0-9acb-b44f01ede8a5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f718836a-74bc-42f0-9acb-b44f01ede8a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f718836a-74bc-42f0-9acb-b44f01ede8a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f718836a-74bc-42f0-9acb-b44f01ede8a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f718836a-74bc-42f0-9acb-b44f01ede8a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a75a1447-2053-439f-a376-b67da6a821c3 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 232/265;
text-align: center;
}





  #s-a75a1447-2053-439f-a376-b67da6a821c3 img.shogun-image,
  #s-a75a1447-2053-439f-a376-b67da6a821c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a75a1447-2053-439f-a376-b67da6a821c3 {
    width: 100%;
    height: auto;
  }



  #s-a75a1447-2053-439f-a376-b67da6a821c3 img.shogun-image {
    

    
    
    
  }


#s-a75a1447-2053-439f-a376-b67da6a821c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6db78f45-4791-4341-8ed5-bee8a469f9e7 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 300/350;
text-align: center;
}





  #s-6db78f45-4791-4341-8ed5-bee8a469f9e7 img.shogun-image,
  #s-6db78f45-4791-4341-8ed5-bee8a469f9e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6db78f45-4791-4341-8ed5-bee8a469f9e7 {
    width: 100%;
    height: auto;
  }



  #s-6db78f45-4791-4341-8ed5-bee8a469f9e7 img.shogun-image {
    

    
    
    
  }


#s-6db78f45-4791-4341-8ed5-bee8a469f9e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dcd3e2c-3f70-4890-b9ee-7fad84bea55b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6dcd3e2c-3f70-4890-b9ee-7fad84bea55b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6dcd3e2c-3f70-4890-b9ee-7fad84bea55b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6dcd3e2c-3f70-4890-b9ee-7fad84bea55b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dcd3e2c-3f70-4890-b9ee-7fad84bea55b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b6b21fa2-15c2-4a14-8171-bc816859bee9 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b6b21fa2-15c2-4a14-8171-bc816859bee9 {
  max-width: 120px;
}
}




  #s-b6b21fa2-15c2-4a14-8171-bc816859bee9 img.shogun-image,
  #s-b6b21fa2-15c2-4a14-8171-bc816859bee9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6b21fa2-15c2-4a14-8171-bc816859bee9 {
    width: 100%;
    height: auto;
  }



  #s-b6b21fa2-15c2-4a14-8171-bc816859bee9 img.shogun-image {
    

    
    
    
  }


#s-b6b21fa2-15c2-4a14-8171-bc816859bee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ab723f-744b-4d91-928c-a851427f6d42 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 500/260;
text-align: center;
}





  #s-01ab723f-744b-4d91-928c-a851427f6d42 img.shogun-image,
  #s-01ab723f-744b-4d91-928c-a851427f6d42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01ab723f-744b-4d91-928c-a851427f6d42 {
    width: 100%;
    height: auto;
  }



  #s-01ab723f-744b-4d91-928c-a851427f6d42 img.shogun-image {
    

    
    
    
  }


#s-01ab723f-744b-4d91-928c-a851427f6d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4714436-e123-4b71-8fbc-2a133f9e31c0 {
  margin-top: 1%;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-e4714436-e123-4b71-8fbc-2a133f9e31c0 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-e4714436-e123-4b71-8fbc-2a133f9e31c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e4714436-e123-4b71-8fbc-2a133f9e31c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4714436-e123-4b71-8fbc-2a133f9e31c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4714436-e123-4b71-8fbc-2a133f9e31c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a9117ce4-96e3-4a5c-9540-f180aba035a7 {
  margin-left: auto;
margin-right: auto;
max-width: 140px;
background-color: rgba(22, 69, 128, 0);
}
@media (max-width: 767px){#s-a9117ce4-96e3-4a5c-9540-f180aba035a7 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-a9117ce4-96e3-4a5c-9540-f180aba035a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9117ce4-96e3-4a5c-9540-f180aba035a7.shg-box.shg-c {
  justify-content: center;
}

#s-2756aa11-a291-401f-91ed-fe171ac43ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 600/577;
text-align: center;
opacity: 1;
}





  #s-2756aa11-a291-401f-91ed-fe171ac43ea6 img.shogun-image,
  #s-2756aa11-a291-401f-91ed-fe171ac43ea6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2756aa11-a291-401f-91ed-fe171ac43ea6 {
    width: 100%;
    height: auto;
  }



  #s-2756aa11-a291-401f-91ed-fe171ac43ea6 img.shogun-image {
    

    
    
    
  }


#s-2756aa11-a291-401f-91ed-fe171ac43ea6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3c8984b-9869-4843-abe2-6bce37cba235 {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-e3c8984b-9869-4843-abe2-6bce37cba235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3c8984b-9869-4843-abe2-6bce37cba235.shg-box.shg-c {
  justify-content: center;
}

#s-711c97bf-7381-4a15-8015-899fe6470811 {
  margin-top: 25px;
max-width: 300px;
aspect-ratio: 500/118;
text-align: center;
opacity: 1;
}





  #s-711c97bf-7381-4a15-8015-899fe6470811 img.shogun-image,
  #s-711c97bf-7381-4a15-8015-899fe6470811 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-711c97bf-7381-4a15-8015-899fe6470811 {
    width: 100%;
    height: auto;
  }



  #s-711c97bf-7381-4a15-8015-899fe6470811 img.shogun-image {
    

    
    
    
  }


#s-711c97bf-7381-4a15-8015-899fe6470811 .shogun-image-content {
  
    align-items: center;
  
}

#s-8edba512-6b26-441e-821d-1f7b674fc886 {
  margin-top: 1%;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-8edba512-6b26-441e-821d-1f7b674fc886 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-8edba512-6b26-441e-821d-1f7b674fc886"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8edba512-6b26-441e-821d-1f7b674fc886"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8edba512-6b26-441e-821d-1f7b674fc886"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8edba512-6b26-441e-821d-1f7b674fc886"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0c6a83f6-fa2e-40b4-96a6-c41e29dc502c {
  box-shadow:0px 0px 0px 0px ;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 69, 128, 0.55);
border-style: solid;
min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}
@media (max-width: 767px){#s-0c6a83f6-fa2e-40b4-96a6-c41e29dc502c {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-0c6a83f6-fa2e-40b4-96a6-c41e29dc502c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c6a83f6-fa2e-40b4-96a6-c41e29dc502c.shg-box.shg-c {
  justify-content: center;
}

#s-88b25be0-807e-4eb4-a478-4979be6d53ec {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 300/69;
text-align: center;
}





  #s-88b25be0-807e-4eb4-a478-4979be6d53ec img.shogun-image,
  #s-88b25be0-807e-4eb4-a478-4979be6d53ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88b25be0-807e-4eb4-a478-4979be6d53ec {
    width: 100%;
    height: auto;
  }



  #s-88b25be0-807e-4eb4-a478-4979be6d53ec img.shogun-image {
    

    
    
    
  }


#s-88b25be0-807e-4eb4-a478-4979be6d53ec .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-79838cd6-b57f-4385-94e3-bc978dcd9526 {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-79838cd6-b57f-4385-94e3-bc978dcd9526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79838cd6-b57f-4385-94e3-bc978dcd9526.shg-box.shg-c {
  justify-content: center;
}

#s-da31144f-c93f-4e2c-b529-af6270de1227 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 69, 128, 0.5);
border-style: solid;
max-width: 200px;
aspect-ratio: 261/186;
text-align: center;
}





  #s-da31144f-c93f-4e2c-b529-af6270de1227 img.shogun-image,
  #s-da31144f-c93f-4e2c-b529-af6270de1227 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da31144f-c93f-4e2c-b529-af6270de1227 {
    width: 100%;
    height: auto;
  }



  #s-da31144f-c93f-4e2c-b529-af6270de1227 img.shogun-image {
    

    
    
    
  }


#s-da31144f-c93f-4e2c-b529-af6270de1227 .shogun-image-content {
  
    align-items: center;
  
}

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

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

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

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

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

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

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

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

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

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

#s-64015dc8-b81c-4c61-9495-0d27b658051e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-prev,
#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-next {
  
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-prev svg,
#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-64015dc8-b81c-4c61-9495-0d27b658051e .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-568f3f71-1876-41cc-a217-cb30cbc2800a {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-568f3f71-1876-41cc-a217-cb30cbc2800a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-568f3f71-1876-41cc-a217-cb30cbc2800a.shg-box.shg-c {
  justify-content: center;
}

#s-414c791f-55ef-4a31-a7d7-251d67fe80f0 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 300/350;
text-align: center;
}





  #s-414c791f-55ef-4a31-a7d7-251d67fe80f0 img.shogun-image,
  #s-414c791f-55ef-4a31-a7d7-251d67fe80f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-414c791f-55ef-4a31-a7d7-251d67fe80f0 {
    width: 100%;
    height: auto;
  }



  #s-414c791f-55ef-4a31-a7d7-251d67fe80f0 img.shogun-image {
    

    
    
    
  }


#s-414c791f-55ef-4a31-a7d7-251d67fe80f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8de0497f-9353-48b9-b650-1a32ebc09f1d {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-8de0497f-9353-48b9-b650-1a32ebc09f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8de0497f-9353-48b9-b650-1a32ebc09f1d.shg-box.shg-c {
  justify-content: center;
}

#s-59031184-7697-4378-bb82-5773734d9fc4 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 232/265;
text-align: center;
}





  #s-59031184-7697-4378-bb82-5773734d9fc4 img.shogun-image,
  #s-59031184-7697-4378-bb82-5773734d9fc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59031184-7697-4378-bb82-5773734d9fc4 {
    width: 100%;
    height: auto;
  }



  #s-59031184-7697-4378-bb82-5773734d9fc4 img.shogun-image {
    

    
    
    
  }


#s-59031184-7697-4378-bb82-5773734d9fc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ed7b137-19e6-4151-95d8-4bc0ecfdfedf {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-3ed7b137-19e6-4151-95d8-4bc0ecfdfedf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ed7b137-19e6-4151-95d8-4bc0ecfdfedf.shg-box.shg-c {
  justify-content: center;
}

#s-2b274a76-e412-4a46-8cf2-c277eeef0e24 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 500/260;
text-align: center;
}





  #s-2b274a76-e412-4a46-8cf2-c277eeef0e24 img.shogun-image,
  #s-2b274a76-e412-4a46-8cf2-c277eeef0e24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b274a76-e412-4a46-8cf2-c277eeef0e24 {
    width: 100%;
    height: auto;
  }



  #s-2b274a76-e412-4a46-8cf2-c277eeef0e24 img.shogun-image {
    

    
    
    
  }


#s-2b274a76-e412-4a46-8cf2-c277eeef0e24 .shogun-image-content {
  
    align-items: center;
  
}

#s-da0d5d6e-615f-4177-ae91-84059e23ec85 {
  margin-left: auto;
margin-right: auto;
max-width: 140px;
background-color: rgba(22, 69, 128, 0);
}
@media (max-width: 767px){#s-da0d5d6e-615f-4177-ae91-84059e23ec85 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-da0d5d6e-615f-4177-ae91-84059e23ec85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da0d5d6e-615f-4177-ae91-84059e23ec85.shg-box.shg-c {
  justify-content: center;
}

#s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 img.shogun-image,
  #s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 {
    width: 100%;
    height: auto;
  }



  #s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 img.shogun-image {
    

    
    
    
  }


#s-d849ebde-9c47-46e1-940f-27a70c1bbfd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd3e6f01-b4a2-46eb-8d9e-c23e77f609e2 {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-bd3e6f01-b4a2-46eb-8d9e-c23e77f609e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd3e6f01-b4a2-46eb-8d9e-c23e77f609e2.shg-box.shg-c {
  justify-content: center;
}

#s-b523014c-f42d-4d4d-ab82-293aa7724a64 {
  margin-top: 25px;
max-width: 300px;
aspect-ratio: 500/118;
text-align: center;
opacity: 1;
}





  #s-b523014c-f42d-4d4d-ab82-293aa7724a64 img.shogun-image,
  #s-b523014c-f42d-4d4d-ab82-293aa7724a64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b523014c-f42d-4d4d-ab82-293aa7724a64 {
    width: 100%;
    height: auto;
  }



  #s-b523014c-f42d-4d4d-ab82-293aa7724a64 img.shogun-image {
    

    
    
    
  }


#s-b523014c-f42d-4d4d-ab82-293aa7724a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a422db7-4af2-4e69-aa6a-d8827f3d9a3a {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-9a422db7-4af2-4e69-aa6a-d8827f3d9a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a422db7-4af2-4e69-aa6a-d8827f3d9a3a.shg-box.shg-c {
  justify-content: center;
}

#s-43759f48-d26e-4286-908c-e84de85835c2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 600/577;
text-align: center;
opacity: 1;
}





  #s-43759f48-d26e-4286-908c-e84de85835c2 img.shogun-image,
  #s-43759f48-d26e-4286-908c-e84de85835c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43759f48-d26e-4286-908c-e84de85835c2 {
    width: 100%;
    height: auto;
  }



  #s-43759f48-d26e-4286-908c-e84de85835c2 img.shogun-image {
    

    
    
    
  }


#s-43759f48-d26e-4286-908c-e84de85835c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e38e7bf-be8c-4778-9868-115334270a92 {
  min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}








#s-7e38e7bf-be8c-4778-9868-115334270a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e38e7bf-be8c-4778-9868-115334270a92.shg-box.shg-c {
  justify-content: center;
}

#s-24d159b2-1912-45f2-92b3-75cb21bba8d3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 69, 128, 0.5);
border-style: solid;
max-width: 200px;
aspect-ratio: 261/186;
text-align: center;
}





  #s-24d159b2-1912-45f2-92b3-75cb21bba8d3 img.shogun-image,
  #s-24d159b2-1912-45f2-92b3-75cb21bba8d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d159b2-1912-45f2-92b3-75cb21bba8d3 {
    width: 100%;
    height: auto;
  }



  #s-24d159b2-1912-45f2-92b3-75cb21bba8d3 img.shogun-image {
    

    
    
    
  }


#s-24d159b2-1912-45f2-92b3-75cb21bba8d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c883e69-92db-4d8c-9c0a-376960555234 {
  box-shadow:0px 0px 0px 0px ;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 69, 128, 0.55);
border-style: solid;
min-height: 100px;
background-color: rgba(22, 69, 128, 0);
}
@media (max-width: 767px){#s-4c883e69-92db-4d8c-9c0a-376960555234 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-4c883e69-92db-4d8c-9c0a-376960555234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c883e69-92db-4d8c-9c0a-376960555234.shg-box.shg-c {
  justify-content: center;
}

#s-62738f09-7537-40d7-a304-8089325bf5ed {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 300/69;
text-align: center;
}





  #s-62738f09-7537-40d7-a304-8089325bf5ed img.shogun-image,
  #s-62738f09-7537-40d7-a304-8089325bf5ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62738f09-7537-40d7-a304-8089325bf5ed {
    width: 100%;
    height: auto;
  }



  #s-62738f09-7537-40d7-a304-8089325bf5ed img.shogun-image {
    

    
    
    
  }


#s-62738f09-7537-40d7-a304-8089325bf5ed .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-baa9d162-5d38-45f0-98eb-310e7dd1b78c {
  background-color: rgba(54, 54, 54, 1);
}

@media (min-width: 0px) {
[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baa9d162-5d38-45f0-98eb-310e7dd1b78c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-756a04b1-009f-4fb3-95e7-a076cee84835 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(254, 163, 11, 1);
}








#s-756a04b1-009f-4fb3-95e7-a076cee84835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756a04b1-009f-4fb3-95e7-a076cee84835.shg-box.shg-c {
  justify-content: center;
}

#s-12247ed1-db7c-41a7-81e2-8f3b900efcf6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f069a408-21d6-49ce-a623-eedc26c77006 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-f069a408-21d6-49ce-a623-eedc26c77006"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f069a408-21d6-49ce-a623-eedc26c77006"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f069a408-21d6-49ce-a623-eedc26c77006"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f069a408-21d6-49ce-a623-eedc26c77006"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-27ae3245-b5b2-4ecc-a24a-b4a4df44c5f2 {
  margin-top: 10px;
text-align: center;
}

#s-4192117d-1d6e-48fe-8b55-db4ff896d3b0 {
  margin-top: 10px;
text-align: center;
}

#s-7af08c03-b228-4c23-8b10-d47f160dcabc {
  margin-top: 10px;
text-align: center;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 46px;
text-align: center;
}



.shg-image-margin-container-s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin: 0 !important;
}





  img.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
    
    
  }


.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  
  
  
  
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin: 0 !important;
}





  img.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
    
    
  }


.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  
  
  
  
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin: 0 !important;
}





  img.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
    
    
  }


.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  
  
  
  
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin: 0 !important;
}





  img.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
    
    
  }


.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  
  
  
  
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a {
  margin: 0 !important;
}





  img.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
    
    
  }


.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a .shogun-image-content {
  
    align-items: center;
  
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfbb5d35-f556-4b6c-b2b7-00b6fbfe7c4a.shogun-image {
  box-sizing: border-box;
}




}
#s-a8da5046-8584-4376-91a6-c80996d1b1de {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-a8da5046-8584-4376-91a6-c80996d1b1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8da5046-8584-4376-91a6-c80996d1b1de.shg-box.shg-c {
  justify-content: center;
}

#s-cb6b36fe-d4a2-4f9c-b119-71ab6a34558d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 750px;
}








#s-cb6b36fe-d4a2-4f9c-b119-71ab6a34558d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb6b36fe-d4a2-4f9c-b119-71ab6a34558d.shg-box.shg-c {
  justify-content: center;
}

#s-484e24e3-12f1-44f0-ae30-454643578b84 {
  margin-top: 50px;
}

#s-9e871280-5f91-4ef6-8e88-1ccbe31cc12c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}

#s-9e871280-5f91-4ef6-8e88-1ccbe31cc12c .shogun-heading-component h5 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  
}



#s-dae79533-0242-418c-b7aa-49d4935f77b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 20px;
}

#s-72a4449a-9730-403a-9138-ee87982e9d1c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f893b6d0-e14b-4cd6-8ac1-316f638bbcad {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
max-width: 1000px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}