.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-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a {
  
}
}@media (max-width: 767px){#s-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a {
  
}
}







#s-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9562cdf7-0eb0-41c0-a6a3-de7acfb8cf6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f133d9c-51b1-4cd5-8fd6-c9a8a7fb745c {
  min-height: 50px;
}








#s-7f133d9c-51b1-4cd5-8fd6-c9a8a7fb745c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f133d9c-51b1-4cd5-8fd6-c9a8a7fb745c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-1707d317-cb84-4f0d-ab91-32d0cb1793a2 {
  max-width: 3333px;
aspect-ratio: 3333/910;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 {
  display: none;
}
#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2, #wrap-s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 { display:none !important; }}@media (max-width: 767px){#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 {
  display: none;
}
#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2, #wrap-s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 { display:none !important; }}




  #s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 img.shogun-image,
  #s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 {
    width: 100%;
    height: auto;
  }



  #s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 img.shogun-image {
    

    
    
    
  }


#s-1707d317-cb84-4f0d-ab91-32d0cb1793a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2812fc3-2ca8-4df7-a7b8-0a4ca20be56a {
  margin-bottom: 20px;
min-height: 50px;
background-color: rgba(149, 14, 20, 1);
}








#s-e2812fc3-2ca8-4df7-a7b8-0a4ca20be56a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2812fc3-2ca8-4df7-a7b8-0a4ca20be56a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 {
  max-width: 781px;
aspect-ratio: 781/771;
text-align: center;
}
@media (min-width: 1200px){#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 {
  display: none;
}
#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8, #wrap-s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 {
  display: none;
}
#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8, #wrap-s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 { display:none !important; }}




  #s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 img.shogun-image,
  #s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 {
    width: 100%;
    height: auto;
  }



  #s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 img.shogun-image {
    

    
    
    
  }


#s-42df2bb1-b3a2-4e87-85c2-02659351c4d8 .shogun-image-content {
  
    align-items: 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: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
  max-width: 3333px;
aspect-ratio: 3333/378;
text-align: center;
}
@media (max-width: 767px){#s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
  display: none;
}
#s-3b627107-81c9-4ea9-9655-7d5cb912ff49, #wrap-s-3b627107-81c9-4ea9-9655-7d5cb912ff49 { display:none !important; }}




  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image,
  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
    width: 100%;
    height: auto;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
    
    
  }


.s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image,
  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
    width: 100%;
    height: auto;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
    
    
  }


.s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image,
  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
    width: 100%;
    height: auto;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
    
    
  }


.s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image,
  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
    width: 100%;
    height: auto;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
    
    
  }


.s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image,
  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 {
    width: 100%;
    height: auto;
  }

  #s-3b627107-81c9-4ea9-9655-7d5cb912ff49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
    
    
  }


.s-3b627107-81c9-4ea9-9655-7d5cb912ff49 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b627107-81c9-4ea9-9655-7d5cb912ff49.shogun-image {
  box-sizing: border-box;
}

}
#s-4033abf0-c940-4992-b9dd-f85b9aef85af {
  max-width: 3333px;
aspect-ratio: 3333/818;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4033abf0-c940-4992-b9dd-f85b9aef85af {
  display: none;
}
#s-4033abf0-c940-4992-b9dd-f85b9aef85af, #wrap-s-4033abf0-c940-4992-b9dd-f85b9aef85af { display:none !important; }}@media (max-width: 767px){#s-4033abf0-c940-4992-b9dd-f85b9aef85af {
  display: none;
}
#s-4033abf0-c940-4992-b9dd-f85b9aef85af, #wrap-s-4033abf0-c940-4992-b9dd-f85b9aef85af { display:none !important; }}




  #s-4033abf0-c940-4992-b9dd-f85b9aef85af img.shogun-image,
  #s-4033abf0-c940-4992-b9dd-f85b9aef85af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4033abf0-c940-4992-b9dd-f85b9aef85af {
    width: 100%;
    height: auto;
  }



  #s-4033abf0-c940-4992-b9dd-f85b9aef85af img.shogun-image {
    

    
    
    
  }


#s-4033abf0-c940-4992-b9dd-f85b9aef85af .shogun-image-content {
  
    align-items: center;
  
}

#s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 3333px;
aspect-ratio: 3333/244;
text-align: center;
}
@media (max-width: 767px){#s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 {
  display: none;
}
#s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381, #wrap-s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 { display:none !important; }}




  #s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 img.shogun-image,
  #s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 {
    width: 100%;
    height: auto;
  }



  #s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 img.shogun-image {
    

    
    
    
  }


#s-e91f4aa0-ca58-4dc3-bd3c-ee3cbe734381 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-11b62df0-9cb5-4767-9136-759b2a6ce9dd {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-11b62df0-9cb5-4767-9136-759b2a6ce9dd {
  display: none;
}
#s-11b62df0-9cb5-4767-9136-759b2a6ce9dd, #wrap-s-11b62df0-9cb5-4767-9136-759b2a6ce9dd { display:none !important; }}@media (max-width: 767px){#s-11b62df0-9cb5-4767-9136-759b2a6ce9dd {
  display: none;
}
#s-11b62df0-9cb5-4767-9136-759b2a6ce9dd, #wrap-s-11b62df0-9cb5-4767-9136-759b2a6ce9dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11b62df0-9cb5-4767-9136-759b2a6ce9dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-27b3f474-4d10-49aa-8ba1-9aa4fa9ffdfe {
  min-height: 50px;
}








#s-27b3f474-4d10-49aa-8ba1-9aa4fa9ffdfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b3f474-4d10-49aa-8ba1-9aa4fa9ffdfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3710191-3cbd-4f0e-b3a5-eac1bb920044 {
  text-align: left;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9 {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9 {
  display: none;
}
#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9, #wrap-s-259cf7b4-6e1a-4f39-92bb-b92258c83da9 { display:none !important; }}@media (max-width: 767px){#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9 {
  display: none;
}
#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9, #wrap-s-259cf7b4-6e1a-4f39-92bb-b92258c83da9 { display:none !important; }}

  #s-259cf7b4-6e1a-4f39-92bb-b92258c83da9-root {
    text-align: left;
  }


#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-259cf7b4-6e1a-4f39-92bb-b92258c83da9-root {
    text-align: left;
  }


#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-259cf7b4-6e1a-4f39-92bb-b92258c83da9-root {
    text-align: left;
  }


#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-259cf7b4-6e1a-4f39-92bb-b92258c83da9-root {
    text-align: left;
  }


#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-259cf7b4-6e1a-4f39-92bb-b92258c83da9-root {
    text-align: left;
  }


#s-259cf7b4-6e1a-4f39-92bb-b92258c83da9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5c41e025-71a5-42dd-be9b-1ed60a16c71b {
  min-height: 50px;
}








#s-5c41e025-71a5-42dd-be9b-1ed60a16c71b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c41e025-71a5-42dd-be9b-1ed60a16c71b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36ab0119-5a16-4df5-9116-b6b261791eb2 {
  max-width: 3000px;
aspect-ratio: 3000/1002;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36ab0119-5a16-4df5-9116-b6b261791eb2 {
  display: none;
}
#s-36ab0119-5a16-4df5-9116-b6b261791eb2, #wrap-s-36ab0119-5a16-4df5-9116-b6b261791eb2 { display:none !important; }}@media (max-width: 767px){#s-36ab0119-5a16-4df5-9116-b6b261791eb2 {
  display: none;
}
#s-36ab0119-5a16-4df5-9116-b6b261791eb2, #wrap-s-36ab0119-5a16-4df5-9116-b6b261791eb2 { display:none !important; }}




  #s-36ab0119-5a16-4df5-9116-b6b261791eb2 img.shogun-image,
  #s-36ab0119-5a16-4df5-9116-b6b261791eb2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36ab0119-5a16-4df5-9116-b6b261791eb2 {
    width: 100%;
    height: auto;
  }



  #s-36ab0119-5a16-4df5-9116-b6b261791eb2 img.shogun-image {
    

    
    
    
  }


#s-36ab0119-5a16-4df5-9116-b6b261791eb2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-a536c3b2-7db9-4237-919c-74c84ba6c4d9 {
  display: none;
}
#s-a536c3b2-7db9-4237-919c-74c84ba6c4d9, #wrap-s-a536c3b2-7db9-4237-919c-74c84ba6c4d9 { display:none !important; }}@media (max-width: 767px){#s-a536c3b2-7db9-4237-919c-74c84ba6c4d9 {
  display: none;
}
#s-a536c3b2-7db9-4237-919c-74c84ba6c4d9, #wrap-s-a536c3b2-7db9-4237-919c-74c84ba6c4d9 { display:none !important; }}
#s-3044f3a9-a49c-45ab-b698-68457bbddc57 {
  text-align: center;
}
@media (min-width: 1200px){#s-3044f3a9-a49c-45ab-b698-68457bbddc57 {
  display: none;
}
#s-3044f3a9-a49c-45ab-b698-68457bbddc57, #wrap-s-3044f3a9-a49c-45ab-b698-68457bbddc57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3044f3a9-a49c-45ab-b698-68457bbddc57 {
  display: none;
}
#s-3044f3a9-a49c-45ab-b698-68457bbddc57, #wrap-s-3044f3a9-a49c-45ab-b698-68457bbddc57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3044f3a9-a49c-45ab-b698-68457bbddc57 {
  display: none;
}
#s-3044f3a9-a49c-45ab-b698-68457bbddc57, #wrap-s-3044f3a9-a49c-45ab-b698-68457bbddc57 { display:none !important; }}@media (max-width: 767px){#s-3044f3a9-a49c-45ab-b698-68457bbddc57 {
  display: none;
}
#s-3044f3a9-a49c-45ab-b698-68457bbddc57, #wrap-s-3044f3a9-a49c-45ab-b698-68457bbddc57 { display:none !important; }}






  #s-3044f3a9-a49c-45ab-b698-68457bbddc57 img.shogun-image {
    

    
    
    
  }


#s-3044f3a9-a49c-45ab-b698-68457bbddc57 .shogun-image-content {
  
    align-items: center;
  
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
  max-width: 781px;
aspect-ratio: 781/306;
text-align: center;
}
@media (min-width: 1200px){#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
  display: none;
}
#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f, #wrap-s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
  display: none;
}
#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f, #wrap-s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
  display: none;
}
#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f, #wrap-s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f { display:none !important; }}




  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image,
  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
    width: 100%;
    height: auto;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
    
    
  }


.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shogun-image-content {
  
    align-items: center;
  
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image,
  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
    width: 100%;
    height: auto;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
    
    
  }


.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shogun-image-content {
  
    align-items: center;
  
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
  box-sizing: border-box;
}

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



  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image,
  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
    width: 100%;
    height: auto;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
    
    
  }


.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shogun-image-content {
  
    align-items: center;
  
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
  box-sizing: border-box;
}

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



  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image,
  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
    width: 100%;
    height: auto;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
    
    
  }


.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shogun-image-content {
  
    align-items: center;
  
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
  box-sizing: border-box;
}

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



  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image,
  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f {
    width: 100%;
    height: auto;
  }

  #s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
    
    
  }


.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f .shogun-image-content {
  
    align-items: center;
  
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f6548b-d7d2-42cb-ad8b-9ca95f3cf25f.shogun-image {
  box-sizing: border-box;
}

}
#s-01c7740b-b0ce-4814-a374-25967758f98c {
  margin-top: 10px;
max-width: 781px;
aspect-ratio: 781/833;
text-align: center;
}
@media (min-width: 1200px){#s-01c7740b-b0ce-4814-a374-25967758f98c {
  display: none;
}
#s-01c7740b-b0ce-4814-a374-25967758f98c, #wrap-s-01c7740b-b0ce-4814-a374-25967758f98c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01c7740b-b0ce-4814-a374-25967758f98c {
  display: none;
}
#s-01c7740b-b0ce-4814-a374-25967758f98c, #wrap-s-01c7740b-b0ce-4814-a374-25967758f98c { display:none !important; }}




  #s-01c7740b-b0ce-4814-a374-25967758f98c img.shogun-image,
  #s-01c7740b-b0ce-4814-a374-25967758f98c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01c7740b-b0ce-4814-a374-25967758f98c {
    width: 100%;
    height: auto;
  }



  #s-01c7740b-b0ce-4814-a374-25967758f98c img.shogun-image {
    

    
    
    
  }


#s-01c7740b-b0ce-4814-a374-25967758f98c .shogun-image-content {
  
    align-items: center;
  
}

#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 {
  margin-top: 15px;
max-width: 781px;
aspect-ratio: 781/136;
text-align: center;
}
@media (min-width: 1200px){#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 {
  display: none;
}
#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710, #wrap-s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 {
  display: none;
}
#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710, #wrap-s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 {
  
}
}




  #s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 img.shogun-image,
  #s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 {
    width: 100%;
    height: auto;
  }



  #s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 img.shogun-image {
    

    
    
    
  }


#s-944bac7a-a3c5-4fd8-a66a-50ac5512d710 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed {
  max-width: 2250px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed {
  display: none;
}
#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed, #wrap-s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed {
  display: none;
}
#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed, #wrap-s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed {
  
}
}




  #s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed img.shogun-image,
  #s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed {
    width: 100%;
    height: auto;
  }



  #s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed img.shogun-image {
    

    
    
    
  }


#s-c8de0ba4-5996-4d0f-863f-8a3ab20b8eed .shogun-image-content {
  
    align-items: center;
  
}

#s-795cfe26-b571-4eb5-891a-bbaa75a854bb {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-795cfe26-b571-4eb5-891a-bbaa75a854bb {
  display: none;
}
#s-795cfe26-b571-4eb5-891a-bbaa75a854bb, #wrap-s-795cfe26-b571-4eb5-891a-bbaa75a854bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-795cfe26-b571-4eb5-891a-bbaa75a854bb {
  display: none;
}
#s-795cfe26-b571-4eb5-891a-bbaa75a854bb, #wrap-s-795cfe26-b571-4eb5-891a-bbaa75a854bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-795cfe26-b571-4eb5-891a-bbaa75a854bb {
  
}
}
#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f {
  display: none;
}
#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f, #wrap-s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f {
  display: none;
}
#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f, #wrap-s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f {
  
}
}

  #s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f-root {
    text-align: center;
  }


#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f-root {
    text-align: center;
  }


#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f-root {
    text-align: center;
  }


#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f-root {
    text-align: center;
  }


#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f-root {
    text-align: center;
  }


#s-f90f6987-9a93-41f4-bbf7-6c8deebcf04f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2da8f505-8620-40d4-977f-e1c1d8b1028b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-2da8f505-8620-40d4-977f-e1c1d8b1028b {
  
}
}
@media (min-width: 0px) {
[id="s-2da8f505-8620-40d4-977f-e1c1d8b1028b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2da8f505-8620-40d4-977f-e1c1d8b1028b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2da8f505-8620-40d4-977f-e1c1d8b1028b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2da8f505-8620-40d4-977f-e1c1d8b1028b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-f660a6ed-edaa-474d-8639-fcac7ea51151 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f660a6ed-edaa-474d-8639-fcac7ea51151 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-86f2d41b-90e2-44a3-8f92-948d611ca8a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86f2d41b-90e2-44a3-8f92-948d611ca8a7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dac15f04-bb3a-4453-a164-0672d2c90d6e {
  text-align: center;
}

#s-dac15f04-bb3a-4453-a164-0672d2c90d6e .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dac15f04-bb3a-4453-a164-0672d2c90d6e .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dac15f04-bb3a-4453-a164-0672d2c90d6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c92ce4ec-7648-48b1-b59f-ba8091214056 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c92ce4ec-7648-48b1-b59f-ba8091214056 img.shogun-image {
  width: 100%;
}



}
#s-3eaa7010-44f3-4cd6-8b69-7709f49791c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eaa7010-44f3-4cd6-8b69-7709f49791c6 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d974af1a-1eec-444a-97ea-8b75a5f6169d {
  text-align: center;
}

#s-d974af1a-1eec-444a-97ea-8b75a5f6169d .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d974af1a-1eec-444a-97ea-8b75a5f6169d .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d974af1a-1eec-444a-97ea-8b75a5f6169d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb8c4876-9e3f-4cca-a395-9d0d72245ec4 img.shogun-image {
  width: 100%;
}



}
#s-8a765d7a-071a-4826-a51b-8018791df78d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a765d7a-071a-4826-a51b-8018791df78d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1fb641ce-0f58-49fe-ac1c-952e05b13ba8 {
  text-align: center;
}

#s-1fb641ce-0f58-49fe-ac1c-952e05b13ba8 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1fb641ce-0f58-49fe-ac1c-952e05b13ba8 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1fb641ce-0f58-49fe-ac1c-952e05b13ba8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd6badd3-2764-4373-82c6-1a4eaa0748d3 img.shogun-image {
  width: 100%;
}



}
#s-b6bae03e-33e5-4fa9-a6ef-39e84e0f1296 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6bae03e-33e5-4fa9-a6ef-39e84e0f1296 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a74020be-df9d-418a-b5e6-b46b923ad6f1 {
  text-align: center;
}

#s-a74020be-df9d-418a-b5e6-b46b923ad6f1 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a74020be-df9d-418a-b5e6-b46b923ad6f1 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a74020be-df9d-418a-b5e6-b46b923ad6f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b47c9475-bfb5-45c9-94e9-3510270a77e6 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 3333px;
aspect-ratio: 3333/244;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b47c9475-bfb5-45c9-94e9-3510270a77e6 {
  display: none;
}
#s-b47c9475-bfb5-45c9-94e9-3510270a77e6, #wrap-s-b47c9475-bfb5-45c9-94e9-3510270a77e6 { display:none !important; }}@media (max-width: 767px){#s-b47c9475-bfb5-45c9-94e9-3510270a77e6 {
  display: none;
}
#s-b47c9475-bfb5-45c9-94e9-3510270a77e6, #wrap-s-b47c9475-bfb5-45c9-94e9-3510270a77e6 { display:none !important; }}




  #s-b47c9475-bfb5-45c9-94e9-3510270a77e6 img.shogun-image,
  #s-b47c9475-bfb5-45c9-94e9-3510270a77e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b47c9475-bfb5-45c9-94e9-3510270a77e6 {
    width: 100%;
    height: auto;
  }



  #s-b47c9475-bfb5-45c9-94e9-3510270a77e6 img.shogun-image {
    

    
    
    
  }


#s-b47c9475-bfb5-45c9-94e9-3510270a77e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 1px;
padding-bottom: 1px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777 {
  display: none;
}
#s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777, #wrap-s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777 { display:none !important; }}@media (max-width: 767px){#s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777 {
  display: none;
}
#s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777, #wrap-s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f4fea2b4-aec3-4d5b-93a7-a69bc8cef777"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f0d5c3af-d049-4c65-a3fe-4bda1980e527 {
  min-height: 50px;
}








#s-f0d5c3af-d049-4c65-a3fe-4bda1980e527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d5c3af-d049-4c65-a3fe-4bda1980e527.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9d620654-4bd2-40f9-8874-7c2928039e77 {
  display: none;
}
#s-9d620654-4bd2-40f9-8874-7c2928039e77, #wrap-s-9d620654-4bd2-40f9-8874-7c2928039e77 { display:none !important; }}@media (max-width: 767px){#s-9d620654-4bd2-40f9-8874-7c2928039e77 {
  display: none;
}
#s-9d620654-4bd2-40f9-8874-7c2928039e77, #wrap-s-9d620654-4bd2-40f9-8874-7c2928039e77 { display:none !important; }}
#s-c253da0d-075c-465e-99ac-235010dbc8bf {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c253da0d-075c-465e-99ac-235010dbc8bf:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c253da0d-075c-465e-99ac-235010dbc8bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c253da0d-075c-465e-99ac-235010dbc8bf {
  display: none;
}
#s-c253da0d-075c-465e-99ac-235010dbc8bf, #wrap-s-c253da0d-075c-465e-99ac-235010dbc8bf { display:none !important; }}@media (max-width: 767px){#s-c253da0d-075c-465e-99ac-235010dbc8bf {
  display: none;
}
#s-c253da0d-075c-465e-99ac-235010dbc8bf, #wrap-s-c253da0d-075c-465e-99ac-235010dbc8bf { display:none !important; }}

  #s-c253da0d-075c-465e-99ac-235010dbc8bf-root {
    text-align: left;
  }


#s-c253da0d-075c-465e-99ac-235010dbc8bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c253da0d-075c-465e-99ac-235010dbc8bf-root {
    text-align: left;
  }


#s-c253da0d-075c-465e-99ac-235010dbc8bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c253da0d-075c-465e-99ac-235010dbc8bf-root {
    text-align: left;
  }


#s-c253da0d-075c-465e-99ac-235010dbc8bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c253da0d-075c-465e-99ac-235010dbc8bf-root {
    text-align: left;
  }


#s-c253da0d-075c-465e-99ac-235010dbc8bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c253da0d-075c-465e-99ac-235010dbc8bf-root {
    text-align: left;
  }


#s-c253da0d-075c-465e-99ac-235010dbc8bf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
  max-width: 3000px;
aspect-ratio: 3000/939;
text-align: center;
}





  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image,
  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
    width: 100%;
    height: auto;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
    
    
  }


.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image,
  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
    width: 100%;
    height: auto;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
    
    
  }


.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
  box-sizing: border-box;
}

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



  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image,
  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
    width: 100%;
    height: auto;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
    
    
  }


.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
  box-sizing: border-box;
}

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



  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image,
  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
    width: 100%;
    height: auto;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
    
    
  }


.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
  box-sizing: border-box;
}

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



  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image,
  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 {
    width: 100%;
    height: auto;
  }

  #s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
    
    
  }


.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc69a7e0-41d3-4119-89ba-070b3c8ff8d7.shogun-image {
  box-sizing: border-box;
}

}
#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b {
  padding-top: 15px;
max-width: 781px;
aspect-ratio: 781/136;
text-align: center;
}
@media (min-width: 1200px){#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b {
  display: none;
}
#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b, #wrap-s-39325530-61fa-462b-ac6e-3b2ecbd4a99b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b {
  display: none;
}
#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b, #wrap-s-39325530-61fa-462b-ac6e-3b2ecbd4a99b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b {
  
}
}




  #s-39325530-61fa-462b-ac6e-3b2ecbd4a99b img.shogun-image,
  #s-39325530-61fa-462b-ac6e-3b2ecbd4a99b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39325530-61fa-462b-ac6e-3b2ecbd4a99b {
    width: 100%;
    height: auto;
  }



  #s-39325530-61fa-462b-ac6e-3b2ecbd4a99b img.shogun-image {
    

    
    
    
  }


#s-39325530-61fa-462b-ac6e-3b2ecbd4a99b .shogun-image-content {
  
    align-items: center;
  
}

#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c {
  max-width: 2250px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c {
  display: none;
}
#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c, #wrap-s-75ba48b0-c7c2-48dd-9085-d2961fceba6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c {
  display: none;
}
#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c, #wrap-s-75ba48b0-c7c2-48dd-9085-d2961fceba6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c {
  
}
}




  #s-75ba48b0-c7c2-48dd-9085-d2961fceba6c img.shogun-image,
  #s-75ba48b0-c7c2-48dd-9085-d2961fceba6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ba48b0-c7c2-48dd-9085-d2961fceba6c {
    width: 100%;
    height: auto;
  }



  #s-75ba48b0-c7c2-48dd-9085-d2961fceba6c img.shogun-image {
    

    
    
    
  }


#s-75ba48b0-c7c2-48dd-9085-d2961fceba6c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8bb8068e-b59a-4999-b751-8c22a33bc250 {
  display: none;
}
#s-8bb8068e-b59a-4999-b751-8c22a33bc250, #wrap-s-8bb8068e-b59a-4999-b751-8c22a33bc250 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb8068e-b59a-4999-b751-8c22a33bc250 {
  display: none;
}
#s-8bb8068e-b59a-4999-b751-8c22a33bc250, #wrap-s-8bb8068e-b59a-4999-b751-8c22a33bc250 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bb8068e-b59a-4999-b751-8c22a33bc250 {
  
}
}
#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab {
  display: none;
}
#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab, #wrap-s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab {
  display: none;
}
#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab, #wrap-s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab {
  
}
}

  #s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab-root {
    text-align: center;
  }


#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab-root {
    text-align: center;
  }


#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab-root {
    text-align: center;
  }


#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab-root {
    text-align: center;
  }


#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab-root {
    text-align: center;
  }


#s-63f5294b-fb7a-487e-9022-ebdf7cd6c5ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2edb11b9-f563-4547-8712-4342dda9d959 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-2edb11b9-f563-4547-8712-4342dda9d959"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2edb11b9-f563-4547-8712-4342dda9d959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2edb11b9-f563-4547-8712-4342dda9d959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2edb11b9-f563-4547-8712-4342dda9d959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}



.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9a79abab-438e-40cf-9ef1-22c6520e4aa2 img.shogun-image {
  width: 100%;
}



}
#s-99a87b32-1d9a-453e-a832-b5183e93c798 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a87b32-1d9a-453e-a832-b5183e93c798 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-283b32be-4a22-4fe1-a21c-68074dab0b83 {
  text-align: center;
}

#s-283b32be-4a22-4fe1-a21c-68074dab0b83 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-283b32be-4a22-4fe1-a21c-68074dab0b83 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-283b32be-4a22-4fe1-a21c-68074dab0b83 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c352c45-6a54-416f-9e30-0413cbbc9d4f img.shogun-image {
  width: 100%;
}



}
#s-08aa87b9-d957-494e-aa1c-9eed1e2e3e2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08aa87b9-d957-494e-aa1c-9eed1e2e3e2a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-43576a7d-a8b3-45af-927f-fc0ff238ee74 {
  text-align: center;
}

#s-43576a7d-a8b3-45af-927f-fc0ff238ee74 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43576a7d-a8b3-45af-927f-fc0ff238ee74 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43576a7d-a8b3-45af-927f-fc0ff238ee74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8811886-dec9-48d7-a187-e0b07e919a66 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8811886-dec9-48d7-a187-e0b07e919a66 img.shogun-image {
  width: 100%;
}



}
#s-b4d007d0-2418-4497-b058-bd45c5562811 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4d007d0-2418-4497-b058-bd45c5562811 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0c29a422-b29e-4ab5-8bbb-56fa334d7de3 {
  text-align: center;
}

#s-0c29a422-b29e-4ab5-8bbb-56fa334d7de3 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c29a422-b29e-4ab5-8bbb-56fa334d7de3 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c29a422-b29e-4ab5-8bbb-56fa334d7de3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99bcf15e-819f-49f9-8642-e5ca25e79e9a img.shogun-image {
  width: 100%;
}



}
#s-abd6dd1b-1979-4e00-b382-aeb3a9b3335d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abd6dd1b-1979-4e00-b382-aeb3a9b3335d .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c71ab4d8-4a9c-40a1-8c21-d377203a89a6 {
  text-align: center;
}

#s-c71ab4d8-4a9c-40a1-8c21-d377203a89a6 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c71ab4d8-4a9c-40a1-8c21-d377203a89a6 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c71ab4d8-4a9c-40a1-8c21-d377203a89a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abcf2a44-509c-49a5-8c93-30094d6ba992 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 3333px;
aspect-ratio: 3333/244;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-abcf2a44-509c-49a5-8c93-30094d6ba992 {
  display: none;
}
#s-abcf2a44-509c-49a5-8c93-30094d6ba992, #wrap-s-abcf2a44-509c-49a5-8c93-30094d6ba992 { display:none !important; }}@media (max-width: 767px){#s-abcf2a44-509c-49a5-8c93-30094d6ba992 {
  display: none;
}
#s-abcf2a44-509c-49a5-8c93-30094d6ba992, #wrap-s-abcf2a44-509c-49a5-8c93-30094d6ba992 { display:none !important; }}




  #s-abcf2a44-509c-49a5-8c93-30094d6ba992 img.shogun-image,
  #s-abcf2a44-509c-49a5-8c93-30094d6ba992 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abcf2a44-509c-49a5-8c93-30094d6ba992 {
    width: 100%;
    height: auto;
  }



  #s-abcf2a44-509c-49a5-8c93-30094d6ba992 img.shogun-image {
    

    
    
    
  }


#s-abcf2a44-509c-49a5-8c93-30094d6ba992 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34 {
  display: none;
}
#s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34, #wrap-s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34 { display:none !important; }}@media (max-width: 767px){#s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34 {
  display: none;
}
#s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34, #wrap-s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb3ba02-aa09-4179-8a3b-aec96e68ef34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d8b49ba7-c19b-4093-a273-93f2fab500dd {
  max-width: 3000px;
aspect-ratio: 3000/1140;
text-align: center;
}





  #s-d8b49ba7-c19b-4093-a273-93f2fab500dd img.shogun-image,
  #s-d8b49ba7-c19b-4093-a273-93f2fab500dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8b49ba7-c19b-4093-a273-93f2fab500dd {
    width: 100%;
    height: auto;
  }



  #s-d8b49ba7-c19b-4093-a273-93f2fab500dd img.shogun-image {
    

    
    
    
  }


#s-d8b49ba7-c19b-4093-a273-93f2fab500dd .shogun-image-content {
  
    align-items: center;
  
}

#s-5a75cbb1-f112-4cc4-bdf8-c580c6bd18d9 {
  min-height: 50px;
}








#s-5a75cbb1-f112-4cc4-bdf8-c580c6bd18d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a75cbb1-f112-4cc4-bdf8-c580c6bd18d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b {
  text-align: center;
}
@media (min-width: 1200px){#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b {
  display: none;
}
#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b, #wrap-s-e45146ef-5768-4809-9a4a-2487c9e5fb6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b {
  display: none;
}
#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b, #wrap-s-e45146ef-5768-4809-9a4a-2487c9e5fb6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b {
  display: none;
}
#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b, #wrap-s-e45146ef-5768-4809-9a4a-2487c9e5fb6b { display:none !important; }}@media (max-width: 767px){#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b {
  display: none;
}
#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b, #wrap-s-e45146ef-5768-4809-9a4a-2487c9e5fb6b { display:none !important; }}






  #s-e45146ef-5768-4809-9a4a-2487c9e5fb6b img.shogun-image {
    

    
    
    
  }


#s-e45146ef-5768-4809-9a4a-2487c9e5fb6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc-root {
    text-align: left;
  }


#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc-root {
    text-align: left;
  }


#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc-root {
    text-align: left;
  }


#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc-root {
    text-align: left;
  }


#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc-root {
    text-align: left;
  }


#s-f3e4cd2d-878e-4c3b-8632-f81e88bad4bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-255fbe6d-3b75-4cd0-aef8-427e060592fb {
  margin-top: 15px;
max-width: 781px;
aspect-ratio: 781/136;
text-align: center;
}
@media (min-width: 1200px){#s-255fbe6d-3b75-4cd0-aef8-427e060592fb {
  display: none;
}
#s-255fbe6d-3b75-4cd0-aef8-427e060592fb, #wrap-s-255fbe6d-3b75-4cd0-aef8-427e060592fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-255fbe6d-3b75-4cd0-aef8-427e060592fb {
  display: none;
}
#s-255fbe6d-3b75-4cd0-aef8-427e060592fb, #wrap-s-255fbe6d-3b75-4cd0-aef8-427e060592fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-255fbe6d-3b75-4cd0-aef8-427e060592fb {
  
}
}




  #s-255fbe6d-3b75-4cd0-aef8-427e060592fb img.shogun-image,
  #s-255fbe6d-3b75-4cd0-aef8-427e060592fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-255fbe6d-3b75-4cd0-aef8-427e060592fb {
    width: 100%;
    height: auto;
  }



  #s-255fbe6d-3b75-4cd0-aef8-427e060592fb img.shogun-image {
    

    
    
    
  }


#s-255fbe6d-3b75-4cd0-aef8-427e060592fb .shogun-image-content {
  
    align-items: center;
  
}

#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 {
  max-width: 2250px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 {
  display: none;
}
#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5, #wrap-s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 {
  display: none;
}
#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5, #wrap-s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 {
  display: none;
}
#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5, #wrap-s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 { display:none !important; }}




  #s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 img.shogun-image,
  #s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 {
    width: 100%;
    height: auto;
  }



  #s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 img.shogun-image {
    

    
    
    
  }


#s-328a6141-e3f8-42e4-a5a6-0fb7c260ecc5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd {
  display: none;
}
#s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd, #wrap-s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd {
  display: none;
}
#s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd, #wrap-s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d4f30c0-ff5c-4ae0-b272-6ed70b8449fd {
  
}
}
#s-a0b880f9-292a-42be-8929-6841bf8fc2e3 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-radius: 4px;
background-color: rgba(0, 154, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a0b880f9-292a-42be-8929-6841bf8fc2e3:hover {background-color: rgba(12, 72, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0b880f9-292a-42be-8929-6841bf8fc2e3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a0b880f9-292a-42be-8929-6841bf8fc2e3 {
  display: none;
}
#s-a0b880f9-292a-42be-8929-6841bf8fc2e3, #wrap-s-a0b880f9-292a-42be-8929-6841bf8fc2e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0b880f9-292a-42be-8929-6841bf8fc2e3 {
  display: none;
}
#s-a0b880f9-292a-42be-8929-6841bf8fc2e3, #wrap-s-a0b880f9-292a-42be-8929-6841bf8fc2e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0b880f9-292a-42be-8929-6841bf8fc2e3 {
  
}
}

  #s-a0b880f9-292a-42be-8929-6841bf8fc2e3-root {
    text-align: center;
  }


#s-a0b880f9-292a-42be-8929-6841bf8fc2e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0b880f9-292a-42be-8929-6841bf8fc2e3-root {
    text-align: center;
  }


#s-a0b880f9-292a-42be-8929-6841bf8fc2e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0b880f9-292a-42be-8929-6841bf8fc2e3-root {
    text-align: center;
  }


#s-a0b880f9-292a-42be-8929-6841bf8fc2e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0b880f9-292a-42be-8929-6841bf8fc2e3-root {
    text-align: center;
  }


#s-a0b880f9-292a-42be-8929-6841bf8fc2e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0b880f9-292a-42be-8929-6841bf8fc2e3-root {
    text-align: center;
  }


#s-a0b880f9-292a-42be-8929-6841bf8fc2e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6273e2ea-c75f-481d-8f24-8e38c89cc9b2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-6273e2ea-c75f-481d-8f24-8e38c89cc9b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6273e2ea-c75f-481d-8f24-8e38c89cc9b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6273e2ea-c75f-481d-8f24-8e38c89cc9b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6273e2ea-c75f-481d-8f24-8e38c89cc9b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-09646a4e-782e-41b8-8862-f61da0c72627 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09646a4e-782e-41b8-8862-f61da0c72627 img.shogun-image {
  width: 100%;
}



}
#s-03c96808-3759-4742-8875-92d2c603f0bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03c96808-3759-4742-8875-92d2c603f0bd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b219615c-1c9b-4fce-8cb5-e75155a9b9f5 {
  text-align: center;
}

#s-b219615c-1c9b-4fce-8cb5-e75155a9b9f5 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b219615c-1c9b-4fce-8cb5-e75155a9b9f5 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b219615c-1c9b-4fce-8cb5-e75155a9b9f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-661f1978-5d84-4ec2-8eca-ec9b6ca4543c img.shogun-image {
  width: 100%;
}



}
#s-9e323625-5b99-4023-a164-b6291016be99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e323625-5b99-4023-a164-b6291016be99 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-499dd22a-ce7e-4d65-9af2-165e0c071b40 {
  text-align: center;
}

#s-499dd22a-ce7e-4d65-9af2-165e0c071b40 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-499dd22a-ce7e-4d65-9af2-165e0c071b40 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-499dd22a-ce7e-4d65-9af2-165e0c071b40 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77b9488f-af1a-40af-98a8-48be1a0582b0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77b9488f-af1a-40af-98a8-48be1a0582b0 img.shogun-image {
  width: 100%;
}



}
#s-6739a912-75ee-47e8-a768-12665949d252 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6739a912-75ee-47e8-a768-12665949d252 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-76eb47c9-2bcd-416e-a2fb-0509ec697290 {
  text-align: center;
}

#s-76eb47c9-2bcd-416e-a2fb-0509ec697290 .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-76eb47c9-2bcd-416e-a2fb-0509ec697290 .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-76eb47c9-2bcd-416e-a2fb-0509ec697290 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: left;
}



.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4af75e4d-a3ff-4826-a094-39fc6ceb4c3c img.shogun-image {
  width: 100%;
}



}
#s-63df841a-0e23-4a2d-a5c9-8726334eeb28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63df841a-0e23-4a2d-a5c9-8726334eeb28 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-463e7580-858f-47bb-b316-4ddc6e0fbafa {
  text-align: center;
}

#s-463e7580-858f-47bb-b316-4ddc6e0fbafa .shg-product-sold-out {
  display: none;
  color: rgba(230, 22, 22, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-463e7580-858f-47bb-b316-4ddc6e0fbafa .shg-product-price {
  color: rgba(230, 22, 22, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-463e7580-858f-47bb-b316-4ddc6e0fbafa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3175121f-b04e-4a7f-aeaa-4dfa83b39ef5 {
  min-height: 50px;
}








#s-3175121f-b04e-4a7f-aeaa-4dfa83b39ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3175121f-b04e-4a7f-aeaa-4dfa83b39ef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-c623bc5a-eeab-4236-be9b-514918540c75 {
  
}
}
#s-7c319410-8e50-48fe-b301-1cf48f81cd76 {
  min-height: 50px;
}








#s-7c319410-8e50-48fe-b301-1cf48f81cd76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c319410-8e50-48fe-b301-1cf48f81cd76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}