.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-ba2da220-3b84-4b8d-9d36-f910e10f8254 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-ba2da220-3b84-4b8d-9d36-f910e10f8254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba2da220-3b84-4b8d-9d36-f910e10f8254 {
  
}
}







#s-ba2da220-3b84-4b8d-9d36-f910e10f8254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba2da220-3b84-4b8d-9d36-f910e10f8254.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-1feda477-dc1c-4b75-b58c-39de3b50f47a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1feda477-dc1c-4b75-b58c-39de3b50f47a {
  display: none;
}
#s-1feda477-dc1c-4b75-b58c-39de3b50f47a, #wrap-s-1feda477-dc1c-4b75-b58c-39de3b50f47a { display: none !important; }}@media (max-width: 767px){#s-1feda477-dc1c-4b75-b58c-39de3b50f47a {
  display: none;
}
#s-1feda477-dc1c-4b75-b58c-39de3b50f47a, #wrap-s-1feda477-dc1c-4b75-b58c-39de3b50f47a { display: none !important; }}
@media (min-width: 0px) {
[id="s-1feda477-dc1c-4b75-b58c-39de3b50f47a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1feda477-dc1c-4b75-b58c-39de3b50f47a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1feda477-dc1c-4b75-b58c-39de3b50f47a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1feda477-dc1c-4b75-b58c-39de3b50f47a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-b6d51c0d-9a21-499b-9417-8bd0e7248bf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-be7cf267-81c4-4ef6-89b1-3ce3445ad569 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-be7cf267-81c4-4ef6-89b1-3ce3445ad569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be7cf267-81c4-4ef6-89b1-3ce3445ad569.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9785a8ae-7af0-41d3-86db-3dd5155e16d0 {
  text-align: center;
}







  #s-9785a8ae-7af0-41d3-86db-3dd5155e16d0 img.shogun-image {
    

    
    
    
  }


#s-9785a8ae-7af0-41d3-86db-3dd5155e16d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6266ac0e-9570-46a6-a28b-207b0be9fd3f {
  box-shadow:0px 0px 0px 0px ;
}








#s-6266ac0e-9570-46a6-a28b-207b0be9fd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6266ac0e-9570-46a6-a28b-207b0be9fd3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7c9d8e96-63dd-4b56-bc37-b76454fbb028 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-874706dd-6f61-4d8f-bc4a-3b870e5a809c {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-874706dd-6f61-4d8f-bc4a-3b870e5a809c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-79a8422f-fd1a-490c-8caf-ea903e2473c1 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-79a8422f-fd1a-490c-8caf-ea903e2473c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79a8422f-fd1a-490c-8caf-ea903e2473c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa2c4a78-400f-488b-bc08-92d7d4790473 {
  text-align: center;
}







  #s-fa2c4a78-400f-488b-bc08-92d7d4790473 img.shogun-image {
    

    
    
    
  }


#s-fa2c4a78-400f-488b-bc08-92d7d4790473 .shogun-image-content {
  
    align-items: center;
  
}








#s-2556b26d-c52e-407b-ac29-46de77f6a1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2556b26d-c52e-407b-ac29-46de77f6a1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63e33d2c-681d-407b-ada4-7f361029a9d5 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-63e33d2c-681d-407b-ada4-7f361029a9d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-05087a9c-2137-49e1-b7b1-5ee28f7f20b1 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-05087a9c-2137-49e1-b7b1-5ee28f7f20b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05087a9c-2137-49e1-b7b1-5ee28f7f20b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbf9e2e2-21c7-4978-b9eb-35b2d1da6623 {
  text-align: center;
}







  #s-cbf9e2e2-21c7-4978-b9eb-35b2d1da6623 img.shogun-image {
    

    
    
    
  }


#s-cbf9e2e2-21c7-4978-b9eb-35b2d1da6623 .shogun-image-content {
  
    align-items: center;
  
}








#s-eca104c2-d54b-4770-9fc9-14a4e33f088b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eca104c2-d54b-4770-9fc9-14a4e33f088b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24d36a6d-1750-41b0-81f8-81ac7adb9916 {
  margin-top: auto;
margin-bottom: auto;
}

#s-2984503a-8c61-4c96-9014-fa65a7e9b4ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-2984503a-8c61-4c96-9014-fa65a7e9b4ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-3052f02f-e4c6-4c9c-be46-b5efcc904bb6 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-3052f02f-e4c6-4c9c-be46-b5efcc904bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3052f02f-e4c6-4c9c-be46-b5efcc904bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c727d3-6574-455a-a90e-5bb446ddf1b9 {
  text-align: center;
}







  #s-c3c727d3-6574-455a-a90e-5bb446ddf1b9 img.shogun-image {
    

    
    
    
  }


#s-c3c727d3-6574-455a-a90e-5bb446ddf1b9 .shogun-image-content {
  
    align-items: center;
  
}








#s-b1146517-6ef8-4942-8288-39a3b6719e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1146517-6ef8-4942-8288-39a3b6719e9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-bc721102-c884-41b4-828d-80565da480bb {
  display: none;
}
#s-bc721102-c884-41b4-828d-80565da480bb, #wrap-s-bc721102-c884-41b4-828d-80565da480bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc721102-c884-41b4-828d-80565da480bb {
  display: none;
}
#s-bc721102-c884-41b4-828d-80565da480bb, #wrap-s-bc721102-c884-41b4-828d-80565da480bb { display: none !important; }}
@media (min-width: 0px) {
[id="s-bc721102-c884-41b4-828d-80565da480bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bc721102-c884-41b4-828d-80565da480bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc721102-c884-41b4-828d-80565da480bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc721102-c884-41b4-828d-80565da480bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f55107e7-3e67-42b4-b8ed-a3055ba9415d {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f55107e7-3e67-42b4-b8ed-a3055ba9415d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0c16f9d6-46fd-4f60-8132-c30b8269fef8 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-0c16f9d6-46fd-4f60-8132-c30b8269fef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c16f9d6-46fd-4f60-8132-c30b8269fef8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99135e86-457f-4459-82eb-599e3c5ed31c {
  text-align: center;
}







  #s-99135e86-457f-4459-82eb-599e3c5ed31c img.shogun-image {
    

    
    
    
  }


#s-99135e86-457f-4459-82eb-599e3c5ed31c .shogun-image-content {
  
    align-items: center;
  
}

#s-fe10e88c-a61b-4465-8af0-22ec8de8299a {
  box-shadow:0px 0px 0px 0px ;
}








#s-fe10e88c-a61b-4465-8af0-22ec8de8299a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe10e88c-a61b-4465-8af0-22ec8de8299a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07b618a5-df6d-4121-b789-11bb9b2b3d2c {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-2166ea30-ec12-40fe-a177-b767e007a828 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2166ea30-ec12-40fe-a177-b767e007a828"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5e104815-4f96-486a-b619-6a65fb51c004 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-5e104815-4f96-486a-b619-6a65fb51c004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e104815-4f96-486a-b619-6a65fb51c004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d697214c-8db6-40c8-a5c0-cee302cfe749 {
  text-align: center;
}







  #s-d697214c-8db6-40c8-a5c0-cee302cfe749 img.shogun-image {
    

    
    
    
  }


#s-d697214c-8db6-40c8-a5c0-cee302cfe749 .shogun-image-content {
  
    align-items: center;
  
}








#s-5a0947d1-e438-4810-908d-85504fd89e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a0947d1-e438-4810-908d-85504fd89e89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c989256-9141-4890-bdeb-de5f6a9db603 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-3c989256-9141-4890-bdeb-de5f6a9db603 {
  display: none;
}
#s-3c989256-9141-4890-bdeb-de5f6a9db603, #wrap-s-3c989256-9141-4890-bdeb-de5f6a9db603 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c989256-9141-4890-bdeb-de5f6a9db603 {
  display: none;
}
#s-3c989256-9141-4890-bdeb-de5f6a9db603, #wrap-s-3c989256-9141-4890-bdeb-de5f6a9db603 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c989256-9141-4890-bdeb-de5f6a9db603 {
  
}
}@media (max-width: 767px){#s-3c989256-9141-4890-bdeb-de5f6a9db603 {
  
}
}
@media (min-width: 0px) {
[id="s-3c989256-9141-4890-bdeb-de5f6a9db603"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3c989256-9141-4890-bdeb-de5f6a9db603"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c989256-9141-4890-bdeb-de5f6a9db603"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c989256-9141-4890-bdeb-de5f6a9db603"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2717fb4f-85b5-453f-9565-9b70f90d80ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-61bcea6a-dfda-461f-aea8-3e048c03cae3 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-61bcea6a-dfda-461f-aea8-3e048c03cae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61bcea6a-dfda-461f-aea8-3e048c03cae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4196c631-efce-4af3-89ae-662cb55e4c8d {
  text-align: center;
}







  #s-4196c631-efce-4af3-89ae-662cb55e4c8d img.shogun-image {
    

    
    
    
  }


#s-4196c631-efce-4af3-89ae-662cb55e4c8d .shogun-image-content {
  
    align-items: center;
  
}








#s-3699220d-0d2d-4dce-9d90-9b71f1496a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3699220d-0d2d-4dce-9d90-9b71f1496a3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e96d5dcb-8c84-4238-a792-0d5b9dfacfed {
  margin-top: auto;
margin-bottom: auto;
}

#s-c7dbaa47-4acd-4080-b280-21c440b4cc3f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7dbaa47-4acd-4080-b280-21c440b4cc3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b57b8912-1f1e-4a3e-b248-26d15a4b0f31 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-b57b8912-1f1e-4a3e-b248-26d15a4b0f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b57b8912-1f1e-4a3e-b248-26d15a4b0f31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20669920-4a36-4a0d-a83a-f5bfc4049cd2 {
  text-align: center;
}







  #s-20669920-4a36-4a0d-a83a-f5bfc4049cd2 img.shogun-image {
    

    
    
    
  }


#s-20669920-4a36-4a0d-a83a-f5bfc4049cd2 .shogun-image-content {
  
    align-items: center;
  
}








#s-baaed1ee-d9d2-4c4f-ae2f-170369eeaadf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baaed1ee-d9d2-4c4f-ae2f-170369eeaadf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b6fd1e-7885-47be-87c3-3baaa2cdda28 {
  margin-left: 0px;
margin-right: 8px;
}

#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482 {
  
}
}@media (max-width: 767px){#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482 {
  
}
}







#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d0713b-2ed1-4a6c-9ec1-cc296c293482.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3bb37cb-5425-4d43-a569-acf2716c7490 {
  text-align: left;
}

.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-17cf38c3-cae0-4b51-9361-af975f5f56a9 {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-17cf38c3-cae0-4b51-9361-af975f5f56a9 {
  display: none;
}
#s-17cf38c3-cae0-4b51-9361-af975f5f56a9, #wrap-s-17cf38c3-cae0-4b51-9361-af975f5f56a9 { display: none !important; }}@media (max-width: 767px){#s-17cf38c3-cae0-4b51-9361-af975f5f56a9 {
  display: none;
}
#s-17cf38c3-cae0-4b51-9361-af975f5f56a9, #wrap-s-17cf38c3-cae0-4b51-9361-af975f5f56a9 { display: none !important; }}
#s-17cf38c3-cae0-4b51-9361-af975f5f56a9 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-78817691-0734-460d-8086-0763d641038c {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-78817691-0734-460d-8086-0763d641038c {
  display: none;
}
#s-78817691-0734-460d-8086-0763d641038c, #wrap-s-78817691-0734-460d-8086-0763d641038c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78817691-0734-460d-8086-0763d641038c {
  display: none;
}
#s-78817691-0734-460d-8086-0763d641038c, #wrap-s-78817691-0734-460d-8086-0763d641038c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78817691-0734-460d-8086-0763d641038c {
  
}
}
#s-78817691-0734-460d-8086-0763d641038c .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0a9548fe-5ad3-40fd-8724-0ca233290542 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0a9548fe-5ad3-40fd-8724-0ca233290542"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-0a9548fe-5ad3-40fd-8724-0ca233290542"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-0a9548fe-5ad3-40fd-8724-0ca233290542"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a9548fe-5ad3-40fd-8724-0ca233290542"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 {
  display: none;
}
#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73, #wrap-s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 {
  display: none;
}
#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73, #wrap-s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 { display: none !important; }}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a85e3d6a-31bd-444b-8e23-1c4f576b7e73 img.shogun-image {
  width: 100%;
}



}
#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  display: none;
}
#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e, #wrap-s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e { display: none !important; }}@media (max-width: 767px){#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  display: none;
}
#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e, #wrap-s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e { display: none !important; }}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  max-width:  100%;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom,
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  max-width:  100%;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom,
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  max-width:  100%;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom,
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  max-width:  100%;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom,
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e {
  max-width:  100%;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom,
.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd86ca65-4bd1-4cbb-934f-abfc8b3b9c4e img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 {
  display: none;
}
#s-82ca2eb6-e9ea-425b-9606-618548f3ab03, #wrap-s-82ca2eb6-e9ea-425b-9606-618548f3ab03 { display: none !important; }}@media (max-width: 767px){#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 {
  display: none;
}
#s-82ca2eb6-e9ea-425b-9606-618548f3ab03, #wrap-s-82ca2eb6-e9ea-425b-9606-618548f3ab03 { display: none !important; }}
#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-thumb-image-wrapper {
  

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

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-82ca2eb6-e9ea-425b-9606-618548f3ab03 .shg-gallery-dot {
  background-color: #FFF;
}

#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da {
  min-height: 140px;
}
@media (min-width: 1200px){#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da {
  display: none;
}
#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da, #wrap-s-00df8ff8-f104-44ad-acca-1f4e1ddf87da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da {
  display: none;
}
#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da, #wrap-s-00df8ff8-f104-44ad-acca-1f4e1ddf87da { display: none !important; }}







#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00df8ff8-f104-44ad-acca-1f4e1ddf87da.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 {
  display: none;
}
#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12, #wrap-s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 {
  display: none;
}
#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12, #wrap-s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 { display: none !important; }}
#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-thumb-image-wrapper {
  

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

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-ea8936f9-ad3c-4082-887a-ac13c5d28a12 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-89d339cd-9d67-4b82-8d72-58cfa2324965 {
  display: none;
}
#s-89d339cd-9d67-4b82-8d72-58cfa2324965, #wrap-s-89d339cd-9d67-4b82-8d72-58cfa2324965 { display: none !important; }}@media (max-width: 767px){#s-89d339cd-9d67-4b82-8d72-58cfa2324965 {
  display: none;
}
#s-89d339cd-9d67-4b82-8d72-58cfa2324965, #wrap-s-89d339cd-9d67-4b82-8d72-58cfa2324965 { display: none !important; }}







#s-89d339cd-9d67-4b82-8d72-58cfa2324965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d339cd-9d67-4b82-8d72-58cfa2324965.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-717d2354-0abc-47cd-88ff-72ef45afbf6d {
  min-height: 50px;
}








#s-717d2354-0abc-47cd-88ff-72ef45afbf6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-717d2354-0abc-47cd-88ff-72ef45afbf6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7af17bb4-091c-49eb-8a2e-382435f4d776 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-7af17bb4-091c-49eb-8a2e-382435f4d776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7af17bb4-091c-49eb-8a2e-382435f4d776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13003e89-7914-4e53-b82f-7a8ee821680f {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-13003e89-7914-4e53-b82f-7a8ee821680f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13003e89-7914-4e53-b82f-7a8ee821680f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-13003e89-7914-4e53-b82f-7a8ee821680f .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-b56f6940-a3e9-49c1-b04f-e603d88b5c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56f6940-a3e9-49c1-b04f-e603d88b5c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f41b3d7c-e56c-4b58-9bc6-a7be4ec7153b {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-16192c20-9672-49c3-b813-03e02aaee3be {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16192c20-9672-49c3-b813-03e02aaee3be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1cf587dd-c395-4cd7-84e4-f676504f2e95 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-1cf587dd-c395-4cd7-84e4-f676504f2e95 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1cf587dd-c395-4cd7-84e4-f676504f2e95 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1cf587dd-c395-4cd7-84e4-f676504f2e95 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1cf587dd-c395-4cd7-84e4-f676504f2e95 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1cf587dd-c395-4cd7-84e4-f676504f2e95 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-1cf587dd-c395-4cd7-84e4-f676504f2e95 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-1cf587dd-c395-4cd7-84e4-f676504f2e95 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


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

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

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

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

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

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

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

#s-9d856ec9-78f4-4cbe-89c1-588bcf826253 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9d856ec9-78f4-4cbe-89c1-588bcf826253:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d856ec9-78f4-4cbe-89c1-588bcf826253:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d856ec9-78f4-4cbe-89c1-588bcf826253 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d856ec9-78f4-4cbe-89c1-588bcf826253.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d856ec9-78f4-4cbe-89c1-588bcf826253.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9d856ec9-78f4-4cbe-89c1-588bcf826253.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-9d856ec9-78f4-4cbe-89c1-588bcf826253.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 {
  display: none;
}
#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2, #wrap-s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 {
  display: none;
}
#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2, #wrap-s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 { display: none !important; }}







#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e4b6001-b9ba-4646-97f3-559e0c8904f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94eafb5a-f8fa-4efb-bbb1-bb59ac4caa17 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-94eafb5a-f8fa-4efb-bbb1-bb59ac4caa17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94eafb5a-f8fa-4efb-bbb1-bb59ac4caa17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fed1dba-6e8d-4b14-b36f-5f3a08b1c8a0 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-0fed1dba-6e8d-4b14-b36f-5f3a08b1c8a0 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0fed1dba-6e8d-4b14-b36f-5f3a08b1c8a0 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-0fed1dba-6e8d-4b14-b36f-5f3a08b1c8a0 .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-af195177-11b5-4175-b86f-e4996323a89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af195177-11b5-4175-b86f-e4996323a89e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8647d94c-7a8a-44c4-9171-a309c52cea40 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-b4b72da1-ba18-49f3-8e3c-31ff16f2a9f4 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-b4b72da1-ba18-49f3-8e3c-31ff16f2a9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4b72da1-ba18-49f3-8e3c-31ff16f2a9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a00bd0b-83ac-480a-b94e-9fae50c8610e {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-0a00bd0b-83ac-480a-b94e-9fae50c8610e .shg-product-quantity-wrapper {
  display: flex;
}

#s-0a00bd0b-83ac-480a-b94e-9fae50c8610e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0a00bd0b-83ac-480a-b94e-9fae50c8610e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0a00bd0b-83ac-480a-b94e-9fae50c8610e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0a00bd0b-83ac-480a-b94e-9fae50c8610e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-0a00bd0b-83ac-480a-b94e-9fae50c8610e label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-0a00bd0b-83ac-480a-b94e-9fae50c8610e label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-cb04dd39-2b20-49af-91c3-5ed54c715763 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cb04dd39-2b20-49af-91c3-5ed54c715763:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb04dd39-2b20-49af-91c3-5ed54c715763:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb04dd39-2b20-49af-91c3-5ed54c715763 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb04dd39-2b20-49af-91c3-5ed54c715763.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb04dd39-2b20-49af-91c3-5ed54c715763.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-cb04dd39-2b20-49af-91c3-5ed54c715763.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-cb04dd39-2b20-49af-91c3-5ed54c715763.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 {
  display: none;
}
#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86, #wrap-s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 {
  display: none;
}
#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86, #wrap-s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 { display: none !important; }}







#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c5a3ec-e108-4a27-b881-b9c54d0bad86.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f {
  display: none;
}
#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f, #wrap-s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f {
  display: none;
}
#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f, #wrap-s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f {
  
}
}
@media (min-width: 0px) {
[id="s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb3ea270-39d2-4c42-b7cb-5cf83f0bce8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-b7738a7a-2b7a-48d8-9577-59326edd7121 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-b7738a7a-2b7a-48d8-9577-59326edd7121"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b7738a7a-2b7a-48d8-9577-59326edd7121"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b7738a7a-2b7a-48d8-9577-59326edd7121"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7738a7a-2b7a-48d8-9577-59326edd7121"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d5f5a799-b6c0-48c8-bc88-fdd78a911f13 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d5f5a799-b6c0-48c8-bc88-fdd78a911f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f5a799-b6c0-48c8-bc88-fdd78a911f13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8825584-9329-443a-a8c9-44e6e4717352 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-b8825584-9329-443a-a8c9-44e6e4717352 img.shogun-image {
    

    
    
    
  }


#s-b8825584-9329-443a-a8c9-44e6e4717352 .shogun-image-content {
  
    align-items: center;
  
}

#s-4272241d-cf5c-45be-be17-c5c6cb7f7331 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-4272241d-cf5c-45be-be17-c5c6cb7f7331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4272241d-cf5c-45be-be17-c5c6cb7f7331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 {
  aspect-ratio: 1/1;
text-align: center;
}





  #s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 img.shogun-image,
  #s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 {
    width: 100%;
    height: auto;
  }



  #s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 img.shogun-image {
    

    
    
    
  }


#s-843429cb-7a7a-49e6-bf66-2f9999e95ed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ad88bb9-9977-4acd-830a-2cf145474bea {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-2ad88bb9-9977-4acd-830a-2cf145474bea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2ad88bb9-9977-4acd-830a-2cf145474bea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad88bb9-9977-4acd-830a-2cf145474bea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad88bb9-9977-4acd-830a-2cf145474bea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1db0eabd-7494-460e-96b0-3c2e5efa527d {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-1db0eabd-7494-460e-96b0-3c2e5efa527d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db0eabd-7494-460e-96b0-3c2e5efa527d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690de1f6-f875-4b4f-8b1c-453158b710c8 {
  text-align: center;
}







  #s-690de1f6-f875-4b4f-8b1c-453158b710c8 img.shogun-image {
    

    
    
    
  }


#s-690de1f6-f875-4b4f-8b1c-453158b710c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcc37a30-ab60-412b-96e2-675c003bac22 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-fcc37a30-ab60-412b-96e2-675c003bac22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc37a30-ab60-412b-96e2-675c003bac22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e94786df-2575-4154-8300-e398a57ef491 {
  text-align: center;
}







  #s-e94786df-2575-4154-8300-e398a57ef491 img.shogun-image {
    

    
    
    
  }


#s-e94786df-2575-4154-8300-e398a57ef491 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-86c7bb95-c736-483a-959b-38e3a881a23d {
  display: none;
}
#s-86c7bb95-c736-483a-959b-38e3a881a23d, #wrap-s-86c7bb95-c736-483a-959b-38e3a881a23d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86c7bb95-c736-483a-959b-38e3a881a23d {
  display: none;
}
#s-86c7bb95-c736-483a-959b-38e3a881a23d, #wrap-s-86c7bb95-c736-483a-959b-38e3a881a23d { display: none !important; }}@media (max-width: 767px){#s-86c7bb95-c736-483a-959b-38e3a881a23d {
  
}
}
@media (min-width: 0px) {
[id="s-86c7bb95-c736-483a-959b-38e3a881a23d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-86c7bb95-c736-483a-959b-38e3a881a23d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-86c7bb95-c736-483a-959b-38e3a881a23d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-86c7bb95-c736-483a-959b-38e3a881a23d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-2231baf5-d2b2-41c6-b9d9-73e4cd4b7313 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-2231baf5-d2b2-41c6-b9d9-73e4cd4b7313"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2231baf5-d2b2-41c6-b9d9-73e4cd4b7313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2231baf5-d2b2-41c6-b9d9-73e4cd4b7313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2231baf5-d2b2-41c6-b9d9-73e4cd4b7313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-6d3dbd50-65b2-47ef-a6fa-f27c1237ee76 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6d3dbd50-65b2-47ef-a6fa-f27c1237ee76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d3dbd50-65b2-47ef-a6fa-f27c1237ee76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7873195e-4735-4088-9996-6401a2365183 {
  text-align: center;
}







  #s-7873195e-4735-4088-9996-6401a2365183 img.shogun-image {
    

    
    
    
  }


#s-7873195e-4735-4088-9996-6401a2365183 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba8928a6-0e14-4e7e-b4c1-cfe78e15fc8f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ba8928a6-0e14-4e7e-b4c1-cfe78e15fc8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba8928a6-0e14-4e7e-b4c1-cfe78e15fc8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c27210d-68fd-45e8-b835-bd453eed58ab {
  text-align: center;
}








#s-1c27210d-68fd-45e8-b835-bd453eed58ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-929a409d-1d29-448e-9e3e-9caf8816ab02 {
  display: none;
}
#s-929a409d-1d29-448e-9e3e-9caf8816ab02, #wrap-s-929a409d-1d29-448e-9e3e-9caf8816ab02 { display: none !important; }}@media (max-width: 767px){#s-929a409d-1d29-448e-9e3e-9caf8816ab02 {
  display: none;
}
#s-929a409d-1d29-448e-9e3e-9caf8816ab02, #wrap-s-929a409d-1d29-448e-9e3e-9caf8816ab02 { display: none !important; }}







#s-929a409d-1d29-448e-9e3e-9caf8816ab02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929a409d-1d29-448e-9e3e-9caf8816ab02.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-44402968-4760-4076-b3aa-ce089b8b6f79 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44402968-4760-4076-b3aa-ce089b8b6f79 {
  display: none;
}
#s-44402968-4760-4076-b3aa-ce089b8b6f79, #wrap-s-44402968-4760-4076-b3aa-ce089b8b6f79 { display: none !important; }}
@media (min-width: 0px) {
[id="s-44402968-4760-4076-b3aa-ce089b8b6f79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-44402968-4760-4076-b3aa-ce089b8b6f79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-44402968-4760-4076-b3aa-ce089b8b6f79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-44402968-4760-4076-b3aa-ce089b8b6f79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a0a618b1-5506-4a28-9016-6c042a894711 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-a0a618b1-5506-4a28-9016-6c042a894711"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a0a618b1-5506-4a28-9016-6c042a894711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a0a618b1-5506-4a28-9016-6c042a894711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0a618b1-5506-4a28-9016-6c042a894711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-6ab6cc28-4022-44a2-96df-eec25852afd5 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6ab6cc28-4022-44a2-96df-eec25852afd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ab6cc28-4022-44a2-96df-eec25852afd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e910dc0-5510-4c89-8c98-0a8ae05c10da {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-6e910dc0-5510-4c89-8c98-0a8ae05c10da img.shogun-image {
    

    
    
    
  }


#s-6e910dc0-5510-4c89-8c98-0a8ae05c10da .shogun-image-content {
  
    align-items: center;
  
}

#s-34a2baf0-52b5-41c8-91d3-0ded8f3dce08 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-34a2baf0-52b5-41c8-91d3-0ded8f3dce08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a2baf0-52b5-41c8-91d3-0ded8f3dce08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5f63fc4-82af-4484-ab50-24c364d4f41e {
  max-width: 210px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f5f63fc4-82af-4484-ab50-24c364d4f41e img.shogun-image,
  #s-f5f63fc4-82af-4484-ab50-24c364d4f41e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5f63fc4-82af-4484-ab50-24c364d4f41e {
    width: 100%;
    height: auto;
  }



  #s-f5f63fc4-82af-4484-ab50-24c364d4f41e img.shogun-image {
    

    
    
    
  }


#s-f5f63fc4-82af-4484-ab50-24c364d4f41e .shogun-image-content {
  
    align-items: center;
  
}

#s-57ab9172-512c-4731-93ca-ab101b9f396f {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-57ab9172-512c-4731-93ca-ab101b9f396f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-57ab9172-512c-4731-93ca-ab101b9f396f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-57ab9172-512c-4731-93ca-ab101b9f396f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ab9172-512c-4731-93ca-ab101b9f396f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1513b755-dbca-4a9b-83e1-f9cd7d23addf {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-1513b755-dbca-4a9b-83e1-f9cd7d23addf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1513b755-dbca-4a9b-83e1-f9cd7d23addf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cff068f-6573-4678-826c-43e607a42418 {
  text-align: center;
}







  #s-8cff068f-6573-4678-826c-43e607a42418 img.shogun-image {
    

    
    
    
  }


#s-8cff068f-6573-4678-826c-43e607a42418 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7c00672-1ac1-40ce-bce2-b6e1ce2f40eb {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f7c00672-1ac1-40ce-bce2-b6e1ce2f40eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c00672-1ac1-40ce-bce2-b6e1ce2f40eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bcbf3a3-e431-4f69-82ab-b5041b1a67b9 {
  text-align: center;
}







  #s-3bcbf3a3-e431-4f69-82ab-b5041b1a67b9 img.shogun-image {
    

    
    
    
  }


#s-3bcbf3a3-e431-4f69-82ab-b5041b1a67b9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9 {
  display: none;
}
#s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9, #wrap-s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-75fb5b82-38f5-4c0f-bbbf-6f750beb76f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1130fdd6-c801-4fc4-a06f-29c088d83200 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-1130fdd6-c801-4fc4-a06f-29c088d83200"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1130fdd6-c801-4fc4-a06f-29c088d83200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1130fdd6-c801-4fc4-a06f-29c088d83200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1130fdd6-c801-4fc4-a06f-29c088d83200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-eb46c27c-3790-4b10-b524-bf82f6ed3c46 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-eb46c27c-3790-4b10-b524-bf82f6ed3c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb46c27c-3790-4b10-b524-bf82f6ed3c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39707afc-e0e5-445f-94b4-22c31a4cd43e {
  text-align: center;
}







  #s-39707afc-e0e5-445f-94b4-22c31a4cd43e img.shogun-image {
    

    
    
    
  }


#s-39707afc-e0e5-445f-94b4-22c31a4cd43e .shogun-image-content {
  
    align-items: center;
  
}

#s-d63758ee-084a-4a5e-ae73-7ff1a8bf7e7c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d63758ee-084a-4a5e-ae73-7ff1a8bf7e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63758ee-084a-4a5e-ae73-7ff1a8bf7e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-305618c9-b7a5-4f55-9a77-4e4a297b6f0e {
  text-align: center;
}








#s-305618c9-b7a5-4f55-9a77-4e4a297b6f0e .shogun-image-content {
  
    align-items: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f3f56600-cbed-4286-a634-95917428eaad {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-f3f56600-cbed-4286-a634-95917428eaad .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-92127df0-aff4-4205-bc9c-124c3b6d51d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92127df0-aff4-4205-bc9c-124c3b6d51d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92127df0-aff4-4205-bc9c-124c3b6d51d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92127df0-aff4-4205-bc9c-124c3b6d51d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 td.shogun-table-column, #s-60b66258-2b30-4fb6-8bf3-e75cedd2e9c0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8fb22b31-d55b-4d51-a046-373c83cfdcc9 {
  min-height: 0px;
}

#s-eccdc968-982f-4c34-9694-0503e4ca07ed {
  min-height: 0px;
}

#s-0408d497-505b-4067-b2b6-97ef1c8af094 {
  min-height: 0px;
}

#s-c9a21936-3371-496b-a130-f8d3a8c338b1 {
  min-height: 0px;
}

#s-47a3baf4-98a4-409e-9ce8-b4bd1e2ffe89 {
  min-height: 0px;
}

#s-c4cbe649-e808-4f3c-9b8a-41c02ad9c043 {
  min-height: 0px;
}

#s-a80ac203-e5c3-4d9d-b05b-7e162e12ef79 {
  min-height: 0px;
}

#s-82349cc4-7fa5-4352-8536-692b5e64beab {
  min-height: 0px;
}

#s-ab35c04b-8d5c-4de1-b084-f283d730c1c8 {
  min-height: 0px;
}

#s-d1990da5-a1ed-4b23-9453-5422d7d734f6 {
  min-height: 0px;
}

#s-b5f68689-ac59-4f4b-b647-6790c4b10771 {
  min-height: 0px;
}

#s-7ea49cf6-ebee-44ea-a28a-a2153f13742b {
  min-height: 0px;
}

#s-9c28fca5-de77-43ce-abe0-0ff9798a02fe {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 0px;
}

#s-412ee2b6-33d5-49b0-a36f-68d224c94d8c {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-0dc78cf9-52c2-4544-9295-d6eb3a3a0e56 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-0dc78cf9-52c2-4544-9295-d6eb3a3a0e56 {
  margin-top: 16px;
}
}
#s-5dc05a99-55c5-41c3-8842-0825f55b6d92 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5dc05a99-55c5-41c3-8842-0825f55b6d92 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5dc05a99-55c5-41c3-8842-0825f55b6d92 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5dc05a99-55c5-41c3-8842-0825f55b6d92 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-5dc05a99-55c5-41c3-8842-0825f55b6d92 td.shogun-table-column, #s-5dc05a99-55c5-41c3-8842-0825f55b6d92 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a6cc7d59-9d3b-454c-ae6c-4bcb6102571c {
  min-height: 0px;
}

#s-85f5b325-5e4e-4530-84de-a945d0c1a8d5 {
  min-height: 0px;
}

#s-9933b5a4-b58d-4071-9448-a9ef11035c72 {
  min-height: 0px;
}

#s-a23a7458-1424-47f8-9c3b-77d047649fca {
  min-height: 0px;
}

#s-44d5fc03-1579-4ed4-9ff0-2be92c3aadc2 {
  min-height: 0px;
}

#s-121dacd9-39fc-4555-929d-153cc56a1d5c {
  min-height: 0px;
}

#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d {
  display: none;
}
#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d, #wrap-s-4eab3c19-84af-44ae-bab8-b775d66f4c2d { display: none !important; }}@media (max-width: 767px){#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d {
  display: none;
}
#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d, #wrap-s-4eab3c19-84af-44ae-bab8-b775d66f4c2d { display: none !important; }}







#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eab3c19-84af-44ae-bab8-b775d66f4c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d77a1067-4520-48a9-8d7c-2180068e1d7e {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d77a1067-4520-48a9-8d7c-2180068e1d7e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-72bf4480-4d36-45ce-9f77-482d826bdc70 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-72bf4480-4d36-45ce-9f77-482d826bdc70 {
  display: none;
}
#s-72bf4480-4d36-45ce-9f77-482d826bdc70, #wrap-s-72bf4480-4d36-45ce-9f77-482d826bdc70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72bf4480-4d36-45ce-9f77-482d826bdc70 {
  display: none;
}
#s-72bf4480-4d36-45ce-9f77-482d826bdc70, #wrap-s-72bf4480-4d36-45ce-9f77-482d826bdc70 { display: none !important; }}







#s-72bf4480-4d36-45ce-9f77-482d826bdc70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72bf4480-4d36-45ce-9f77-482d826bdc70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db11ab2d-5879-4be0-b5fb-923818a76f2c {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db11ab2d-5879-4be0-b5fb-923818a76f2c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e {
  display: none;
}
#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e, #wrap-s-1777d159-0b44-42bd-b0e1-7883cc64ff1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e {
  display: none;
}
#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e, #wrap-s-1777d159-0b44-42bd-b0e1-7883cc64ff1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e {
  display: none;
}
#s-1777d159-0b44-42bd-b0e1-7883cc64ff1e, #wrap-s-1777d159-0b44-42bd-b0e1-7883cc64ff1e { display: none !important; }}
#s-b4924157-fd1b-49a6-886a-f04394108881 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4924157-fd1b-49a6-886a-f04394108881 img.shogun-image {
  width: 100%;
}



}
#s-94e64d7e-fde3-4e36-a4b5-f1e074ccaa84 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-94e64d7e-fde3-4e36-a4b5-f1e074ccaa84 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6317138d-27ad-4505-a1b6-6a61294bf3dd {
  min-height: 50px;
text-align: center;
}

#s-6317138d-27ad-4505-a1b6-6a61294bf3dd .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6317138d-27ad-4505-a1b6-6a61294bf3dd .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6317138d-27ad-4505-a1b6-6a61294bf3dd .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-a80b4ec8-035e-4be3-961a-66a6a9049b9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a80b4ec8-035e-4be3-961a-66a6a9049b9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a80b4ec8-035e-4be3-961a-66a6a9049b9f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-35e1bc08-8039-4378-9ac5-d35ae0816122 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35e1bc08-8039-4378-9ac5-d35ae0816122 img.shogun-image {
  width: 100%;
}



}
#s-5ed717f6-21e2-4061-89a7-de5521afc9cb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-5ed717f6-21e2-4061-89a7-de5521afc9cb .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5dab16fc-5f70-4f93-a6ba-7496aed38477 {
  min-height: 50px;
text-align: center;
}

#s-5dab16fc-5f70-4f93-a6ba-7496aed38477 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5dab16fc-5f70-4f93-a6ba-7496aed38477 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5dab16fc-5f70-4f93-a6ba-7496aed38477 .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-37a89ea0-6adb-496d-940b-71fb79ef33f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-37a89ea0-6adb-496d-940b-71fb79ef33f9:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37a89ea0-6adb-496d-940b-71fb79ef33f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37a89ea0-6adb-496d-940b-71fb79ef33f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37a89ea0-6adb-496d-940b-71fb79ef33f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37a89ea0-6adb-496d-940b-71fb79ef33f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37a89ea0-6adb-496d-940b-71fb79ef33f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37a89ea0-6adb-496d-940b-71fb79ef33f9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 {
  display: none;
}
#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9, #wrap-s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 {
  display: none;
}
#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9, #wrap-s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 { display: none !important; }}@media (max-width: 767px){#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 {
  display: none;
}
#s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9, #wrap-s-442832b2-5ad2-4ae8-b1c3-abbdd590b4f9 { display: none !important; }}
#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1e43baf-a7d5-4942-9758-0a2c2522eb9f img.shogun-image {
  width: 100%;
}



}
#s-e6ece620-5081-42a5-935f-761350672a33 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-e6ece620-5081-42a5-935f-761350672a33 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-88d2280e-a0a5-42a9-8fd8-e2feed989eb9 {
  min-height: 50px;
text-align: center;
}

#s-88d2280e-a0a5-42a9-8fd8-e2feed989eb9 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-88d2280e-a0a5-42a9-8fd8-e2feed989eb9 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-88d2280e-a0a5-42a9-8fd8-e2feed989eb9 .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-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-20a7ac1d-1c49-4f0e-bd04-4ee65b2b1658.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1ba3d73d-ac90-45e9-bca7-4451b572014c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1ba3d73d-ac90-45e9-bca7-4451b572014c img.shogun-image {
  width: 100%;
}



}
#s-ab868ce0-7d9f-4fcd-97e6-a4fa4fbe547f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-ab868ce0-7d9f-4fcd-97e6-a4fa4fbe547f .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d1e9812a-9d85-4c98-bb60-ae5a26456978 {
  min-height: 50px;
text-align: center;
}

#s-d1e9812a-9d85-4c98-bb60-ae5a26456978 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d1e9812a-9d85-4c98-bb60-ae5a26456978 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1e9812a-9d85-4c98-bb60-ae5a26456978 .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-7ae97613-75b7-4539-945b-247e97d15221 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ae97613-75b7-4539-945b-247e97d15221:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ae97613-75b7-4539-945b-247e97d15221:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ae97613-75b7-4539-945b-247e97d15221 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ae97613-75b7-4539-945b-247e97d15221.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ae97613-75b7-4539-945b-247e97d15221.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ae97613-75b7-4539-945b-247e97d15221.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7ae97613-75b7-4539-945b-247e97d15221.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fda2ae4-8d3f-45d5-be8c-71a91c1c0537 img.shogun-image {
  width: 100%;
}



}
#s-1cb4717c-3fb0-4fc2-b5f4-b8551458a3dd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1cb4717c-3fb0-4fc2-b5f4-b8551458a3dd .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2603f039-19b1-4f02-bd20-146a51a40d7a {
  min-height: 50px;
text-align: center;
}

#s-2603f039-19b1-4f02-bd20-146a51a40d7a .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2603f039-19b1-4f02-bd20-146a51a40d7a .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2603f039-19b1-4f02-bd20-146a51a40d7a .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-7199a939-2f3c-4f2d-8431-d794c86c8a16 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7199a939-2f3c-4f2d-8431-d794c86c8a16:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7199a939-2f3c-4f2d-8431-d794c86c8a16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7199a939-2f3c-4f2d-8431-d794c86c8a16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7199a939-2f3c-4f2d-8431-d794c86c8a16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7199a939-2f3c-4f2d-8431-d794c86c8a16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7199a939-2f3c-4f2d-8431-d794c86c8a16.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7199a939-2f3c-4f2d-8431-d794c86c8a16.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-48eecfab-55da-4380-b23e-97056964dcc0 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-48eecfab-55da-4380-b23e-97056964dcc0 {
  display: none;
}
#s-48eecfab-55da-4380-b23e-97056964dcc0, #wrap-s-48eecfab-55da-4380-b23e-97056964dcc0 { display: none !important; }}@media (max-width: 767px){#s-48eecfab-55da-4380-b23e-97056964dcc0 {
  display: none;
}
#s-48eecfab-55da-4380-b23e-97056964dcc0, #wrap-s-48eecfab-55da-4380-b23e-97056964dcc0 { display: none !important; }}
#s-44c10b63-ec35-46d6-a16e-c63c2456ff8c {
  margin-top: auto;
margin-bottom: auto;
}

#s-160044ba-114a-4544-94ed-a0ada48c3a04 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-160044ba-114a-4544-94ed-a0ada48c3a04 img.shogun-image {
  width: 100%;
}



}
#s-7d234343-505c-4761-bef2-0c00cede2d3b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-7d234343-505c-4761-bef2-0c00cede2d3b .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a3414f56-4343-4160-b32a-e496dadd1a01 {
  min-height: 50px;
text-align: center;
}

#s-a3414f56-4343-4160-b32a-e496dadd1a01 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3414f56-4343-4160-b32a-e496dadd1a01 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-a3414f56-4343-4160-b32a-e496dadd1a01 .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-404c7356-d8e2-4e08-be1c-8fac7bacbde6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-404c7356-d8e2-4e08-be1c-8fac7bacbde6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-404c7356-d8e2-4e08-be1c-8fac7bacbde6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2e618657-9f6c-4cfe-a16a-6632958b7159 {
  margin-top: auto;
margin-bottom: auto;
}

#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c6d2e90-6b88-4809-ac1d-833f2d2eda9d img.shogun-image {
  width: 100%;
}



}
#s-cc41e354-e89c-40b5-a3cd-a8e795143814 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-cc41e354-e89c-40b5-a3cd-a8e795143814 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-095cfb58-666a-4165-bacd-dca784ee87ea {
  min-height: 50px;
text-align: center;
}

#s-095cfb58-666a-4165-bacd-dca784ee87ea .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-095cfb58-666a-4165-bacd-dca784ee87ea .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-095cfb58-666a-4165-bacd-dca784ee87ea .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-82fb8f11-6610-4f0f-8c4a-74d1fe403516 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82fb8f11-6610-4f0f-8c4a-74d1fe403516.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-82fb8f11-6610-4f0f-8c4a-74d1fe403516.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e4793286-9913-4a3d-a4a7-bdd008ca369c {
  margin-top: auto;
margin-bottom: auto;
}

#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c62cdb1-7cbe-41f8-b18d-4bb830b7e79b img.shogun-image {
  width: 100%;
}



}
#s-95709684-9705-40db-8264-c8acbd1e7aa3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-95709684-9705-40db-8264-c8acbd1e7aa3 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2f21c783-0c68-43c9-8e19-127e79b4a9c5 {
  min-height: 50px;
text-align: center;
}

#s-2f21c783-0c68-43c9-8e19-127e79b4a9c5 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f21c783-0c68-43c9-8e19-127e79b4a9c5 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-2f21c783-0c68-43c9-8e19-127e79b4a9c5 .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-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8c9aaf32-bc9d-4692-8b04-8a8e0fd0b381.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fea099ce-dece-4ce6-aff1-07e9698eb04e {
  margin-top: auto;
margin-bottom: auto;
}

#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
text-align: center;
opacity: 1;
}



.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-233df9b6-6c7c-47f6-9fd3-bd9150cfb3eb img.shogun-image {
  width: 100%;
}



}
#s-3617226b-b458-4b3a-9a60-7d7acb1bbfcf {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-3617226b-b458-4b3a-9a60-7d7acb1bbfcf .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dd7f2a45-ebd9-4b05-bf35-5cb2678f534d {
  min-height: 50px;
text-align: center;
}

#s-dd7f2a45-ebd9-4b05-bf35-5cb2678f534d .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd7f2a45-ebd9-4b05-bf35-5cb2678f534d .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-dd7f2a45-ebd9-4b05-bf35-5cb2678f534d .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-43e7b351-98d5-4af6-bf12-5a426f0c8d7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-43e7b351-98d5-4af6-bf12-5a426f0c8d7c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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