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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-d5e5fb7d-0b18-4bc8-94e3-5f4d9f6c2cc8 {
  min-height: 50px;
}








#s-d5e5fb7d-0b18-4bc8-94e3-5f4d9f6c2cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e5fb7d-0b18-4bc8-94e3-5f4d9f6c2cc8.shg-box.shg-c {
  justify-content: center;
}

#s-af5078d1-7171-4f0a-83dd-543165359cc4 {
  min-height: 50px;
}








#s-af5078d1-7171-4f0a-83dd-543165359cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af5078d1-7171-4f0a-83dd-543165359cc4.shg-box.shg-c {
  justify-content: center;
}

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

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.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-c896e27c-65af-4754-acdc-c0725471ffda {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c896e27c-65af-4754-acdc-c0725471ffda {
  display: none;
}
#s-c896e27c-65af-4754-acdc-c0725471ffda, #wrap-s-c896e27c-65af-4754-acdc-c0725471ffda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c896e27c-65af-4754-acdc-c0725471ffda {
  display: none;
}
#s-c896e27c-65af-4754-acdc-c0725471ffda, #wrap-s-c896e27c-65af-4754-acdc-c0725471ffda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c896e27c-65af-4754-acdc-c0725471ffda {
  display: none;
}
#s-c896e27c-65af-4754-acdc-c0725471ffda, #wrap-s-c896e27c-65af-4754-acdc-c0725471ffda { display:none !important; }}
.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-137f7ab5-d2b6-447e-b71c-101cb6fdd43d {
  text-align: center;
}
@media (min-width: 1200px){#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d {
  display: none;
}
#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d, #wrap-s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d {
  display: none;
}
#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d, #wrap-s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d {
  display: none;
}
#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d, #wrap-s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d { display:none !important; }}



  #s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d img.shogun-image {
    
    width: px;
  }


#s-137f7ab5-d2b6-447e-b71c-101cb6fdd43d .shogun-image-content {
  
    align-items: center;
  
}

#s-0947150f-6a44-4f6c-b25c-5cae11a447bf {
  text-align: center;
}




  #s-0947150f-6a44-4f6c-b25c-5cae11a447bf img.shogun-image {
    
    width: px;
  }


#s-0947150f-6a44-4f6c-b25c-5cae11a447bf .shogun-image-content {
  
    align-items: center;
  
}

#s-8139a176-ee10-4fdb-9bb1-8124865ec96c {
  text-align: center;
}




  #s-8139a176-ee10-4fdb-9bb1-8124865ec96c img.shogun-image {
    
    width: px;
  }


#s-8139a176-ee10-4fdb-9bb1-8124865ec96c .shogun-image-content {
  
    align-items: center;
  
}

#s-6faa1072-73d2-47ec-9b1d-c4c0974fb1ed {
  text-align: center;
}
@media (max-width: 767px){#s-6faa1072-73d2-47ec-9b1d-c4c0974fb1ed {
  
}
}



  #s-6faa1072-73d2-47ec-9b1d-c4c0974fb1ed img.shogun-image {
    
    width: px;
  }


#s-6faa1072-73d2-47ec-9b1d-c4c0974fb1ed .shogun-image-content {
  
    align-items: center;
  
}

#s-162fe4c9-3323-4ba7-ae21-8bfafff60829 {
  min-height: 50px;
}








#s-162fe4c9-3323-4ba7-ae21-8bfafff60829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-162fe4c9-3323-4ba7-ae21-8bfafff60829.shg-box.shg-c {
  justify-content: center;
}

#s-e7116874-8d09-476b-ae84-9206656ea1d8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-e7116874-8d09-476b-ae84-9206656ea1d8 {
  display: none;
}
#s-e7116874-8d09-476b-ae84-9206656ea1d8, #wrap-s-e7116874-8d09-476b-ae84-9206656ea1d8 { display:none !important; }}
#s-1d5f5763-dde5-4f43-a41e-95f8f2906e6b {
  text-align: center;
}




  #s-1d5f5763-dde5-4f43-a41e-95f8f2906e6b img.shogun-image {
    
    width: px;
  }


#s-1d5f5763-dde5-4f43-a41e-95f8f2906e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-ac20afbe-7044-48ea-a299-78e80ed8efae {
  text-align: center;
}




  #s-ac20afbe-7044-48ea-a299-78e80ed8efae img.shogun-image {
    
    width: px;
  }


#s-ac20afbe-7044-48ea-a299-78e80ed8efae .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef267d6-6824-42d8-b051-75c7af938192 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3ef267d6-6824-42d8-b051-75c7af938192 {
  display: none;
}
#s-3ef267d6-6824-42d8-b051-75c7af938192, #wrap-s-3ef267d6-6824-42d8-b051-75c7af938192 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ef267d6-6824-42d8-b051-75c7af938192 {
  display: none;
}
#s-3ef267d6-6824-42d8-b051-75c7af938192, #wrap-s-3ef267d6-6824-42d8-b051-75c7af938192 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ef267d6-6824-42d8-b051-75c7af938192 {
  display: none;
}
#s-3ef267d6-6824-42d8-b051-75c7af938192, #wrap-s-3ef267d6-6824-42d8-b051-75c7af938192 { display:none !important; }}
#s-5802fb59-9626-4fd4-ae04-20632a075ca4 {
  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-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  text-align: left;
}


.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  max-width: 100%;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom,
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  max-width: 100%;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom,
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  max-width: 100%;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom,
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  max-width: 100%;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom,
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 {
  max-width: 100%;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .shg-image-zoom,
.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c04ee71-f992-4af4-8e97-34638978b1e4 .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-99a21ccf-b348-4248-9397-2af1f265b60d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-99a21ccf-b348-4248-9397-2af1f265b60d {
  display: none;
}
#s-99a21ccf-b348-4248-9397-2af1f265b60d, #wrap-s-99a21ccf-b348-4248-9397-2af1f265b60d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99a21ccf-b348-4248-9397-2af1f265b60d {
  display: none;
}
#s-99a21ccf-b348-4248-9397-2af1f265b60d, #wrap-s-99a21ccf-b348-4248-9397-2af1f265b60d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99a21ccf-b348-4248-9397-2af1f265b60d {
  display: none;
}
#s-99a21ccf-b348-4248-9397-2af1f265b60d, #wrap-s-99a21ccf-b348-4248-9397-2af1f265b60d { display:none !important; }}
#s-99a21ccf-b348-4248-9397-2af1f265b60d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

.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-9447e0e7-d82a-4fb2-b63b-65cb9967127f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9447e0e7-d82a-4fb2-b63b-65cb9967127f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9447e0e7-d82a-4fb2-b63b-65cb9967127f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9447e0e7-d82a-4fb2-b63b-65cb9967127f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-881d5baf-e2de-4053-9cfe-955e8e9151ff {
  display: none;
}
#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  text-align: left;
}


.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  max-width: 100%;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom,
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  max-width: 100%;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom,
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  max-width: 100%;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom,
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  max-width: 100%;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom,
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 {
  max-width: 100%;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom,
.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae452762-c927-450d-93d4-b1bdaf2be347 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4ef287f-1b94-4657-96ae-0a037d0f961c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c4ef287f-1b94-4657-96ae-0a037d0f961c {
  display: none;
}
#s-c4ef287f-1b94-4657-96ae-0a037d0f961c, #wrap-s-c4ef287f-1b94-4657-96ae-0a037d0f961c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4ef287f-1b94-4657-96ae-0a037d0f961c {
  display: none;
}
#s-c4ef287f-1b94-4657-96ae-0a037d0f961c, #wrap-s-c4ef287f-1b94-4657-96ae-0a037d0f961c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4ef287f-1b94-4657-96ae-0a037d0f961c {
  display: none;
}
#s-c4ef287f-1b94-4657-96ae-0a037d0f961c, #wrap-s-c4ef287f-1b94-4657-96ae-0a037d0f961c { display:none !important; }}
#s-c4ef287f-1b94-4657-96ae-0a037d0f961c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8468121e-e6d4-4826-8164-fecdf196debe {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8468121e-e6d4-4826-8164-fecdf196debe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8468121e-e6d4-4826-8164-fecdf196debe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8468121e-e6d4-4826-8164-fecdf196debe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-c8e095f1-c2e2-4d4e-8884-17748be4292c {
  display: none;
}
#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  text-align: left;
}


.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  max-width: 100%;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom,
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  max-width: 100%;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom,
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  max-width: 100%;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom,
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  max-width: 100%;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom,
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 {
  max-width: 100%;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom,
.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2900c722-f1dd-46b9-aa27-86e6b0ee1f75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 {
  display: none;
}
#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02, #wrap-s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 {
  display: none;
}
#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02, #wrap-s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 {
  display: none;
}
#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02, #wrap-s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 { display:none !important; }}
#s-7639f19b-1bcd-4f7d-b7d9-26218da39f02 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-81fab270-043e-4091-a798-9a4d105f840e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-81fab270-043e-4091-a798-9a4d105f840e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81fab270-043e-4091-a798-9a4d105f840e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81fab270-043e-4091-a798-9a4d105f840e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-0b8d9587-c188-43d3-9197-c4ac07e6f830 {
  display: none;
}
#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  text-align: left;
}


.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  max-width: 100%;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom,
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  max-width: 100%;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom,
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  max-width: 100%;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom,
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  max-width: 100%;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom,
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 {
  max-width: 100%;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom,
.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d79f639e-bea3-45c3-8c52-26854fcda6e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-35779964-a9ca-439b-aa77-d6bfa8624d2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-35779964-a9ca-439b-aa77-d6bfa8624d2e {
  display: none;
}
#s-35779964-a9ca-439b-aa77-d6bfa8624d2e, #wrap-s-35779964-a9ca-439b-aa77-d6bfa8624d2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35779964-a9ca-439b-aa77-d6bfa8624d2e {
  display: none;
}
#s-35779964-a9ca-439b-aa77-d6bfa8624d2e, #wrap-s-35779964-a9ca-439b-aa77-d6bfa8624d2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35779964-a9ca-439b-aa77-d6bfa8624d2e {
  display: none;
}
#s-35779964-a9ca-439b-aa77-d6bfa8624d2e, #wrap-s-35779964-a9ca-439b-aa77-d6bfa8624d2e { display:none !important; }}
#s-35779964-a9ca-439b-aa77-d6bfa8624d2e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7e778cf4-c7c3-444d-b30c-faf695805d4d {
  display: none;
}
#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  text-align: left;
}


.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  max-width: 100%;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom,
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  max-width: 100%;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom,
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  max-width: 100%;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom,
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  max-width: 100%;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom,
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 {
  max-width: 100%;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom,
.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-156f3b89-8665-4fb3-903b-ec1dbdc27108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c {
  display: none;
}
#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c, #wrap-s-49b1609d-2b07-4a31-bab3-2fb96a73f36c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c {
  display: none;
}
#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c, #wrap-s-49b1609d-2b07-4a31-bab3-2fb96a73f36c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c {
  display: none;
}
#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c, #wrap-s-49b1609d-2b07-4a31-bab3-2fb96a73f36c { display:none !important; }}
#s-49b1609d-2b07-4a31-bab3-2fb96a73f36c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9f544340-688f-4b52-b4c4-a8b6c9a602b8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9f544340-688f-4b52-b4c4-a8b6c9a602b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f544340-688f-4b52-b4c4-a8b6c9a602b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f544340-688f-4b52-b4c4-a8b6c9a602b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-dd7b0bde-17a2-44a3-bc7c-913578ad1dc0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd7b0bde-17a2-44a3-bc7c-913578ad1dc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd7b0bde-17a2-44a3-bc7c-913578ad1dc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd7b0bde-17a2-44a3-bc7c-913578ad1dc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-9d80cdc2-f80f-4a7d-85d1-2cd4fa2b9435 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-9d80cdc2-f80f-4a7d-85d1-2cd4fa2b9435 {
  display: none;
}
#s-9d80cdc2-f80f-4a7d-85d1-2cd4fa2b9435, #wrap-s-9d80cdc2-f80f-4a7d-85d1-2cd4fa2b9435 { display:none !important; }}
.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-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e8efbe6-eb97-437a-9807-4963a767cfd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-108463bf-d2e9-4f40-a92d-2b6ab787d7aa {
  display: none;
}
#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  text-align: left;
}


.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  max-width: 100%;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom,
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  max-width: 100%;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom,
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  max-width: 100%;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom,
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  max-width: 100%;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom,
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 {
  max-width: 100%;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom,
.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a380be6-549a-4dec-8e8c-3de485002e84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-89f5a27a-d8f1-4110-954e-91aee1c5ea84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89f5a27a-d8f1-4110-954e-91aee1c5ea84 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1db37902-e1f1-424b-9437-170a3409cde4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1db37902-e1f1-424b-9437-170a3409cde4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1db37902-e1f1-424b-9437-170a3409cde4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1db37902-e1f1-424b-9437-170a3409cde4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-9cfe899f-2749-4ad1-badf-66e0d48e38c0 {
  display: none;
}
#s-27356977-84e5-4f19-b12f-e17f8567467f {
  text-align: left;
}


.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f {
  max-width: 100%;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom,
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f {
  max-width: 100%;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom,
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f {
  max-width: 100%;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom,
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f {
  max-width: 100%;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom,
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f {
  max-width: 100%;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom,
.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27356977-84e5-4f19-b12f-e17f8567467f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-20f72ff8-4576-4a84-8d51-256ad22e4109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20f72ff8-4576-4a84-8d51-256ad22e4109 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1f0c5107-a008-4bcc-bb56-0c5f460cf448 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1f0c5107-a008-4bcc-bb56-0c5f460cf448:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f0c5107-a008-4bcc-bb56-0c5f460cf448:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f0c5107-a008-4bcc-bb56-0c5f460cf448.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-80214548-fb7a-4ba5-8cc7-d66e0bc3fe50 {
  display: none;
}
#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  text-align: left;
}


.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  max-width: 100%;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom,
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  max-width: 100%;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom,
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  max-width: 100%;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom,
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  max-width: 100%;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom,
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 {
  max-width: 100%;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom,
.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9edde59-64a1-4a34-96b8-297ecaa479e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b7dc0fe5-f59b-4842-8882-ca2f7b59a3e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7dc0fe5-f59b-4842-8882-ca2f7b59a3e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-093c6064-c145-4787-8345-d074467f7690 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-093c6064-c145-4787-8345-d074467f7690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-093c6064-c145-4787-8345-d074467f7690:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-093c6064-c145-4787-8345-d074467f7690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-f15cfd96-e5b3-494a-9b34-d2b73c3467b9 {
  display: none;
}
#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  text-align: left;
}


.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  max-width: 100%;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom,
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  max-width: 100%;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom,
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  max-width: 100%;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom,
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  max-width: 100%;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom,
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f {
  max-width: 100%;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom,
.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-065d7a84-ebf1-4e69-a1c1-9157b06f616f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d971b680-ac31-4072-b0a9-61a2be0e0223 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d971b680-ac31-4072-b0a9-61a2be0e0223 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d9a23799-a49b-424e-963a-5fc736270a62 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d9a23799-a49b-424e-963a-5fc736270a62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9a23799-a49b-424e-963a-5fc736270a62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9a23799-a49b-424e-963a-5fc736270a62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-73199186-ab31-4fa2-9354-fb6f0df9dd3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ce7cf12d-951e-48b6-aa1b-a6a9e319c15e {
  display: none;
}
#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  text-align: left;
}


.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  max-width: 100%;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom,
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  max-width: 100%;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom,
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  max-width: 100%;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom,
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  max-width: 100%;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom,
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 {
  max-width: 100%;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom,
.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c60c1b4-04b5-4adf-9f46-2fe0afed8e43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22e9d5b1-2bad-4c26-b611-3f955de9ffe7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22e9d5b1-2bad-4c26-b611-3f955de9ffe7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d19439ed-19f4-4bed-a553-ffa56564ec49 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d19439ed-19f4-4bed-a553-ffa56564ec49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d19439ed-19f4-4bed-a553-ffa56564ec49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d19439ed-19f4-4bed-a553-ffa56564ec49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-983b4e9b-a978-4bad-9506-973dcf925560 {
  display: none;
}
#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  text-align: left;
}


.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  max-width: 100%;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom,
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  max-width: 100%;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom,
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  max-width: 100%;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom,
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  max-width: 100%;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom,
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 {
  max-width: 100%;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom,
.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de13fa2c-1148-4c3c-a634-0ce63d4dc225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64e27fd9-d047-4441-aabb-3beea80d105a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64e27fd9-d047-4441-aabb-3beea80d105a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-966e0d3e-1bfc-4922-b664-1d49e7e7e614 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-966e0d3e-1bfc-4922-b664-1d49e7e7e614:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-966e0d3e-1bfc-4922-b664-1d49e7e7e614:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-966e0d3e-1bfc-4922-b664-1d49e7e7e614.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-027c9f1d-9f0f-4e73-a18f-07550525ecfd {
  display: none;
}
#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  text-align: left;
}


.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  max-width: 100%;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom,
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  max-width: 100%;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom,
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  max-width: 100%;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom,
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  max-width: 100%;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom,
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 {
  max-width: 100%;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom,
.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-349e204b-5d56-4f7a-8c70-d33fa1de8f21 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9faca32b-28a2-4430-be2c-bb5c2e54bf7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9faca32b-28a2-4430-be2c-bb5c2e54bf7f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-61ba3a50-ff38-4b53-9a84-31e19c46c641 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-61ba3a50-ff38-4b53-9a84-31e19c46c641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61ba3a50-ff38-4b53-9a84-31e19c46c641:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61ba3a50-ff38-4b53-9a84-31e19c46c641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-249fb1a1-c8c3-4656-9da6-3ab32a900ae5 {
  display: none;
}
#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  text-align: left;
}


.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  max-width: 100%;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom,
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  max-width: 100%;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom,
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  max-width: 100%;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom,
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  max-width: 100%;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom,
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 {
  max-width: 100%;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom,
.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee1e82d6-19de-4a3c-b5b1-9f973a8f7581 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c648513b-f2e9-4be0-922b-b7451ecfe1a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c648513b-f2e9-4be0-922b-b7451ecfe1a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-55f29f13-2787-4291-aee2-76e25aa457fa {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-55f29f13-2787-4291-aee2-76e25aa457fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55f29f13-2787-4291-aee2-76e25aa457fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55f29f13-2787-4291-aee2-76e25aa457fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

@media (max-width: 767px){#s-4866565b-4b9a-4b46-9b66-4c33f669d126 {
  display: none;
}
#s-4866565b-4b9a-4b46-9b66-4c33f669d126, #wrap-s-4866565b-4b9a-4b46-9b66-4c33f669d126 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4866565b-4b9a-4b46-9b66-4c33f669d126"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0d80dc43-e539-485e-953c-940b74942cb1 {
  display: none;
}
#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  text-align: left;
}


.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  max-width: 100%;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom,
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  max-width: 100%;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom,
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  max-width: 100%;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom,
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  max-width: 100%;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom,
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 {
  max-width: 100%;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom,
.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d95b6192-3a08-4cac-90aa-a1f7cbb44587 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d6842a2b-f030-41e9-8eef-da62d06008a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6842a2b-f030-41e9-8eef-da62d06008a6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c73dbb23-8263-4f2d-a515-0b641b860af8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c73dbb23-8263-4f2d-a515-0b641b860af8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c73dbb23-8263-4f2d-a515-0b641b860af8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c73dbb23-8263-4f2d-a515-0b641b860af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-1a7549da-a54b-4231-9af9-37bddfb1b11e {
  display: none;
}
#s-49a2d160-d702-4498-8a8f-4ec2feb6a5f8 {
  display: none;
}
#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  
}
}@media (max-width: 767px){#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  display: none;
}
#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c, #wrap-s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c { display:none !important; }}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  max-width: 100%;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom,
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  max-width: 100%;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom,
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  max-width: 100%;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom,
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  max-width: 100%;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom,
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c {
  max-width: 100%;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom,
.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffbf948a-ca2f-4f7b-bdfe-fa8d5db3488c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b2765d9f-f00d-4a4c-8b50-21a2df964a5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2765d9f-f00d-4a4c-8b50-21a2df964a5a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1c097e27-4b65-40b0-86bf-45f3b957bd04 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1c097e27-4b65-40b0-86bf-45f3b957bd04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c097e27-4b65-40b0-86bf-45f3b957bd04:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1c097e27-4b65-40b0-86bf-45f3b957bd04 {
  display: none;
}
#s-1c097e27-4b65-40b0-86bf-45f3b957bd04, #wrap-s-1c097e27-4b65-40b0-86bf-45f3b957bd04 { display:none !important; }}


#s-1c097e27-4b65-40b0-86bf-45f3b957bd04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-6b6b3794-51d2-43c3-8e47-598aed57e4d0 {
  display: none;
}
#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  text-align: left;
}


.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  max-width: 100%;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom,
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  max-width: 100%;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom,
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  max-width: 100%;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom,
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  max-width: 100%;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom,
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc {
  max-width: 100%;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom,
.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f8ae51db-f66f-4e06-8b8f-51471b505bfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92b008c5-da35-4991-a6a3-981012ebff31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92b008c5-da35-4991-a6a3-981012ebff31 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f704fea0-dd57-4e02-b0f8-030b47da5b83 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f704fea0-dd57-4e02-b0f8-030b47da5b83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f704fea0-dd57-4e02-b0f8-030b47da5b83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f704fea0-dd57-4e02-b0f8-030b47da5b83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-0b329304-38fe-40d2-96a3-45e92ddb51e6 {
  display: none;
}
#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  text-align: left;
}


.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  max-width: 100%;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom,
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  max-width: 100%;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom,
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  max-width: 100%;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom,
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  max-width: 100%;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom,
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 {
  max-width: 100%;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom,
.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4a4e297-0d68-4688-bc30-41c851266299 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e65baac-b526-45fd-9b8a-1cb7fd768c66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e65baac-b526-45fd-9b8a-1cb7fd768c66 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7c039de0-0dfe-4be3-9286-b375a4d56166 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7c039de0-0dfe-4be3-9286-b375a4d56166:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c039de0-0dfe-4be3-9286-b375a4d56166:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c039de0-0dfe-4be3-9286-b375a4d56166.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-51b68a8f-98f3-4482-bef7-7e59b78d34dc {
  min-height: 50px;
}
@media (max-width: 767px){#s-51b68a8f-98f3-4482-bef7-7e59b78d34dc {
  display: none;
}
#s-51b68a8f-98f3-4482-bef7-7e59b78d34dc, #wrap-s-51b68a8f-98f3-4482-bef7-7e59b78d34dc { display:none !important; }}







#s-51b68a8f-98f3-4482-bef7-7e59b78d34dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51b68a8f-98f3-4482-bef7-7e59b78d34dc.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-24c66483-b76f-42af-a967-d1e1369b1bcb {
  display: none;
}
#s-24c66483-b76f-42af-a967-d1e1369b1bcb, #wrap-s-24c66483-b76f-42af-a967-d1e1369b1bcb { display:none !important; }}
@media (min-width: 0px) {
[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24c66483-b76f-42af-a967-d1e1369b1bcb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a470706-bedf-42df-9eee-c241836d8a2e {
  text-align: center;
}




  #s-8a470706-bedf-42df-9eee-c241836d8a2e img.shogun-image {
    
    width: px;
  }


#s-8a470706-bedf-42df-9eee-c241836d8a2e .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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;
}

#s-43f7ab71-e09f-4cdb-a2e5-4df26364d3e5 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (max-width: 767px){#s-43f7ab71-e09f-4cdb-a2e5-4df26364d3e5 {
  display: none;
}
#s-43f7ab71-e09f-4cdb-a2e5-4df26364d3e5, #wrap-s-43f7ab71-e09f-4cdb-a2e5-4df26364d3e5 { display:none !important; }}
#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (min-width: 1200px){#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 {
  display: none;
}
#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14, #wrap-s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 {
  display: none;
}
#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14, #wrap-s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 {
  display: none;
}
#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14, #wrap-s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 { display:none !important; }}@media (max-width: 767px){#s-ab70930d-f417-4a38-a9f5-cf27cb2aec14 {
  
}
}
#s-644d2240-3b6b-4a7f-8fe3-45228cdb6f13 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}

#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (min-width: 1200px){#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 {
  display: none;
}
#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79, #wrap-s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 {
  display: none;
}
#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79, #wrap-s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 {
  display: none;
}
#s-bdea64fd-d835-43c8-a984-ce0ff6b93e79, #wrap-s-bdea64fd-d835-43c8-a984-ce0ff6b93e79 { display:none !important; }}
.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-558b3fdb-cc46-4479-b930-35b06dfa6350 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-558b3fdb-cc46-4479-b930-35b06dfa6350 {
  display: none;
}
#s-558b3fdb-cc46-4479-b930-35b06dfa6350, #wrap-s-558b3fdb-cc46-4479-b930-35b06dfa6350 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-558b3fdb-cc46-4479-b930-35b06dfa6350 {
  display: none;
}
#s-558b3fdb-cc46-4479-b930-35b06dfa6350, #wrap-s-558b3fdb-cc46-4479-b930-35b06dfa6350 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-558b3fdb-cc46-4479-b930-35b06dfa6350 {
  display: none;
}
#s-558b3fdb-cc46-4479-b930-35b06dfa6350, #wrap-s-558b3fdb-cc46-4479-b930-35b06dfa6350 { display:none !important; }}
#s-558b3fdb-cc46-4479-b930-35b06dfa6350 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2bdbc370-ee2b-43fd-a6cc-161b5aea9d56 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2bdbc370-ee2b-43fd-a6cc-161b5aea9d56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bdbc370-ee2b-43fd-a6cc-161b5aea9d56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2bdbc370-ee2b-43fd-a6cc-161b5aea9d56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b {
  text-align: center;
}
@media (min-width: 1200px){#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b {
  
}
}@media (max-width: 767px){#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b {
  
}
}



  #s-ea56ed71-89fd-4371-a5b9-9ede8726b35b img.shogun-image {
    
    width: px;
  }


#s-ea56ed71-89fd-4371-a5b9-9ede8726b35b .shogun-image-content {
  
    align-items: center;
  
}

#s-7a4e04ab-18d8-44bd-a4be-5ef18ed7aed2 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (max-width: 767px){#s-7a4e04ab-18d8-44bd-a4be-5ef18ed7aed2 {
  display: none;
}
#s-7a4e04ab-18d8-44bd-a4be-5ef18ed7aed2, #wrap-s-7a4e04ab-18d8-44bd-a4be-5ef18ed7aed2 { display:none !important; }}
#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (min-width: 1200px){#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 {
  display: none;
}
#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6, #wrap-s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 {
  display: none;
}
#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6, #wrap-s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 {
  display: none;
}
#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6, #wrap-s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 { display:none !important; }}@media (max-width: 767px){#s-0fe04d60-602c-4b53-bd0c-cb2cacacdbf6 {
  
}
}
#s-d0d5f645-83dd-46c4-b047-1d416a265efb {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (min-width: 1200px){#s-d0d5f645-83dd-46c4-b047-1d416a265efb {
  display: none;
}
#s-d0d5f645-83dd-46c4-b047-1d416a265efb, #wrap-s-d0d5f645-83dd-46c4-b047-1d416a265efb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0d5f645-83dd-46c4-b047-1d416a265efb {
  display: none;
}
#s-d0d5f645-83dd-46c4-b047-1d416a265efb, #wrap-s-d0d5f645-83dd-46c4-b047-1d416a265efb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0d5f645-83dd-46c4-b047-1d416a265efb {
  display: none;
}
#s-d0d5f645-83dd-46c4-b047-1d416a265efb, #wrap-s-d0d5f645-83dd-46c4-b047-1d416a265efb { display:none !important; }}@media (max-width: 767px){#s-d0d5f645-83dd-46c4-b047-1d416a265efb {
  
}
}
#s-781f8d3c-ffc1-4b7e-a0a4-65d9a24e0ae6 {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (max-width: 767px){#s-781f8d3c-ffc1-4b7e-a0a4-65d9a24e0ae6 {
  display: none;
}
#s-781f8d3c-ffc1-4b7e-a0a4-65d9a24e0ae6, #wrap-s-781f8d3c-ffc1-4b7e-a0a4-65d9a24e0ae6 { display:none !important; }}
#s-1bf45227-f4ff-4d49-90fd-32255572176d {
  padding-left: 62px;
padding-right: 62px;
min-height: 2px;
}
@media (min-width: 1200px){#s-1bf45227-f4ff-4d49-90fd-32255572176d {
  display: none;
}
#s-1bf45227-f4ff-4d49-90fd-32255572176d, #wrap-s-1bf45227-f4ff-4d49-90fd-32255572176d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bf45227-f4ff-4d49-90fd-32255572176d {
  display: none;
}
#s-1bf45227-f4ff-4d49-90fd-32255572176d, #wrap-s-1bf45227-f4ff-4d49-90fd-32255572176d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bf45227-f4ff-4d49-90fd-32255572176d {
  display: none;
}
#s-1bf45227-f4ff-4d49-90fd-32255572176d, #wrap-s-1bf45227-f4ff-4d49-90fd-32255572176d { display:none !important; }}@media (max-width: 767px){#s-1bf45227-f4ff-4d49-90fd-32255572176d {
  
}
}
#s-39ca3492-80a2-4c16-92f9-9422015b42a4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-39ca3492-80a2-4c16-92f9-9422015b42a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39ca3492-80a2-4c16-92f9-9422015b42a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39ca3492-80a2-4c16-92f9-9422015b42a4-btn-wrapper {
    text-align: center;
  }


#s-39ca3492-80a2-4c16-92f9-9422015b42a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-6834bdaa-269f-4f37-9863-6015596cb5d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6834bdaa-269f-4f37-9863-6015596cb5d9 {
  display: none;
}
#s-6834bdaa-269f-4f37-9863-6015596cb5d9, #wrap-s-6834bdaa-269f-4f37-9863-6015596cb5d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6834bdaa-269f-4f37-9863-6015596cb5d9 {
  display: none;
}
#s-6834bdaa-269f-4f37-9863-6015596cb5d9, #wrap-s-6834bdaa-269f-4f37-9863-6015596cb5d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6834bdaa-269f-4f37-9863-6015596cb5d9 {
  display: none;
}
#s-6834bdaa-269f-4f37-9863-6015596cb5d9, #wrap-s-6834bdaa-269f-4f37-9863-6015596cb5d9 { display:none !important; }}@media (max-width: 767px){#s-6834bdaa-269f-4f37-9863-6015596cb5d9 {
  
}
}
#s-6834bdaa-269f-4f37-9863-6015596cb5d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6834bdaa-269f-4f37-9863-6015596cb5d9 .shogun-heading-component h1 a {
  color: #000;
}


#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 {
  text-align: center;
}
@media (min-width: 1200px){#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 {
  display: none;
}
#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09, #wrap-s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 {
  display: none;
}
#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09, #wrap-s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 {
  display: none;
}
#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09, #wrap-s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 { display:none !important; }}



  #s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 img.shogun-image {
    
    width: px;
  }


#s-f4d5aa88-aed8-4dee-92ad-04f160e25c09 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd {
  display: none;
}
#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd, #wrap-s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd {
  display: none;
}
#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd, #wrap-s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd {
  display: none;
}
#s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd, #wrap-s-f695a6d2-5cd8-48dd-a2d6-dcb93d54b0cd { display:none !important; }}
@media (min-width: 1200px){#s-48fe0508-efea-4d21-8cd1-5d1166b798b1 {
  display: none;
}
#s-48fe0508-efea-4d21-8cd1-5d1166b798b1, #wrap-s-48fe0508-efea-4d21-8cd1-5d1166b798b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48fe0508-efea-4d21-8cd1-5d1166b798b1 {
  display: none;
}
#s-48fe0508-efea-4d21-8cd1-5d1166b798b1, #wrap-s-48fe0508-efea-4d21-8cd1-5d1166b798b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48fe0508-efea-4d21-8cd1-5d1166b798b1 {
  display: none;
}
#s-48fe0508-efea-4d21-8cd1-5d1166b798b1, #wrap-s-48fe0508-efea-4d21-8cd1-5d1166b798b1 { display:none !important; }}
#s-1e390af0-362a-4b1d-b799-80af7adc98f1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1e390af0-362a-4b1d-b799-80af7adc98f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e390af0-362a-4b1d-b799-80af7adc98f1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1e390af0-362a-4b1d-b799-80af7adc98f1 {
  display: none;
}
#s-1e390af0-362a-4b1d-b799-80af7adc98f1, #wrap-s-1e390af0-362a-4b1d-b799-80af7adc98f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e390af0-362a-4b1d-b799-80af7adc98f1 {
  display: none;
}
#s-1e390af0-362a-4b1d-b799-80af7adc98f1, #wrap-s-1e390af0-362a-4b1d-b799-80af7adc98f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e390af0-362a-4b1d-b799-80af7adc98f1 {
  display: none;
}
#s-1e390af0-362a-4b1d-b799-80af7adc98f1, #wrap-s-1e390af0-362a-4b1d-b799-80af7adc98f1 { display:none !important; }}


#s-1e390af0-362a-4b1d-b799-80af7adc98f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea {
  text-align: center;
}
@media (min-width: 1200px){#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea {
  display: none;
}
#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea, #wrap-s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea {
  display: none;
}
#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea, #wrap-s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea {
  display: none;
}
#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea, #wrap-s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea { display:none !important; }}



  #s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea img.shogun-image {
    
    width: px;
  }


#s-0d0316e4-a85f-4b1c-a0b6-c37fe9e6a2ea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-75b6e14a-c81a-4808-85f3-5c749827c3a7 {
  display: none;
}
#s-75b6e14a-c81a-4808-85f3-5c749827c3a7, #wrap-s-75b6e14a-c81a-4808-85f3-5c749827c3a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75b6e14a-c81a-4808-85f3-5c749827c3a7 {
  display: none;
}
#s-75b6e14a-c81a-4808-85f3-5c749827c3a7, #wrap-s-75b6e14a-c81a-4808-85f3-5c749827c3a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75b6e14a-c81a-4808-85f3-5c749827c3a7 {
  display: none;
}
#s-75b6e14a-c81a-4808-85f3-5c749827c3a7, #wrap-s-75b6e14a-c81a-4808-85f3-5c749827c3a7 { display:none !important; }}
@media (min-width: 1200px){#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 {
  display: none;
}
#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1, #wrap-s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 {
  display: none;
}
#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1, #wrap-s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 {
  display: none;
}
#s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1, #wrap-s-4a2aadee-a38c-4efd-84a0-3bae5695f4c1 { display:none !important; }}
#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d {
  display: none;
}
#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d, #wrap-s-b68eec46-9e04-4747-a3d0-6af2fe50a60d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d {
  display: none;
}
#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d, #wrap-s-b68eec46-9e04-4747-a3d0-6af2fe50a60d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d {
  display: none;
}
#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d, #wrap-s-b68eec46-9e04-4747-a3d0-6af2fe50a60d { display:none !important; }}


#s-b68eec46-9e04-4747-a3d0-6af2fe50a60d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

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