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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-894d3862-f88d-4bf0-86b5-adc79f293afa {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-894d3862-f88d-4bf0-86b5-adc79f293afa {
  display: none;
}
#s-894d3862-f88d-4bf0-86b5-adc79f293afa, #wrap-s-894d3862-f88d-4bf0-86b5-adc79f293afa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-894d3862-f88d-4bf0-86b5-adc79f293afa {
  display: none;
}
#s-894d3862-f88d-4bf0-86b5-adc79f293afa, #wrap-s-894d3862-f88d-4bf0-86b5-adc79f293afa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-894d3862-f88d-4bf0-86b5-adc79f293afa {
  display: none;
}
#s-894d3862-f88d-4bf0-86b5-adc79f293afa, #wrap-s-894d3862-f88d-4bf0-86b5-adc79f293afa { display:none !important; }}
#s-894d3862-f88d-4bf0-86b5-adc79f293afa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-894d3862-f88d-4bf0-86b5-adc79f293afa .shg-sld-nav-button.shg-sld-left,
#s-894d3862-f88d-4bf0-86b5-adc79f293afa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-52d76e27-4830-4f7b-91bb-998df894ce65 {
  text-align: center;
}
@media (min-width: 1200px){#s-52d76e27-4830-4f7b-91bb-998df894ce65 {
  display: none;
}
#s-52d76e27-4830-4f7b-91bb-998df894ce65, #wrap-s-52d76e27-4830-4f7b-91bb-998df894ce65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52d76e27-4830-4f7b-91bb-998df894ce65 {
  display: none;
}
#s-52d76e27-4830-4f7b-91bb-998df894ce65, #wrap-s-52d76e27-4830-4f7b-91bb-998df894ce65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52d76e27-4830-4f7b-91bb-998df894ce65 {
  display: none;
}
#s-52d76e27-4830-4f7b-91bb-998df894ce65, #wrap-s-52d76e27-4830-4f7b-91bb-998df894ce65 { display:none !important; }}






  #s-52d76e27-4830-4f7b-91bb-998df894ce65 img.shogun-image {
    

    
    
    
  }


#s-52d76e27-4830-4f7b-91bb-998df894ce65 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f7c0de5-211d-46fa-81e5-0616dad1ac7f {
  text-align: center;
}







  #s-1f7c0de5-211d-46fa-81e5-0616dad1ac7f img.shogun-image {
    

    
    
    
  }


#s-1f7c0de5-211d-46fa-81e5-0616dad1ac7f .shogun-image-content {
  
    align-items: center;
  
}

#s-c90f9931-276a-4b26-8a79-f6d4368c840b {
  text-align: center;
}







  #s-c90f9931-276a-4b26-8a79-f6d4368c840b img.shogun-image {
    

    
    
    
  }


#s-c90f9931-276a-4b26-8a79-f6d4368c840b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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








#s-69f57907-9df7-42fd-8de8-2af96e99dd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69f57907-9df7-42fd-8de8-2af96e99dd57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a {
  
}
}@media (max-width: 767px){#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a {
  display: none;
}
#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a, #wrap-s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a { display:none !important; }}
#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a .shg-sld-nav-button.shg-sld-left,
#s-8e0d1e30-8036-4fd9-a109-432bcec3cd3a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-997db304-855c-44c9-b383-cd5439e76dcb {
  max-width: 1600px;
aspect-ratio: 1600/540;
text-align: center;
}





  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image,
  #s-997db304-855c-44c9-b383-cd5439e76dcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb {
    width: 100%;
    height: auto;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
    
    
  }


.s-997db304-855c-44c9-b383-cd5439e76dcb .shogun-image-content {
  
    align-items: center;
  
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shg-align-container {
  text-align: center
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image,
  #s-997db304-855c-44c9-b383-cd5439e76dcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb {
    width: 100%;
    height: auto;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
    
    
  }


.s-997db304-855c-44c9-b383-cd5439e76dcb .shogun-image-content {
  
    align-items: center;
  
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shg-align-container {
  text-align: center
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image,
  #s-997db304-855c-44c9-b383-cd5439e76dcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb {
    width: 100%;
    height: auto;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
    
    
  }


.s-997db304-855c-44c9-b383-cd5439e76dcb .shogun-image-content {
  
    align-items: center;
  
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shg-align-container {
  text-align: center
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image,
  #s-997db304-855c-44c9-b383-cd5439e76dcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb {
    width: 100%;
    height: auto;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
    
    
  }


.s-997db304-855c-44c9-b383-cd5439e76dcb .shogun-image-content {
  
    align-items: center;
  
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shg-align-container {
  text-align: center
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image,
  #s-997db304-855c-44c9-b383-cd5439e76dcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb {
    width: 100%;
    height: auto;
  }

  #s-997db304-855c-44c9-b383-cd5439e76dcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
    
    
  }


.s-997db304-855c-44c9-b383-cd5439e76dcb .shogun-image-content {
  
    align-items: center;
  
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shg-align-container {
  text-align: center
}

.s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-997db304-855c-44c9-b383-cd5439e76dcb.shogun-image {
  box-sizing: border-box;
}


}
#s-4734635c-971b-49a0-aafc-240254b2239a {
  max-width: 1600px;
aspect-ratio: 1600/540;
text-align: center;
}
@media (max-width: 767px){#s-4734635c-971b-49a0-aafc-240254b2239a {
  
}
}




  #s-4734635c-971b-49a0-aafc-240254b2239a img.shogun-image,
  #s-4734635c-971b-49a0-aafc-240254b2239a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4734635c-971b-49a0-aafc-240254b2239a {
    width: 100%;
    height: auto;
  }



  #s-4734635c-971b-49a0-aafc-240254b2239a img.shogun-image {
    

    
    
    
  }


#s-4734635c-971b-49a0-aafc-240254b2239a .shogun-image-content {
  
    align-items: center;
  
}

#s-bc7316b6-9818-45c8-976d-6cae3068cf7e {
  max-width: 1600px;
aspect-ratio: 1600/540;
text-align: center;
}





  #s-bc7316b6-9818-45c8-976d-6cae3068cf7e img.shogun-image,
  #s-bc7316b6-9818-45c8-976d-6cae3068cf7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7316b6-9818-45c8-976d-6cae3068cf7e {
    width: 100%;
    height: auto;
  }



  #s-bc7316b6-9818-45c8-976d-6cae3068cf7e img.shogun-image {
    

    
    
    
  }


#s-bc7316b6-9818-45c8-976d-6cae3068cf7e .shogun-image-content {
  
    align-items: center;
  
}

#s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e {
  max-width: 1600px;
aspect-ratio: 1600/540;
text-align: center;
}





  #s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e img.shogun-image,
  #s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e {
    width: 100%;
    height: auto;
  }



  #s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e img.shogun-image {
    

    
    
    
  }


#s-4faf4c8d-94b5-4334-8a04-4c17f528bc5e .shogun-image-content {
  
    align-items: center;
  
}

#s-c418444a-98ee-4637-a49a-6cc39952cd3c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
max-width: 1200px;
}








#s-c418444a-98ee-4637-a49a-6cc39952cd3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c418444a-98ee-4637-a49a-6cc39952cd3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-af961612-4bec-4054-bee9-e6fc8d4b7a26 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-af961612-4bec-4054-bee9-e6fc8d4b7a26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-af961612-4bec-4054-bee9-e6fc8d4b7a26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-af961612-4bec-4054-bee9-e6fc8d4b7a26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-af961612-4bec-4054-bee9-e6fc8d4b7a26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-d05f8430-9cdb-4c9d-b242-3db5e050a833 {
  text-align: center;
}







  #s-d05f8430-9cdb-4c9d-b242-3db5e050a833 img.shogun-image {
    

    
    
    
  }


#s-d05f8430-9cdb-4c9d-b242-3db5e050a833 .shogun-image-content {
  
    align-items: center;
  
}

#s-43ad8a2b-9c7e-4cb0-9c7f-eae902a22ed9 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-43ad8a2b-9c7e-4cb0-9c7f-eae902a22ed9 {
  
}
}






  #s-43ad8a2b-9c7e-4cb0-9c7f-eae902a22ed9 img.shogun-image {
    

    
    
    
  }


#s-43ad8a2b-9c7e-4cb0-9c7f-eae902a22ed9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad2060c-067e-4821-ae0a-38454efff1e5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1200px;
}








#s-5ad2060c-067e-4821-ae0a-38454efff1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad2060c-067e-4821-ae0a-38454efff1e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340953ca-f8a2-4d1a-8f77-342851506f07 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 0px;
max-width: 1200px;
}








#s-340953ca-f8a2-4d1a-8f77-342851506f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-340953ca-f8a2-4d1a-8f77-342851506f07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
  max-width: 1000px;
aspect-ratio: 700/420;
text-align: center;
}





  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image,
  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
    width: 100%;
    height: auto;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
    
    
  }


.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shg-align-container {
  text-align: center
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image,
  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
    width: 100%;
    height: auto;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
    
    
  }


.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shg-align-container {
  text-align: center
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image,
  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
    width: 100%;
    height: auto;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
    
    
  }


.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shg-align-container {
  text-align: center
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image,
  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
    width: 100%;
    height: auto;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
    
    
  }


.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shg-align-container {
  text-align: center
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
  box-sizing: border-box;
}


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



  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image,
  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e {
    width: 100%;
    height: auto;
  }

  #s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
    
    
  }


.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shg-align-container {
  text-align: center
}

.s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc57ab5-68e1-44be-bdbb-7b94885b3f7e.shogun-image {
  box-sizing: border-box;
}


}
#s-30acfb02-acad-4e7c-a003-b6da5ed35371 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1200px;
}








#s-30acfb02-acad-4e7c-a003-b6da5ed35371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30acfb02-acad-4e7c-a003-b6da5ed35371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8b7131-32d2-425e-a124-e70e9a2828ec {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ce8b7131-32d2-425e-a124-e70e9a2828ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-ce8b7131-32d2-425e-a124-e70e9a2828ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-ce8b7131-32d2-425e-a124-e70e9a2828ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce8b7131-32d2-425e-a124-e70e9a2828ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image,
  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
    width: 100%;
    height: auto;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
    
    
  }


.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shogun-image-content {
  
    align-items: center;
  
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shg-align-container {
  text-align: center
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image,
  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
    width: 100%;
    height: auto;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
    
    
  }


.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shogun-image-content {
  
    align-items: center;
  
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shg-align-container {
  text-align: center
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image,
  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
    width: 100%;
    height: auto;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
    
    
  }


.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shogun-image-content {
  
    align-items: center;
  
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shg-align-container {
  text-align: center
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image,
  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
    width: 100%;
    height: auto;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
    
    
  }


.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shogun-image-content {
  
    align-items: center;
  
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shg-align-container {
  text-align: center
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image,
  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be {
    width: 100%;
    height: auto;
  }

  #s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
    
    
  }


.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be .shogun-image-content {
  
    align-items: center;
  
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shg-align-container {
  text-align: center
}

.s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa223ae0-f29f-4e1c-b680-1fa6cfd5b5be.shogun-image {
  box-sizing: border-box;
}


}
#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image,
  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
    width: 100%;
    height: auto;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
    
    
  }


.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shg-align-container {
  text-align: center
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image,
  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
    width: 100%;
    height: auto;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
    
    
  }


.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shg-align-container {
  text-align: center
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image,
  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
    width: 100%;
    height: auto;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
    
    
  }


.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shg-align-container {
  text-align: center
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image,
  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
    width: 100%;
    height: auto;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
    
    
  }


.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shg-align-container {
  text-align: center
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image,
  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 {
    width: 100%;
    height: auto;
  }

  #s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
    
    
  }


.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shg-align-container {
  text-align: center
}

.s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f42a3a7-7fbb-41d1-adb3-3044ebd528e0.shogun-image {
  box-sizing: border-box;
}


}
#s-d6f7ac06-9d1f-42a9-8919-6ef9fe9e9c8a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d6f7ac06-9d1f-42a9-8919-6ef9fe9e9c8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-d6f7ac06-9d1f-42a9-8919-6ef9fe9e9c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-d6f7ac06-9d1f-42a9-8919-6ef9fe9e9c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6f7ac06-9d1f-42a9-8919-6ef9fe9e9c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image,
  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
    width: 100%;
    height: auto;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
    
    
  }


.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shg-align-container {
  text-align: center
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image,
  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
    width: 100%;
    height: auto;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
    
    
  }


.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shg-align-container {
  text-align: center
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
  box-sizing: border-box;
}


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



  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image,
  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
    width: 100%;
    height: auto;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
    
    
  }


.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shg-align-container {
  text-align: center
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
  box-sizing: border-box;
}


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



  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image,
  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
    width: 100%;
    height: auto;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
    
    
  }


.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shg-align-container {
  text-align: center
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
  box-sizing: border-box;
}


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



  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image,
  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 {
    width: 100%;
    height: auto;
  }

  #s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
    
    
  }


.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shg-align-container {
  text-align: center
}

.s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeeef8a5-7fe2-46db-a230-fe45adf42be6.shogun-image {
  box-sizing: border-box;
}


}
#s-93abea00-20ba-42db-8274-c6faba8963ca {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image,
  #s-93abea00-20ba-42db-8274-c6faba8963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca {
    width: 100%;
    height: auto;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
    
    
  }


.s-93abea00-20ba-42db-8274-c6faba8963ca .shogun-image-content {
  
    align-items: center;
  
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shg-align-container {
  text-align: center
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image,
  #s-93abea00-20ba-42db-8274-c6faba8963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca {
    width: 100%;
    height: auto;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
    
    
  }


.s-93abea00-20ba-42db-8274-c6faba8963ca .shogun-image-content {
  
    align-items: center;
  
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shg-align-container {
  text-align: center
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image,
  #s-93abea00-20ba-42db-8274-c6faba8963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca {
    width: 100%;
    height: auto;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
    
    
  }


.s-93abea00-20ba-42db-8274-c6faba8963ca .shogun-image-content {
  
    align-items: center;
  
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shg-align-container {
  text-align: center
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image,
  #s-93abea00-20ba-42db-8274-c6faba8963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca {
    width: 100%;
    height: auto;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
    
    
  }


.s-93abea00-20ba-42db-8274-c6faba8963ca .shogun-image-content {
  
    align-items: center;
  
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shg-align-container {
  text-align: center
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
  box-sizing: border-box;
}


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



  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image,
  #s-93abea00-20ba-42db-8274-c6faba8963ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca {
    width: 100%;
    height: auto;
  }

  #s-93abea00-20ba-42db-8274-c6faba8963ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
    
    
  }


.s-93abea00-20ba-42db-8274-c6faba8963ca .shogun-image-content {
  
    align-items: center;
  
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shg-align-container {
  text-align: center
}

.s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93abea00-20ba-42db-8274-c6faba8963ca.shogun-image {
  box-sizing: border-box;
}


}
#s-aa033496-37e4-4898-828f-373d42abc98a {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-aa033496-37e4-4898-828f-373d42abc98a {
  
}
}
@media (min-width: 0px) {
[id="s-aa033496-37e4-4898-828f-373d42abc98a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-aa033496-37e4-4898-828f-373d42abc98a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-aa033496-37e4-4898-828f-373d42abc98a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa033496-37e4-4898-828f-373d42abc98a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image,
  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
    width: 100%;
    height: auto;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
    
    
  }


.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shg-align-container {
  text-align: center
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image,
  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
    width: 100%;
    height: auto;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
    
    
  }


.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shg-align-container {
  text-align: center
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image,
  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
    width: 100%;
    height: auto;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
    
    
  }


.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shg-align-container {
  text-align: center
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image,
  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
    width: 100%;
    height: auto;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
    
    
  }


.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shg-align-container {
  text-align: center
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image,
  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 {
    width: 100%;
    height: auto;
  }

  #s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
    
    
  }


.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shg-align-container {
  text-align: center
}

.s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3c33929-0741-4c5d-8974-3b9f979ce1d2.shogun-image {
  box-sizing: border-box;
}


}
#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image,
  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
    width: 100%;
    height: auto;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
    
    
  }


.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shogun-image-content {
  
    align-items: center;
  
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shg-align-container {
  text-align: center
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image,
  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
    width: 100%;
    height: auto;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
    
    
  }


.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shogun-image-content {
  
    align-items: center;
  
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shg-align-container {
  text-align: center
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
  box-sizing: border-box;
}


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



  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image,
  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
    width: 100%;
    height: auto;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
    
    
  }


.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shogun-image-content {
  
    align-items: center;
  
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shg-align-container {
  text-align: center
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
  box-sizing: border-box;
}


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



  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image,
  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
    width: 100%;
    height: auto;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
    
    
  }


.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shogun-image-content {
  
    align-items: center;
  
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shg-align-container {
  text-align: center
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
  box-sizing: border-box;
}


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



  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image,
  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 {
    width: 100%;
    height: auto;
  }

  #s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
    
    
  }


.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304 .shogun-image-content {
  
    align-items: center;
  
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shg-align-container {
  text-align: center
}

.s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a298b170-15bd-4873-b9c6-ad0b1eb9d304.shogun-image {
  box-sizing: border-box;
}


}
#s-5fc3c5e2-2eb3-4c11-bdc7-307563f3a47f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1200px;
}








#s-5fc3c5e2-2eb3-4c11-bdc7-307563f3a47f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fc3c5e2-2eb3-4c11-bdc7-307563f3a47f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df605f6e-9e19-4c18-85a5-5fe2b2062555 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 0px;
max-width: 1200px;
}








#s-df605f6e-9e19-4c18-85a5-5fe2b2062555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df605f6e-9e19-4c18-85a5-5fe2b2062555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72 {
  max-width: 1000px;
aspect-ratio: 700/420;
text-align: center;
}





  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image,
  #s-c7008ff1-923f-49d6-848a-5935081f9b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 {
    width: 100%;
    height: auto;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
    
    
  }


.s-c7008ff1-923f-49d6-848a-5935081f9b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shg-align-container {
  text-align: center
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image,
  #s-c7008ff1-923f-49d6-848a-5935081f9b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 {
    width: 100%;
    height: auto;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
    
    
  }


.s-c7008ff1-923f-49d6-848a-5935081f9b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shg-align-container {
  text-align: center
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image,
  #s-c7008ff1-923f-49d6-848a-5935081f9b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 {
    width: 100%;
    height: auto;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
    
    
  }


.s-c7008ff1-923f-49d6-848a-5935081f9b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shg-align-container {
  text-align: center
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image,
  #s-c7008ff1-923f-49d6-848a-5935081f9b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 {
    width: 100%;
    height: auto;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
    
    
  }


.s-c7008ff1-923f-49d6-848a-5935081f9b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shg-align-container {
  text-align: center
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
  box-sizing: border-box;
}


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



  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image,
  #s-c7008ff1-923f-49d6-848a-5935081f9b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 {
    width: 100%;
    height: auto;
  }

  #s-c7008ff1-923f-49d6-848a-5935081f9b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
    
    
  }


.s-c7008ff1-923f-49d6-848a-5935081f9b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shg-align-container {
  text-align: center
}

.s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7008ff1-923f-49d6-848a-5935081f9b72.shogun-image {
  box-sizing: border-box;
}


}
#s-2fd6dddf-75e0-40d5-bf98-b702bf61e94e {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1200px;
}








#s-2fd6dddf-75e0-40d5-bf98-b702bf61e94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd6dddf-75e0-40d5-bf98-b702bf61e94e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a62b3689-3329-4166-aba9-9155e56e9fef {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a62b3689-3329-4166-aba9-9155e56e9fef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-a62b3689-3329-4166-aba9-9155e56e9fef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-a62b3689-3329-4166-aba9-9155e56e9fef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-a62b3689-3329-4166-aba9-9155e56e9fef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-b09e0e59-792c-4880-9815-b9474bfae157 {
  max-width: 1000px;
aspect-ratio: 1000/575;
text-align: center;
}





  #s-b09e0e59-792c-4880-9815-b9474bfae157 img.shogun-image,
  #s-b09e0e59-792c-4880-9815-b9474bfae157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b09e0e59-792c-4880-9815-b9474bfae157 {
    width: 100%;
    height: auto;
  }



  #s-b09e0e59-792c-4880-9815-b9474bfae157 img.shogun-image {
    

    
    
    
  }


#s-b09e0e59-792c-4880-9815-b9474bfae157 .shogun-image-content {
  
    align-items: center;
  
}

#s-b75c542c-e03f-4e41-93ff-06cf07046980 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-b75c542c-e03f-4e41-93ff-06cf07046980 img.shogun-image,
  #s-b75c542c-e03f-4e41-93ff-06cf07046980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b75c542c-e03f-4e41-93ff-06cf07046980 {
    width: 100%;
    height: auto;
  }



  #s-b75c542c-e03f-4e41-93ff-06cf07046980 img.shogun-image {
    

    
    
    
  }


#s-b75c542c-e03f-4e41-93ff-06cf07046980 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0f394fb-9fa8-4cad-a8b6-b46c4230bf24 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a0f394fb-9fa8-4cad-a8b6-b46c4230bf24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-a0f394fb-9fa8-4cad-a8b6-b46c4230bf24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-a0f394fb-9fa8-4cad-a8b6-b46c4230bf24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0f394fb-9fa8-4cad-a8b6-b46c4230bf24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 img.shogun-image,
  #s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 {
    width: 100%;
    height: auto;
  }



  #s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 img.shogun-image {
    

    
    
    
  }


#s-dceaa46e-eac2-4d21-a2fe-5c1e9e627487 .shogun-image-content {
  
    align-items: center;
  
}

#s-812d8f12-47ce-4eea-a7af-007a4ec20f86 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-812d8f12-47ce-4eea-a7af-007a4ec20f86 img.shogun-image,
  #s-812d8f12-47ce-4eea-a7af-007a4ec20f86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-812d8f12-47ce-4eea-a7af-007a4ec20f86 {
    width: 100%;
    height: auto;
  }



  #s-812d8f12-47ce-4eea-a7af-007a4ec20f86 img.shogun-image {
    

    
    
    
  }


#s-812d8f12-47ce-4eea-a7af-007a4ec20f86 .shogun-image-content {
  
    align-items: center;
  
}

#s-a446169c-a7d6-4520-8550-ab72e3fac867 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a446169c-a7d6-4520-8550-ab72e3fac867"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-a446169c-a7d6-4520-8550-ab72e3fac867"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-a446169c-a7d6-4520-8550-ab72e3fac867"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-a446169c-a7d6-4520-8550-ab72e3fac867"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 img.shogun-image,
  #s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 {
    width: 100%;
    height: auto;
  }



  #s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 img.shogun-image {
    

    
    
    
  }


#s-697e06ad-ed0b-4f74-96f2-5491dc7e0586 .shogun-image-content {
  
    align-items: center;
  
}

#s-092009d4-92a5-4800-bb17-8d2c2be1984a {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-092009d4-92a5-4800-bb17-8d2c2be1984a img.shogun-image,
  #s-092009d4-92a5-4800-bb17-8d2c2be1984a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-092009d4-92a5-4800-bb17-8d2c2be1984a {
    width: 100%;
    height: auto;
  }



  #s-092009d4-92a5-4800-bb17-8d2c2be1984a img.shogun-image {
    

    
    
    
  }


#s-092009d4-92a5-4800-bb17-8d2c2be1984a .shogun-image-content {
  
    align-items: center;
  
}

#s-d644658d-eddd-4059-adc0-20ca8d258c0b {
  min-height: 50px;
}








#s-d644658d-eddd-4059-adc0-20ca8d258c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d644658d-eddd-4059-adc0-20ca8d258c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
text-align: center;
}







  img.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
    
    
  }


.s-9e1f0635-4d3f-4940-831d-60d4018cecde .shogun-image-content {
  
    align-items: center;
  
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shg-align-container {
  text-align: center
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
    
    
  }


.s-9e1f0635-4d3f-4940-831d-60d4018cecde .shogun-image-content {
  
    align-items: center;
  
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shg-align-container {
  text-align: center
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
    
    
  }


.s-9e1f0635-4d3f-4940-831d-60d4018cecde .shogun-image-content {
  
    align-items: center;
  
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shg-align-container {
  text-align: center
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
    
    
  }


.s-9e1f0635-4d3f-4940-831d-60d4018cecde .shogun-image-content {
  
    align-items: center;
  
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shg-align-container {
  text-align: center
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
    
    
  }


.s-9e1f0635-4d3f-4940-831d-60d4018cecde .shogun-image-content {
  
    align-items: center;
  
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shg-align-container {
  text-align: center
}

.s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e1f0635-4d3f-4940-831d-60d4018cecde.shogun-image {
  box-sizing: border-box;
}


}
#s-28f45898-dbf3-4b98-aff0-9e0fa45beb33 {
  min-height: 50px;
}








#s-28f45898-dbf3-4b98-aff0-9e0fa45beb33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28f45898-dbf3-4b98-aff0-9e0fa45beb33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bc1c475-3160-4bd4-80e1-a1ec31b76166 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 1200px;
}








#s-5bc1c475-3160-4bd4-80e1-a1ec31b76166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc1c475-3160-4bd4-80e1-a1ec31b76166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ff3988-82a3-4a6d-a31a-b5dd22b291e7 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f2ff3988-82a3-4a6d-a31a-b5dd22b291e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-f2ff3988-82a3-4a6d-a31a-b5dd22b291e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-f2ff3988-82a3-4a6d-a31a-b5dd22b291e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2ff3988-82a3-4a6d-a31a-b5dd22b291e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  text-align: left;
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  max-width:  100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  aspect-ratio: 700/850;
}

@media (min-width: 1200px){
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  max-width:  100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  max-width:  100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  max-width:  100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (max-width: 767px){
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 {
  max-width:  100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 .shg-image-zoom,
.shg-c#s-e3b1229a-739c-4493-b428-1e9478cbe3b6 img.shogun-image {
  aspect-ratio: 700/850;
}

}
#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 {
  text-align: left;
}



.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0996456d-3b48-4f7f-81ae-aa95de1a4be8 img.shogun-image {
  width: 100%;
}



}
#s-96384ad4-684c-4f6d-9009-1ddb7950c431 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-96384ad4-684c-4f6d-9009-1ddb7950c431"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-96384ad4-684c-4f6d-9009-1ddb7950c431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-96384ad4-684c-4f6d-9009-1ddb7950c431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-96384ad4-684c-4f6d-9009-1ddb7950c431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd {
  text-align: left;
}



.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeca7a13-c245-4d19-8c7b-9062bf6606fd img.shogun-image {
  width: 100%;
}



}
#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 {
  text-align: left;
}



.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a6aaae-df0c-47b1-af00-b0f67ddee628 img.shogun-image {
  width: 100%;
}



}
#s-990841bc-ba16-46d5-9899-3c6be64718b9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-990841bc-ba16-46d5-9899-3c6be64718b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-990841bc-ba16-46d5-9899-3c6be64718b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-990841bc-ba16-46d5-9899-3c6be64718b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-990841bc-ba16-46d5-9899-3c6be64718b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  text-align: left;
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  max-width:  100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  width: 100%;
}



.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  aspect-ratio: 700/850;
}

@media (min-width: 1200px){
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  max-width:  100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  width: 100%;
}



.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  max-width:  100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  width: 100%;
}



.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  max-width:  100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  width: 100%;
}



.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (max-width: 767px){
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a {
  max-width:  100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  width: 100%;
}



.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a .shg-image-zoom,
.shg-c#s-0cdf5689-64cf-4ca1-ada2-85a099a3333a img.shogun-image {
  aspect-ratio: 700/850;
}

}
#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  text-align: left;
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  max-width:  100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  width: 100%;
}



.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  aspect-ratio: 700/850;
}

@media (min-width: 1200px){
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  max-width:  100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  width: 100%;
}



.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  max-width:  100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  width: 100%;
}



.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  max-width:  100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  width: 100%;
}



.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (max-width: 767px){
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d {
  max-width:  100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  width: 100%;
}



.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d .shg-image-zoom,
.shg-c#s-53a70ec9-0431-451f-92ae-1401cf7d7d0d img.shogun-image {
  aspect-ratio: 700/850;
}

}
#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  text-align: left;
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  max-width:  100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  width: 100%;
}



.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  aspect-ratio: 700/850;
}

@media (min-width: 1200px){
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  max-width:  100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  width: 100%;
}



.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  max-width:  100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  width: 100%;
}



.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  max-width:  100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  width: 100%;
}



.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  aspect-ratio: 700/850;
}

}@media (max-width: 767px){
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 {
  max-width:  100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  max-width: 700px !important;
  
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  width: 100%;
}



.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 .shg-image-zoom,
.shg-c#s-fb430a9e-70e4-4e64-9bc4-7e4fe15e7a27 img.shogun-image {
  aspect-ratio: 700/850;
}

}
#s-9f9bdf44-0041-4fd5-81a8-49221cb5f2db {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 0px;
max-width: 1200px;
}








#s-9f9bdf44-0041-4fd5-81a8-49221cb5f2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f9bdf44-0041-4fd5-81a8-49221cb5f2db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image,
  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
    width: 100%;
    height: auto;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
    
    
  }


.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shg-align-container {
  text-align: center
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image,
  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
    width: 100%;
    height: auto;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
    
    
  }


.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shg-align-container {
  text-align: center
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image,
  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
    width: 100%;
    height: auto;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
    
    
  }


.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shg-align-container {
  text-align: center
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image,
  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
    width: 100%;
    height: auto;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
    
    
  }


.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shg-align-container {
  text-align: center
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image,
  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 {
    width: 100%;
    height: auto;
  }

  #s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
    
    
  }


.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shg-align-container {
  text-align: center
}

.s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d4ed9b-9658-453d-b4ea-8cdf135686f1.shogun-image {
  box-sizing: border-box;
}


}
#s-55b46620-5675-4799-abce-4f10a876c64f {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1200px;
}








#s-55b46620-5675-4799-abce-4f10a876c64f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b46620-5675-4799-abce-4f10a876c64f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc715cb0-c237-4202-8d29-156f24d3686a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fc715cb0-c237-4202-8d29-156f24d3686a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-fc715cb0-c237-4202-8d29-156f24d3686a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-fc715cb0-c237-4202-8d29-156f24d3686a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc715cb0-c237-4202-8d29-156f24d3686a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.5px);
}

}

#s-0c24161b-03f7-48e4-b0f5-b118badf5bef {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-0c24161b-03f7-48e4-b0f5-b118badf5bef img.shogun-image,
  #s-0c24161b-03f7-48e4-b0f5-b118badf5bef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c24161b-03f7-48e4-b0f5-b118badf5bef {
    width: 100%;
    height: auto;
  }



  #s-0c24161b-03f7-48e4-b0f5-b118badf5bef img.shogun-image {
    

    
    
    
  }


#s-0c24161b-03f7-48e4-b0f5-b118badf5bef .shogun-image-content {
  
    align-items: center;
  
}

#s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 {
  max-width: 1000px;
aspect-ratio: 1000/575;
text-align: center;
}





  #s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 img.shogun-image,
  #s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 {
    width: 100%;
    height: auto;
  }



  #s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 img.shogun-image {
    

    
    
    
  }


#s-eb1d50bf-39ae-414e-87ea-7bf03493bce8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e84080b-17d3-42f6-a7e6-e4369e9e1502 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5e84080b-17d3-42f6-a7e6-e4369e9e1502"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-5e84080b-17d3-42f6-a7e6-e4369e9e1502"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-5e84080b-17d3-42f6-a7e6-e4369e9e1502"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e84080b-17d3-42f6-a7e6-e4369e9e1502"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-7c1347a0-24b7-42ff-80d2-ef8230d4159d {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-7c1347a0-24b7-42ff-80d2-ef8230d4159d img.shogun-image,
  #s-7c1347a0-24b7-42ff-80d2-ef8230d4159d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c1347a0-24b7-42ff-80d2-ef8230d4159d {
    width: 100%;
    height: auto;
  }



  #s-7c1347a0-24b7-42ff-80d2-ef8230d4159d img.shogun-image {
    

    
    
    
  }


#s-7c1347a0-24b7-42ff-80d2-ef8230d4159d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b {
  max-width: 1000px;
aspect-ratio: 1000/600;
text-align: center;
}





  #s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b img.shogun-image,
  #s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b {
    width: 100%;
    height: auto;
  }



  #s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b img.shogun-image {
    

    
    
    
  }


#s-8e8e6c9d-1b9e-4311-9e81-0726d0f5d95b .shogun-image-content {
  
    align-items: center;
  
}

#s-9c739326-b648-4572-9389-11d2d50a0d97 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9c739326-b648-4572-9389-11d2d50a0d97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-9c739326-b648-4572-9389-11d2d50a0d97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-9c739326-b648-4572-9389-11d2d50a0d97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c739326-b648-4572-9389-11d2d50a0d97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-d8d9ad52-5685-4f7f-a328-9e33e90c83a7 {
  text-align: center;
}







  #s-d8d9ad52-5685-4f7f-a328-9e33e90c83a7 img.shogun-image {
    

    
    
    
  }


#s-d8d9ad52-5685-4f7f-a328-9e33e90c83a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-70a8f6d9-f926-4261-a20b-b1f495215f68 {
  text-align: center;
}







  #s-70a8f6d9-f926-4261-a20b-b1f495215f68 img.shogun-image {
    

    
    
    
  }


#s-70a8f6d9-f926-4261-a20b-b1f495215f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed277c1b-3a7c-40c3-8d8a-5ed5f436aa90 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 1200px;
}








#s-ed277c1b-3a7c-40c3-8d8a-5ed5f436aa90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed277c1b-3a7c-40c3-8d8a-5ed5f436aa90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb0d632-de20-4c16-9c8a-1baf5b02b3e9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8eb0d632-de20-4c16-9c8a-1baf5b02b3e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-8eb0d632-de20-4c16-9c8a-1baf5b02b3e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-8eb0d632-de20-4c16-9c8a-1baf5b02b3e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-8eb0d632-de20-4c16-9c8a-1baf5b02b3e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-af9de200-1b36-4dbc-b900-087afcc94f5b {
  text-align: left;
}



.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9de200-1b36-4dbc-b900-087afcc94f5b img.shogun-image {
  width: 100%;
}



}
#s-3691e907-0aa7-43f7-9f0f-11299784df57 {
  text-align: left;
}



.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3691e907-0aa7-43f7-9f0f-11299784df57 img.shogun-image {
  width: 100%;
}



}
#s-408cc7f4-ee9c-4dee-8a84-7042f0cc0a15 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-408cc7f4-ee9c-4dee-8a84-7042f0cc0a15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-408cc7f4-ee9c-4dee-8a84-7042f0cc0a15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-408cc7f4-ee9c-4dee-8a84-7042f0cc0a15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-408cc7f4-ee9c-4dee-8a84-7042f0cc0a15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 {
  text-align: left;
}



.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2dc9123c-dc95-4527-b7f5-e78ed68fb688 img.shogun-image {
  width: 100%;
}



}
#s-f06ef2da-1767-45a9-8130-035e6459ff16 {
  text-align: left;
}



.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f06ef2da-1767-45a9-8130-035e6459ff16 img.shogun-image {
  width: 100%;
}



}
#s-15556c68-cc4c-47c3-a75a-a59c9b8b80d0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-15556c68-cc4c-47c3-a75a-a59c9b8b80d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-15556c68-cc4c-47c3-a75a-a59c9b8b80d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-15556c68-cc4c-47c3-a75a-a59c9b8b80d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-15556c68-cc4c-47c3-a75a-a59c9b8b80d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f {
  text-align: left;
}



.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a35f04-4ab1-43fb-b2d2-1d4b0a1b4f4f img.shogun-image {
  width: 100%;
}



}
#s-b13a7de5-257d-46ec-a32b-7962e4135f9c {
  text-align: left;
}



.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b13a7de5-257d-46ec-a32b-7962e4135f9c img.shogun-image {
  width: 100%;
}



}
#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 {
  text-align: left;
}



.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db58e62-d12b-4c25-bb3c-c36e0766d694 img.shogun-image {
  width: 100%;
}



}
#s-5878312e-1483-47fd-8b1c-2d2f659c954a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5878312e-1483-47fd-8b1c-2d2f659c954a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-5878312e-1483-47fd-8b1c-2d2f659c954a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-5878312e-1483-47fd-8b1c-2d2f659c954a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-5878312e-1483-47fd-8b1c-2d2f659c954a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 {
  text-align: left;
}



.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f28e23a3-a10f-4588-8038-d04ab1b84ec8 img.shogun-image {
  width: 100%;
}



}
#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a {
  text-align: left;
}



.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4a80bd-67a5-42db-8e3e-2aa4b6ffb94a img.shogun-image {
  width: 100%;
}



}
#s-1fda4e14-f462-40f7-adf8-cac77b27e385 {
  text-align: left;
}



.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1fda4e14-f462-40f7-adf8-cac77b27e385 img.shogun-image {
  width: 100%;
}



}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}