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

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

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

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

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

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

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

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

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

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

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

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

#s-5c20a050-8d71-4827-9825-7bf54fe8b27b {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-5c20a050-8d71-4827-9825-7bf54fe8b27b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c20a050-8d71-4827-9825-7bf54fe8b27b {
  
}
}







#s-5c20a050-8d71-4827-9825-7bf54fe8b27b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c20a050-8d71-4827-9825-7bf54fe8b27b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-e5b66a95-970b-4a02-b09d-c205ca0c5b51 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5b66a95-970b-4a02-b09d-c205ca0c5b51 {
  display: none;
}
#s-e5b66a95-970b-4a02-b09d-c205ca0c5b51, #wrap-s-e5b66a95-970b-4a02-b09d-c205ca0c5b51 { display:none !important; }}@media (max-width: 767px){#s-e5b66a95-970b-4a02-b09d-c205ca0c5b51 {
  display: none;
}
#s-e5b66a95-970b-4a02-b09d-c205ca0c5b51, #wrap-s-e5b66a95-970b-4a02-b09d-c205ca0c5b51 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e5b66a95-970b-4a02-b09d-c205ca0c5b51"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e5b66a95-970b-4a02-b09d-c205ca0c5b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5b66a95-970b-4a02-b09d-c205ca0c5b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5b66a95-970b-4a02-b09d-c205ca0c5b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-544be8d8-4e65-414b-b154-5ade1a83a40e {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-544be8d8-4e65-414b-b154-5ade1a83a40e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-fc94a9c8-9241-43ac-a652-ede8be911e2f {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-fc94a9c8-9241-43ac-a652-ede8be911e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc94a9c8-9241-43ac-a652-ede8be911e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b2163824-7ce5-4d1d-8e50-4f836d9081c9 {
  text-align: center;
}







  #s-b2163824-7ce5-4d1d-8e50-4f836d9081c9 img.shogun-image {
    

    
    
    
  }


#s-b2163824-7ce5-4d1d-8e50-4f836d9081c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0e58a73-0e99-4208-85a7-b823ef21c4aa {
  box-shadow:0px 0px 0px 0px ;
}








#s-d0e58a73-0e99-4208-85a7-b823ef21c4aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e58a73-0e99-4208-85a7-b823ef21c4aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ad15662b-70f0-4060-a899-39fa60b9c214 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-237f726e-8126-4974-a196-570ff5ead042 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-237f726e-8126-4974-a196-570ff5ead042"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-abcae5ee-29df-4a63-a5a6-1f31152e7c10 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-abcae5ee-29df-4a63-a5a6-1f31152e7c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abcae5ee-29df-4a63-a5a6-1f31152e7c10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fb46154-63cf-4ca6-8c00-b86290422c89 {
  text-align: center;
}







  #s-3fb46154-63cf-4ca6-8c00-b86290422c89 img.shogun-image {
    

    
    
    
  }


#s-3fb46154-63cf-4ca6-8c00-b86290422c89 .shogun-image-content {
  
    align-items: center;
  
}








#s-a81d6739-b98e-4a46-82a6-e7c78bf188f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a81d6739-b98e-4a46-82a6-e7c78bf188f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-f9ad5e62-6c2a-40d8-8519-61ae47340ac8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-f9f45d88-a166-4e21-a270-4fcbfa86e145 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-f9f45d88-a166-4e21-a270-4fcbfa86e145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f45d88-a166-4e21-a270-4fcbfa86e145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-733b2ca6-a596-4d69-905d-48018bc0af87 {
  text-align: center;
}







  #s-733b2ca6-a596-4d69-905d-48018bc0af87 img.shogun-image {
    

    
    
    
  }


#s-733b2ca6-a596-4d69-905d-48018bc0af87 .shogun-image-content {
  
    align-items: center;
  
}








#s-6b3c2e39-bc7a-4da5-bf80-9838ead46423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b3c2e39-bc7a-4da5-bf80-9838ead46423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a931c9e-7969-45f7-a40d-58d34ef1fa9c {
  margin-top: auto;
margin-bottom: auto;
}

#s-3457244d-4809-44c5-9524-9a5ef23004ce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3457244d-4809-44c5-9524-9a5ef23004ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-d78a079c-7b74-4339-92da-0f7579f4c4fb {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-d78a079c-7b74-4339-92da-0f7579f4c4fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78a079c-7b74-4339-92da-0f7579f4c4fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81c3bfab-a09e-4ac5-90ef-e5470028c563 {
  text-align: center;
}







  #s-81c3bfab-a09e-4ac5-90ef-e5470028c563 img.shogun-image {
    

    
    
    
  }


#s-81c3bfab-a09e-4ac5-90ef-e5470028c563 .shogun-image-content {
  
    align-items: center;
  
}








#s-7942d162-e1eb-49c7-bde4-ad26ef2ba045 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7942d162-e1eb-49c7-bde4-ad26ef2ba045.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62 {
  display: none;
}
#s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62, #wrap-s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62 {
  display: none;
}
#s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62, #wrap-s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcbe4a33-35a7-4e71-aefe-f0ddcf26fa62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-130e1377-a957-4342-8101-3f83a21d5c3a {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-130e1377-a957-4342-8101-3f83a21d5c3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-26b86a3c-ad4b-4a14-9ad6-8e4156a5c29b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-26b86a3c-ad4b-4a14-9ad6-8e4156a5c29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26b86a3c-ad4b-4a14-9ad6-8e4156a5c29b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41f86555-9045-4625-9b6e-1bb8d6714e1d {
  text-align: center;
}







  #s-41f86555-9045-4625-9b6e-1bb8d6714e1d img.shogun-image {
    

    
    
    
  }


#s-41f86555-9045-4625-9b6e-1bb8d6714e1d .shogun-image-content {
  
    align-items: center;
  
}

#s-9bbac7b1-31b3-4f36-a87b-02d15d56f849 {
  box-shadow:0px 0px 0px 0px ;
}








#s-9bbac7b1-31b3-4f36-a87b-02d15d56f849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbac7b1-31b3-4f36-a87b-02d15d56f849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f42d1ef-9c24-4b94-839e-ef7fcbc8389b {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-bac2fd56-7e62-4868-8c08-9ee5547048b0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bac2fd56-7e62-4868-8c08-9ee5547048b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4343fca3-25c1-4cf6-8d16-84b3013aa092 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-4343fca3-25c1-4cf6-8d16-84b3013aa092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4343fca3-25c1-4cf6-8d16-84b3013aa092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19d9adbe-250a-4fdf-89bf-5a677bac67a5 {
  text-align: center;
}







  #s-19d9adbe-250a-4fdf-89bf-5a677bac67a5 img.shogun-image {
    

    
    
    
  }


#s-19d9adbe-250a-4fdf-89bf-5a677bac67a5 .shogun-image-content {
  
    align-items: center;
  
}








#s-edb08c41-b855-41cd-85af-8f269334301c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edb08c41-b855-41cd-85af-8f269334301c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04fd9948-0b69-4769-a75d-43b49239e532 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-04fd9948-0b69-4769-a75d-43b49239e532 {
  display: none;
}
#s-04fd9948-0b69-4769-a75d-43b49239e532, #wrap-s-04fd9948-0b69-4769-a75d-43b49239e532 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04fd9948-0b69-4769-a75d-43b49239e532 {
  display: none;
}
#s-04fd9948-0b69-4769-a75d-43b49239e532, #wrap-s-04fd9948-0b69-4769-a75d-43b49239e532 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04fd9948-0b69-4769-a75d-43b49239e532 {
  
}
}@media (max-width: 767px){#s-04fd9948-0b69-4769-a75d-43b49239e532 {
  
}
}
@media (min-width: 0px) {
[id="s-04fd9948-0b69-4769-a75d-43b49239e532"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-04fd9948-0b69-4769-a75d-43b49239e532"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04fd9948-0b69-4769-a75d-43b49239e532"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04fd9948-0b69-4769-a75d-43b49239e532"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3e34a8c-35d6-450d-8666-425400dccbfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4fbdc332-a939-4de1-a79b-9123a44dc2aa {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-4fbdc332-a939-4de1-a79b-9123a44dc2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fbdc332-a939-4de1-a79b-9123a44dc2aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84cf66c0-72ab-4239-bc22-fcf263152ab1 {
  text-align: center;
}







  #s-84cf66c0-72ab-4239-bc22-fcf263152ab1 img.shogun-image {
    

    
    
    
  }


#s-84cf66c0-72ab-4239-bc22-fcf263152ab1 .shogun-image-content {
  
    align-items: center;
  
}








#s-14b4a95e-c075-4f14-bdc3-44754ad25f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b4a95e-c075-4f14-bdc3-44754ad25f8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2b886ee-684f-4169-870a-10e822a80267 {
  margin-top: auto;
margin-bottom: auto;
}

#s-90886f21-c9c5-4dd5-a064-6aab1896863d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90886f21-c9c5-4dd5-a064-6aab1896863d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e5e0de69-d30e-46c2-8f2b-9b2163ebb147 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-e5e0de69-d30e-46c2-8f2b-9b2163ebb147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e0de69-d30e-46c2-8f2b-9b2163ebb147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f0fd697-4a69-4e52-bae3-9afd58a6ec5e {
  text-align: center;
}







  #s-2f0fd697-4a69-4e52-bae3-9afd58a6ec5e img.shogun-image {
    

    
    
    
  }


#s-2f0fd697-4a69-4e52-bae3-9afd58a6ec5e .shogun-image-content {
  
    align-items: center;
  
}








#s-4f58261c-f4cc-4a07-8138-55b063d1c4c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f58261c-f4cc-4a07-8138-55b063d1c4c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a64d993-3dec-4c89-abcc-25a7ff4f655f {
  margin-left: 0px;
margin-right: 8px;
}

#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa {
  
}
}@media (max-width: 767px){#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa {
  
}
}







#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0b897a-ed20-4fb8-b038-d388d71f6cfa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54f62c51-3371-4890-91f2-580a2f024901 {
  text-align: left;
}

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

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

#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df {
  display: none;
}
#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df, #wrap-s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df { display:none !important; }}@media (max-width: 767px){#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df {
  display: none;
}
#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df, #wrap-s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df { display:none !important; }}
#s-fd7f3b86-0f7d-47f7-9a35-4ad579b8c6df .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-e141ddad-d142-4b82-a2b0-96636383490b {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-e141ddad-d142-4b82-a2b0-96636383490b {
  display: none;
}
#s-e141ddad-d142-4b82-a2b0-96636383490b, #wrap-s-e141ddad-d142-4b82-a2b0-96636383490b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e141ddad-d142-4b82-a2b0-96636383490b {
  display: none;
}
#s-e141ddad-d142-4b82-a2b0-96636383490b, #wrap-s-e141ddad-d142-4b82-a2b0-96636383490b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e141ddad-d142-4b82-a2b0-96636383490b {
  
}
}
#s-e141ddad-d142-4b82-a2b0-96636383490b .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7d8edcf7-4cdf-425b-b481-941e74b77fe9 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7d8edcf7-4cdf-425b-b481-941e74b77fe9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-7d8edcf7-4cdf-425b-b481-941e74b77fe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8edcf7-4cdf-425b-b481-941e74b77fe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8edcf7-4cdf-425b-b481-941e74b77fe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d {
  display: none;
}
#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d, #wrap-s-4143ae09-05fc-430b-98ae-e1a9bf120f2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d {
  display: none;
}
#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d, #wrap-s-4143ae09-05fc-430b-98ae-e1a9bf120f2d { display:none !important; }}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4143ae09-05fc-430b-98ae-e1a9bf120f2d img.shogun-image {
  width: 100%;
}



}
#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  display: none;
}
#s-09e2ab3d-54c6-4318-a555-42d0bc652476, #wrap-s-09e2ab3d-54c6-4318-a555-42d0bc652476 { display:none !important; }}@media (max-width: 767px){#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  display: none;
}
#s-09e2ab3d-54c6-4318-a555-42d0bc652476, #wrap-s-09e2ab3d-54c6-4318-a555-42d0bc652476 { display:none !important; }}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  max-width:  100%;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom,
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  max-width:  100%;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom,
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  max-width:  100%;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom,
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  max-width:  100%;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom,
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 {
  max-width:  100%;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom,
.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09e2ab3d-54c6-4318-a555-42d0bc652476 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-31d52c9b-a288-4512-a720-f6f087e3a816 {
  display: none;
}
#s-31d52c9b-a288-4512-a720-f6f087e3a816, #wrap-s-31d52c9b-a288-4512-a720-f6f087e3a816 { display:none !important; }}@media (max-width: 767px){#s-31d52c9b-a288-4512-a720-f6f087e3a816 {
  display: none;
}
#s-31d52c9b-a288-4512-a720-f6f087e3a816, #wrap-s-31d52c9b-a288-4512-a720-f6f087e3a816 { display:none !important; }}
#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-31d52c9b-a288-4512-a720-f6f087e3a816 .shg-gallery-dot {
  background-color: #FFF;
}

#s-c70e6cd1-c13d-407c-b41c-89188e63ad35 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-c70e6cd1-c13d-407c-b41c-89188e63ad35 {
  display: none;
}
#s-c70e6cd1-c13d-407c-b41c-89188e63ad35, #wrap-s-c70e6cd1-c13d-407c-b41c-89188e63ad35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c70e6cd1-c13d-407c-b41c-89188e63ad35 {
  display: none;
}
#s-c70e6cd1-c13d-407c-b41c-89188e63ad35, #wrap-s-c70e6cd1-c13d-407c-b41c-89188e63ad35 { display:none !important; }}







#s-c70e6cd1-c13d-407c-b41c-89188e63ad35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70e6cd1-c13d-407c-b41c-89188e63ad35.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-b497c8e7-3603-4335-ae40-b9d07163a240 {
  display: none;
}
#s-b497c8e7-3603-4335-ae40-b9d07163a240, #wrap-s-b497c8e7-3603-4335-ae40-b9d07163a240 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b497c8e7-3603-4335-ae40-b9d07163a240 {
  display: none;
}
#s-b497c8e7-3603-4335-ae40-b9d07163a240, #wrap-s-b497c8e7-3603-4335-ae40-b9d07163a240 { display:none !important; }}
#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-b497c8e7-3603-4335-ae40-b9d07163a240 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-62615f1c-295a-4dce-a857-98205230e2f3 {
  display: none;
}
#s-62615f1c-295a-4dce-a857-98205230e2f3, #wrap-s-62615f1c-295a-4dce-a857-98205230e2f3 { display:none !important; }}@media (max-width: 767px){#s-62615f1c-295a-4dce-a857-98205230e2f3 {
  display: none;
}
#s-62615f1c-295a-4dce-a857-98205230e2f3, #wrap-s-62615f1c-295a-4dce-a857-98205230e2f3 { display:none !important; }}







#s-62615f1c-295a-4dce-a857-98205230e2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62615f1c-295a-4dce-a857-98205230e2f3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cae55ef1-380b-4cfc-92c1-15d3bff79edb {
  min-height: 50px;
}








#s-cae55ef1-380b-4cfc-92c1-15d3bff79edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae55ef1-380b-4cfc-92c1-15d3bff79edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79640384-53a0-4f60-9879-e63ed1130bd6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-79640384-53a0-4f60-9879-e63ed1130bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79640384-53a0-4f60-9879-e63ed1130bd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b7411c1-09cd-490b-8711-6c00b4d89493 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-8b7411c1-09cd-490b-8711-6c00b4d89493 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8b7411c1-09cd-490b-8711-6c00b4d89493 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-8b7411c1-09cd-490b-8711-6c00b4d89493 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}








#s-865a747c-0be8-40d3-9f6c-b7d241524e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-865a747c-0be8-40d3-9f6c-b7d241524e3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2506b8e-6a18-4b7f-beaf-cbba381d2c6f {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-bb1a4294-59c1-4851-9238-e9519b6f9a5e {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb1a4294-59c1-4851-9238-e9519b6f9a5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4c17a1e8-9b85-47d1-8815-382865f632e0 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-4c17a1e8-9b85-47d1-8815-382865f632e0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4c17a1e8-9b85-47d1-8815-382865f632e0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4c17a1e8-9b85-47d1-8815-382865f632e0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4c17a1e8-9b85-47d1-8815-382865f632e0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4c17a1e8-9b85-47d1-8815-382865f632e0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-4c17a1e8-9b85-47d1-8815-382865f632e0 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-4c17a1e8-9b85-47d1-8815-382865f632e0 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


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

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

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

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

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

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

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

#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-645b3f20-a364-446e-ac56-18b0e0bf5d8d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-645b3f20-a364-446e-ac56-18b0e0bf5d8d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c {
  display: none;
}
#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c, #wrap-s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c {
  display: none;
}
#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c, #wrap-s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c { display:none !important; }}







#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf7701a-85bd-49d1-a5d6-a4cbda55c65c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5302103-cd36-4706-8acb-1c2e8441f978 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-a5302103-cd36-4706-8acb-1c2e8441f978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5302103-cd36-4706-8acb-1c2e8441f978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4a5a8b-7631-492a-bef2-0ac2daecf550 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-0d4a5a8b-7631-492a-bef2-0ac2daecf550 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d4a5a8b-7631-492a-bef2-0ac2daecf550 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-0d4a5a8b-7631-492a-bef2-0ac2daecf550 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}








#s-3c50950b-d409-4c76-ae13-defeb43fd318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c50950b-d409-4c76-ae13-defeb43fd318.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afdd8bb5-988e-4999-8560-2673ff25085c {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-5f848e96-b61b-403c-a5af-69099dd51e3d {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-5f848e96-b61b-403c-a5af-69099dd51e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f848e96-b61b-403c-a5af-69099dd51e3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80a4aa5d-36bc-4253-b853-4745d656bcea {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-80a4aa5d-36bc-4253-b853-4745d656bcea .shg-product-quantity-wrapper {
  display: flex;
}

#s-80a4aa5d-36bc-4253-b853-4745d656bcea .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-80a4aa5d-36bc-4253-b853-4745d656bcea .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-80a4aa5d-36bc-4253-b853-4745d656bcea .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-80a4aa5d-36bc-4253-b853-4745d656bcea .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-80a4aa5d-36bc-4253-b853-4745d656bcea label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-80a4aa5d-36bc-4253-b853-4745d656bcea label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-32ae54a2-7399-44ac-82c1-c3b07f362bdf.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-32ae54a2-7399-44ac-82c1-c3b07f362bdf.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d {
  min-height: 250px;
}
@media (min-width: 1200px){#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d {
  display: none;
}
#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d, #wrap-s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d {
  display: none;
}
#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d, #wrap-s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d { display:none !important; }}







#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dde1b6b-072f-4fb9-afbb-6b504ae6193d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2dab2df9-b925-4553-b138-780d9f57b190 {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-2dab2df9-b925-4553-b138-780d9f57b190 {
  display: none;
}
#s-2dab2df9-b925-4553-b138-780d9f57b190, #wrap-s-2dab2df9-b925-4553-b138-780d9f57b190 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dab2df9-b925-4553-b138-780d9f57b190 {
  display: none;
}
#s-2dab2df9-b925-4553-b138-780d9f57b190, #wrap-s-2dab2df9-b925-4553-b138-780d9f57b190 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dab2df9-b925-4553-b138-780d9f57b190 {
  
}
}
@media (min-width: 0px) {
[id="s-2dab2df9-b925-4553-b138-780d9f57b190"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2dab2df9-b925-4553-b138-780d9f57b190"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2dab2df9-b925-4553-b138-780d9f57b190"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dab2df9-b925-4553-b138-780d9f57b190"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d3224c3c-7517-4905-8887-8befa6a8f506 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-d3224c3c-7517-4905-8887-8befa6a8f506"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d3224c3c-7517-4905-8887-8befa6a8f506"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d3224c3c-7517-4905-8887-8befa6a8f506"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3224c3c-7517-4905-8887-8befa6a8f506"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-77cc674f-e0c5-40ea-a82e-00949afbda86 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-77cc674f-e0c5-40ea-a82e-00949afbda86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77cc674f-e0c5-40ea-a82e-00949afbda86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 {
  max-width: 2192px;
aspect-ratio: 2192/1089;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 img.shogun-image,
  #s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 {
    width: 100%;
    height: auto;
  }



  #s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 img.shogun-image {
    

    
    
    
  }


#s-b0279f81-6e1c-4400-9bca-c2a1f61d5559 .shogun-image-content {
  
    align-items: center;
  
}

#s-5db4b407-b56d-4eaa-b64e-08f677f5f001 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-5db4b407-b56d-4eaa-b64e-08f677f5f001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5db4b407-b56d-4eaa-b64e-08f677f5f001.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0663136-900e-4be4-8607-b14d459c8513 {
  text-align: center;
}







  #s-b0663136-900e-4be4-8607-b14d459c8513 img.shogun-image {
    

    
    
    
  }


#s-b0663136-900e-4be4-8607-b14d459c8513 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c57f69d-af2d-4cdb-b1aa-df660d11c43a {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-5c57f69d-af2d-4cdb-b1aa-df660d11c43a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-5c57f69d-af2d-4cdb-b1aa-df660d11c43a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-5c57f69d-af2d-4cdb-b1aa-df660d11c43a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c57f69d-af2d-4cdb-b1aa-df660d11c43a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ec545427-12d3-462c-a42c-ca524ef2da98 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ec545427-12d3-462c-a42c-ca524ef2da98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec545427-12d3-462c-a42c-ca524ef2da98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb30913-e719-4398-84dc-d71d3ee54ea5 {
  max-width: 548px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-acb30913-e719-4398-84dc-d71d3ee54ea5 img.shogun-image,
  #s-acb30913-e719-4398-84dc-d71d3ee54ea5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acb30913-e719-4398-84dc-d71d3ee54ea5 {
    width: 100%;
    height: auto;
  }



  #s-acb30913-e719-4398-84dc-d71d3ee54ea5 img.shogun-image {
    

    
    
    
  }


#s-acb30913-e719-4398-84dc-d71d3ee54ea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7b88ab6-fe88-480a-9d32-ac89f7642a5b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c7b88ab6-fe88-480a-9d32-ac89f7642a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b88ab6-fe88-480a-9d32-ac89f7642a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a12e2e47-db40-465b-a75b-9d56d335c645 {
  max-width: 178px;
aspect-ratio: 178/88;
text-align: center;
}





  #s-a12e2e47-db40-465b-a75b-9d56d335c645 img.shogun-image,
  #s-a12e2e47-db40-465b-a75b-9d56d335c645 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a12e2e47-db40-465b-a75b-9d56d335c645 {
    width: 100%;
    height: auto;
  }



  #s-a12e2e47-db40-465b-a75b-9d56d335c645 img.shogun-image {
    

    
    
    
  }


#s-a12e2e47-db40-465b-a75b-9d56d335c645 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8a59552e-e400-409e-801d-03c1ada9bac9 {
  display: none;
}
#s-8a59552e-e400-409e-801d-03c1ada9bac9, #wrap-s-8a59552e-e400-409e-801d-03c1ada9bac9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a59552e-e400-409e-801d-03c1ada9bac9 {
  display: none;
}
#s-8a59552e-e400-409e-801d-03c1ada9bac9, #wrap-s-8a59552e-e400-409e-801d-03c1ada9bac9 { display:none !important; }}@media (max-width: 767px){#s-8a59552e-e400-409e-801d-03c1ada9bac9 {
  
}
}
@media (min-width: 0px) {
[id="s-8a59552e-e400-409e-801d-03c1ada9bac9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8a59552e-e400-409e-801d-03c1ada9bac9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8a59552e-e400-409e-801d-03c1ada9bac9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a59552e-e400-409e-801d-03c1ada9bac9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-b6b4a2b7-5f7a-4a6b-9599-ba172b5839be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b6b4a2b7-5f7a-4a6b-9599-ba172b5839be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b6b4a2b7-5f7a-4a6b-9599-ba172b5839be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6b4a2b7-5f7a-4a6b-9599-ba172b5839be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-3644e2c5-0745-48ec-ad15-1489b8c96de2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-3644e2c5-0745-48ec-ad15-1489b8c96de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3644e2c5-0745-48ec-ad15-1489b8c96de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac644932-0463-4de1-91fd-953e6afc1ba4 {
  text-align: center;
}







  #s-ac644932-0463-4de1-91fd-953e6afc1ba4 img.shogun-image {
    

    
    
    
  }


#s-ac644932-0463-4de1-91fd-953e6afc1ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b162894-5711-4ab1-915b-c3cf8f408167 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-2b162894-5711-4ab1-915b-c3cf8f408167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b162894-5711-4ab1-915b-c3cf8f408167.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2e09d2d-516a-4332-b050-cd1e7b4d6a44 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-b2e09d2d-516a-4332-b050-cd1e7b4d6a44 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1 {
  display: none;
}
#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1, #wrap-s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1 { display:none !important; }}@media (max-width: 767px){#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1 {
  display: none;
}
#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1, #wrap-s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1 { display:none !important; }}







#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9ff512-3ab7-4aa7-a94a-ecf4e116b2f1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-81546c7d-d92f-4160-8d4b-8f820cdb08c7 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81546c7d-d92f-4160-8d4b-8f820cdb08c7 {
  display: none;
}
#s-81546c7d-d92f-4160-8d4b-8f820cdb08c7, #wrap-s-81546c7d-d92f-4160-8d4b-8f820cdb08c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-81546c7d-d92f-4160-8d4b-8f820cdb08c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-81546c7d-d92f-4160-8d4b-8f820cdb08c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-81546c7d-d92f-4160-8d4b-8f820cdb08c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-81546c7d-d92f-4160-8d4b-8f820cdb08c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a052b943-9f80-4aec-bf30-b98b86b845d8 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-a052b943-9f80-4aec-bf30-b98b86b845d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a052b943-9f80-4aec-bf30-b98b86b845d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a052b943-9f80-4aec-bf30-b98b86b845d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a052b943-9f80-4aec-bf30-b98b86b845d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-cadc731e-246c-45c4-b4e6-b3e97b3e2a88 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-cadc731e-246c-45c4-b4e6-b3e97b3e2a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cadc731e-246c-45c4-b4e6-b3e97b3e2a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-796f7591-d4cb-4fab-8a95-989f9d730f2f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-796f7591-d4cb-4fab-8a95-989f9d730f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-796f7591-d4cb-4fab-8a95-989f9d730f2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ab49b8e-ebaf-4563-bc4a-fa6d5b4f5f63 {
  text-align: center;
}








#s-3ab49b8e-ebaf-4563-bc4a-fa6d5b4f5f63 .shogun-image-content {
  
    align-items: center;
  
}

#s-386de6f3-b0e9-4850-a116-2f76b4d6da15 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-386de6f3-b0e9-4850-a116-2f76b4d6da15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386de6f3-b0e9-4850-a116-2f76b4d6da15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b92a6250-d820-4374-a4b5-b346c20a6afc {
  text-align: center;
}







  #s-b92a6250-d820-4374-a4b5-b346c20a6afc img.shogun-image {
    

    
    
    
  }


#s-b92a6250-d820-4374-a4b5-b346c20a6afc .shogun-image-content {
  
    align-items: center;
  
}

#s-b2518011-33ef-4c48-b860-be7c3eafd2c9 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-b2518011-33ef-4c48-b860-be7c3eafd2c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b2518011-33ef-4c48-b860-be7c3eafd2c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b2518011-33ef-4c48-b860-be7c3eafd2c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2518011-33ef-4c48-b860-be7c3eafd2c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ade0e03c-cca8-43c9-8dbd-da484c57ca23 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 40px;
}








#s-ade0e03c-cca8-43c9-8dbd-da484c57ca23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade0e03c-cca8-43c9-8dbd-da484c57ca23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab img.shogun-image,
  #s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab {
    width: 100%;
    height: auto;
  }



  #s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab img.shogun-image {
    

    
    
    
  }


#s-e3d12523-3c27-4f4b-bdc5-5f629c1e6fab .shogun-image-content {
  
    align-items: center;
  
}

#s-301e2c60-93c6-43c1-b107-37a277f42422 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-301e2c60-93c6-43c1-b107-37a277f42422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-301e2c60-93c6-43c1-b107-37a277f42422.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 {
  max-width: 178px;
aspect-ratio: 178/88;
text-align: center;
}





  #s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 img.shogun-image,
  #s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 {
    width: 100%;
    height: auto;
  }



  #s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 img.shogun-image {
    

    
    
    
  }


#s-80ffa6d8-a2aa-4130-8769-7cbda60d9517 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3 {
  display: none;
}
#s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3, #wrap-s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-38bb90a6-8d3c-48d1-958e-4d2cc49c33d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-502240c7-cc72-4c72-87d2-d30d696c2a07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-502240c7-cc72-4c72-87d2-d30d696c2a07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-502240c7-cc72-4c72-87d2-d30d696c2a07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-502240c7-cc72-4c72-87d2-d30d696c2a07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-de7da00e-37db-44a7-a20e-fb261c7967a9 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-de7da00e-37db-44a7-a20e-fb261c7967a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de7da00e-37db-44a7-a20e-fb261c7967a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-286fa283-69d0-4d39-b841-3ebe20b24616 {
  text-align: center;
}







  #s-286fa283-69d0-4d39-b841-3ebe20b24616 img.shogun-image {
    

    
    
    
  }


#s-286fa283-69d0-4d39-b841-3ebe20b24616 .shogun-image-content {
  
    align-items: center;
  
}

#s-29c8568b-b59d-474f-aa32-9a33735c50cb {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-29c8568b-b59d-474f-aa32-9a33735c50cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29c8568b-b59d-474f-aa32-9a33735c50cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3532371-437e-4425-8dfb-d4c7a2f0874a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-e3532371-437e-4425-8dfb-d4c7a2f0874a .shogun-image-content {
  
    align-items: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-2333172d-ba08-426f-b0ef-921e13c21bef {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-2333172d-ba08-426f-b0ef-921e13c21bef .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-2ae21c42-6ea8-488c-b027-593f044721d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ae21c42-6ea8-488c-b027-593f044721d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ae21c42-6ea8-488c-b027-593f044721d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ae21c42-6ea8-488c-b027-593f044721d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-fdf4c319-f482-42e4-b1c3-359e53fb84fb .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-fdf4c319-f482-42e4-b1c3-359e53fb84fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fdf4c319-f482-42e4-b1c3-359e53fb84fb td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fdf4c319-f482-42e4-b1c3-359e53fb84fb td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-fdf4c319-f482-42e4-b1c3-359e53fb84fb td.shogun-table-column, #s-fdf4c319-f482-42e4-b1c3-359e53fb84fb td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b1fb02bd-000a-4826-95ca-d7698dc8d40d {
  min-height: 0px;
}

#s-cb68f6b5-6d4b-4a3a-b00c-65090d052ab1 {
  min-height: 0px;
}

#s-54f79234-bd39-4431-bb0d-19adad717f8d {
  min-height: 0px;
}

#s-4fb33277-c9d5-4207-a0ad-98fadead56d5 {
  min-height: 0px;
}

#s-42ad1f61-13f7-4513-9a7b-65da50fb2392 {
  min-height: 0px;
}

#s-f5716f1b-41d6-41e2-9ae3-2431b864835a {
  min-height: 0px;
}

#s-fa72cfa9-5999-4ff7-93c8-0de6aa88c67b {
  min-height: 0px;
}

#s-b5a88205-22b5-4ef6-aaa9-be52f8f0c9a7 {
  min-height: 0px;
}

#s-bfa2293e-b507-4fbe-9286-41af5310ff1d {
  min-height: 0px;
}

#s-cc13e33a-188b-4390-9798-bb6669a8b038 {
  min-height: 0px;
}

#s-196d062e-ca2f-4d41-8112-2af24bbd8876 {
  min-height: 0px;
}

#s-19c40892-e423-4ed4-a559-d44228f70669 {
  min-height: 0px;
}

#s-3981e2fb-9ade-4a1d-a85d-5d04f91f0c33 {
  min-height: 0px;
}

#s-28aed7b3-7903-4e7e-a63c-9751b27c5d61 {
  min-height: 0px;
}

#s-e06946f6-e4a4-40a3-a6d9-270c8926e63a {
  min-height: 0px;
}

#s-fb741c5e-6573-4856-ad24-e1c37b7e2f4d {
  min-height: 0px;
}

#s-49cc81f7-fce8-4c9f-9f24-4661c61c1dc2 {
  min-height: 0px;
}

#s-c41b2b38-9b77-4fb6-a906-e341ea84498b {
  min-height: 0px;
}

#s-bcd584b6-4f71-46a1-8782-9781129117d7 {
  min-height: 0px;
}

#s-43a96971-c2e6-4449-8080-adb65c590f8c {
  min-height: 0px;
}

#s-7a415c1b-eed3-4520-b2a6-0b83753b3c3b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 0px;
}

#s-dbb5b640-eecf-4815-9954-8b5e2d4cdd3a {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-97970076-1062-4820-ac14-79fd51968674 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-97970076-1062-4820-ac14-79fd51968674 {
  margin-top: 16px;
}
}
#s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 td.shogun-table-column, #s-1bfaf78e-6d3f-42ce-867c-01ea493df9a6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a2e9c5f4-5c24-4600-be1c-127083abde4b {
  min-height: 0px;
}

#s-236a1b1e-d3c1-46b0-8911-139ff49caadf {
  min-height: 0px;
}

#s-04e0ed8c-19ac-4bf7-ae0f-980336d63e75 {
  min-height: 0px;
}

#s-1bcf1431-dfca-4f6f-aa75-e78e4e38b416 {
  min-height: 0px;
}

#s-bdaa2daa-4c80-4c99-aca1-1de5873702b4 {
  min-height: 0px;
}

#s-b0e0b774-5783-4065-9b92-d9dc8776590f {
  min-height: 0px;
}

#s-b6048f68-3578-45c1-8462-ab2b17439f8f {
  min-height: 0px;
}

#s-37512305-a48f-46d4-8ef3-050867ef6cc5 {
  min-height: 0px;
}

#s-6506ace7-83f5-4104-ac19-5ac74503af57 {
  min-height: 0px;
}

#s-28be750b-cfcc-4758-aa79-b7d7ffbf17c8 {
  min-height: 0px;
}

#s-b1d3272a-8f48-4934-872f-dbba08ca17e2 {
  min-height: 0px;
}

#s-fc5a4695-6b93-4709-9554-b97a567effb0 {
  min-height: 0px;
}

#s-2d9d24fc-6ecc-44b0-aaa3-c9591b17b500 {
  min-height: 0px;
}

#s-5cead762-c6ca-4ce7-af38-be8253b918a2 {
  min-height: 0px;
}

#s-09d9367c-a768-4973-bf7d-0af02ff96bab {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09d9367c-a768-4973-bf7d-0af02ff96bab {
  display: none;
}
#s-09d9367c-a768-4973-bf7d-0af02ff96bab, #wrap-s-09d9367c-a768-4973-bf7d-0af02ff96bab { display:none !important; }}@media (max-width: 767px){#s-09d9367c-a768-4973-bf7d-0af02ff96bab {
  display: none;
}
#s-09d9367c-a768-4973-bf7d-0af02ff96bab, #wrap-s-09d9367c-a768-4973-bf7d-0af02ff96bab { display:none !important; }}







#s-09d9367c-a768-4973-bf7d-0af02ff96bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d9367c-a768-4973-bf7d-0af02ff96bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5a7bc580-6cc4-48f1-b02c-732b1bef785e {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a7bc580-6cc4-48f1-b02c-732b1bef785e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-36e38183-56c1-436d-966c-3f3ebb751de2 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-36e38183-56c1-436d-966c-3f3ebb751de2 {
  display: none;
}
#s-36e38183-56c1-436d-966c-3f3ebb751de2, #wrap-s-36e38183-56c1-436d-966c-3f3ebb751de2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36e38183-56c1-436d-966c-3f3ebb751de2 {
  display: none;
}
#s-36e38183-56c1-436d-966c-3f3ebb751de2, #wrap-s-36e38183-56c1-436d-966c-3f3ebb751de2 { display:none !important; }}







#s-36e38183-56c1-436d-966c-3f3ebb751de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36e38183-56c1-436d-966c-3f3ebb751de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efa2c71f-85fe-4d81-b2c3-d01cbcedeee6 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efa2c71f-85fe-4d81-b2c3-d01cbcedeee6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-158ae955-31a8-4883-9778-6cf3173055b6 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-158ae955-31a8-4883-9778-6cf3173055b6 {
  display: none;
}
#s-158ae955-31a8-4883-9778-6cf3173055b6, #wrap-s-158ae955-31a8-4883-9778-6cf3173055b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-158ae955-31a8-4883-9778-6cf3173055b6 {
  display: none;
}
#s-158ae955-31a8-4883-9778-6cf3173055b6, #wrap-s-158ae955-31a8-4883-9778-6cf3173055b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-158ae955-31a8-4883-9778-6cf3173055b6 {
  display: none;
}
#s-158ae955-31a8-4883-9778-6cf3173055b6, #wrap-s-158ae955-31a8-4883-9778-6cf3173055b6 { display:none !important; }}
#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 {
  display: none;
}
#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67, #wrap-s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 {
  display: none;
}
#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67, #wrap-s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 { display:none !important; }}@media (max-width: 767px){#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 {
  display: none;
}
#s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67, #wrap-s-ecd0f47b-6fe0-410b-ae0c-8c42565d4a67 { display:none !important; }}
#s-78eba457-75fe-464f-89e8-a0e8c5482b0f {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78eba457-75fe-464f-89e8-a0e8c5482b0f {
  display: none;
}
#s-78eba457-75fe-464f-89e8-a0e8c5482b0f, #wrap-s-78eba457-75fe-464f-89e8-a0e8c5482b0f { display:none !important; }}@media (max-width: 767px){#s-78eba457-75fe-464f-89e8-a0e8c5482b0f {
  display: none;
}
#s-78eba457-75fe-464f-89e8-a0e8c5482b0f, #wrap-s-78eba457-75fe-464f-89e8-a0e8c5482b0f { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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