#s-1917d1d9-ce0b-481f-a769-0d6f9bd35ded {
  padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-1607de1f-83d1-4517-ab6d-d81436686f94 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-1607de1f-83d1-4517-ab6d-d81436686f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1607de1f-83d1-4517-ab6d-d81436686f94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf7594b-06a6-4bc1-b93e-8b21c1eb54b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ce5e793-b086-4e34-99cd-d3a29d5adcf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-c794daf4-476f-4e1c-bfaa-5c6dd2285328 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c794daf4-476f-4e1c-bfaa-5c6dd2285328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c794daf4-476f-4e1c-bfaa-5c6dd2285328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c794daf4-476f-4e1c-bfaa-5c6dd2285328 > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-c794daf4-476f-4e1c-bfaa-5c6dd2285328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e {
  padding-top: 0px;
padding-bottom: 10px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e .shg-sld-nav-button.shg-sld-left,
#s-320f5445-aa5d-4e0c-b01e-a8b21546a10e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cb6fd56c-3771-4f36-a5a9-73fd30cd58c7 {
  text-align: center;
}







  #s-cb6fd56c-3771-4f36-a5a9-73fd30cd58c7 img.shogun-image {
    

    
    
    
  }


#s-cb6fd56c-3771-4f36-a5a9-73fd30cd58c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d6489a1-614b-45fe-bd63-893de017293f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
max-width: 100px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 0.8;
}







  #s-8d6489a1-614b-45fe-bd63-893de017293f img.shogun-image {
    

    
    
    
  }


#s-8d6489a1-614b-45fe-bd63-893de017293f .shogun-image-content {
  
    align-items: center;
  
}

#s-0f4dea47-2ac9-4f2d-8734-32fccafd4e58 {
  text-align: center;
}







  #s-0f4dea47-2ac9-4f2d-8734-32fccafd4e58 img.shogun-image {
    

    
    
    
  }


#s-0f4dea47-2ac9-4f2d-8734-32fccafd4e58 .shogun-image-content {
  
    align-items: center;
  
}

#s-65bc7a72-a772-46ae-835c-9ff02d73df2b {
  text-align: center;
}







  #s-65bc7a72-a772-46ae-835c-9ff02d73df2b img.shogun-image {
    

    
    
    
  }


#s-65bc7a72-a772-46ae-835c-9ff02d73df2b .shogun-image-content {
  
    align-items: center;
  
}

#s-5e7499ae-2588-4ab1-82f1-7206b8c3254e {
  text-align: center;
}







  #s-5e7499ae-2588-4ab1-82f1-7206b8c3254e img.shogun-image {
    

    
    
    
  }


#s-5e7499ae-2588-4ab1-82f1-7206b8c3254e .shogun-image-content {
  
    align-items: center;
  
}

#s-8928e742-4f26-4803-a9c1-661e81f2c807 {
  text-align: center;
}







  #s-8928e742-4f26-4803-a9c1-661e81f2c807 img.shogun-image {
    

    
    
    
  }


#s-8928e742-4f26-4803-a9c1-661e81f2c807 .shogun-image-content {
  
    align-items: center;
  
}

#s-32801f1d-9b49-4393-befb-6ab79d57add1 {
  text-align: center;
}







  #s-32801f1d-9b49-4393-befb-6ab79d57add1 img.shogun-image {
    

    
    
    
  }


#s-32801f1d-9b49-4393-befb-6ab79d57add1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2005004-ca36-4718-9450-0129c35d76f7 {
  text-align: center;
}







  #s-c2005004-ca36-4718-9450-0129c35d76f7 img.shogun-image {
    

    
    
    
  }


#s-c2005004-ca36-4718-9450-0129c35d76f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe7055f6-68da-44ae-89ed-c86d74d2006b {
  text-align: center;
}







  #s-fe7055f6-68da-44ae-89ed-c86d74d2006b img.shogun-image {
    

    
    
    
  }


#s-fe7055f6-68da-44ae-89ed-c86d74d2006b .shogun-image-content {
  
    align-items: center;
  
}

#s-4506d126-1b05-41a2-94b4-1b73fc20a885 {
  text-align: center;
}







  #s-4506d126-1b05-41a2-94b4-1b73fc20a885 img.shogun-image {
    

    
    
    
  }


#s-4506d126-1b05-41a2-94b4-1b73fc20a885 .shogun-image-content {
  
    align-items: center;
  
}

#s-4af8ba2c-cd9e-484d-bb60-9dababf54320 {
  text-align: center;
}







  #s-4af8ba2c-cd9e-484d-bb60-9dababf54320 img.shogun-image {
    

    
    
    
  }


#s-4af8ba2c-cd9e-484d-bb60-9dababf54320 .shogun-image-content {
  
    align-items: center;
  
}

#s-28b5679b-a636-44ef-95ce-eb1cb0987b52 {
  text-align: center;
}







  #s-28b5679b-a636-44ef-95ce-eb1cb0987b52 img.shogun-image {
    

    
    
    
  }


#s-28b5679b-a636-44ef-95ce-eb1cb0987b52 .shogun-image-content {
  
    align-items: center;
  
}

#s-a805eb25-95d5-4581-b754-4e4a0a37ca97 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-a805eb25-95d5-4581-b754-4e4a0a37ca97 img.shogun-image {
    

    
    
    
  }


#s-a805eb25-95d5-4581-b754-4e4a0a37ca97 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85f87ce-124d-4c0d-8cf6-a6d3d4ff5aff {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-b85f87ce-124d-4c0d-8cf6-a6d3d4ff5aff img.shogun-image {
    

    
    
    
  }


#s-b85f87ce-124d-4c0d-8cf6-a6d3d4ff5aff .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e {
  margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e {
  margin-left: 10px;
margin-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0);
  opacity: 0;
}#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e > .shg-box-overlay {
  background-color: rgba(1, 54, 62, 0.05);
  opacity: 0;
}#s-9353c1d9-815d-4b74-8c58-b2b1f97b657e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-ecfbe39a-8d77-43f3-98a7-9520b0692c6a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ecfbe39a-8d77-43f3-98a7-9520b0692c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfbe39a-8d77-43f3-98a7-9520b0692c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-6b65c02f-dfa6-49ea-987d-e4e73b869e3e {
  margin-top: 0px;
margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b65c02f-dfa6-49ea-987d-e4e73b869e3e {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-6b65c02f-dfa6-49ea-987d-e4e73b869e3e {
  margin-top: 20px;
}
}
#s-6b65c02f-dfa6-49ea-987d-e4e73b869e3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6b65c02f-dfa6-49ea-987d-e4e73b869e3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6b65c02f-dfa6-49ea-987d-e4e73b869e3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9ad0f76d-f1ad-4512-8831-3258b5479f3c {
  margin-top: 0px;
margin-left: 0px;
}

#s-04a81ed8-653b-4b45-a71f-3430792c826a {
  margin-top: 7px;
margin-left: -37px;
max-width: 210px;
text-align: left;
}

#s-eea58437-d026-48c5-b88c-ec30c4b64bcf {
  text-align: left;
}

#s-eea58437-d026-48c5-b88c-ec30c4b64bcf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eea58437-d026-48c5-b88c-ec30c4b64bcf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-eea58437-d026-48c5-b88c-ec30c4b64bcf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da57f409-3d85-4b6e-b4f7-d535115d4614 {
  margin-top: 60px;
margin-bottom: 0px;
}

#s-5699a098-ca1b-4ca7-88fe-c7db194dce12 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5699a098-ca1b-4ca7-88fe-c7db194dce12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5699a098-ca1b-4ca7-88fe-c7db194dce12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5699a098-ca1b-4ca7-88fe-c7db194dce12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5699a098-ca1b-4ca7-88fe-c7db194dce12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 54, 62, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 54, 62, 1) !important;}#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a-atc-btn-wrapper {
    text-align: center;
  }


#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-d2f26ee7-d4d2-4010-bbba-fc78d32b677a.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }


#s-9a685f42-6847-42f8-8981-3e78ed0f72f7 {
  margin-top: 22px;
text-align: left;
}

#s-9a685f42-6847-42f8-8981-3e78ed0f72f7 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9a685f42-6847-42f8-8981-3e78ed0f72f7 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9a685f42-6847-42f8-8981-3e78ed0f72f7 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9a685f42-6847-42f8-8981-3e78ed0f72f7 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9a685f42-6847-42f8-8981-3e78ed0f72f7 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4d49c0d9-bc10-4923-9c61-37df4c7e5caa {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.03);
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-137a3780-1c68-44f5-9997-356a85c30972 {
  margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-137a3780-1c68-44f5-9997-356a85c30972 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 40px;
}

#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-137a3780-1c68-44f5-9997-356a85c30972 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}
#s-8d87a2b2-f8dd-4231-bcaa-8419420deea1 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-19c14943-90c6-4f06-8d00-c09f42ede636 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-578b05f9-d3f3-49e6-b63f-ce9bf9663790 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-b469f302-2f51-4f64-bcdb-2093dd06e2bf {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-c4c50d29-3e36-435e-ae36-ff7c09049950 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-7606924c-c2f5-44f9-8207-e240709c9e67 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-6a2762a4-1d38-4237-9e52-18805bbf60c6 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 100px;
min-height: 550px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 {
  display: none;
}
#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4, #wrap-s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 { display:none !important; }}@media (max-width: 767px){#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 {
  display: none;
}
#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4, #wrap-s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 { display:none !important; }}







#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ef78eb-6ff5-4c07-9c7e-0edadc57d1e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d07d0cdf-476b-4a31-be3e-08b3456c9d45 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d07d0cdf-476b-4a31-be3e-08b3456c9d45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b2dc9564-ff8c-49fa-a1c9-efeaca7633a8 {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 35px;
padding-left: 45px;
padding-bottom: 35px;
padding-right: 45px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-b2dc9564-ff8c-49fa-a1c9-efeaca7633a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2dc9564-ff8c-49fa-a1c9-efeaca7633a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-548cbd5b-c190-4ed0-9e79-471ca1389ce3 {
  margin-right: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-548cbd5b-c190-4ed0-9e79-471ca1389ce3 .shogun-heading-component h2 {
  color: rgba(1, 54, 62, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-83b351a0-334a-48bb-a6bd-607b17de99ab {
  margin-left: 0px;
text-align: left;
}

#s-3b80b919-a268-4da4-b9bb-9111ea279871 {
  margin-bottom: 20px;
text-align: left;
}

#s-3b80b919-a268-4da4-b9bb-9111ea279871 .shg-product-sold-out {
  display: none;
  color: rgba(1, 54, 62, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b80b919-a268-4da4-b9bb-9111ea279871 .shg-product-price {
  color: rgba(1, 54, 62, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3b80b919-a268-4da4-b9bb-9111ea279871 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-43e7a2e1-4754-4ae4-b078-afaafd9d7600 {
  margin-top: 20px;
margin-left: -25px;
margin-bottom: 20px;
}

#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(1, 54, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 54, 62, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 54, 62, 1) !important;}#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0972fcdf-377b-4fbc-b16d-937fb18d26c2-atc-btn-wrapper {
    text-align: center;
  }


#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-0972fcdf-377b-4fbc-b16d-937fb18d26c2.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  
  color: rgba(255, 255, 255, 1);
}


  #s-0972fcdf-377b-4fbc-b16d-937fb18d26c2.shg-btn.shg-product-atc-success {
    
    font-family: Roboto;
    
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
  }


#s-927d5754-74e4-4712-9710-d5a1a1d3d0f9 {
  min-height: 50px;
}








#s-927d5754-74e4-4712-9710-d5a1a1d3d0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-927d5754-74e4-4712-9710-d5a1a1d3d0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad0f31ef-28e9-4808-87a5-d7ce6860d884 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad0f31ef-28e9-4808-87a5-d7ce6860d884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-bf94ee7d-07c7-44a0-b73a-a415156983a1 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-04ff3d42-af00-46a5-87d8-27f40141fe05 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04ff3d42-af00-46a5-87d8-27f40141fe05 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-04ff3d42-af00-46a5-87d8-27f40141fe05 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-04ff3d42-af00-46a5-87d8-27f40141fe05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ff3d42-af00-46a5-87d8-27f40141fe05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45d24480-2b85-41b7-bdbd-5f8931b1d5de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-45d24480-2b85-41b7-bdbd-5f8931b1d5de {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-45d24480-2b85-41b7-bdbd-5f8931b1d5de .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-45d24480-2b85-41b7-bdbd-5f8931b1d5de .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-dd37ba6b-c5cc-4be3-aed3-3ba08b935871 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-dd37ba6b-c5cc-4be3-aed3-3ba08b935871 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-c146a11c-9004-45ff-9d49-62ac0b72e1a1 {
  margin-left: 40px;
margin-right: 40px;
}

#s-a2347b95-922d-403c-9e76-d21708a68c6e {
  min-height: 50px;
}








#s-a2347b95-922d-403c-9e76-d21708a68c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2347b95-922d-403c-9e76-d21708a68c6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6af9e88-d092-4e1f-b300-bb155a0276c2 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6af9e88-d092-4e1f-b300-bb155a0276c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-18c292aa-4d90-4c51-a7b6-874e78eb0991 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ed4f6cfa-a7f2-4745-ad94-d7ec9d2a631b {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed4f6cfa-a7f2-4745-ad94-d7ec9d2a631b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ed4f6cfa-a7f2-4745-ad94-d7ec9d2a631b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ed4f6cfa-a7f2-4745-ad94-d7ec9d2a631b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4f6cfa-a7f2-4745-ad94-d7ec9d2a631b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8143dc6a-1a53-48ec-97b5-36eaa9199833 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8143dc6a-1a53-48ec-97b5-36eaa9199833 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-8143dc6a-1a53-48ec-97b5-36eaa9199833 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-8143dc6a-1a53-48ec-97b5-36eaa9199833 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-83150003-ed80-4723-a54b-6a39e6dcbf2b {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-83150003-ed80-4723-a54b-6a39e6dcbf2b {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.03);
  padding: 25px;
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-7fd1b3c1-41fa-402b-9e65-fb4fd938ee7a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5a1c7fcb-7f46-46c8-b7ad-bc8311e6196b {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-64103a83-242c-4352-9548-0fde8a621488 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-fa898843-7db6-43bf-a9a5-cd3c04811810 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-d8ce0795-da86-40fa-86d1-ffa1ab60dc40 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-6ab8e318-a47f-4754-9cdd-72cc38f18c2f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
}

#s-adff3874-0ec1-4693-a15a-07ed49b34748 {
  min-height: 50px;
}








#s-adff3874-0ec1-4693-a15a-07ed49b34748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adff3874-0ec1-4693-a15a-07ed49b34748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8af561e8-69c5-4810-9b65-1124b89f7d60 {
  margin-top: 100px;
margin-left: 25%;
margin-bottom: 100px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8af561e8-69c5-4810-9b65-1124b89f7d60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-f83c42fc-b01c-4b28-b819-8d2004aa787a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-379085e2-d1f1-4a4f-8f4b-a4d80596e942 {
  margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-379085e2-d1f1-4a4f-8f4b-a4d80596e942 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-379085e2-d1f1-4a4f-8f4b-a4d80596e942 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-379085e2-d1f1-4a4f-8f4b-a4d80596e942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-379085e2-d1f1-4a4f-8f4b-a4d80596e942.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0666e38-39cf-4a9b-b3fd-355df825e00f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c0666e38-39cf-4a9b-b3fd-355df825e00f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}
#s-c0666e38-39cf-4a9b-b3fd-355df825e00f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c0666e38-39cf-4a9b-b3fd-355df825e00f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-3acfefdb-5c72-46bf-8a60-9c246c84fbc9 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-3acfefdb-5c72-46bf-8a60-9c246c84fbc9 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-b1f16799-8135-4774-bd82-1352b5e07ee7 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b1f16799-8135-4774-bd82-1352b5e07ee7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-b1f16799-8135-4774-bd82-1352b5e07ee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-b1f16799-8135-4774-bd82-1352b5e07ee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-b1f16799-8135-4774-bd82-1352b5e07ee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-86b5312a-e327-43eb-9f12-458e9a4db1e1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-86b5312a-e327-43eb-9f12-458e9a4db1e1 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-6be39e0a-4704-4476-9efa-5a1256de0659 {
  text-align: left;
}



.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6be39e0a-4704-4476-9efa-5a1256de0659 img.shogun-image {
  width: 100%;
}



}
#s-04dfcd77-f190-45b7-8205-163b8d907ded {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-04dfcd77-f190-45b7-8205-163b8d907ded .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-04dfcd77-f190-45b7-8205-163b8d907ded .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-04dfcd77-f190-45b7-8205-163b8d907ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-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: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-643d2558-6694-43d8-b4b3-fef8dda95e85 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-643d2558-6694-43d8-b4b3-fef8dda95e85 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6c924088-ce4b-4f74-80c2-92ba4b7ce73e {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-7cef4cd1-c837-45b8-a9b6-fdff35bb8346 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-7cef4cd1-c837-45b8-a9b6-fdff35bb8346 {
  display: none;
}
#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad {
  text-align: left;
}



.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d74dbe99-f66b-44fc-81e9-1588e589a6ad img.shogun-image {
  width: 100%;
}



}
#s-87291367-f52c-4b5a-be70-e89d7f45a066 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-87291367-f52c-4b5a-be70-e89d7f45a066 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-87291367-f52c-4b5a-be70-e89d7f45a066 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-87291367-f52c-4b5a-be70-e89d7f45a066 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a41d4c7-1b56-441c-81ef-59d247b9cb06 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-7a41d4c7-1b56-441c-81ef-59d247b9cb06 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3053715f-1b97-488b-9f48-ac3023b02899 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-1a3bc807-bec6-4406-bcc0-a6db800dd417 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-1a3bc807-bec6-4406-bcc0-a6db800dd417 {
  display: none;
}
#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 {
  text-align: left;
}



.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1b0d49-31e0-4b5b-9d73-2668eb6cc379 img.shogun-image {
  width: 100%;
}



}
#s-cda34282-1986-4d24-8778-459f1612eecf {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-cda34282-1986-4d24-8778-459f1612eecf .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-cda34282-1986-4d24-8778-459f1612eecf .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-cda34282-1986-4d24-8778-459f1612eecf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1de3dad3-3b7e-49f6-b67b-4c725fa23d4e {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-1de3dad3-3b7e-49f6-b67b-4c725fa23d4e .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d511a5c3-fc07-4a86-9f6b-21024c1f2c0d {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-5af3680b-e60b-4e02-9b2b-b396ca3704bc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(10, 166, 192, 0);
}

#s-5af3680b-e60b-4e02-9b2b-b396ca3704bc {
  display: none;
}
#s-615a4b46-6c96-4b47-973f-f45a85e06ace {
  text-align: left;
}



.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615a4b46-6c96-4b47-973f-f45a85e06ace img.shogun-image {
  width: 100%;
}



}
#s-030f271c-1cae-4a83-bd48-1248fd7f39d8 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-030f271c-1cae-4a83-bd48-1248fd7f39d8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-030f271c-1cae-4a83-bd48-1248fd7f39d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-030f271c-1cae-4a83-bd48-1248fd7f39d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8a41db8-adf8-4924-97c6-d7e5dcb0f80c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-e8a41db8-adf8-4924-97c6-d7e5dcb0f80c .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-12900b95-4ea1-460f-b2fc-901e5be1545b {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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