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

.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-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}@media (max-width: 767px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}







#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ac564c3c-a20c-43a2-91f4-24103b07eac3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7b153866-ceb9-4129-a069-8e2a2209b8da {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.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-b4707996-4805-4eed-bd02-88456c6f8721 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
.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: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

.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: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-f066c559-5fd1-4f69-8f36-c26407a31ab9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e8878009-3016-488c-893e-1cf6d153ac1b {
  margin-left: auto;
margin-right: auto;
}

#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-d42dc5ec-3b29-4673-b2eb-613b8a15ed93 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-1a190788-6ba8-4a1e-9dc8-e4b8486253b0 {
  margin-left: auto;
margin-right: auto;
}

#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c425e6f3-321c-49e7-81d0-570039410469 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-97d9d18e-19a9-4264-b826-c680c03c9f4d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-ab10e0aa-8441-42cf-a9d7-684fe5d07958 {
  margin-left: auto;
margin-right: auto;
}

#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-339db867-3e07-4460-a431-ab7bb4e9d5d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}@media (max-width: 767px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}







#s-bc90c943-0268-4da7-90fb-c64b028689b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc90c943-0268-4da7-90fb-c64b028689b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ee565504-defa-49e1-9866-d1b57355713c {
  margin-left: auto;
margin-right: auto;
}

#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 {
  max-width:  100%;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 .shg-image-zoom,
.shg-c#s-55702917-4613-43b1-aa2c-851bbb3d5610 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38d25b33-1851-4c8e-ae16-75db4fc434ea {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-38d25b33-1851-4c8e-ae16-75db4fc434ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-7bb0cc8d-e0ea-4217-be98-56be5a71eefd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-03cd9fc4-b85a-491f-859f-4c66c6a46c81 {
  margin-left: auto;
margin-right: auto;
}

#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1695e774-5d1c-4bfd-a278-f9fd2256969d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 23px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-1d89ecc4-c80d-4498-a1d3-646298911832 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-f90cb21b-a670-4654-8c16-c83c7ad7db1a {
  margin-left: auto;
margin-right: auto;
}

#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-889831a9-05c8-426b-aae3-40bead86876f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-8065a10d-9106-49b8-9eed-508e68a6d200 {
  margin-left: auto;
margin-right: auto;
}

#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-11edfc25-6f2a-4e62-87ba-d6196132a586 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-db4cd51c-a7d6-4869-8406-6c1dc307d96a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}@media (max-width: 767px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}







#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34970e3a-0102-4592-b599-823832e0e940 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7f44775a-725c-44d0-84a3-81e6589ce6eb {
  margin-left: auto;
margin-right: auto;
}

#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-b4205379-04ef-44ed-aa0f-f86287c0497b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-b0f47dd6-bdb5-46fd-a034-138cd06536d0 {
  margin-left: auto;
margin-right: auto;
}

#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eac11079-906f-44d3-abf9-0b01be48c034 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-ed43efa4-0006-4225-9e19-667c9b5bf8d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-2ff7a9ec-035f-4441-84c1-254b99d47748 {
  margin-left: auto;
margin-right: auto;
}

#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-15cd7ec9-942a-44c8-9730-fe44af130f16 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-f422ae35-accc-40b4-a0ff-623a3e14db8d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-ad95c87c-018f-4e86-a701-c37285b328a0 {
  margin-left: auto;
margin-right: auto;
}

#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-443b2b8b-b9a0-4a34-bdbe-caf8564b7e6a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}@media (max-width: 767px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}







#s-b2c8a077-349c-42b8-b9f9-6206470e2931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2c8a077-349c-42b8-b9f9-6206470e2931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d1414c3a-1a7e-43cb-844e-5d4d23ff4da2 {
  margin-left: auto;
margin-right: auto;
}

#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e747309c-39a6-4b84-add1-95ac15644794 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-1fd00938-b241-448c-99e8-a0cb3f6551f9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-7378bc3c-ab66-4056-ac81-a236582c4844 {
  margin-left: auto;
margin-right: auto;
}

#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f4c1488a-0e26-4232-8a65-a458723809f4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3350f6b5-2287-4807-9c39-aa7becca8a13 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-f2810132-1681-438d-bd4d-bb03ea826f64 {
  margin-left: auto;
margin-right: auto;
}

#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ab90270-5101-42a6-83b6-55e17451d2a5 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-953e81dc-7632-4b5f-ba24-c17ed2e54396 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-adaa0bb4-7ea7-4b3f-872c-910aa065d926 {
  margin-left: auto;
margin-right: auto;
}

#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f64f546-4008-4bcb-84dc-0411b179d952 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-24f623ef-52b2-464e-be12-8d26678b7972 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}@media (max-width: 767px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}







#s-84cdb92e-e522-44a3-9893-e4cef39ce3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84cdb92e-e522-44a3-9893-e4cef39ce3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f914ff-51b1-4580-aa50-3bb897175466 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-99997ee9-bb20-4203-bc84-28ff675b445f {
  margin-left: auto;
margin-right: auto;
}

#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7752c3da-5724-412c-a71d-2253af09a8bd {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-fd20c39c-d41d-45fe-ba51-6a68b993e487 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-79b3889f-6b44-4fd0-9e2e-070ffb1a9536 {
  margin-left: auto;
margin-right: auto;
}

#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-646e307b-fedc-4d12-97be-53f24773b7c1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-a4c196dd-7be5-4eff-ac2e-7d7ab9244c7c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-73e25037-69cb-4810-95e0-1f689495aece {
  margin-left: auto;
margin-right: auto;
}

#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-09e6a623-e544-4820-8b2d-f82599a4b8b6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-39048069-6d71-4352-8216-7f4bf6ae2b8a {
  margin-left: auto;
margin-right: auto;
}

#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c41984e5-4ba9-418d-9226-ad245b70abec {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3a6d59db-235b-49af-9326-b30ec0e72adc {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-8771ae18-9e5c-4777-a33d-ecf454b39c58 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8771ae18-9e5c-4777-a33d-ecf454b39c58 {
  display: none;
}
#s-8771ae18-9e5c-4777-a33d-ecf454b39c58, #wrap-s-8771ae18-9e5c-4777-a33d-ecf454b39c58 { display: none !important; }}@media (max-width: 767px){#s-8771ae18-9e5c-4777-a33d-ecf454b39c58 {
  display: none;
}
#s-8771ae18-9e5c-4777-a33d-ecf454b39c58, #wrap-s-8771ae18-9e5c-4777-a33d-ecf454b39c58 { display: none !important; }}







#s-8771ae18-9e5c-4777-a33d-ecf454b39c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8771ae18-9e5c-4777-a33d-ecf454b39c58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49be8e13-aac6-4a79-af59-06d5c26cc25f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-49be8e13-aac6-4a79-af59-06d5c26cc25f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-49be8e13-aac6-4a79-af59-06d5c26cc25f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49be8e13-aac6-4a79-af59-06d5c26cc25f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49be8e13-aac6-4a79-af59-06d5c26cc25f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cbc90238-a9fe-4b6b-a5d9-c25c30717a25 {
  margin-left: auto;
margin-right: auto;
}

#s-0d784819-2746-464f-8307-15863a514757 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-c3c8af5d-eb48-42dc-9698-a4da4e98eda9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1bbf439e-55e6-4da3-aeac-7997edafca46 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-1bbf439e-55e6-4da3-aeac-7997edafca46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bbf439e-55e6-4da3-aeac-7997edafca46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61294083-f9ec-4a83-ab10-09b33d413301 {
  margin-left: auto;
margin-right: auto;
}

#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-94eeb8f4-3987-4584-b760-d1cc40bacdde {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e2b427-4cc9-4584-ae08-5896374be5d9 {
  margin-left: auto;
margin-right: auto;
}

#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6da1af1c-2748-4428-86bc-42b2c54a31bd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ead6cf8-ef3e-4bda-bccf-41d4fff4cfbb {
  margin-left: auto;
margin-right: auto;
}

#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0401efb0-878b-4d16-bf86-3fc39acdba37 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-eb2d8de9-6e28-4b28-9e10-70f9a9886b05 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-57f30520-211e-4ab5-b39c-078b60c8dc08 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-57f30520-211e-4ab5-b39c-078b60c8dc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57f30520-211e-4ab5-b39c-078b60c8dc08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b49b74-b519-450c-94c7-45ffdd74b967 {
  margin-left: auto;
margin-right: auto;
}

#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1f6ce12-4108-44cc-b417-7970b208ac68 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a23c73a7-477c-44cd-a914-0e6728f13c34 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b6757e2a-8256-4eaa-be38-57899575983d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-b6757e2a-8256-4eaa-be38-57899575983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6757e2a-8256-4eaa-be38-57899575983d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6744caf9-f899-4fc1-b11b-226ce1d3436b {
  margin-left: auto;
margin-right: auto;
}

#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 {
  max-width:  100%;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 .shg-image-zoom,
.shg-c#s-0d3b7dde-4941-40f2-baa1-ef28c094cba4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9d139369-ad75-4e9a-9f2c-c24bba0e9124 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2e09f003-83ce-4884-8436-cec2fc8d45a4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-754c3080-8f15-4af2-bd59-a32a6801b248 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-754c3080-8f15-4af2-bd59-a32a6801b248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-754c3080-8f15-4af2-bd59-a32a6801b248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c9b9ac-a853-4870-a768-c5ca1b418154 {
  margin-left: auto;
margin-right: auto;
}

#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c15380c8-027b-43d5-bb1e-da827f85002a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-92e464e3-8d65-4399-8049-62efec5a4d3f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ba9526-d5d2-4b0f-8d31-664fbe8c6b70 {
  margin-left: auto;
margin-right: auto;
}

#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cdb27955-ec81-4013-9458-c38d16170c45 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-68761407-f6e1-4a76-870b-a645dd938465 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e333934b-a996-4da6-b844-22a870e6abf7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-e333934b-a996-4da6-b844-22a870e6abf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e333934b-a996-4da6-b844-22a870e6abf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae4756c-e27b-48c9-b3e9-fcfe51438180 {
  margin-left: auto;
margin-right: auto;
}

#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d32e709e-4cad-4702-8982-4b2f1d84eee8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  display: none;
}
#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  display: none;
}
#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8f212381-feb7-499f-9a13-9e6be6be8eb2 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-8f212381-feb7-499f-9a13-9e6be6be8eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f212381-feb7-499f-9a13-9e6be6be8eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3a80322-35ef-485d-9cf2-707a641ef851 {
  margin-left: auto;
margin-right: auto;
}

#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-16963f51-9832-40ad-9651-59745c1f0697 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-2c414bf1-fef9-421c-bcd8-7fea471043f8 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-2c414bf1-fef9-421c-bcd8-7fea471043f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c414bf1-fef9-421c-bcd8-7fea471043f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b4ab548-c823-413e-b22c-e074240e58f1 {
  margin-left: auto;
margin-right: auto;
}

#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-799508a3-1040-4095-a936-796c34a4c0d3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9b93f530-d246-411d-ac4a-372d66c1c3d5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-18314317-0764-47d9-8371-02186c89cfeb {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-18314317-0764-47d9-8371-02186c89cfeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18314317-0764-47d9-8371-02186c89cfeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cef88dbd-615a-4e6f-bbda-eae1a6af6eba {
  margin-left: auto;
margin-right: auto;
}

#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9725f24f-6a66-44dc-90c9-fcd8e6e3b333 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-f07aad0e-df6d-489e-abde-287e8d8d3d78 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-f07aad0e-df6d-489e-abde-287e8d8d3d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f07aad0e-df6d-489e-abde-287e8d8d3d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e276e05-14ea-4301-ac75-6c8d992bf7be {
  margin-left: auto;
margin-right: auto;
}

#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbdded00-5700-424b-86de-83a3e2d969e4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-03ee3d33-6c1d-4597-a9b2-50862e75be5b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  display: none;
}
#s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-s-9674d06c-e1bb-4756-a8e7-418fab6d9736 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  display: none;
}
#s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-s-9674d06c-e1bb-4756-a8e7-418fab6d9736 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-154899b8-20ca-4687-9242-1b19ec34b370 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-154899b8-20ca-4687-9242-1b19ec34b370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-154899b8-20ca-4687-9242-1b19ec34b370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e6e040a-0e7c-49e9-a923-89e07d2c67e8 {
  margin-left: auto;
margin-right: auto;
}

#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-040812b7-26b3-40c1-896a-b15f1b57587d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-915ae223-581a-4faf-ab4a-439334868c91 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-915ae223-581a-4faf-ab4a-439334868c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-915ae223-581a-4faf-ab4a-439334868c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98ed032-ab51-4892-b3e0-c1f503592336 {
  margin-left: auto;
margin-right: auto;
}

#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-415d5685-46f3-456b-8acd-4ead198f457a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-71ff2e25-52fc-4e8b-b8c0-5a48ff882acb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-3aab7e84-3206-4026-beb3-7e58ce3097a3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-3aab7e84-3206-4026-beb3-7e58ce3097a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aab7e84-3206-4026-beb3-7e58ce3097a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02553fe1-3388-4b8f-995d-6e8554947357 {
  margin-left: auto;
margin-right: auto;
}

#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a6570049-52c1-4a8a-80e0-ec2c35f8af14 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74e2742d-3036-412f-adc1-fde1211eb318 {
  margin-left: auto;
margin-right: auto;
}

#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dde375d7-7321-4445-9d6b-c9f0901f2aab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c39f1b6f-12d6-46ce-804b-5c4ccd2c10d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  display: none;
}
#s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-s-a88eb68c-79dd-414b-af84-5c73f6b42a77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  display: none;
}
#s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-s-a88eb68c-79dd-414b-af84-5c73f6b42a77 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8a8d27d6-1c91-44a8-9df7-52b895434acf {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-8a8d27d6-1c91-44a8-9df7-52b895434acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a8d27d6-1c91-44a8-9df7-52b895434acf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e70b11-0cfd-4a94-bec4-5962af377f91 {
  margin-left: auto;
margin-right: auto;
}

#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-304fadd2-d8ca-4875-a85b-f7260cace061 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-39ae93a6-4829-4ef6-b0ca-89d9a19cc72d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80bda098-b13b-42f1-b410-801103458e3f {
  margin-left: auto;
margin-right: auto;
}

#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-abc64619-0e2f-40af-b479-0d7ef8bce77b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-bab5b569-6938-497d-b53f-08f6587ededd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a05611-f24e-4abe-8255-b8b47fd70b67 {
  margin-left: auto;
margin-right: auto;
}

#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-85e56f93-b8e7-4007-913a-649e4936305b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0a8a1a1b-93ee-4bb4-91e6-33a5c3951454 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd3722e-12ef-4e61-abf0-5d4ed1495ca6 {
  margin-left: auto;
margin-right: auto;
}

#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-50e79f13-7aea-4de9-8a91-7d53489b0f19 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-9f23076f-ff08-49e7-bd91-d5f7d723fe64 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-9f23076f-ff08-49e7-bd91-d5f7d723fe64 {
  display: none;
}
#s-9f23076f-ff08-49e7-bd91-d5f7d723fe64, #wrap-s-9f23076f-ff08-49e7-bd91-d5f7d723fe64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f23076f-ff08-49e7-bd91-d5f7d723fe64 {
  display: none;
}
#s-9f23076f-ff08-49e7-bd91-d5f7d723fe64, #wrap-s-9f23076f-ff08-49e7-bd91-d5f7d723fe64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f23076f-ff08-49e7-bd91-d5f7d723fe64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9f23076f-ff08-49e7-bd91-d5f7d723fe64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9f23076f-ff08-49e7-bd91-d5f7d723fe64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f23076f-ff08-49e7-bd91-d5f7d723fe64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0dd162bc-9e99-40e6-ace3-888e022193e1 {
  margin-left: auto;
margin-right: auto;
}

#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-786bc624-8d00-4fbb-85f7-c3272c80768f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-859dd2be-4c8a-4954-8857-bb502c79df88 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
