.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-8b437815-0123-407a-9e2b-75a59e715ef5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-8b437815-0123-407a-9e2b-75a59e715ef5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b437815-0123-407a-9e2b-75a59e715ef5 {
  
}
}







#s-8b437815-0123-407a-9e2b-75a59e715ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b437815-0123-407a-9e2b-75a59e715ef5.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-dff4c36c-8a8c-4b6e-be00-e9a03855f229 {
  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-dff4c36c-8a8c-4b6e-be00-e9a03855f229 {
  display: none;
}
#s-dff4c36c-8a8c-4b6e-be00-e9a03855f229, #wrap-s-dff4c36c-8a8c-4b6e-be00-e9a03855f229 { display:none !important; }}@media (max-width: 767px){#s-dff4c36c-8a8c-4b6e-be00-e9a03855f229 {
  display: none;
}
#s-dff4c36c-8a8c-4b6e-be00-e9a03855f229, #wrap-s-dff4c36c-8a8c-4b6e-be00-e9a03855f229 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dff4c36c-8a8c-4b6e-be00-e9a03855f229"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dff4c36c-8a8c-4b6e-be00-e9a03855f229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dff4c36c-8a8c-4b6e-be00-e9a03855f229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dff4c36c-8a8c-4b6e-be00-e9a03855f229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-1a086981-248b-41c6-a2e9-986971a3dafb {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-1a086981-248b-41c6-a2e9-986971a3dafb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-502d410a-eb71-4732-9947-8c1d788c9179 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-502d410a-eb71-4732-9947-8c1d788c9179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-502d410a-eb71-4732-9947-8c1d788c9179.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-b0172a4f-ce4b-4155-bf96-0e6dcb1cf1b6 {
  text-align: center;
}







  #s-b0172a4f-ce4b-4155-bf96-0e6dcb1cf1b6 img.shogun-image {
    

    
    
    
  }


#s-b0172a4f-ce4b-4155-bf96-0e6dcb1cf1b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b84e6e2f-bd30-4eaf-9e94-7ebcc93c33d0 {
  box-shadow:0px 0px 0px 0px ;
}








#s-b84e6e2f-bd30-4eaf-9e94-7ebcc93c33d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b84e6e2f-bd30-4eaf-9e94-7ebcc93c33d0.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-73658b07-f17a-4823-8e24-30ac49ef8c5f {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-be274338-77b3-40c4-b8a4-cc2a1447916a {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-be274338-77b3-40c4-b8a4-cc2a1447916a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-44f0218b-140b-4f1a-bf87-37301cd2a791 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-44f0218b-140b-4f1a-bf87-37301cd2a791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f0218b-140b-4f1a-bf87-37301cd2a791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c751d77-b25d-47ef-adb6-880d09eacd2e {
  text-align: center;
}







  #s-7c751d77-b25d-47ef-adb6-880d09eacd2e img.shogun-image {
    

    
    
    
  }


#s-7c751d77-b25d-47ef-adb6-880d09eacd2e .shogun-image-content {
  
    align-items: center;
  
}








#s-01a56075-a959-4aba-a875-419c99f1f96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a56075-a959-4aba-a875-419c99f1f96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b7eb40a2-c0f2-4e95-84c5-0f8bfc44ab34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-0e3cc0b7-329c-4e4a-a6f9-b775f5b9e419 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-0e3cc0b7-329c-4e4a-a6f9-b775f5b9e419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3cc0b7-329c-4e4a-a6f9-b775f5b9e419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce96f3ce-4c69-445a-947c-1fab61e14d50 {
  text-align: center;
}







  #s-ce96f3ce-4c69-445a-947c-1fab61e14d50 img.shogun-image {
    

    
    
    
  }


#s-ce96f3ce-4c69-445a-947c-1fab61e14d50 .shogun-image-content {
  
    align-items: center;
  
}








#s-4db8192c-37f1-4664-9928-371209edf37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4db8192c-37f1-4664-9928-371209edf37e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cc6fa1e-50d5-4516-bbc8-69a6a0a2bd9c {
  margin-top: auto;
margin-bottom: auto;
}

#s-160c6bc6-69e8-4885-800a-46f3b5b63b92 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-160c6bc6-69e8-4885-800a-46f3b5b63b92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-b4d8776d-29ba-48aa-92da-849f31552ec4 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-b4d8776d-29ba-48aa-92da-849f31552ec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4d8776d-29ba-48aa-92da-849f31552ec4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33da505f-5587-47f6-8d02-92f59440ff1f {
  text-align: center;
}







  #s-33da505f-5587-47f6-8d02-92f59440ff1f img.shogun-image {
    

    
    
    
  }


#s-33da505f-5587-47f6-8d02-92f59440ff1f .shogun-image-content {
  
    align-items: center;
  
}








#s-3885e9fb-bb76-4ba1-b532-7eb523481a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3885e9fb-bb76-4ba1-b532-7eb523481a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-603484b4-0d0b-4f4a-910f-b3b063d9f0be {
  display: none;
}
#s-603484b4-0d0b-4f4a-910f-b3b063d9f0be, #wrap-s-603484b4-0d0b-4f4a-910f-b3b063d9f0be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-603484b4-0d0b-4f4a-910f-b3b063d9f0be {
  display: none;
}
#s-603484b4-0d0b-4f4a-910f-b3b063d9f0be, #wrap-s-603484b4-0d0b-4f4a-910f-b3b063d9f0be { display:none !important; }}
@media (min-width: 0px) {
[id="s-603484b4-0d0b-4f4a-910f-b3b063d9f0be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-603484b4-0d0b-4f4a-910f-b3b063d9f0be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-603484b4-0d0b-4f4a-910f-b3b063d9f0be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-603484b4-0d0b-4f4a-910f-b3b063d9f0be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dba68fe9-cb68-4759-955d-533e1f805492 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dba68fe9-cb68-4759-955d-533e1f805492"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-fa3b0214-3684-4796-b901-93189cf8ae90 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-fa3b0214-3684-4796-b901-93189cf8ae90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa3b0214-3684-4796-b901-93189cf8ae90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cce5184-9450-4466-b68e-18dc714f0bb4 {
  text-align: center;
}







  #s-0cce5184-9450-4466-b68e-18dc714f0bb4 img.shogun-image {
    

    
    
    
  }


#s-0cce5184-9450-4466-b68e-18dc714f0bb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-54272f47-f722-4a80-9751-c15d601665ac {
  box-shadow:0px 0px 0px 0px ;
}








#s-54272f47-f722-4a80-9751-c15d601665ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54272f47-f722-4a80-9751-c15d601665ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b187c897-488c-4ae7-a7b4-911e1e6abcf9 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-b21fff51-c818-42dc-92b1-a790ee784963 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b21fff51-c818-42dc-92b1-a790ee784963"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4640d7a4-585e-49c6-9ffc-9b9f953df87d {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-4640d7a4-585e-49c6-9ffc-9b9f953df87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4640d7a4-585e-49c6-9ffc-9b9f953df87d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e51433c-ce54-4e6a-a40c-3770fe161773 {
  text-align: center;
}







  #s-8e51433c-ce54-4e6a-a40c-3770fe161773 img.shogun-image {
    

    
    
    
  }


#s-8e51433c-ce54-4e6a-a40c-3770fe161773 .shogun-image-content {
  
    align-items: center;
  
}








#s-75fc3ae2-bac8-43ec-85e1-1eb75160b3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75fc3ae2-bac8-43ec-85e1-1eb75160b3fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad {
  display: none;
}
#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad, #wrap-s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad {
  display: none;
}
#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad, #wrap-s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad {
  
}
}@media (max-width: 767px){#s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad {
  
}
}
@media (min-width: 0px) {
[id="s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ecb588e-8de2-4af7-b1bc-78f0c4fba2ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-afafb6fb-d0fa-4f03-aa01-0b3c2ad1c3e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-adda9c72-203a-4713-af95-90546b5ed0c3 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-adda9c72-203a-4713-af95-90546b5ed0c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adda9c72-203a-4713-af95-90546b5ed0c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5b9df2-bf41-4de2-87bc-28bf03a3f7a7 {
  text-align: center;
}







  #s-fa5b9df2-bf41-4de2-87bc-28bf03a3f7a7 img.shogun-image {
    

    
    
    
  }


#s-fa5b9df2-bf41-4de2-87bc-28bf03a3f7a7 .shogun-image-content {
  
    align-items: center;
  
}








#s-ae647f22-b531-4cf0-94b6-385d5877fcfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae647f22-b531-4cf0-94b6-385d5877fcfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c97da7d2-8f77-469f-88b2-3c03beadffd2 {
  margin-top: auto;
margin-bottom: auto;
}

#s-460c654d-f92e-4afe-a25c-8914ec78363f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-460c654d-f92e-4afe-a25c-8914ec78363f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-aa57c1ba-752b-4176-84bd-798b7048eea4 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-aa57c1ba-752b-4176-84bd-798b7048eea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa57c1ba-752b-4176-84bd-798b7048eea4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11b3119b-93ab-441f-8a4a-e606192d9e14 {
  text-align: center;
}







  #s-11b3119b-93ab-441f-8a4a-e606192d9e14 img.shogun-image {
    

    
    
    
  }


#s-11b3119b-93ab-441f-8a4a-e606192d9e14 .shogun-image-content {
  
    align-items: center;
  
}








#s-98a01732-0106-479f-a7b6-a3c699c2a6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a01732-0106-479f-a7b6-a3c699c2a6f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83e3ff23-e54f-4b29-b366-ba9974958dcf {
  margin-left: 0px;
margin-right: 8px;
}

#s-b41c258d-cd40-4fc4-bd67-ca4474318c32 {
  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-b41c258d-cd40-4fc4-bd67-ca4474318c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b41c258d-cd40-4fc4-bd67-ca4474318c32 {
  
}
}@media (max-width: 767px){#s-b41c258d-cd40-4fc4-bd67-ca4474318c32 {
  
}
}







#s-b41c258d-cd40-4fc4-bd67-ca4474318c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b41c258d-cd40-4fc4-bd67-ca4474318c32.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cac9a087-af2a-46be-bc2f-db5b94f4abdb {
  text-align: left;
}

#s-d96010c6-defd-497d-b926-56076618bb59 {
  display: none;
}
.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-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 {
  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-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 {
  display: none;
}
#s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61, #wrap-s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 { display:none !important; }}@media (max-width: 767px){#s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 {
  display: none;
}
#s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61, #wrap-s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 { display:none !important; }}
#s-afe4cfb1-46d8-4ae7-aee8-013a24cd3f61 .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-a90cbcca-5fcf-4132-8438-9e1529cbccd2 {
  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-a90cbcca-5fcf-4132-8438-9e1529cbccd2 {
  display: none;
}
#s-a90cbcca-5fcf-4132-8438-9e1529cbccd2, #wrap-s-a90cbcca-5fcf-4132-8438-9e1529cbccd2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a90cbcca-5fcf-4132-8438-9e1529cbccd2 {
  display: none;
}
#s-a90cbcca-5fcf-4132-8438-9e1529cbccd2, #wrap-s-a90cbcca-5fcf-4132-8438-9e1529cbccd2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a90cbcca-5fcf-4132-8438-9e1529cbccd2 {
  
}
}
#s-a90cbcca-5fcf-4132-8438-9e1529cbccd2 .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-d14372d3-f42d-489f-9244-89f1877f63e3 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d14372d3-f42d-489f-9244-89f1877f63e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-d14372d3-f42d-489f-9244-89f1877f63e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d14372d3-f42d-489f-9244-89f1877f63e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14372d3-f42d-489f-9244-89f1877f63e3"] > .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-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 {
  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-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 {
  display: none;
}
#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3, #wrap-s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 {
  display: none;
}
#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3, #wrap-s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 { display:none !important; }}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb6f4df1-bd2e-4431-aa24-b7af60e63ba3 img.shogun-image {
  width: 100%;
}



}
#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  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-092836e7-a194-4882-b1c6-c5609d5324c4 {
  display: none;
}
#s-092836e7-a194-4882-b1c6-c5609d5324c4, #wrap-s-092836e7-a194-4882-b1c6-c5609d5324c4 { display:none !important; }}@media (max-width: 767px){#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  display: none;
}
#s-092836e7-a194-4882-b1c6-c5609d5324c4, #wrap-s-092836e7-a194-4882-b1c6-c5609d5324c4 { display:none !important; }}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  max-width:  100%;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom,
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  max-width:  100%;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom,
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  max-width:  100%;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom,
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  max-width:  100%;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom,
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 {
  max-width:  100%;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom,
.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-092836e7-a194-4882-b1c6-c5609d5324c4 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-e2233d47-bfec-4ced-a88a-45440ff6c134 {
  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-e2233d47-bfec-4ced-a88a-45440ff6c134 {
  display: none;
}
#s-e2233d47-bfec-4ced-a88a-45440ff6c134, #wrap-s-e2233d47-bfec-4ced-a88a-45440ff6c134 { display:none !important; }}@media (max-width: 767px){#s-e2233d47-bfec-4ced-a88a-45440ff6c134 {
  display: none;
}
#s-e2233d47-bfec-4ced-a88a-45440ff6c134, #wrap-s-e2233d47-bfec-4ced-a88a-45440ff6c134 { display:none !important; }}
#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-thumb-image-wrapper {
  

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

#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e2233d47-bfec-4ced-a88a-45440ff6c134 .shg-gallery-dot {
  background-color: #FFF;
}

#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 {
  display: none;
}
#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5, #wrap-s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 {
  display: none;
}
#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5, #wrap-s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 { display:none !important; }}







#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be58f8bb-ffd3-48fa-a7a3-d8318049bbd5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 {
  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-61e6d84d-2514-4c4e-be75-470771b8fd54 {
  display: none;
}
#s-61e6d84d-2514-4c4e-be75-470771b8fd54, #wrap-s-61e6d84d-2514-4c4e-be75-470771b8fd54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e6d84d-2514-4c4e-be75-470771b8fd54 {
  display: none;
}
#s-61e6d84d-2514-4c4e-be75-470771b8fd54, #wrap-s-61e6d84d-2514-4c4e-be75-470771b8fd54 { display:none !important; }}
#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-thumb-image-wrapper {
  

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

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-61e6d84d-2514-4c4e-be75-470771b8fd54 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740 {
  display: none;
}
#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740, #wrap-s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740 { display:none !important; }}@media (max-width: 767px){#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740 {
  display: none;
}
#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740, #wrap-s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740 { display:none !important; }}







#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d20d6d1-9f40-4b99-9f1b-5ad101d23740.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-28797597-ab50-45f9-a9c1-df13f68b36ec {
  min-height: 50px;
}








#s-28797597-ab50-45f9-a9c1-df13f68b36ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28797597-ab50-45f9-a9c1-df13f68b36ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-582f8af3-0779-4e16-b69f-b7fb4f9c9bcd {
  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-582f8af3-0779-4e16-b69f-b7fb4f9c9bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-582f8af3-0779-4e16-b69f-b7fb4f9c9bcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c98ce2c-bf30-4f5d-b69a-22ec8fcd8fc3 {
  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-5c98ce2c-bf30-4f5d-b69a-22ec8fcd8fc3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c98ce2c-bf30-4f5d-b69a-22ec8fcd8fc3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-5c98ce2c-bf30-4f5d-b69a-22ec8fcd8fc3 .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-367d4686-0d1f-46cf-8a33-330fe8cde333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-367d4686-0d1f-46cf-8a33-330fe8cde333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac08829c-dd05-48fb-bcec-8964c6a9941d {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-38745dac-bbf3-4339-b43f-26b46af72015 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38745dac-bbf3-4339-b43f-26b46af72015"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-3f3b746f-7640-4f59-bf50-d8e35d2a9f40 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-7fbc7464-8a05-48e5-a736-e97bce2b5b0d {
  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-7fbc7464-8a05-48e5-a736-e97bce2b5b0d:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-7fbc7464-8a05-48e5-a736-e97bce2b5b0d.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e {
  display: none;
}
#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e, #wrap-s-0989c3bd-4a54-4c53-a66e-20cffe0e072e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e {
  display: none;
}
#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e, #wrap-s-0989c3bd-4a54-4c53-a66e-20cffe0e072e { display:none !important; }}







#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0989c3bd-4a54-4c53-a66e-20cffe0e072e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb89ff1-1dc0-44cc-b12c-d0b948b5bb2d {
  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-5eb89ff1-1dc0-44cc-b12c-d0b948b5bb2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb89ff1-1dc0-44cc-b12c-d0b948b5bb2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c32873e3-9833-4fed-9d21-0e05ea03a5e3 {
  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-c32873e3-9833-4fed-9d21-0e05ea03a5e3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c32873e3-9833-4fed-9d21-0e05ea03a5e3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-c32873e3-9833-4fed-9d21-0e05ea03a5e3 .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-bdeef3c6-cfe9-4dd5-b808-cfee2689f9c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdeef3c6-cfe9-4dd5-b808-cfee2689f9c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96719a2c-cb29-432d-86ae-7e858efb5c2a {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-edf8119a-141d-4226-b81e-27ab0260f12c {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-edf8119a-141d-4226-b81e-27ab0260f12c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf8119a-141d-4226-b81e-27ab0260f12c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1415f163-6afb-4240-8c64-335a74e90387 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-1415f163-6afb-4240-8c64-335a74e90387 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1415f163-6afb-4240-8c64-335a74e90387 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1415f163-6afb-4240-8c64-335a74e90387 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1415f163-6afb-4240-8c64-335a74e90387 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1415f163-6afb-4240-8c64-335a74e90387 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-1415f163-6afb-4240-8c64-335a74e90387 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-1415f163-6afb-4240-8c64-335a74e90387 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517 {
  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-0de9524b-1a68-4ae0-a3ac-cd34aed0c517:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-0de9524b-1a68-4ae0-a3ac-cd34aed0c517.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f {
  min-height: 250px;
}
@media (min-width: 1200px){#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f {
  display: none;
}
#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f, #wrap-s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f {
  display: none;
}
#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f, #wrap-s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f { display:none !important; }}







#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b79b56-2e9e-421f-9eca-6ddf01b4e77f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

}

@media (min-width: 768px) {
[id="s-bad72e43-2a22-4fa6-b662-dd0ff3d9e98d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-bad72e43-2a22-4fa6-b662-dd0ff3d9e98d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad72e43-2a22-4fa6-b662-dd0ff3d9e98d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-06c80c0c-b40d-4699-86e1-c931918e75da {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-06c80c0c-b40d-4699-86e1-c931918e75da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-06c80c0c-b40d-4699-86e1-c931918e75da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-06c80c0c-b40d-4699-86e1-c931918e75da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c80c0c-b40d-4699-86e1-c931918e75da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-e9f26905-3b73-4971-a481-68b21036186c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-e9f26905-3b73-4971-a481-68b21036186c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f26905-3b73-4971-a481-68b21036186c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1172403-059d-48c0-82a2-aa6cd8a03aa2 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-b1172403-059d-48c0-82a2-aa6cd8a03aa2 img.shogun-image {
    

    
    
    
  }


#s-b1172403-059d-48c0-82a2-aa6cd8a03aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d60288ff-2c3c-493d-a636-edbc84a0b3bc {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d60288ff-2c3c-493d-a636-edbc84a0b3bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60288ff-2c3c-493d-a636-edbc84a0b3bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 {
  max-width: 231px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 img.shogun-image,
  #s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 {
    width: 100%;
    height: auto;
  }



  #s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 img.shogun-image {
    

    
    
    
  }


#s-d55bcfaa-adb3-4995-bd37-9d21ff3ef6e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c59fdd34-df0b-4f37-9a43-def7d56b594f {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-c59fdd34-df0b-4f37-9a43-def7d56b594f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-c59fdd34-df0b-4f37-9a43-def7d56b594f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-c59fdd34-df0b-4f37-9a43-def7d56b594f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-c59fdd34-df0b-4f37-9a43-def7d56b594f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-0431122b-27b1-4fb2-8f28-c29e9464754e {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0431122b-27b1-4fb2-8f28-c29e9464754e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0431122b-27b1-4fb2-8f28-c29e9464754e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca7a956-a317-4b76-b5d9-c510bbb1d0b9 {
  text-align: center;
}







  #s-cca7a956-a317-4b76-b5d9-c510bbb1d0b9 img.shogun-image {
    

    
    
    
  }


#s-cca7a956-a317-4b76-b5d9-c510bbb1d0b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-86953abd-36f5-41dd-a712-158c4e8c9a80 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-86953abd-36f5-41dd-a712-158c4e8c9a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86953abd-36f5-41dd-a712-158c4e8c9a80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1cd8a54-ad8b-4ead-a649-d27bd54cffef {
  text-align: center;
}







  #s-d1cd8a54-ad8b-4ead-a649-d27bd54cffef img.shogun-image {
    

    
    
    
  }


#s-d1cd8a54-ad8b-4ead-a649-d27bd54cffef .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7 {
  display: none;
}
#s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7, #wrap-s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7 {
  display: none;
}
#s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7, #wrap-s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7 { display:none !important; }}@media (max-width: 767px){#s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7 {
  
}
}
@media (min-width: 0px) {
[id="s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d91f5cb-dfa3-4867-a96c-67f9986b97d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bbe9deed-3f97-41e0-9840-503aa39e5076 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-bbe9deed-3f97-41e0-9840-503aa39e5076"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-bbe9deed-3f97-41e0-9840-503aa39e5076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-bbe9deed-3f97-41e0-9840-503aa39e5076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbe9deed-3f97-41e0-9840-503aa39e5076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f7d32912-54da-41e9-85db-bdde23a14e9c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f7d32912-54da-41e9-85db-bdde23a14e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d32912-54da-41e9-85db-bdde23a14e9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-934ebcf9-c141-4380-af35-d8d23428f56d {
  text-align: center;
}







  #s-934ebcf9-c141-4380-af35-d8d23428f56d img.shogun-image {
    

    
    
    
  }


#s-934ebcf9-c141-4380-af35-d8d23428f56d .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae5b6c6-c31c-49ba-acaa-b4c9ddba4aa2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-5ae5b6c6-c31c-49ba-acaa-b4c9ddba4aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae5b6c6-c31c-49ba-acaa-b4c9ddba4aa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0fd6a1-6ab7-42af-b27b-e3644fbd9599 {
  text-align: center;
}








#s-bd0fd6a1-6ab7-42af-b27b-e3644fbd9599 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e {
  display: none;
}
#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e, #wrap-s-d1ed2103-3392-4d2e-a1ca-b1615d57651e { display:none !important; }}@media (max-width: 767px){#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e {
  display: none;
}
#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e, #wrap-s-d1ed2103-3392-4d2e-a1ca-b1615d57651e { display:none !important; }}







#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ed2103-3392-4d2e-a1ca-b1615d57651e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe {
  display: none;
}
#s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe, #wrap-s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae4b1c35-81b9-44dc-8082-c4ac220cbbfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-cd2f9492-b2a6-4e47-857b-e1e18cc14692 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-cd2f9492-b2a6-4e47-857b-e1e18cc14692"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-cd2f9492-b2a6-4e47-857b-e1e18cc14692"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-cd2f9492-b2a6-4e47-857b-e1e18cc14692"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd2f9492-b2a6-4e47-857b-e1e18cc14692"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-129f3471-0862-419b-9d21-dff2ee70c604 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-129f3471-0862-419b-9d21-dff2ee70c604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129f3471-0862-419b-9d21-dff2ee70c604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f5dd75d-34dd-4986-a143-548575c17b57 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-6f5dd75d-34dd-4986-a143-548575c17b57 img.shogun-image {
    

    
    
    
  }


#s-6f5dd75d-34dd-4986-a143-548575c17b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-2520bd6a-89e6-40aa-89eb-671ec1de5c63 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-2520bd6a-89e6-40aa-89eb-671ec1de5c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2520bd6a-89e6-40aa-89eb-671ec1de5c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a25995a-7ebf-41de-a99d-8301867e886b {
  max-width: 210px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3a25995a-7ebf-41de-a99d-8301867e886b img.shogun-image,
  #s-3a25995a-7ebf-41de-a99d-8301867e886b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a25995a-7ebf-41de-a99d-8301867e886b {
    width: 100%;
    height: auto;
  }



  #s-3a25995a-7ebf-41de-a99d-8301867e886b img.shogun-image {
    

    
    
    
  }


#s-3a25995a-7ebf-41de-a99d-8301867e886b .shogun-image-content {
  
    align-items: center;
  
}

#s-ec9618de-0a42-4490-b034-6c87747cd168 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-ec9618de-0a42-4490-b034-6c87747cd168"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ec9618de-0a42-4490-b034-6c87747cd168"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9618de-0a42-4490-b034-6c87747cd168"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9618de-0a42-4490-b034-6c87747cd168"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c2d8c6af-ab7d-4b2d-bf0c-946d264465c3 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c2d8c6af-ab7d-4b2d-bf0c-946d264465c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d8c6af-ab7d-4b2d-bf0c-946d264465c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-108eea8a-6f10-4aba-a615-bb31d6a647fb {
  text-align: center;
}







  #s-108eea8a-6f10-4aba-a615-bb31d6a647fb img.shogun-image {
    

    
    
    
  }


#s-108eea8a-6f10-4aba-a615-bb31d6a647fb .shogun-image-content {
  
    align-items: center;
  
}

#s-e7335b74-cac7-45a3-9e72-71aca1d070b0 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-e7335b74-cac7-45a3-9e72-71aca1d070b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7335b74-cac7-45a3-9e72-71aca1d070b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6278256-790f-4f2a-bbf3-75ca9136886d {
  text-align: center;
}







  #s-e6278256-790f-4f2a-bbf3-75ca9136886d img.shogun-image {
    

    
    
    
  }


#s-e6278256-790f-4f2a-bbf3-75ca9136886d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-6812913d-7bce-4c46-a00f-313139e149af {
  display: none;
}
#s-6812913d-7bce-4c46-a00f-313139e149af, #wrap-s-6812913d-7bce-4c46-a00f-313139e149af { display:none !important; }}
@media (min-width: 0px) {
[id="s-6812913d-7bce-4c46-a00f-313139e149af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-6812913d-7bce-4c46-a00f-313139e149af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-6812913d-7bce-4c46-a00f-313139e149af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-6812913d-7bce-4c46-a00f-313139e149af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-7c7f16d4-4376-4d65-a2f0-a487ad81597f {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-7c7f16d4-4376-4d65-a2f0-a487ad81597f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7c7f16d4-4376-4d65-a2f0-a487ad81597f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7f16d4-4376-4d65-a2f0-a487ad81597f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7f16d4-4376-4d65-a2f0-a487ad81597f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-28b910f0-831c-4dcb-a234-5781a5587b47 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-28b910f0-831c-4dcb-a234-5781a5587b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b910f0-831c-4dcb-a234-5781a5587b47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66e9827e-7336-45b5-87f1-5c62e327d861 {
  text-align: center;
}







  #s-66e9827e-7336-45b5-87f1-5c62e327d861 img.shogun-image {
    

    
    
    
  }


#s-66e9827e-7336-45b5-87f1-5c62e327d861 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfb01bf7-12e8-4075-9c7f-f95db9239662 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-cfb01bf7-12e8-4075-9c7f-f95db9239662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb01bf7-12e8-4075-9c7f-f95db9239662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f2698dd-761d-4a72-8651-32d368ae4db4 {
  text-align: center;
}








#s-9f2698dd-761d-4a72-8651-32d368ae4db4 .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-71d8c896-b05f-41d7-a481-f4bfe1d0e988 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .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-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-71d8c896-b05f-41d7-a481-f4bfe1d0e988 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b064f2d-5956-40ce-a705-0dfd2ba3d732"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 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-ac642331-db4a-4318-bfe3-7b70865dbd8b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ac642331-db4a-4318-bfe3-7b70865dbd8b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ac642331-db4a-4318-bfe3-7b70865dbd8b 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-ac642331-db4a-4318-bfe3-7b70865dbd8b td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-ac642331-db4a-4318-bfe3-7b70865dbd8b td.shogun-table-column, #s-ac642331-db4a-4318-bfe3-7b70865dbd8b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-98ba74ee-021e-484b-83ee-d5eb8d5af14c {
  min-height: 0px;
}

#s-b7cfeb38-945e-4e74-aacf-b2b83ce4d7b0 {
  min-height: 0px;
}

#s-a951e5d1-bbda-487a-aebe-9f20389d2dc8 {
  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-ac60e717-f814-4418-a57a-9f548f0e779b {
  min-height: 0px;
}

#s-4991b364-1948-4b1b-a3fe-118368097d78 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4991b364-1948-4b1b-a3fe-118368097d78 {
  display: none;
}
#s-4991b364-1948-4b1b-a3fe-118368097d78, #wrap-s-4991b364-1948-4b1b-a3fe-118368097d78 { display:none !important; }}@media (max-width: 767px){#s-4991b364-1948-4b1b-a3fe-118368097d78 {
  display: none;
}
#s-4991b364-1948-4b1b-a3fe-118368097d78, #wrap-s-4991b364-1948-4b1b-a3fe-118368097d78 { display:none !important; }}







#s-4991b364-1948-4b1b-a3fe-118368097d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4991b364-1948-4b1b-a3fe-118368097d78.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-29590244-004f-4b65-b3dc-d01c0015abc4 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29590244-004f-4b65-b3dc-d01c0015abc4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 {
  display: none;
}
#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66, #wrap-s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 {
  display: none;
}
#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66, #wrap-s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 { display:none !important; }}







#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa7128f-4786-43a1-b23c-3baf3b3bfe66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd1cf374-83d0-4e65-b214-7f57d6d0aef5 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd1cf374-83d0-4e65-b214-7f57d6d0aef5 .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-68fefffd-a7fd-47fb-bcb6-1fc997628f21 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 {
  display: none;
}
#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21, #wrap-s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 {
  display: none;
}
#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21, #wrap-s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 {
  display: none;
}
#s-68fefffd-a7fd-47fb-bcb6-1fc997628f21, #wrap-s-68fefffd-a7fd-47fb-bcb6-1fc997628f21 { display:none !important; }}
#s-1a873b25-891a-4fc8-90be-5407826cdace {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-1a873b25-891a-4fc8-90be-5407826cdace {
  display: none;
}
#s-1a873b25-891a-4fc8-90be-5407826cdace, #wrap-s-1a873b25-891a-4fc8-90be-5407826cdace { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a873b25-891a-4fc8-90be-5407826cdace {
  display: none;
}
#s-1a873b25-891a-4fc8-90be-5407826cdace, #wrap-s-1a873b25-891a-4fc8-90be-5407826cdace { display:none !important; }}@media (max-width: 767px){#s-1a873b25-891a-4fc8-90be-5407826cdace {
  display: none;
}
#s-1a873b25-891a-4fc8-90be-5407826cdace, #wrap-s-1a873b25-891a-4fc8-90be-5407826cdace { display:none !important; }}
#s-15f2489e-9bf6-4414-acc7-2df509f240de {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15f2489e-9bf6-4414-acc7-2df509f240de {
  display: none;
}
#s-15f2489e-9bf6-4414-acc7-2df509f240de, #wrap-s-15f2489e-9bf6-4414-acc7-2df509f240de { display:none !important; }}@media (max-width: 767px){#s-15f2489e-9bf6-4414-acc7-2df509f240de {
  display: none;
}
#s-15f2489e-9bf6-4414-acc7-2df509f240de, #wrap-s-15f2489e-9bf6-4414-acc7-2df509f240de { 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}