.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-6addf9ed-5603-4e28-a6ac-3886eb5c5b51 {
  min-height: 50px;
}








#s-6addf9ed-5603-4e28-a6ac-3886eb5c5b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6addf9ed-5603-4e28-a6ac-3886eb5c5b51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68a916dd-6a76-4986-be08-f5e81d387d52 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-68a916dd-6a76-4986-be08-f5e81d387d52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a916dd-6a76-4986-be08-f5e81d387d52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a916dd-6a76-4986-be08-f5e81d387d52 {
  display: none;
}
#s-68a916dd-6a76-4986-be08-f5e81d387d52, #wrap-s-68a916dd-6a76-4986-be08-f5e81d387d52 { display:none !important; }}@media (max-width: 767px){#s-68a916dd-6a76-4986-be08-f5e81d387d52 {
  display: none;
}
#s-68a916dd-6a76-4986-be08-f5e81d387d52, #wrap-s-68a916dd-6a76-4986-be08-f5e81d387d52 { display:none !important; }}







#s-68a916dd-6a76-4986-be08-f5e81d387d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a916dd-6a76-4986-be08-f5e81d387d52.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c0c51e1-bf0e-447f-a45b-cec9018db82e {
  margin-left: 15%;
margin-right: 15%;
}

#s-7c0c51e1-bf0e-447f-a45b-cec9018db82e {
  display: none;
}
.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-98a8fa00-5b71-44e1-8224-3f2940fa5c4f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98a8fa00-5b71-44e1-8224-3f2940fa5c4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-ee2dc630-79de-43f5-ad36-b712bde92059 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee2dc630-79de-43f5-ad36-b712bde92059 img.shogun-image {
  width: 100%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a17e9492-527f-453d-890b-50cf2aa805a3 {
  margin-top: 0%;
margin-left: 3%;
margin-right: 3%;
padding-right: 0%;
}

#s-9282ba57-b408-4b7e-9c1d-1ffa16952266 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9282ba57-b408-4b7e-9c1d-1ffa16952266"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9282ba57-b408-4b7e-9c1d-1ffa16952266"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9282ba57-b408-4b7e-9c1d-1ffa16952266"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9282ba57-b408-4b7e-9c1d-1ffa16952266"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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;
}
#s-5f4e195d-fcfc-4aea-bf65-66b8c18a57e8 {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
}







  #s-5f4e195d-fcfc-4aea-bf65-66b8c18a57e8 img.shogun-image {
    

    
    
    
  }


#s-5f4e195d-fcfc-4aea-bf65-66b8c18a57e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf3e3d1e-6483-4942-83f9-736e6f9126ae {
  margin-top: 0%;
margin-left: 3%;
margin-right: 3%;
padding-right: 0%;
}

#s-f875d160-2180-4286-8e56-e86131980649 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 7%;
padding-right: 7%;
text-align: center;
}







  #s-f875d160-2180-4286-8e56-e86131980649 img.shogun-image {
    

    
    
    
  }


#s-f875d160-2180-4286-8e56-e86131980649 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-82717b9d-c897-450b-b6fe-e65f0e249b9d {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82717b9d-c897-450b-b6fe-e65f0e249b9d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: ;
}

#s-7b3ccb34-2607-4fa4-b618-64a83e28f540 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 0%;
}

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

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

#s-148cb48b-f3b6-4d40-af29-b66d5f9096a8 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-148cb48b-f3b6-4d40-af29-b66d5f9096a8 hr {
  border-top: 2px solid #ddd;
}

#s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8fe21-d745-4ad4-a3ce-7a8cddc32325"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-df26af6b-492b-491c-9004-9c3a34aa30cf {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6fd38b67-8882-40f9-ac42-7db077350a95 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8767f6c8-92da-4b32-a033-adefc9bcde5e {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 08px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8767f6c8-92da-4b32-a033-adefc9bcde5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-84f90265-a294-4cba-9c20-58e5ae342d12 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 6px;
padding-bottom: 0%;
}

#s-af2180a3-3f0e-4c87-a1f2-515a20201b87 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-af2180a3-3f0e-4c87-a1f2-515a20201b87 .shg-product-quantity-wrapper {
  display: flex;
}

#s-af2180a3-3f0e-4c87-a1f2-515a20201b87 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-af2180a3-3f0e-4c87-a1f2-515a20201b87 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-af2180a3-3f0e-4c87-a1f2-515a20201b87 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-af2180a3-3f0e-4c87-a1f2-515a20201b87 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e460f8e6-7e93-400c-805e-a08571eea6ef {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e460f8e6-7e93-400c-805e-a08571eea6ef"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-23155358-80ae-4cb6-a7e1-ed0e8047040a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-23155358-80ae-4cb6-a7e1-ed0e8047040a:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-23155358-80ae-4cb6-a7e1-ed0e8047040a:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-23155358-80ae-4cb6-a7e1-ed0e8047040a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23155358-80ae-4cb6-a7e1-ed0e8047040a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23155358-80ae-4cb6-a7e1-ed0e8047040a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-23155358-80ae-4cb6-a7e1-ed0e8047040a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-53370910-3960-4ded-b238-ef301296f350 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-53370910-3960-4ded-b238-ef301296f350 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-53370910-3960-4ded-b238-ef301296f350 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-53370910-3960-4ded-b238-ef301296f350 .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-958238d5-d663-4f5d-a6c4-e5892f4bfee5 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-958238d5-d663-4f5d-a6c4-e5892f4bfee5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-706f5464-a380-488e-a691-5874868cda7e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-706f5464-a380-488e-a691-5874868cda7e:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-706f5464-a380-488e-a691-5874868cda7e:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-706f5464-a380-488e-a691-5874868cda7e-btn-wrapper {
    text-align: center;
  }


#s-706f5464-a380-488e-a691-5874868cda7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-706f5464-a380-488e-a691-5874868cda7e-btn-wrapper {
    text-align: center;
  }


#s-706f5464-a380-488e-a691-5874868cda7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-706f5464-a380-488e-a691-5874868cda7e-btn-wrapper {
    text-align: center;
  }


#s-706f5464-a380-488e-a691-5874868cda7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-706f5464-a380-488e-a691-5874868cda7e-btn-wrapper {
    text-align: center;
  }


#s-706f5464-a380-488e-a691-5874868cda7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-706f5464-a380-488e-a691-5874868cda7e-btn-wrapper {
    text-align: center;
  }


#s-706f5464-a380-488e-a691-5874868cda7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c118ad8e-b2fc-4312-8d97-e9dd078f7562 {
  margin-top: -2%;
margin-left: 3%;
margin-bottom: -2%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c118ad8e-b2fc-4312-8d97-e9dd078f7562 hr {
  border-top: 2px solid #ddd;
}

#s-2a4b6ba1-5418-40b8-81c4-ea9c6e3ff481 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-d641b765-e281-4184-b880-137ac9c23813 hr {
  border-top: 2px solid #ddd;
}

#s-ee126b88-d852-4ace-bef8-e5643850ad8e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ee126b88-d852-4ace-bef8-e5643850ad8e {
  display: none;
}
#s-ee126b88-d852-4ace-bef8-e5643850ad8e, #wrap-s-ee126b88-d852-4ace-bef8-e5643850ad8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee126b88-d852-4ace-bef8-e5643850ad8e {
  display: none;
}
#s-ee126b88-d852-4ace-bef8-e5643850ad8e, #wrap-s-ee126b88-d852-4ace-bef8-e5643850ad8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee126b88-d852-4ace-bef8-e5643850ad8e {
  
}
}@media (max-width: 767px){#s-ee126b88-d852-4ace-bef8-e5643850ad8e {
  display: none;
}
#s-ee126b88-d852-4ace-bef8-e5643850ad8e, #wrap-s-ee126b88-d852-4ace-bef8-e5643850ad8e { display:none !important; }}







#s-ee126b88-d852-4ace-bef8-e5643850ad8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee126b88-d852-4ace-bef8-e5643850ad8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7989af0-ba93-4958-a1da-4bf519e8e7b2 {
  margin-left: 15%;
margin-right: 15%;
}

#s-a7989af0-ba93-4958-a1da-4bf519e8e7b2 {
  display: none;
}
#s-f88c488b-acca-4360-b4ed-29e659c9e88b {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f88c488b-acca-4360-b4ed-29e659c9e88b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: ;
}

#s-da37e399-2108-4a68-b471-9f41e796d0c5 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
text-align: left;
}



.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da37e399-2108-4a68-b471-9f41e796d0c5 img.shogun-image {
  width: 100%;
}



}
#s-b4a52526-e889-4b61-9e88-d0474877e650 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-c31f949a-ef0b-4b90-bece-dd17f461fa5e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c31f949a-ef0b-4b90-bece-dd17f461fa5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 {
  margin-top: %;
margin-left: 10%;
margin-bottom: %;
margin-right: 10%;
text-align: center;
}

#s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 .shg-product-quantity-wrapper {
  display: flex;
}

#s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-98eb5d7d-d72a-453d-a5c5-d9e19cd1e354 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-dcfa6274-dcca-47be-950b-4f310a46dc0c {
  margin-top: 14%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}

#s-dcfa6274-dcca-47be-950b-4f310a46dc0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-dcfa6274-dcca-47be-950b-4f310a46dc0c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-dcfa6274-dcca-47be-950b-4f310a46dc0c .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-4948f454-1d4e-4eb9-92ef-e3b65fb2f515 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-4948f454-1d4e-4eb9-92ef-e3b65fb2f515.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-86caed6a-6fa6-491d-92b9-5bc2532507c8 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-86caed6a-6fa6-491d-92b9-5bc2532507c8:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-86caed6a-6fa6-491d-92b9-5bc2532507c8:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-86caed6a-6fa6-491d-92b9-5bc2532507c8-btn-wrapper {
    text-align: center;
  }


#s-86caed6a-6fa6-491d-92b9-5bc2532507c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86caed6a-6fa6-491d-92b9-5bc2532507c8-btn-wrapper {
    text-align: center;
  }


#s-86caed6a-6fa6-491d-92b9-5bc2532507c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86caed6a-6fa6-491d-92b9-5bc2532507c8-btn-wrapper {
    text-align: center;
  }


#s-86caed6a-6fa6-491d-92b9-5bc2532507c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86caed6a-6fa6-491d-92b9-5bc2532507c8-btn-wrapper {
    text-align: center;
  }


#s-86caed6a-6fa6-491d-92b9-5bc2532507c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86caed6a-6fa6-491d-92b9-5bc2532507c8-btn-wrapper {
    text-align: center;
  }


#s-86caed6a-6fa6-491d-92b9-5bc2532507c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-a4242be6-226a-46ee-8923-7684f36419a3 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

.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-83446748-9d0e-49a8-9508-726ad67087f3 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(199, 201, 199, 1);
  padding: 10px;
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .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: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-83446748-9d0e-49a8-9508-726ad67087f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-66691d06-d09d-4ba1-8822-ff545ee3ccd5 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-efa3da01-9269-49e2-80f8-f548be538499 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-c14c17af-3c43-4938-9169-098d83cdb04c {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-102eb4ab-7555-4914-821e-9a81f4bb4099 hr {
  border-top: 2px solid #ddd;
}

#s-beafac65-9a4e-4df0-b9cd-b51baef1639b {
  margin-top: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-beafac65-9a4e-4df0-b9cd-b51baef1639b {
  display: none;
}
#s-beafac65-9a4e-4df0-b9cd-b51baef1639b, #wrap-s-beafac65-9a4e-4df0-b9cd-b51baef1639b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beafac65-9a4e-4df0-b9cd-b51baef1639b {
  display: none;
}
#s-beafac65-9a4e-4df0-b9cd-b51baef1639b, #wrap-s-beafac65-9a4e-4df0-b9cd-b51baef1639b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-beafac65-9a4e-4df0-b9cd-b51baef1639b {
  display: none;
}
#s-beafac65-9a4e-4df0-b9cd-b51baef1639b, #wrap-s-beafac65-9a4e-4df0-b9cd-b51baef1639b { display:none !important; }}@media (max-width: 767px){#s-beafac65-9a4e-4df0-b9cd-b51baef1639b {
  
}
}







#s-beafac65-9a4e-4df0-b9cd-b51baef1639b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beafac65-9a4e-4df0-b9cd-b51baef1639b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8edb3e6d-5b22-4f37-9d1b-d884a94408c8 {
  margin-left: 15%;
margin-right: 15%;
}

#s-8edb3e6d-5b22-4f37-9d1b-d884a94408c8 {
  display: none;
}
#s-05114e00-6a0b-46ec-b76a-d4c943a67b51 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05114e00-6a0b-46ec-b76a-d4c943a67b51 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-3041bd66-848a-4130-af68-4935915ba866 {
  text-align: left;
}



.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3041bd66-848a-4130-af68-4935915ba866 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-0db6737f-600a-46ca-a07e-c8cd1fdd1dbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0db6737f-600a-46ca-a07e-c8cd1fdd1dbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0db6737f-600a-46ca-a07e-c8cd1fdd1dbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0db6737f-600a-46ca-a07e-c8cd1fdd1dbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c130f1c-0ee6-4cc7-87fc-e7a0aa233ce3 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-11b3b1ed-d8df-4a47-b323-b3869043317b {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-left: 8%;
padding-right: 7%;
text-align: center;
}

#s-11b3b1ed-d8df-4a47-b323-b3869043317b .shg-product-quantity-wrapper {
  display: flex;
}

#s-11b3b1ed-d8df-4a47-b323-b3869043317b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-11b3b1ed-d8df-4a47-b323-b3869043317b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-11b3b1ed-d8df-4a47-b323-b3869043317b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-11b3b1ed-d8df-4a47-b323-b3869043317b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-11b3b1ed-d8df-4a47-b323-b3869043317b label {
    color: ;
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-11b3b1ed-d8df-4a47-b323-b3869043317b label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  


#s-8229c6d5-4174-4599-b76c-780f4222af63 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-8229c6d5-4174-4599-b76c-780f4222af63 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8229c6d5-4174-4599-b76c-780f4222af63 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-8229c6d5-4174-4599-b76c-780f4222af63 .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-41165d13-d430-4d62-8294-06c8828a9271 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-41165d13-d430-4d62-8294-06c8828a9271:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-41165d13-d430-4d62-8294-06c8828a9271:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-41165d13-d430-4d62-8294-06c8828a9271 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41165d13-d430-4d62-8294-06c8828a9271.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41165d13-d430-4d62-8294-06c8828a9271.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-41165d13-d430-4d62-8294-06c8828a9271.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-93ffd875-688e-424e-9b5b-fa86cb706de8 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-93ffd875-688e-424e-9b5b-fa86cb706de8:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-93ffd875-688e-424e-9b5b-fa86cb706de8:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-93ffd875-688e-424e-9b5b-fa86cb706de8-btn-wrapper {
    text-align: center;
  }


#s-93ffd875-688e-424e-9b5b-fa86cb706de8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93ffd875-688e-424e-9b5b-fa86cb706de8-btn-wrapper {
    text-align: center;
  }


#s-93ffd875-688e-424e-9b5b-fa86cb706de8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93ffd875-688e-424e-9b5b-fa86cb706de8-btn-wrapper {
    text-align: center;
  }


#s-93ffd875-688e-424e-9b5b-fa86cb706de8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93ffd875-688e-424e-9b5b-fa86cb706de8-btn-wrapper {
    text-align: center;
  }


#s-93ffd875-688e-424e-9b5b-fa86cb706de8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93ffd875-688e-424e-9b5b-fa86cb706de8-btn-wrapper {
    text-align: center;
  }


#s-93ffd875-688e-424e-9b5b-fa86cb706de8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2c911d5f-8767-4a26-88b0-66432542a02a {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(199, 201, 199, 1);
  padding: 10px;
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .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: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-6bf6963a-1e06-436f-8ecb-9e1759206f28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9181ca7c-3e27-4e2b-9713-6e9d119cf738 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-6ada02af-5780-4d85-93ad-9474e25b40a8 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-72897f38-2fb5-41f1-8a8a-07d7ac2955e9 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-f7d50e18-c38d-40f8-aa96-ed0e41f07ade hr {
  border-top: 2px solid #ddd;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
