.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-352c3843-e43c-44b1-926b-0933cd112ad4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-352c3843-e43c-44b1-926b-0933cd112ad4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-352c3843-e43c-44b1-926b-0933cd112ad4 .shg-sld-nav-button.shg-sld-left,
#s-352c3843-e43c-44b1-926b-0933cd112ad4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d19a43e1-a8d4-4dc4-97ad-0ea10e4eef6f {
  text-align: center;
}




  #s-d19a43e1-a8d4-4dc4-97ad-0ea10e4eef6f img.shogun-image {
    
    width: px;
  }


#s-d19a43e1-a8d4-4dc4-97ad-0ea10e4eef6f .shogun-image-content {
  
    align-items: center;
  
}

#s-15270e94-81ef-4a60-80d7-fc178e11c19d {
  text-align: center;
}




  #s-15270e94-81ef-4a60-80d7-fc178e11c19d img.shogun-image {
    
    width: px;
  }


#s-15270e94-81ef-4a60-80d7-fc178e11c19d .shogun-image-content {
  
    align-items: center;
  
}

#s-902f7e15-a3cb-4eb4-99a9-6d08681c9b88 {
  text-align: center;
}




  #s-902f7e15-a3cb-4eb4-99a9-6d08681c9b88 img.shogun-image {
    
    width: px;
  }


#s-902f7e15-a3cb-4eb4-99a9-6d08681c9b88 .shogun-image-content {
  
    align-items: center;
  
}

#s-647954a3-3c3e-4da8-b88d-1b129c113e9c {
  text-align: center;
}




  #s-647954a3-3c3e-4da8-b88d-1b129c113e9c img.shogun-image {
    
    width: px;
  }


#s-647954a3-3c3e-4da8-b88d-1b129c113e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-4d69505b-df65-4fc4-ab4d-9aa6933f5813 {
  text-align: center;
}




  #s-4d69505b-df65-4fc4-ab4d-9aa6933f5813 img.shogun-image {
    
    width: px;
  }


#s-4d69505b-df65-4fc4-ab4d-9aa6933f5813 .shogun-image-content {
  
    align-items: center;
  
}

#s-0987bfd8-037c-4673-bf17-e0ae4e6aaa1c {
  text-align: center;
}




  #s-0987bfd8-037c-4673-bf17-e0ae4e6aaa1c img.shogun-image {
    
    width: px;
  }


#s-0987bfd8-037c-4673-bf17-e0ae4e6aaa1c .shogun-image-content {
  
    align-items: center;
  
}

#s-9496b8c3-fc27-4812-951d-eff6429f27e4 {
  text-align: center;
}




  #s-9496b8c3-fc27-4812-951d-eff6429f27e4 img.shogun-image {
    
    width: px;
  }


#s-9496b8c3-fc27-4812-951d-eff6429f27e4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3c4d7102-1686-4b0d-94c4-13860eb3dcfd {
  text-align: center;
}




  #s-3c4d7102-1686-4b0d-94c4-13860eb3dcfd img.shogun-image {
    
    width: px;
  }


#s-3c4d7102-1686-4b0d-94c4-13860eb3dcfd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b56d9b5b-f127-45e4-98a7-766cac5ea6e2 {
  text-align: center;
}




  #s-b56d9b5b-f127-45e4-98a7-766cac5ea6e2 img.shogun-image {
    
    width: px;
  }


#s-b56d9b5b-f127-45e4-98a7-766cac5ea6e2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a16722fd-4c4d-4b67-880d-6a90c7230e7b {
  text-align: center;
}




  #s-a16722fd-4c4d-4b67-880d-6a90c7230e7b img.shogun-image {
    
    width: px;
  }


#s-a16722fd-4c4d-4b67-880d-6a90c7230e7b .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ba2e7906-d695-40bc-bcf8-554e5731cb57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-bcccffcf-4cc7-4175-89d4-51c666c3b686 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(52, 52, 52, 1);
border-radius: 0px;
text-align: center;
}




  #s-bcccffcf-4cc7-4175-89d4-51c666c3b686 img.shogun-image {
    
    width: px;
  }


#s-bcccffcf-4cc7-4175-89d4-51c666c3b686 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-0bf4465f-8463-44b4-bc63-9060c32c4eaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0bf4465f-8463-44b4-bc63-9060c32c4eaa .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0bf4465f-8463-44b4-bc63-9060c32c4eaa .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


#s-adfd1213-692f-400a-9f8d-8051d7d02468 {
  text-align: center;
}




  #s-adfd1213-692f-400a-9f8d-8051d7d02468 img.shogun-image {
    
    width: px;
  }


#s-adfd1213-692f-400a-9f8d-8051d7d02468 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a22e3d3b-cf33-4d1a-827a-d6be2d059add {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a22e3d3b-cf33-4d1a-827a-d6be2d059add .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a22e3d3b-cf33-4d1a-827a-d6be2d059add .shogun-heading-component h4 a {
  color: #000;
}


#s-469e5445-29af-4cb6-b5e6-98fe04d000d0 {
  margin-top: -19px;
margin-bottom: -19px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-469e5445-29af-4cb6-b5e6-98fe04d000d0 {
  display: none;
}
#s-469e5445-29af-4cb6-b5e6-98fe04d000d0, #wrap-s-469e5445-29af-4cb6-b5e6-98fe04d000d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-469e5445-29af-4cb6-b5e6-98fe04d000d0 {
  display: none;
}
#s-469e5445-29af-4cb6-b5e6-98fe04d000d0, #wrap-s-469e5445-29af-4cb6-b5e6-98fe04d000d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-469e5445-29af-4cb6-b5e6-98fe04d000d0 {
  display: none;
}
#s-469e5445-29af-4cb6-b5e6-98fe04d000d0, #wrap-s-469e5445-29af-4cb6-b5e6-98fe04d000d0 { display:none !important; }}
#s-469e5445-29af-4cb6-b5e6-98fe04d000d0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-999755fd-1dc5-4ed7-865f-32ca512c561a {
  text-align: center;
}




  #s-999755fd-1dc5-4ed7-865f-32ca512c561a img.shogun-image {
    
    width: px;
  }


#s-999755fd-1dc5-4ed7-865f-32ca512c561a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5f20d1c0-a820-4d3a-b9e5-f206de93cd30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f20d1c0-a820-4d3a-b9e5-f206de93cd30 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5f20d1c0-a820-4d3a-b9e5-f206de93cd30 .shogun-heading-component h4 a {
  color: #000;
}


#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 {
  margin-top: -19px;
margin-bottom: -19px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 {
  display: none;
}
#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8, #wrap-s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 {
  display: none;
}
#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8, #wrap-s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 {
  display: none;
}
#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8, #wrap-s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 { display:none !important; }}
#s-f1e78f4a-87b9-46bf-9bf4-a26869bde0b8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-106b242b-d38b-49f2-a4da-c1094a9c0090 {
  text-align: center;
}




  #s-106b242b-d38b-49f2-a4da-c1094a9c0090 img.shogun-image {
    
    width: px;
  }


#s-106b242b-d38b-49f2-a4da-c1094a9c0090 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c1efbd7d-1761-42e8-808b-e07db0a0427f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1efbd7d-1761-42e8-808b-e07db0a0427f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c1efbd7d-1761-42e8-808b-e07db0a0427f .shogun-heading-component h4 a {
  color: #000;
}


#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 {
  margin-top: -19px;
margin-bottom: -19px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 {
  display: none;
}
#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4, #wrap-s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 {
  display: none;
}
#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4, #wrap-s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 {
  display: none;
}
#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4, #wrap-s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 { display:none !important; }}
#s-2b09b2b1-ccfb-475f-9516-8cf71f780ff4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5c5e057b-c847-426c-a595-df4bcb6f303f {
  text-align: center;
}




  #s-5c5e057b-c847-426c-a595-df4bcb6f303f img.shogun-image {
    
    width: px;
  }


#s-5c5e057b-c847-426c-a595-df4bcb6f303f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d9883b75-4c7f-4c41-be32-7f5895a31439 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9883b75-4c7f-4c41-be32-7f5895a31439 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d9883b75-4c7f-4c41-be32-7f5895a31439 .shogun-heading-component h4 a {
  color: #000;
}


#s-30336a54-220e-48f8-9d7f-bfc20bf8a9b0 {
  text-align: center;
}




  #s-30336a54-220e-48f8-9d7f-bfc20bf8a9b0 img.shogun-image {
    
    width: px;
  }


#s-30336a54-220e-48f8-9d7f-bfc20bf8a9b0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-25908040-ea7c-405a-93ae-df5db80b3942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25908040-ea7c-405a-93ae-df5db80b3942 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-25908040-ea7c-405a-93ae-df5db80b3942 .shogun-heading-component h4 a {
  color: #000;
}


#s-77252308-7ac8-4140-a299-fdd5ef255736 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (max-width: 767px){#s-77252308-7ac8-4140-a299-fdd5ef255736 {
  display: none;
}
#s-77252308-7ac8-4140-a299-fdd5ef255736, #wrap-s-77252308-7ac8-4140-a299-fdd5ef255736 { display:none !important; }}
@media (min-width: 0px) {
[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-77252308-7ac8-4140-a299-fdd5ef255736"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-118c12eb-5bb9-435a-9bfe-01739592eee4 {
  text-align: center;
}




  #s-118c12eb-5bb9-435a-9bfe-01739592eee4 img.shogun-image {
    
    width: px;
  }


#s-118c12eb-5bb9-435a-9bfe-01739592eee4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f047e3c-2261-4127-bf7e-e6c1823d98bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(51, 51, 51, 1);
}

#s-9f047e3c-2261-4127-bf7e-e6c1823d98bc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9f047e3c-2261-4127-bf7e-e6c1823d98bc .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-bdd7f40e-9a3b-4a5c-9cba-f08bffb92856 {
  text-align: center;
}




  #s-bdd7f40e-9a3b-4a5c-9cba-f08bffb92856 img.shogun-image {
    
    width: px;
  }


#s-bdd7f40e-9a3b-4a5c-9cba-f08bffb92856 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-617dd75f-b518-49dc-ab56-4eb350bfd576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(51, 51, 51, 1);
}

#s-617dd75f-b518-49dc-ab56-4eb350bfd576 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-617dd75f-b518-49dc-ab56-4eb350bfd576 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-6c35f1a0-17b7-4e60-ae7a-f2b5be9c49a7 {
  text-align: center;
}




  #s-6c35f1a0-17b7-4e60-ae7a-f2b5be9c49a7 img.shogun-image {
    
    width: px;
  }


#s-6c35f1a0-17b7-4e60-ae7a-f2b5be9c49a7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b82ea01b-d8bd-411a-82f0-12f85c46e094 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(51, 51, 51, 1);
}

#s-b82ea01b-d8bd-411a-82f0-12f85c46e094 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b82ea01b-d8bd-411a-82f0-12f85c46e094 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-af58d067-bb86-47e6-9817-ab00fe4124c7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3cdbca1a-f423-4138-85bf-4d9bc4f9d2b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cdbca1a-f423-4138-85bf-4d9bc4f9d2b0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4ba1870b-7414-493f-9f80-8baae74ca15b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8e901afd-ca9c-4a90-a480-7a2a2438a962 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  text-align: left;
}


.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  max-width: 100%;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom,
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  max-width: 100%;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom,
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  max-width: 100%;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom,
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  max-width: 100%;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom,
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c {
  max-width: 100%;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom,
.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1d0ad0bf-eeb1-4edc-9f28-b1165600ce6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-1337c69a-90bb-469f-8a23-b4e1386727f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1337c69a-90bb-469f-8a23-b4e1386727f3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9818b759-1217-42bd-8186-40b69d1eb74d {
  text-align: center;
}

#s-9818b759-1217-42bd-8186-40b69d1eb74d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9818b759-1217-42bd-8186-40b69d1eb74d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-9818b759-1217-42bd-8186-40b69d1eb74d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2523ea4b-486e-41d2-8a2e-e4e164f8bcbe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eeac770e-78af-4761-b6ae-54b89049cffa {
  display: none;
}
#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  text-align: left;
}


.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  max-width: 100%;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom,
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  max-width: 100%;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom,
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  max-width: 100%;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom,
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  max-width: 100%;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom,
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 {
  max-width: 100%;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom,
.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1cf03e97-5ee5-44b0-8e09-e3d56eca1664 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5eee4e8c-8eca-4fbf-b65b-4f780888f5d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eee4e8c-8eca-4fbf-b65b-4f780888f5d4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc18f206-7efc-4f71-b3ef-039cd665283f {
  padding-bottom: 0px;
text-align: center;
}

#s-dc18f206-7efc-4f71-b3ef-039cd665283f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dc18f206-7efc-4f71-b3ef-039cd665283f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc18f206-7efc-4f71-b3ef-039cd665283f .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-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b40bdcf8-22ad-4615-a1d4-ba1e3dea53aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f2ce474d-54b6-4acb-8a95-72a31b5f5f29 {
  display: none;
}
#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  text-align: left;
}


.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  max-width: 100%;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom,
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  max-width: 100%;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom,
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  max-width: 100%;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom,
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  max-width: 100%;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom,
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 {
  max-width: 100%;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom,
.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-164a610a-7950-4c28-8fd3-94588b9e3f34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efbbc896-4bec-47e5-9af3-e5ffb713f303 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efbbc896-4bec-47e5-9af3-e5ffb713f303 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27413cfe-d960-4f5d-b56f-302305daf2b2 {
  text-align: center;
}

#s-27413cfe-d960-4f5d-b56f-302305daf2b2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-27413cfe-d960-4f5d-b56f-302305daf2b2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-27413cfe-d960-4f5d-b56f-302305daf2b2 .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-c11f491e-41d8-497d-80e3-49dacd105825 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-c11f491e-41d8-497d-80e3-49dacd105825:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c11f491e-41d8-497d-80e3-49dacd105825:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c11f491e-41d8-497d-80e3-49dacd105825 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c11f491e-41d8-497d-80e3-49dacd105825.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c11f491e-41d8-497d-80e3-49dacd105825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c11f491e-41d8-497d-80e3-49dacd105825.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89c4113e-4433-499a-b2cf-80ae7c1472b0 {
  display: none;
}
#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  text-align: left;
}


.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  max-width: 100%;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom,
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  max-width: 100%;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom,
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  max-width: 100%;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom,
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  max-width: 100%;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom,
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 {
  max-width: 100%;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom,
.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3358d288-238c-427d-85e7-ce53191b6e64 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-46d5bf7e-e52c-433b-a9e6-456e224bae45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46d5bf7e-e52c-433b-a9e6-456e224bae45 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-66411f82-df49-4958-b7b4-d707b1968c97 {
  text-align: center;
}

#s-66411f82-df49-4958-b7b4-d707b1968c97 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-66411f82-df49-4958-b7b4-d707b1968c97 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-66411f82-df49-4958-b7b4-d707b1968c97 .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-116ee0ed-b4c2-49a1-afcd-c75d10c59963 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-116ee0ed-b4c2-49a1-afcd-c75d10c59963.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-7d44e462-5c58-41ce-982b-b031296a3c97 {
  display: none;
}
#s-7d44e462-5c58-41ce-982b-b031296a3c97, #wrap-s-7d44e462-5c58-41ce-982b-b031296a3c97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d44e462-5c58-41ce-982b-b031296a3c97 {
  display: none;
}
#s-7d44e462-5c58-41ce-982b-b031296a3c97, #wrap-s-7d44e462-5c58-41ce-982b-b031296a3c97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d44e462-5c58-41ce-982b-b031296a3c97 {
  display: none;
}
#s-7d44e462-5c58-41ce-982b-b031296a3c97, #wrap-s-7d44e462-5c58-41ce-982b-b031296a3c97 { display:none !important; }}
#s-7d44e462-5c58-41ce-982b-b031296a3c97 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8b4b9602-823a-43d8-b088-a8371b39f6db {
  text-align: center;
}
@media (min-width: 1200px){#s-8b4b9602-823a-43d8-b088-a8371b39f6db {
  display: none;
}
#s-8b4b9602-823a-43d8-b088-a8371b39f6db, #wrap-s-8b4b9602-823a-43d8-b088-a8371b39f6db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b4b9602-823a-43d8-b088-a8371b39f6db {
  display: none;
}
#s-8b4b9602-823a-43d8-b088-a8371b39f6db, #wrap-s-8b4b9602-823a-43d8-b088-a8371b39f6db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b4b9602-823a-43d8-b088-a8371b39f6db {
  display: none;
}
#s-8b4b9602-823a-43d8-b088-a8371b39f6db, #wrap-s-8b4b9602-823a-43d8-b088-a8371b39f6db { display:none !important; }}



  #s-8b4b9602-823a-43d8-b088-a8371b39f6db img.shogun-image {
    
    width: px;
  }


#s-8b4b9602-823a-43d8-b088-a8371b39f6db .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(53, 52, 52, 1);
}
@media (min-width: 1200px){#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae {
  display: none;
}
#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae, #wrap-s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae {
  display: none;
}
#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae, #wrap-s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae {
  display: none;
}
#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae, #wrap-s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae { display:none !important; }}
#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-14e33f6f-64ee-4007-b7a5-4eff91b4d9ae .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 {
  margin-top: -13px;
margin-bottom: -13px;
}
@media (min-width: 1200px){#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 {
  display: none;
}
#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005, #wrap-s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 {
  display: none;
}
#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005, #wrap-s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 {
  display: none;
}
#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005, #wrap-s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 { display:none !important; }}
#s-9cdab1a6-299c-4ad9-8183-6e1b16a3a005 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 {
  text-align: center;
}
@media (min-width: 1200px){#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 {
  display: none;
}
#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47, #wrap-s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 {
  display: none;
}
#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47, #wrap-s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 {
  display: none;
}
#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47, #wrap-s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 { display:none !important; }}



  #s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 img.shogun-image {
    
    width: px;
  }


#s-3a0ddfc2-fd70-4281-a53a-cd2b7fb35b47 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(53, 52, 52, 1);
}
@media (min-width: 1200px){#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c {
  display: none;
}
#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c, #wrap-s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c {
  display: none;
}
#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c, #wrap-s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c {
  display: none;
}
#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c, #wrap-s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c { display:none !important; }}
#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-72c94ae2-3e49-47f4-a95b-ea1e9b485a3c .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-43f86955-f970-4f89-ace7-368a046e6961 {
  margin-top: -13px;
margin-bottom: -13px;
}
@media (min-width: 1200px){#s-43f86955-f970-4f89-ace7-368a046e6961 {
  display: none;
}
#s-43f86955-f970-4f89-ace7-368a046e6961, #wrap-s-43f86955-f970-4f89-ace7-368a046e6961 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43f86955-f970-4f89-ace7-368a046e6961 {
  display: none;
}
#s-43f86955-f970-4f89-ace7-368a046e6961, #wrap-s-43f86955-f970-4f89-ace7-368a046e6961 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43f86955-f970-4f89-ace7-368a046e6961 {
  display: none;
}
#s-43f86955-f970-4f89-ace7-368a046e6961, #wrap-s-43f86955-f970-4f89-ace7-368a046e6961 { display:none !important; }}
#s-43f86955-f970-4f89-ace7-368a046e6961 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-df416870-7deb-44b7-ad78-822dfed8d69d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-df416870-7deb-44b7-ad78-822dfed8d69d {
  display: none;
}
#s-df416870-7deb-44b7-ad78-822dfed8d69d, #wrap-s-df416870-7deb-44b7-ad78-822dfed8d69d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df416870-7deb-44b7-ad78-822dfed8d69d {
  display: none;
}
#s-df416870-7deb-44b7-ad78-822dfed8d69d, #wrap-s-df416870-7deb-44b7-ad78-822dfed8d69d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df416870-7deb-44b7-ad78-822dfed8d69d {
  display: none;
}
#s-df416870-7deb-44b7-ad78-822dfed8d69d, #wrap-s-df416870-7deb-44b7-ad78-822dfed8d69d { display:none !important; }}



  #s-df416870-7deb-44b7-ad78-822dfed8d69d img.shogun-image {
    
    width: px;
  }


#s-df416870-7deb-44b7-ad78-822dfed8d69d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-82fb2370-49df-4004-b691-f2796142e2c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(53, 52, 52, 1);
}
@media (min-width: 1200px){#s-82fb2370-49df-4004-b691-f2796142e2c7 {
  display: none;
}
#s-82fb2370-49df-4004-b691-f2796142e2c7, #wrap-s-82fb2370-49df-4004-b691-f2796142e2c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82fb2370-49df-4004-b691-f2796142e2c7 {
  display: none;
}
#s-82fb2370-49df-4004-b691-f2796142e2c7, #wrap-s-82fb2370-49df-4004-b691-f2796142e2c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82fb2370-49df-4004-b691-f2796142e2c7 {
  display: none;
}
#s-82fb2370-49df-4004-b691-f2796142e2c7, #wrap-s-82fb2370-49df-4004-b691-f2796142e2c7 { display:none !important; }}
#s-82fb2370-49df-4004-b691-f2796142e2c7 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-82fb2370-49df-4004-b691-f2796142e2c7 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-9ca041ad-69ae-4d02-ab51-61813f642a72 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1ae51984-7a63-4217-b0c2-21cbb772a176 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ae51984-7a63-4217-b0c2-21cbb772a176 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-874689d3-cf21-49a2-9330-8eea5ebec646"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9722705a-fa0a-4332-ac99-8c2352ecc5ae {
  display: none;
}
#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  text-align: center;
}


.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  max-width: 100%;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom,
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  max-width: 100%;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom,
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  max-width: 100%;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom,
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  max-width: 100%;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom,
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 {
  max-width: 100%;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom,
.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-faae49bb-1cb7-4858-b528-b4ea07ec0b77 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f8e50609-ce22-491f-807a-33b96749389c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8e50609-ce22-491f-807a-33b96749389c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ac4604b1-5ace-4f41-bbd5-dfed5926dd41 {
  text-align: center;
}

#s-ac4604b1-5ace-4f41-bbd5-dfed5926dd41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ac4604b1-5ace-4f41-bbd5-dfed5926dd41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac4604b1-5ace-4f41-bbd5-dfed5926dd41 .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-91840391-55e2-42e3-8d1f-80acf00d472c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-91840391-55e2-42e3-8d1f-80acf00d472c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91840391-55e2-42e3-8d1f-80acf00d472c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91840391-55e2-42e3-8d1f-80acf00d472c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91840391-55e2-42e3-8d1f-80acf00d472c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91840391-55e2-42e3-8d1f-80acf00d472c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-91840391-55e2-42e3-8d1f-80acf00d472c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d057172-ac66-425d-a60a-a151703d73b5 {
  display: none;
}
#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  text-align: center;
}


.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  max-width: 100%;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom,
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  max-width: 100%;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom,
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  max-width: 100%;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom,
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  max-width: 100%;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom,
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee {
  max-width: 100%;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom,
.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba4fd000-5ff9-4248-bfd0-a8e5384af8ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7678fff1-b3e7-45e2-a27a-8945aaccec64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7678fff1-b3e7-45e2-a27a-8945aaccec64 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1866a37f-d9eb-4156-8fe2-7a22c091a048 {
  text-align: center;
}

#s-1866a37f-d9eb-4156-8fe2-7a22c091a048 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1866a37f-d9eb-4156-8fe2-7a22c091a048 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1866a37f-d9eb-4156-8fe2-7a22c091a048 .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-7e48b51f-3d7e-4af6-9ead-3843bd708110 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7e48b51f-3d7e-4af6-9ead-3843bd708110:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e48b51f-3d7e-4af6-9ead-3843bd708110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e48b51f-3d7e-4af6-9ead-3843bd708110 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e48b51f-3d7e-4af6-9ead-3843bd708110.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e48b51f-3d7e-4af6-9ead-3843bd708110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e48b51f-3d7e-4af6-9ead-3843bd708110.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8af806fd-7065-43bf-911b-82c65e88f39e {
  display: none;
}
#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  text-align: center;
}


.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  max-width: 100%;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom,
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  max-width: 100%;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom,
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  max-width: 100%;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom,
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  max-width: 100%;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom,
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 {
  max-width: 100%;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom,
.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854e375c-2dac-40c4-b0b1-d777abbe85a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7bb025a8-74e5-409b-8032-9ebf663557e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bb025a8-74e5-409b-8032-9ebf663557e5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c60fbcd4-ce61-463f-b167-49551d73022c {
  text-align: center;
}

#s-c60fbcd4-ce61-463f-b167-49551d73022c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c60fbcd4-ce61-463f-b167-49551d73022c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c60fbcd4-ce61-463f-b167-49551d73022c .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-f375a40b-0583-48bd-9492-950461883ed6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f375a40b-0583-48bd-9492-950461883ed6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f375a40b-0583-48bd-9492-950461883ed6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f375a40b-0583-48bd-9492-950461883ed6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f375a40b-0583-48bd-9492-950461883ed6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f375a40b-0583-48bd-9492-950461883ed6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f375a40b-0583-48bd-9492-950461883ed6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-90d2fac0-4d0a-45a2-8c04-a5dfa3f15901 {
  display: none;
}
#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  text-align: center;
}


.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  max-width: 100%;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom,
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  max-width: 100%;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom,
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  max-width: 100%;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom,
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  max-width: 100%;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom,
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 {
  max-width: 100%;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom,
.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6285a1c9-6b52-4fb5-b7e1-a5678954b975 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-63fffddb-7333-4e4d-b332-072ca7f32d8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63fffddb-7333-4e4d-b332-072ca7f32d8f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0342dfc0-ea89-4dd6-9fee-8550775f571c {
  text-align: center;
}

#s-0342dfc0-ea89-4dd6-9fee-8550775f571c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0342dfc0-ea89-4dd6-9fee-8550775f571c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-0342dfc0-ea89-4dd6-9fee-8550775f571c .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-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2c1550c0-4bbf-42a6-a546-e61c7ae3cf14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7c06da87-56fe-4ee4-a447-da154adeaeff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1d0ea56a-3c0c-48c3-8f68-211e9c0767f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d0ea56a-3c0c-48c3-8f68-211e9c0767f8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e377355d-36f4-4379-bb30-d3a385164d9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-391742e2-9bb7-4dcc-aa5a-a1ba90c79f3b {
  text-align: center;
}




  #s-391742e2-9bb7-4dcc-aa5a-a1ba90c79f3b img.shogun-image {
    
    width: px;
  }


#s-391742e2-9bb7-4dcc-aa5a-a1ba90c79f3b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6ff9f3be-2461-4e50-9946-1bda17307463 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ff9f3be-2461-4e50-9946-1bda17307463 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6ff9f3be-2461-4e50-9946-1bda17307463 .shogun-heading-component h3 a {
  color: #000;
}


.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-cff7f625-cd9b-4516-9abb-580b411b3def {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-cff7f625-cd9b-4516-9abb-580b411b3def:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cff7f625-cd9b-4516-9abb-580b411b3def:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cff7f625-cd9b-4516-9abb-580b411b3def.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (min-width: 1200px){#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 {
  display: none;
}
#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6, #wrap-s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 {
  display: none;
}
#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6, #wrap-s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 {
  display: none;
}
#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6, #wrap-s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 { display:none !important; }}
#s-48138aaa-8fbd-4b59-8db1-69ab4b6239c6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4d12fe45-377a-43d7-9a8b-bbaf8c073a60 {
  text-align: center;
}




  #s-4d12fe45-377a-43d7-9a8b-bbaf8c073a60 img.shogun-image {
    
    width: px;
  }


#s-4d12fe45-377a-43d7-9a8b-bbaf8c073a60 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-88e2ad8c-46aa-438d-b09b-2738e7d2e87d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88e2ad8c-46aa-438d-b09b-2738e7d2e87d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-88e2ad8c-46aa-438d-b09b-2738e7d2e87d .shogun-heading-component h3 a {
  color: #000;
}


#s-88e94a1d-8618-415d-ac10-dce7f4b3edae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-88e94a1d-8618-415d-ac10-dce7f4b3edae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88e94a1d-8618-415d-ac10-dce7f4b3edae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-88e94a1d-8618-415d-ac10-dce7f4b3edae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86f961f0-24c5-4804-8576-f275ffbf96fa hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5bf1724c-60a2-4245-a9ce-50c1ad4c1f7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bf1724c-60a2-4245-a9ce-50c1ad4c1f7f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7003385-bdd6-4a5c-8420-f392018f91d1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3031d9cc-e148-4e7a-91ad-55032f80cd9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3c9e3f62-7995-47dc-9ed2-8453426e8408 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c9e3f62-7995-47dc-9ed2-8453426e8408 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b3f6028e-5eae-4259-b5d8-3220547f11b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f6028e-5eae-4259-b5d8-3220547f11b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e3fe3c1-eb11-4ba5-8d51-813318b18997 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e3fe3c1-eb11-4ba5-8d51-813318b18997 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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