.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-47f46d6f-3583-47e9-a1f2-b46f3b7d30a9 {
  min-height: 50px;
}








#s-47f46d6f-3583-47e9-a1f2-b46f3b7d30a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f46d6f-3583-47e9-a1f2-b46f3b7d30a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-17a77b69-9bda-4115-b4b3-57d710c944de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17a77b69-9bda-4115-b4b3-57d710c944de .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e {
  text-align: center;
}







  img.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
    
    
  }


.s-c75da2c2-9591-4e85-be33-d3d2eec9521e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shg-align-container {
  text-align: center
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
    
    
  }


.s-c75da2c2-9591-4e85-be33-d3d2eec9521e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shg-align-container {
  text-align: center
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
    
    
  }


.s-c75da2c2-9591-4e85-be33-d3d2eec9521e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shg-align-container {
  text-align: center
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
    
    
  }


.s-c75da2c2-9591-4e85-be33-d3d2eec9521e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shg-align-container {
  text-align: center
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
    
    
  }


.s-c75da2c2-9591-4e85-be33-d3d2eec9521e .shogun-image-content {
  
    align-items: center;
  
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shg-align-container {
  text-align: center
}

.s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75da2c2-9591-4e85-be33-d3d2eec9521e.shogun-image {
  box-sizing: border-box;
}


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

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a {
  opacity: 1;
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(2, 167, 233, 1);
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(2, 167, 233, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-db912fad-0271-45bc-92c8-b0dc02be8c7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f3d5982d-bdfb-4c33-8535-bac8a7f59b39 {
  min-height: 50px;
}








#s-f3d5982d-bdfb-4c33-8535-bac8a7f59b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d5982d-bdfb-4c33-8535-bac8a7f59b39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-072a9aea-c74a-4c3c-8788-046b0df6e3f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-072a9aea-c74a-4c3c-8788-046b0df6e3f8 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9748b9de-a1e6-4920-aecb-ff448af885d5 hr {
  border-top: 1px solid #ddd;
}

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

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

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

@media (min-width: 0px) {
[id="s-ac29e0c7-da19-46bf-a551-181782cf4ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac29e0c7-da19-46bf-a551-181782cf4ee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac29e0c7-da19-46bf-a551-181782cf4ee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac29e0c7-da19-46bf-a551-181782cf4ee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-23312f3f-6ee4-4536-b2d5-9f200ab57f9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23312f3f-6ee4-4536-b2d5-9f200ab57f9b .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0936ea03-a705-472b-8b45-01b8aee1f16a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0936ea03-a705-472b-8b45-01b8aee1f16a .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6e737e27-342b-4ceb-b0c7-466b124ec4fe {
  min-height: 50px;
}








#s-6e737e27-342b-4ceb-b0c7-466b124ec4fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e737e27-342b-4ceb-b0c7-466b124ec4fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aabaf78e-0ee4-44fb-b68b-2990105326fa {
  min-height: 50px;
}








#s-aabaf78e-0ee4-44fb-b68b-2990105326fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aabaf78e-0ee4-44fb-b68b-2990105326fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a308037-0fdd-46a2-a4e8-206036a5c993 {
  min-height: 50px;
}








#s-1a308037-0fdd-46a2-a4e8-206036a5c993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a308037-0fdd-46a2-a4e8-206036a5c993.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-8156e7a9-e5d9-484c-b520-466d034b81ce hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-9b9be2a2-09a9-4da1-9ce8-5f3673f7e4eb {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-9b9be2a2-09a9-4da1-9ce8-5f3673f7e4eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b9be2a2-09a9-4da1-9ce8-5f3673f7e4eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b9be2a2-09a9-4da1-9ce8-5f3673f7e4eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b9be2a2-09a9-4da1-9ce8-5f3673f7e4eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-0699361c-89ce-4bfc-be99-0235bbe6c283 {
  text-align: center;
}







  #s-0699361c-89ce-4bfc-be99-0235bbe6c283 img.shogun-image {
    

    
    
    
  }


#s-0699361c-89ce-4bfc-be99-0235bbe6c283 .shogun-image-content {
  
    align-items: center;
  
}

#s-a30714ae-8a72-40b5-9fd6-2482355b5c9e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a30714ae-8a72-40b5-9fd6-2482355b5c9e .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-11fa8e11-1a97-493c-856a-3da8a0648519 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-09050903-7f0f-4a13-b658-494414585725 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-05e9fa3f-017f-4595-b503-6026c009b237 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-05e9fa3f-017f-4595-b503-6026c009b237"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05e9fa3f-017f-4595-b503-6026c009b237"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05e9fa3f-017f-4595-b503-6026c009b237"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05e9fa3f-017f-4595-b503-6026c009b237"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-05e9fa3f-017f-4595-b503-6026c009b237"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3fae475f-ac93-42a2-baa3-9881a467c7ba {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3fae475f-ac93-42a2-baa3-9881a467c7ba .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7e73d6e1-ee44-4951-8071-e9a121801ffb hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-1dfccb96-9cee-4feb-907b-e93845ce2f59 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-1dfccb96-9cee-4feb-907b-e93845ce2f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dfccb96-9cee-4feb-907b-e93845ce2f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dfccb96-9cee-4feb-907b-e93845ce2f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dfccb96-9cee-4feb-907b-e93845ce2f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6e7f407-7f13-44b0-92bd-bec51672ef74 {
  text-align: center;
}







  #s-c6e7f407-7f13-44b0-92bd-bec51672ef74 img.shogun-image {
    

    
    
    
  }


#s-c6e7f407-7f13-44b0-92bd-bec51672ef74 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed0b3eb3-26a1-4a7d-b83e-da79de2be520 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ed0b3eb3-26a1-4a7d-b83e-da79de2be520 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a70f896e-f7c7-41bd-9a0a-15742c2c0127 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-f681adfc-1e40-421a-8912-495f00da4e65 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-f681adfc-1e40-421a-8912-495f00da4e65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f681adfc-1e40-421a-8912-495f00da4e65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f681adfc-1e40-421a-8912-495f00da4e65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f681adfc-1e40-421a-8912-495f00da4e65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f681adfc-1e40-421a-8912-495f00da4e65"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81e2b52f-991e-4c72-bf6c-e98a5478aa86 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-81e2b52f-991e-4c72-bf6c-e98a5478aa86 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2a2549d5-61a4-4459-b51d-50831468d7cf {
  text-align: center;
}







  #s-2a2549d5-61a4-4459-b51d-50831468d7cf img.shogun-image {
    

    
    
    
  }


#s-2a2549d5-61a4-4459-b51d-50831468d7cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a3cfb2d0-29c5-4e2f-9eef-6c44a1b965cc hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-86e5ce5a-e701-4c30-b445-fbb677fa498c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-86e5ce5a-e701-4c30-b445-fbb677fa498c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86e5ce5a-e701-4c30-b445-fbb677fa498c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86e5ce5a-e701-4c30-b445-fbb677fa498c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86e5ce5a-e701-4c30-b445-fbb677fa498c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-abd089b7-142c-4c7e-8d12-ccc73605ba6a {
  text-align: center;
}







  #s-abd089b7-142c-4c7e-8d12-ccc73605ba6a img.shogun-image {
    

    
    
    
  }


#s-abd089b7-142c-4c7e-8d12-ccc73605ba6a .shogun-image-content {
  
    align-items: center;
  
}

#s-bd14359c-c701-4871-b08b-700efec871f3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bd14359c-c701-4871-b08b-700efec871f3 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8e34ecca-3d9a-492e-b50b-4cd190daa39d hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-21fee99e-54d7-429f-8cb2-d9561a15fa6d {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-21fee99e-54d7-429f-8cb2-d9561a15fa6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21fee99e-54d7-429f-8cb2-d9561a15fa6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21fee99e-54d7-429f-8cb2-d9561a15fa6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21fee99e-54d7-429f-8cb2-d9561a15fa6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-21fee99e-54d7-429f-8cb2-d9561a15fa6d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25aabe15-1412-4dd6-9add-02c1d744fb78 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25aabe15-1412-4dd6-9add-02c1d744fb78 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e8c79a79-bd1f-4651-96cf-362d25498a78 {
  min-height: 50px;
}








#s-e8c79a79-bd1f-4651-96cf-362d25498a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c79a79-bd1f-4651-96cf-362d25498a78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1756955d-b3d2-42a4-9a66-fee3393f132a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1756955d-b3d2-42a4-9a66-fee3393f132a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1756955d-b3d2-42a4-9a66-fee3393f132a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1756955d-b3d2-42a4-9a66-fee3393f132a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7355404f-4800-485a-94ea-eea7c78f015b {
  text-align: center;
}







  #s-7355404f-4800-485a-94ea-eea7c78f015b img.shogun-image {
    

    
    
    
  }


#s-7355404f-4800-485a-94ea-eea7c78f015b .shogun-image-content {
  
    align-items: center;
  
}

#s-e72b09e3-07d3-4ef9-93d2-6d0e9996b74e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e72b09e3-07d3-4ef9-93d2-6d0e9996b74e .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a907703f-7eab-4a3a-bec4-b20e7d0005f5 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-472e1ca4-a824-4095-8ec8-ce8105b5eea1 {
  min-height: 50px;
}








#s-472e1ca4-a824-4095-8ec8-ce8105b5eea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-472e1ca4-a824-4095-8ec8-ce8105b5eea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2fa2a7cc-2f64-4b29-9cf5-b1975df113e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fa2a7cc-2f64-4b29-9cf5-b1975df113e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fa2a7cc-2f64-4b29-9cf5-b1975df113e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fa2a7cc-2f64-4b29-9cf5-b1975df113e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b91bd5a1-f421-4698-bda8-cee1597101e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b91bd5a1-f421-4698-bda8-cee1597101e8 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-af9a09ee-52d0-4449-a7a1-6d3fa0cc0b9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9a09ee-52d0-4449-a7a1-6d3fa0cc0b9e .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-97d82715-9580-4e58-b113-0128506c64ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97d82715-9580-4e58-b113-0128506c64ca .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-2c856132-253d-4e35-a1c2-3b79428b885a hr {
  border-top: 2px solid #ddd;
}

#s-e2763282-7c96-4d33-a902-e90408cf2be8 {
  min-height: 50px;
}








#s-e2763282-7c96-4d33-a902-e90408cf2be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2763282-7c96-4d33-a902-e90408cf2be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e0708c-55af-4094-aa4f-8a6ae990b018 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-57a66793-0514-46cb-89e2-07bd63f26f83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57a66793-0514-46cb-89e2-07bd63f26f83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57a66793-0514-46cb-89e2-07bd63f26f83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57a66793-0514-46cb-89e2-07bd63f26f83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1f3c7db-f1b1-4eb9-97de-8ded7f14ff0c {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-f1f3c7db-f1b1-4eb9-97de-8ded7f14ff0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1f3c7db-f1b1-4eb9-97de-8ded7f14ff0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1f3c7db-f1b1-4eb9-97de-8ded7f14ff0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1f3c7db-f1b1-4eb9-97de-8ded7f14ff0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ac4cb57-bc0a-4274-9506-249a328b0a36 hr {
  border-top: 1px solid #ddd;
}

#s-867fea68-735e-4e22-9667-e7f37020dd7e {
  min-height: 50px;
}








#s-867fea68-735e-4e22-9667-e7f37020dd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-867fea68-735e-4e22-9667-e7f37020dd7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-199c683d-c2c6-4dd5-b023-1915e849f5c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199c683d-c2c6-4dd5-b023-1915e849f5c9 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-433eb6bc-4209-4c4a-a7f4-1f19c79cd063 {
  min-height: 50px;
}








#s-433eb6bc-4209-4c4a-a7f4-1f19c79cd063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433eb6bc-4209-4c4a-a7f4-1f19c79cd063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-b53a1d90-23f0-41c7-b5b4-130fd8e57dd2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-ab45d051-d3d5-45c3-91b3-1a849fddfaed {
  display: none;
}
.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-10a42e79-3c35-492b-a921-9723a2b0d271 {
  text-align: left;
}



.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10a42e79-3c35-492b-a921-9723a2b0d271 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-d6ceb07a-6ff6-41dd-8060-c81f749defe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6ceb07a-6ff6-41dd-8060-c81f749defe0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2feabe70-81d6-4cc5-8074-36c55064dbf1 {
  text-align: left;
}

#s-2feabe70-81d6-4cc5-8074-36c55064dbf1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2feabe70-81d6-4cc5-8074-36c55064dbf1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2feabe70-81d6-4cc5-8074-36c55064dbf1 .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;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-786a9f37-7996-40a8-ad82-6d70e57f58c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-786a9f37-7996-40a8-ad82-6d70e57f58c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-786a9f37-7996-40a8-ad82-6d70e57f58c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-786a9f37-7996-40a8-ad82-6d70e57f58c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-786a9f37-7996-40a8-ad82-6d70e57f58c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-786a9f37-7996-40a8-ad82-6d70e57f58c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-786a9f37-7996-40a8-ad82-6d70e57f58c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4600bbb5-100a-436e-aeae-dfdb7a5962c0 {
  display: none;
}
#s-1006cc61-4684-485b-a6b9-54fdd911c0cb {
  text-align: left;
}



.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1006cc61-4684-485b-a6b9-54fdd911c0cb img.shogun-image {
  width: 100%;
}



}
#s-47d5cc0a-1bad-4105-b8d7-dccef6e4a7bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47d5cc0a-1bad-4105-b8d7-dccef6e4a7bb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-89d2fa3e-b7c5-4a85-a1e2-efa0a4b99b9b {
  text-align: left;
}

#s-89d2fa3e-b7c5-4a85-a1e2-efa0a4b99b9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89d2fa3e-b7c5-4a85-a1e2-efa0a4b99b9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-89d2fa3e-b7c5-4a85-a1e2-efa0a4b99b9b .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-83a3ded7-4beb-4358-af7e-5f1f6f0b491c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83a3ded7-4beb-4358-af7e-5f1f6f0b491c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5abb8335-ba5f-4889-a26f-86171da57476 {
  display: none;
}
#s-d8bd4840-ed2e-4428-a053-75ff4b536576 {
  text-align: left;
}



.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8bd4840-ed2e-4428-a053-75ff4b536576 img.shogun-image {
  width: 100%;
}



}
#s-4d5af88d-4337-4ad7-a52f-2311a7604080 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d5af88d-4337-4ad7-a52f-2311a7604080 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1572452d-f7d7-4592-8075-db5983923ceb {
  text-align: left;
}

#s-1572452d-f7d7-4592-8075-db5983923ceb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1572452d-f7d7-4592-8075-db5983923ceb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1572452d-f7d7-4592-8075-db5983923ceb .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-477f83b9-7c69-49df-8c89-de8c9ea378b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-477f83b9-7c69-49df-8c89-de8c9ea378b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-477f83b9-7c69-49df-8c89-de8c9ea378b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-477f83b9-7c69-49df-8c89-de8c9ea378b7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-477f83b9-7c69-49df-8c89-de8c9ea378b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-477f83b9-7c69-49df-8c89-de8c9ea378b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-477f83b9-7c69-49df-8c89-de8c9ea378b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-78ea37ec-ede2-4e15-805b-edd7e800d418 {
  display: none;
}
#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a {
  text-align: left;
}



.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14bae3f7-7962-4d30-b375-1a9b3b537b3a img.shogun-image {
  width: 100%;
}



}
#s-e8d9c345-5623-46f8-8f52-335b85a3349a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d9c345-5623-46f8-8f52-335b85a3349a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-37c977e7-c2e9-4f07-bead-313690067124 {
  text-align: left;
}

#s-37c977e7-c2e9-4f07-bead-313690067124 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37c977e7-c2e9-4f07-bead-313690067124 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37c977e7-c2e9-4f07-bead-313690067124 .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-f134b979-29ba-46b4-b024-ad368bab3ea4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f134b979-29ba-46b4-b024-ad368bab3ea4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f134b979-29ba-46b4-b024-ad368bab3ea4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f134b979-29ba-46b4-b024-ad368bab3ea4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f134b979-29ba-46b4-b024-ad368bab3ea4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f134b979-29ba-46b4-b024-ad368bab3ea4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f134b979-29ba-46b4-b024-ad368bab3ea4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89d318cc-ec30-4f17-a11b-11cbefc849bc {
  display: none;
}
#s-db8f926a-da0a-498c-97c0-41c648d85d9a {
  text-align: left;
}



.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db8f926a-da0a-498c-97c0-41c648d85d9a img.shogun-image {
  width: 100%;
}



}
#s-70c92554-7a71-413c-8b15-6ba9dffcde4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70c92554-7a71-413c-8b15-6ba9dffcde4b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e890c45b-b1f0-4190-86c6-98e51077a86e {
  text-align: left;
}

#s-e890c45b-b1f0-4190-86c6-98e51077a86e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e890c45b-b1f0-4190-86c6-98e51077a86e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e890c45b-b1f0-4190-86c6-98e51077a86e .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-5b478291-4761-4d90-acba-55d8fcaea095 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5b478291-4761-4d90-acba-55d8fcaea095:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b478291-4761-4d90-acba-55d8fcaea095:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b478291-4761-4d90-acba-55d8fcaea095 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b478291-4761-4d90-acba-55d8fcaea095.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b478291-4761-4d90-acba-55d8fcaea095.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b478291-4761-4d90-acba-55d8fcaea095.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f42887ca-9dde-4f59-bc03-c8c7cf8e2bda {
  display: none;
}
#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 {
  text-align: left;
}



.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22c8987d-71b8-4c7f-81ff-d81f60b0bf90 img.shogun-image {
  width: 100%;
}



}
#s-d48aa920-ad5c-4307-9dd6-a597e658344b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d48aa920-ad5c-4307-9dd6-a597e658344b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8625809a-1f9f-421b-8343-f2e11d334080 {
  text-align: left;
}

#s-8625809a-1f9f-421b-8343-f2e11d334080 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8625809a-1f9f-421b-8343-f2e11d334080 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8625809a-1f9f-421b-8343-f2e11d334080 .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-057b7168-6d94-4a38-a317-339c9c8e8cfd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-057b7168-6d94-4a38-a317-339c9c8e8cfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-057b7168-6d94-4a38-a317-339c9c8e8cfd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-057b7168-6d94-4a38-a317-339c9c8e8cfd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-057b7168-6d94-4a38-a317-339c9c8e8cfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-057b7168-6d94-4a38-a317-339c9c8e8cfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-057b7168-6d94-4a38-a317-339c9c8e8cfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de282927-dc32-4781-a215-5254a6baa976 {
  display: none;
}
#s-0d421055-59a5-4431-b263-52b0154694ba {
  text-align: left;
}



.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d421055-59a5-4431-b263-52b0154694ba img.shogun-image {
  width: 100%;
}



}
#s-1cb150b5-8ab0-45ab-bd8f-94569af2f23a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cb150b5-8ab0-45ab-bd8f-94569af2f23a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-eeddfc70-7800-4567-a9f9-9961b4e0d657 {
  text-align: left;
}

#s-eeddfc70-7800-4567-a9f9-9961b4e0d657 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eeddfc70-7800-4567-a9f9-9961b4e0d657 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eeddfc70-7800-4567-a9f9-9961b4e0d657 .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-9d5ba82c-ccc9-4727-bcaf-6953fc93360b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9d5ba82c-ccc9-4727-bcaf-6953fc93360b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8096736c-19f1-4132-8c7e-09be2d297cec {
  display: none;
}
#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 {
  text-align: left;
}



.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-472bd261-ee9b-49a7-bf2e-2b6d65bdbec1 img.shogun-image {
  width: 100%;
}



}
#s-898ca91e-f953-4cd8-990d-e726e8f4b4ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-898ca91e-f953-4cd8-990d-e726e8f4b4ef .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f390482e-321e-410f-ae92-2ff1aab2a095 {
  text-align: left;
}

#s-f390482e-321e-410f-ae92-2ff1aab2a095 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f390482e-321e-410f-ae92-2ff1aab2a095 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f390482e-321e-410f-ae92-2ff1aab2a095 .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-f761eec2-01cb-4383-911d-4eac4725d4b5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f761eec2-01cb-4383-911d-4eac4725d4b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f761eec2-01cb-4383-911d-4eac4725d4b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f761eec2-01cb-4383-911d-4eac4725d4b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f761eec2-01cb-4383-911d-4eac4725d4b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f761eec2-01cb-4383-911d-4eac4725d4b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f761eec2-01cb-4383-911d-4eac4725d4b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c2e9f478-72e9-4691-90dc-cbf04a581de8 {
  display: none;
}
#s-1d7fca70-de52-45f9-98e3-051178607488 {
  text-align: left;
}



.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d7fca70-de52-45f9-98e3-051178607488 img.shogun-image {
  width: 100%;
}



}
#s-3b92f059-0759-4f21-9d26-4208590ad6ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b92f059-0759-4f21-9d26-4208590ad6ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e2a2d7f4-434d-477e-8a60-4d4d385d85b7 {
  text-align: left;
}

#s-e2a2d7f4-434d-477e-8a60-4d4d385d85b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2a2d7f4-434d-477e-8a60-4d4d385d85b7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e2a2d7f4-434d-477e-8a60-4d4d385d85b7 .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-aa3a1281-05fd-42ad-9219-daa33b46cf17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa3a1281-05fd-42ad-9219-daa33b46cf17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa3a1281-05fd-42ad-9219-daa33b46cf17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa3a1281-05fd-42ad-9219-daa33b46cf17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa3a1281-05fd-42ad-9219-daa33b46cf17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa3a1281-05fd-42ad-9219-daa33b46cf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa3a1281-05fd-42ad-9219-daa33b46cf17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6de5a9c1-9d01-4409-8628-e5e1f207f200 {
  display: none;
}
#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 {
  text-align: left;
}



.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c509572-2f2d-4a43-b00b-7ea9a66f5985 img.shogun-image {
  width: 100%;
}



}
#s-bcd8ceae-091d-49ec-99e5-3210a9648139 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcd8ceae-091d-49ec-99e5-3210a9648139 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4f18f911-76f9-44da-95d3-102fb2da4ce9 {
  text-align: left;
}

#s-4f18f911-76f9-44da-95d3-102fb2da4ce9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f18f911-76f9-44da-95d3-102fb2da4ce9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f18f911-76f9-44da-95d3-102fb2da4ce9 .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-7bb497d1-55cd-44b5-b90e-35b50cd58c9e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7bb497d1-55cd-44b5-b90e-35b50cd58c9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2795e83c-26c8-422f-9d62-ff2c4632407f {
  display: none;
}
#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 {
  text-align: left;
}



.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22493ca6-5b5b-40c0-910a-5957c3ae6a42 img.shogun-image {
  width: 100%;
}



}
#s-c9d20f9c-eabe-4201-bca9-a761bab9c14c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9d20f9c-eabe-4201-bca9-a761bab9c14c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-552fd098-ac4f-4b62-9fe9-33c8250b0148 {
  text-align: left;
}

#s-552fd098-ac4f-4b62-9fe9-33c8250b0148 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-552fd098-ac4f-4b62-9fe9-33c8250b0148 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-552fd098-ac4f-4b62-9fe9-33c8250b0148 .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-3676e073-94b2-4cac-a942-4559bf487072 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3676e073-94b2-4cac-a942-4559bf487072:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3676e073-94b2-4cac-a942-4559bf487072:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3676e073-94b2-4cac-a942-4559bf487072 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3676e073-94b2-4cac-a942-4559bf487072.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3676e073-94b2-4cac-a942-4559bf487072.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3676e073-94b2-4cac-a942-4559bf487072.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba79a1e1-40da-430c-a9d0-0a794358c587 {
  display: none;
}
#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 {
  text-align: left;
}



.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13c5be79-35e6-4f6e-bd50-1fa7b1e1d084 img.shogun-image {
  width: 100%;
}



}
#s-60231819-cdcf-487c-b1f9-6e9f188641b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60231819-cdcf-487c-b1f9-6e9f188641b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-24e812e7-1c21-4871-8527-e7870f1a00aa {
  text-align: left;
}

#s-24e812e7-1c21-4871-8527-e7870f1a00aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24e812e7-1c21-4871-8527-e7870f1a00aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-24e812e7-1c21-4871-8527-e7870f1a00aa .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-01719c0f-eb10-4996-b109-dd5a65b26b11 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-01719c0f-eb10-4996-b109-dd5a65b26b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01719c0f-eb10-4996-b109-dd5a65b26b11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01719c0f-eb10-4996-b109-dd5a65b26b11 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01719c0f-eb10-4996-b109-dd5a65b26b11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01719c0f-eb10-4996-b109-dd5a65b26b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01719c0f-eb10-4996-b109-dd5a65b26b11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25ce31f4-f53c-4943-a96d-86acc88451f5 {
  display: none;
}
#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 {
  text-align: left;
}



.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b30aaa9c-21a9-46a8-a4a1-05001ec3d144 img.shogun-image {
  width: 100%;
}



}
#s-78192508-61d1-4272-b089-1368bc46ed95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78192508-61d1-4272-b089-1368bc46ed95 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-fbc883ab-e8e1-46c6-bd37-abaf9d50ad73 {
  text-align: left;
}

#s-fbc883ab-e8e1-46c6-bd37-abaf9d50ad73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbc883ab-e8e1-46c6-bd37-abaf9d50ad73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbc883ab-e8e1-46c6-bd37-abaf9d50ad73 .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-50636d58-fd31-4f6b-b5ce-6793adb2b1c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-50636d58-fd31-4f6b-b5ce-6793adb2b1c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5775be07-2d36-4844-a359-8d6b84642bd6 {
  display: none;
}
#s-eaba7863-61a8-480e-a847-7560c066677e {
  text-align: left;
}



.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaba7863-61a8-480e-a847-7560c066677e img.shogun-image {
  width: 100%;
}



}
#s-b149b14d-e8b7-4178-91f4-a3aef8171a57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b149b14d-e8b7-4178-91f4-a3aef8171a57 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-8b75527d-f26f-416f-b2d0-ac08e6f754a5 {
  text-align: left;
}

#s-8b75527d-f26f-416f-b2d0-ac08e6f754a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b75527d-f26f-416f-b2d0-ac08e6f754a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b75527d-f26f-416f-b2d0-ac08e6f754a5 .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-d7b62ad8-c388-433d-9fd6-342b5f57c4e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7b62ad8-c388-433d-9fd6-342b5f57c4e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ef466d8-73e8-4fa0-acaf-a6fd29e4e4d7 {
  padding-top: 19px;
padding-bottom: 19px;
opacity: 0;
}

#s-4ef466d8-73e8-4fa0-acaf-a6fd29e4e4d7 hr {
  border-top: 2px solid #ddd;
}

#s-6f8163f7-a0f4-49ed-979e-f2f23b7edb76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f8163f7-a0f4-49ed-979e-f2f23b7edb76 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b1b16d6b-73e3-44c0-a944-21a5b55f8aba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1b16d6b-73e3-44c0-a944-21a5b55f8aba .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-4b66e7ce-b5b4-484f-a57a-ae5b200e4298"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b66e7ce-b5b4-484f-a57a-ae5b200e4298"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b66e7ce-b5b4-484f-a57a-ae5b200e4298"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b66e7ce-b5b4-484f-a57a-ae5b200e4298"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5c5ce57-9a5d-411c-8802-9216c57c9dbf hr {
  border-top: 1px solid #ddd;
}

#s-89689212-b266-4bae-892b-e409d0b57929 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-89689212-b266-4bae-892b-e409d0b57929"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89689212-b266-4bae-892b-e409d0b57929"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89689212-b266-4bae-892b-e409d0b57929"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89689212-b266-4bae-892b-e409d0b57929"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b443075e-0701-49fc-89f2-903d0132d941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b443075e-0701-49fc-89f2-903d0132d941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b443075e-0701-49fc-89f2-903d0132d941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b443075e-0701-49fc-89f2-903d0132d941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

/*
  $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}