.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-0eb4c9cc-ce39-4015-8303-ca3f0ac3eead {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}

#s-0eb4c9cc-ce39-4015-8303-ca3f0ac3eead {
  background-image: url(https://i.shgcdn.com/7c11f86e-7a74-4a58-a81f-478a3663eb66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0eb4c9cc-ce39-4015-8303-ca3f0ac3eead > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0eb4c9cc-ce39-4015-8303-ca3f0ac3eead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1cc2d7cb-8195-4443-b769-a2a3db719bf7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 300px;
background-color: rgba(255, 255, 255, 0.92);
}

#s-16a04900-4fe5-47ab-aa41-2341b87d0530 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-16a04900-4fe5-47ab-aa41-2341b87d0530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16a04900-4fe5-47ab-aa41-2341b87d0530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-087aa6d0-966e-40cb-8f19-780796cc9227 {
  margin-top: 25px;
margin-bottom: 10px;
}

.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;
}

@media (min-width: 0px) {
[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91177bf8-a3c3-4569-b5f8-3259721518f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-e7293bee-72e5-4756-976a-829f0d036789 {
  max-width: 1246px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-e7293bee-72e5-4756-976a-829f0d036789 img.shogun-image,
  #s-e7293bee-72e5-4756-976a-829f0d036789 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7293bee-72e5-4756-976a-829f0d036789 {
    width: 100%;
    height: auto;
  }



  #s-e7293bee-72e5-4756-976a-829f0d036789 img.shogun-image {
    

    
    
    
  }


#s-e7293bee-72e5-4756-976a-829f0d036789 .shogun-image-content {
  
    align-items: center;
  
}

#s-e93d893a-7638-427a-85c3-22189dddb388 {
  margin-bottom: 10px;
}

#s-9b3e4ca0-abec-41b6-aa8e-b2e7572e7cd6 {
  margin-top: 25px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffcb617a-f325-4905-97d6-62a22a1d740a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-34cb5452-5034-4ec9-a1cf-4ed2b6396aa4 {
  max-width: 500px;
text-align: left;
}







  #s-34cb5452-5034-4ec9-a1cf-4ed2b6396aa4 img.shogun-image {
    

    
    
    
  }


#s-34cb5452-5034-4ec9-a1cf-4ed2b6396aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb8be08-ef70-413d-99e4-8561c7decaa7 {
  margin-bottom: 10px;
}

#s-c85c5a07-f9ed-49d7-a55f-9d56063447cb {
  margin-bottom: 50px;
text-align: left;
}

#s-291501cd-6fb3-4a1e-b494-02169979f673 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-291501cd-6fb3-4a1e-b494-02169979f673"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f0df63ba-bf9b-4fb5-b294-57a330e63bd2 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-f0df63ba-bf9b-4fb5-b294-57a330e63bd2 img.shogun-image {
    

    
    
    
  }


#s-f0df63ba-bf9b-4fb5-b294-57a330e63bd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e01c3d4-4c04-4660-8ea7-a2a7c837bbfc {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-b79f7b12-29d7-4f41-a0da-e1aa99659d17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b79f7b12-29d7-4f41-a0da-e1aa99659d17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b79f7b12-29d7-4f41-a0da-e1aa99659d17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b79f7b12-29d7-4f41-a0da-e1aa99659d17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-83143ec5-e3ef-4649-993c-364b570a6402 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

.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-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  text-align: center;
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  max-width:  100%;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom,
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  max-width:  100%;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom,
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  max-width:  100%;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom,
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  max-width:  100%;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom,
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c {
  max-width:  100%;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom,
.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14cebf7f-d761-4691-ad2e-aa1f65d56d8c img.shogun-image {
  width: 100%;
}



}
#s-c78ecf99-ecda-456a-86d2-763d969f2dc3 {
  margin-top: -10px;
}

#s-06318ff4-243f-4d97-9294-b7cea3066af1 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  text-align: center;
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  max-width:  100%;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom,
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  max-width:  100%;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom,
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  max-width:  100%;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom,
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  max-width:  100%;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom,
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 {
  max-width:  100%;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom,
.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eca18a7-9a76-4f5a-b339-0e75314cc147 img.shogun-image {
  width: 100%;
}



}
#s-28120ea0-8af8-4a3f-ba18-ffc0a1567e55 {
  margin-top: -10px;
}

#s-ba6c7c82-9748-4f0d-80c9-1f711e8f0d9f {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  text-align: center;
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  max-width:  100%;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom,
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  max-width:  100%;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom,
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  max-width:  100%;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom,
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  max-width:  100%;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom,
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 {
  max-width:  100%;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom,
.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79f7da62-b15a-4a97-a541-1347d4d69c20 img.shogun-image {
  width: 100%;
}



}
#s-be8f8925-0abf-45ff-9c29-7a1f01cd0b7b {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-5aa14c34-1beb-4fed-baa8-25e0d7b4e9dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5aa14c34-1beb-4fed-baa8-25e0d7b4e9dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5aa14c34-1beb-4fed-baa8-25e0d7b4e9dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5aa14c34-1beb-4fed-baa8-25e0d7b4e9dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2e106a51-2123-44f4-abdf-974c56cb155c {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  text-align: center;
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  max-width:  100%;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom,
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  max-width:  100%;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom,
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  max-width:  100%;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom,
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  max-width:  100%;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom,
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 {
  max-width:  100%;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom,
.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbe9a454-9607-4da7-9fbb-65d2664cd6d4 img.shogun-image {
  width: 100%;
}



}
#s-377bc536-0578-4e4d-a1b5-448812168fa4 {
  margin-top: -10px;
}

#s-7d40bb34-82f2-4b61-adec-eea0d1b034c4 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  text-align: center;
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  max-width:  100%;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom,
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  max-width:  100%;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom,
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  max-width:  100%;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom,
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  max-width:  100%;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom,
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 {
  max-width:  100%;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom,
.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc5b9ccd-da21-4440-bf8e-ee0d4efe4883 img.shogun-image {
  width: 100%;
}



}
#s-98626415-52e2-4362-b907-ff08ba5e3723 {
  margin-top: -10px;
}

#s-5ac215ae-9397-432e-abc7-982a25d90818 {
  margin-bottom: 50px;
text-align: left;
}

#s-4c46339c-3e41-4b0b-b4d6-68319bd99d30 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-ab54f031-c191-4190-a5b2-3d250b75257d {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-65e6ba35-d0c7-4563-9d82-7ef0f5d0749c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-65e6ba35-d0c7-4563-9d82-7ef0f5d0749c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-65e6ba35-d0c7-4563-9d82-7ef0f5d0749c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-65e6ba35-d0c7-4563-9d82-7ef0f5d0749c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5388c926-37b7-41fa-966d-dcf0aff1f763 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  text-align: center;
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  max-width:  100%;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom,
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  max-width:  100%;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom,
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  max-width:  100%;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom,
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  max-width:  100%;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom,
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 {
  max-width:  100%;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom,
.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b19abee8-e3cb-481a-9272-dfec1398e8a5 img.shogun-image {
  width: 100%;
}



}
#s-8298f0fe-b9a7-42a0-9773-36f13c8cd5fa {
  margin-top: -10px;
}

#s-82f2333f-a444-4dcc-8fd8-8bbe112917d0 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  text-align: center;
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  max-width:  100%;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom,
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  max-width:  100%;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom,
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  max-width:  100%;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom,
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  max-width:  100%;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom,
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 {
  max-width:  100%;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom,
.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e73adf5-05a2-46ed-8dd3-ce6c37ad0646 img.shogun-image {
  width: 100%;
}



}
#s-7227148f-cee8-4637-be71-0526cd5b2322 {
  margin-top: -10px;
}

#s-b6252a28-3bd9-47c3-8b20-037aed9d8b0d {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  text-align: center;
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  max-width:  100%;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom,
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  max-width:  100%;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom,
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  max-width:  100%;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom,
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  max-width:  100%;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom,
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 {
  max-width:  100%;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom,
.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e51ac35-49cb-4412-a51a-711b1cb7e6b8 img.shogun-image {
  width: 100%;
}



}
#s-b0b15b48-fbb8-42ff-8e8d-712340cde5a0 {
  margin-top: -10px;
}

#s-f8292f34-2155-4ba1-93fa-b1864680d015 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  text-align: center;
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  max-width:  100%;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom,
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  max-width:  100%;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom,
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  max-width:  100%;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom,
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  max-width:  100%;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom,
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 {
  max-width:  100%;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom,
.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3ab7bd5-d6ac-4608-bfec-2dcf6b5f8089 img.shogun-image {
  width: 100%;
}



}
#s-e96b3490-e0bf-4c66-9dad-2826b248e5ec {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-09f7ffba-1e79-4ab4-910d-1af9a953b852"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09f7ffba-1e79-4ab4-910d-1af9a953b852"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-09f7ffba-1e79-4ab4-910d-1af9a953b852"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-09f7ffba-1e79-4ab4-910d-1af9a953b852"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a35b9968-a551-4d05-b453-7f9204e308c4 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  text-align: center;
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  max-width:  100%;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom,
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  max-width:  100%;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom,
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  max-width:  100%;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom,
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  max-width:  100%;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom,
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 {
  max-width:  100%;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom,
.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af9b4e06-6d5d-4ef0-bdaa-bf66f5839d70 img.shogun-image {
  width: 100%;
}



}
#s-708e7f97-43b3-4cd9-a6aa-2c5103b4e94b {
  margin-top: -10px;
}

#s-96124643-7b9f-48b1-8169-85caeb45884e {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  text-align: center;
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  max-width:  100%;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom,
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  max-width:  100%;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom,
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  max-width:  100%;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom,
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  max-width:  100%;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom,
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 {
  max-width:  100%;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom,
.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-265d4d9d-a051-4d70-8c23-55c3ab9644b4 img.shogun-image {
  width: 100%;
}



}
#s-d70c9dea-1ac5-4ab8-b4e3-0e80b66cb810 {
  margin-top: -10px;
}

#s-a0a18746-ec52-4a46-a43e-134ea05a128b {
  max-width: 600px;
}

@media (min-width: 0px) {
[id="s-3587002d-54dd-4e9a-b613-b87457e26562"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3587002d-54dd-4e9a-b613-b87457e26562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3587002d-54dd-4e9a-b613-b87457e26562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3587002d-54dd-4e9a-b613-b87457e26562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-03bcd3e0-1b0e-4287-8a93-3036c71e9832 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  text-align: center;
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  max-width:  100%;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom,
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  max-width:  100%;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom,
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  max-width:  100%;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom,
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  max-width:  100%;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom,
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 {
  max-width:  100%;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom,
.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc62082-495a-4d1b-aa6e-b5e215a583d0 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-a0a96d1d-0926-48c5-a92b-36ce678fd9a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0a96d1d-0926-48c5-a92b-36ce678fd9a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0a96d1d-0926-48c5-a92b-36ce678fd9a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0a96d1d-0926-48c5-a92b-36ce678fd9a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-09a242dd-a8ca-4f96-bbdd-27ae9d396671 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  text-align: center;
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  max-width:  100%;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom,
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  max-width:  100%;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom,
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  max-width:  100%;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom,
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  max-width:  100%;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom,
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 {
  max-width:  100%;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom,
.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b14decda-77a7-41c0-8eb5-d48a04e363d1 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-990faeea-e53a-4c2e-a66e-ea43fa12173e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-990faeea-e53a-4c2e-a66e-ea43fa12173e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-990faeea-e53a-4c2e-a66e-ea43fa12173e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-990faeea-e53a-4c2e-a66e-ea43fa12173e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b433a8c1-53eb-418e-9667-143fb499d4b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center top;
}








#s-b433a8c1-53eb-418e-9667-143fb499d4b4 > .shg-box-overlay {
  background-color: rgba(70, 34, 97, 1);
  opacity: 0.5;
}#s-b433a8c1-53eb-418e-9667-143fb499d4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53032dac-de7e-47bc-a25d-3b6d63701dd1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 300px;
background-color: rgba(255, 255, 255, 0.92);
}

#s-68e77d53-f326-4469-9df6-c0e4954018ac {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-68e77d53-f326-4469-9df6-c0e4954018ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e77d53-f326-4469-9df6-c0e4954018ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e4be7aa-d40b-4e23-8939-1305d9aa76a8 {
  margin-top: 25px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5a39198-97ff-4874-bba3-d63e80a8a8dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-71bcc474-445b-416c-9b80-bd689e3ae613 {
  max-width: 1246px;
aspect-ratio: 16/9;
text-align: left;
}





  #s-71bcc474-445b-416c-9b80-bd689e3ae613 img.shogun-image,
  #s-71bcc474-445b-416c-9b80-bd689e3ae613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71bcc474-445b-416c-9b80-bd689e3ae613 {
    width: 100%;
    height: auto;
  }



  #s-71bcc474-445b-416c-9b80-bd689e3ae613 img.shogun-image {
    

    
    
    
  }


#s-71bcc474-445b-416c-9b80-bd689e3ae613 .shogun-image-content {
  
    align-items: center;
  
}

#s-311ae77f-a310-46b4-b209-0f520535e5c8 {
  margin-bottom: 10px;
}

#s-d6438801-5aaf-45be-b84f-163ea1e0cbb3 {
  margin-top: 25px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e60b2a32-402b-45e0-970a-41252fc4bd4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e60b2a32-402b-45e0-970a-41252fc4bd4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e60b2a32-402b-45e0-970a-41252fc4bd4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e60b2a32-402b-45e0-970a-41252fc4bd4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bc03013c-2bab-4342-b918-b19929bf0cf1 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-bc03013c-2bab-4342-b918-b19929bf0cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc03013c-2bab-4342-b918-b19929bf0cf1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9c5d313-5cb5-445e-9988-7e77b43433e9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
text-align: center;
opacity: 1;
}







  #s-c9c5d313-5cb5-445e-9988-7e77b43433e9 img.shogun-image {
    

    
    
    
  }


#s-c9c5d313-5cb5-445e-9988-7e77b43433e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-45eb3434-edfd-4b4c-b48f-3e69470bd0e2 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-45eb3434-edfd-4b4c-b48f-3e69470bd0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45eb3434-edfd-4b4c-b48f-3e69470bd0e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9801ecd5-e339-4a66-a7d1-b2e249367990 {
  text-align: center;
opacity: 1;
}







  #s-9801ecd5-e339-4a66-a7d1-b2e249367990 img.shogun-image {
    

    
    
    
  }


#s-9801ecd5-e339-4a66-a7d1-b2e249367990 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7403c1c-142d-4fe8-ae9d-7086c378dc32 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-c7403c1c-142d-4fe8-ae9d-7086c378dc32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7403c1c-142d-4fe8-ae9d-7086c378dc32.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69a2c086-e79e-46bd-b117-132886754ced {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
text-align: center;
opacity: 1;
}







  #s-69a2c086-e79e-46bd-b117-132886754ced img.shogun-image {
    

    
    
    
  }


#s-69a2c086-e79e-46bd-b117-132886754ced .shogun-image-content {
  
    align-items: center;
  
}

#s-27e5f463-5256-4a97-a619-4e73a7738f7a {
  margin-bottom: 25px;
min-height: 50px;
}








#s-27e5f463-5256-4a97-a619-4e73a7738f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27e5f463-5256-4a97-a619-4e73a7738f7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aee2c833-4aa3-4175-b3c4-c8eb4313ed2d {
  text-align: center;
opacity: 1;
}







  #s-aee2c833-4aa3-4175-b3c4-c8eb4313ed2d img.shogun-image {
    

    
    
    
  }


#s-aee2c833-4aa3-4175-b3c4-c8eb4313ed2d .shogun-image-content {
  
    align-items: center;
  
}

#s-9510d7d9-8e24-46ef-acaa-240fcdcc7966 {
  margin-top: 25px;
}

#s-80225a55-e75f-49c7-aede-25c076d18ce4 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-56d97846-2ba9-42e7-84e2-83786f7809c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56d97846-2ba9-42e7-84e2-83786f7809c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56d97846-2ba9-42e7-84e2-83786f7809c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56d97846-2ba9-42e7-84e2-83786f7809c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ba344931-a8ea-4bc6-9602-1631ce597429 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  text-align: center;
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  max-width:  100%;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom,
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  max-width:  100%;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom,
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  max-width:  100%;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom,
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  max-width:  100%;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom,
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 {
  max-width:  100%;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom,
.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5120b76-db7e-4c2e-9b65-10200f61b696 img.shogun-image {
  width: 100%;
}



}
#s-b68e900b-ab30-4055-a2a8-df4abf38762d {
  margin-top: -10px;
}

#s-5e54b61f-adc2-4e36-9e6c-d72e1edfc2c6 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  text-align: center;
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  max-width:  100%;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom,
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  max-width:  100%;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom,
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  max-width:  100%;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom,
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  max-width:  100%;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom,
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 {
  max-width:  100%;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom,
.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3479e1bc-fdbe-4761-aeb2-ffce3248a585 img.shogun-image {
  width: 100%;
}



}
#s-3e5bd3df-bcf7-4135-924b-6a3cd0b1f967 {
  margin-top: -10px;
}

#s-0ebf0176-e7c1-46ca-8f5c-078f05b6b23d {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  text-align: center;
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  max-width:  100%;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom,
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  max-width:  100%;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom,
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  max-width:  100%;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom,
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  max-width:  100%;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom,
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 {
  max-width:  100%;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom,
.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe84d777-5a7b-4db4-9d45-a8e27cf8a457 img.shogun-image {
  width: 100%;
}



}
#s-70b6e882-6327-403e-8904-2790f85b189a {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-b2c3da60-f51b-40af-841b-f9fa5a5753b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2c3da60-f51b-40af-841b-f9fa5a5753b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b2c3da60-f51b-40af-841b-f9fa5a5753b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b2c3da60-f51b-40af-841b-f9fa5a5753b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8bd73028-2108-4b74-b047-ea60b5139b0d {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  text-align: center;
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  max-width:  100%;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom,
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  max-width:  100%;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom,
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  max-width:  100%;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom,
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  max-width:  100%;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom,
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 {
  max-width:  100%;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom,
.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84b5be26-7c4e-4361-9dc1-a33435497b10 img.shogun-image {
  width: 100%;
}



}
#s-044833b8-b08a-40af-89ca-f25e03aa312b {
  margin-top: -10px;
}

#s-2eb2d930-230e-485a-b638-4ab697140ee1 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  text-align: center;
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  max-width:  100%;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom,
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  max-width:  100%;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom,
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  max-width:  100%;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom,
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  max-width:  100%;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom,
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 {
  max-width:  100%;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom,
.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02334f5-bf6a-48e2-8091-d258423bd9a6 img.shogun-image {
  width: 100%;
}



}
#s-fe2ac7fc-8a4f-4745-ab30-257c541724dd {
  margin-top: -10px;
}

#s-3309fb76-0d58-46e1-aeda-97ff150dd4f2 {
  margin-top: 25px;
}

#s-63805376-3350-4705-9bb0-e7ab2acc0e68 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5a53f6bb-8d14-4b3d-9497-c6d2503e64a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a53f6bb-8d14-4b3d-9497-c6d2503e64a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a53f6bb-8d14-4b3d-9497-c6d2503e64a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a53f6bb-8d14-4b3d-9497-c6d2503e64a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-56f3ea7b-4c9d-4911-b70e-6df3aa508444 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  text-align: center;
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  max-width:  100%;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom,
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  max-width:  100%;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom,
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  max-width:  100%;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom,
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  max-width:  100%;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom,
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d {
  max-width:  100%;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom,
.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c859d5d-1bcd-493c-b9ea-789a4b2e2b1d img.shogun-image {
  width: 100%;
}



}
#s-7f283247-4002-4e42-b77c-68dea05effdf {
  margin-top: -10px;
}

#s-9fc1376e-1639-433b-b26a-813498290cc4 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  text-align: center;
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  max-width:  100%;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom,
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  max-width:  100%;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom,
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  max-width:  100%;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom,
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  max-width:  100%;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom,
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb {
  max-width:  100%;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom,
.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42c66c8-ded6-4a4c-bdc1-8033bd420ccb img.shogun-image {
  width: 100%;
}



}
#s-584ad5a4-cac0-446a-9a45-cbf05e5b198a {
  margin-top: -10px;
}

#s-086ceb68-dd20-4f77-82bf-94f1fe108f45 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  text-align: center;
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  max-width:  100%;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom,
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  max-width:  100%;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom,
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  max-width:  100%;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom,
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  max-width:  100%;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom,
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 {
  max-width:  100%;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom,
.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3b51029-eb2d-4906-b8e8-59526ada35b9 img.shogun-image {
  width: 100%;
}



}
#s-740339ba-1b47-4d81-a8a2-6d4b5ba093e2 {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-f1bc7dbf-34d5-4c93-81b8-b68b07903a46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1bc7dbf-34d5-4c93-81b8-b68b07903a46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f1bc7dbf-34d5-4c93-81b8-b68b07903a46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1bc7dbf-34d5-4c93-81b8-b68b07903a46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-742d5e20-3ee6-481a-8a70-aa6487076a3c {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  text-align: center;
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  max-width:  100%;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom,
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  max-width:  100%;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom,
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  max-width:  100%;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom,
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  max-width:  100%;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom,
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 {
  max-width:  100%;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom,
.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d94d8d8a-8904-4e11-8f5f-3d13886fe205 img.shogun-image {
  width: 100%;
}



}
#s-2e251213-3a16-4c9c-aec1-d62a853aa3e6 {
  margin-top: -10px;
}

#s-9ff9f252-7747-44c6-b5a9-634fd4a6b4aa {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  text-align: center;
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  max-width:  100%;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom,
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  max-width:  100%;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom,
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  max-width:  100%;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom,
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  max-width:  100%;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom,
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf {
  max-width:  100%;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom,
.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-173ae97d-e2d2-4bfa-b24e-39a373ae63bf img.shogun-image {
  width: 100%;
}



}
#s-5087d4ff-9ff6-49ac-9032-67db3fe0dd85 {
  margin-top: -10px;
}

#s-c3ca1d85-63d1-4fc3-93c2-843fea2d5919 {
  max-width: 600px;
}

@media (min-width: 0px) {
[id="s-d67c1c2c-8a24-420a-ad4d-4db9df94c78f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d67c1c2c-8a24-420a-ad4d-4db9df94c78f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d67c1c2c-8a24-420a-ad4d-4db9df94c78f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d67c1c2c-8a24-420a-ad4d-4db9df94c78f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f8203ef6-f9aa-46de-af00-1af02624f049 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  text-align: center;
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  max-width:  100%;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom,
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  max-width:  100%;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom,
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  max-width:  100%;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom,
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  max-width:  100%;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom,
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 {
  max-width:  100%;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom,
.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-995a5e23-22a2-4374-bcaa-14242dd0b797 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-56057fb0-7847-4d49-a970-06df748dce40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56057fb0-7847-4d49-a970-06df748dce40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56057fb0-7847-4d49-a970-06df748dce40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56057fb0-7847-4d49-a970-06df748dce40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-324b6424-72fd-4a5b-be4a-e0e5fb27accd {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  text-align: center;
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  max-width:  100%;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom,
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  max-width:  100%;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom,
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  max-width:  100%;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom,
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  max-width:  100%;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom,
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 {
  max-width:  100%;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom,
.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a26ea9a6-671c-4d22-96e0-3b9f06b689f5 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-7612801b-2f36-4747-93f9-9b113280362b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7612801b-2f36-4747-93f9-9b113280362b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7612801b-2f36-4747-93f9-9b113280362b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7612801b-2f36-4747-93f9-9b113280362b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8f21a5e9-7966-4a11-be25-3063c49646eb {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  text-align: center;
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  max-width:  100%;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom,
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  max-width:  100%;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom,
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  max-width:  100%;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom,
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  max-width:  100%;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom,
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f {
  max-width:  100%;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom,
.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fa61f27-c499-458d-87c5-c4a1b356718f img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-75765db2-8a32-42b7-94d4-e06b796ad5ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75765db2-8a32-42b7-94d4-e06b796ad5ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75765db2-8a32-42b7-94d4-e06b796ad5ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75765db2-8a32-42b7-94d4-e06b796ad5ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-a5fdd268-9e08-4684-b06e-f77ec0a9d77a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5fdd268-9e08-4684-b06e-f77ec0a9d77a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a5fdd268-9e08-4684-b06e-f77ec0a9d77a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a5fdd268-9e08-4684-b06e-f77ec0a9d77a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-89784f93-7f3c-4cc9-9717-2e63f7b4e508 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  text-align: center;
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  max-width:  100%;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom,
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  max-width:  100%;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom,
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  max-width:  100%;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom,
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  max-width:  100%;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom,
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b {
  max-width:  100%;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom,
.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02f38414-da08-4673-b28a-0b6dbc66cf4b img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-4d61aa5f-daad-4246-80d9-91d17eca8a68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d61aa5f-daad-4246-80d9-91d17eca8a68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d61aa5f-daad-4246-80d9-91d17eca8a68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d61aa5f-daad-4246-80d9-91d17eca8a68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a4a9083c-bdab-40a8-8b9f-2cd6415a8f2b {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  text-align: center;
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  max-width:  100%;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom,
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  max-width:  100%;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom,
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  max-width:  100%;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom,
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  max-width:  100%;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom,
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 {
  max-width:  100%;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom,
.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6b69736-d51a-4492-9c71-e5d782138e78 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-fc458c94-3a8b-4da2-8fef-af7ecb3c7979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc458c94-3a8b-4da2-8fef-af7ecb3c7979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc458c94-3a8b-4da2-8fef-af7ecb3c7979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc458c94-3a8b-4da2-8fef-af7ecb3c7979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a6a322de-d4eb-46b6-b8b5-d8153b17ec9d {
  margin-top: 25px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ed86c712-01d9-4a13-aa7c-354521da9e48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed86c712-01d9-4a13-aa7c-354521da9e48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ed86c712-01d9-4a13-aa7c-354521da9e48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed86c712-01d9-4a13-aa7c-354521da9e48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-daf3cc87-0dcb-47eb-9003-0305300392c6 {
  min-height: 50px;
}








#s-daf3cc87-0dcb-47eb-9003-0305300392c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf3cc87-0dcb-47eb-9003-0305300392c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ffcdc65-9196-4855-9d4f-a302e7afeba7 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  text-align: center;
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  max-width:  100%;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom,
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  max-width:  100%;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom,
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  max-width:  100%;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom,
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  max-width:  100%;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom,
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 {
  max-width:  100%;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom,
.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c02086a-6b1f-482d-8836-5dffee431ee9 img.shogun-image {
  width: 100%;
}



}
#s-36f87f52-0866-4f0b-92a7-9b0ddc8ee8fe {
  min-height: 50px;
}








#s-36f87f52-0866-4f0b-92a7-9b0ddc8ee8fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f87f52-0866-4f0b-92a7-9b0ddc8ee8fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea78bfd-b06e-4586-88d2-9c2a4c4910c1 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-1237f1e4-8434-4925-9197-726916b5a144 {
  text-align: center;
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 {
  max-width:  100%;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom,
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 {
  max-width:  100%;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom,
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 {
  max-width:  100%;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom,
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 {
  max-width:  100%;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom,
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 {
  max-width:  100%;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom,
.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1237f1e4-8434-4925-9197-726916b5a144 img.shogun-image {
  width: 100%;
}



}
#s-05397063-0116-470d-94cf-ea91e78bc70b {
  min-height: 50px;
}








#s-05397063-0116-470d-94cf-ea91e78bc70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05397063-0116-470d-94cf-ea91e78bc70b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fba89672-029a-40bc-9f07-5a4a888a3a50 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
}

#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  text-align: center;
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  max-width:  100%;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom,
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  max-width:  100%;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom,
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  max-width:  100%;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom,
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  max-width:  100%;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom,
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 {
  max-width:  100%;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom,
.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c15d7b63-0b01-44eb-b6f1-2ddec27939a3 img.shogun-image {
  width: 100%;
}



}
#s-5e7f2a9f-c70a-4f51-b8b1-a6e58c761927 {
  margin-bottom: 25px;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
min-height: 50px;
}








#s-5e7f2a9f-c70a-4f51-b8b1-a6e58c761927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e7f2a9f-c70a-4f51-b8b1-a6e58c761927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed948888-bb70-4e13-9e8b-2cef0ea6ef51 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-ed948888-bb70-4e13-9e8b-2cef0ea6ef51 img.shogun-image {
    

    
    
    
  }


#s-ed948888-bb70-4e13-9e8b-2cef0ea6ef51 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
