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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-af31e550-a3ae-417d-8508-454f9e46fc88 {
  opacity: 1;
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(2, 167, 233, 1);
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(2, 167, 233, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-af31e550-a3ae-417d-8508-454f9e46fc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 {
  display: none;
}
#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8, #wrap-s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 {
  display: none;
}
#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8, #wrap-s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 {
  display: none;
}
#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8, #wrap-s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 { display:none !important; }}






  #s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 img.shogun-image {
    

    
    
    
  }


#s-d210e1fc-0e63-4323-99d8-7e966fd16fb8 .shogun-image-content {
  
    align-items: center;
  
}

.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-783200b7-749c-485f-873a-5bfba60d863a {
  min-height: 50px;
}








#s-783200b7-749c-485f-873a-5bfba60d863a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-783200b7-749c-485f-873a-5bfba60d863a.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;
}

@media (min-width: 0px) {
[id="s-026ec3db-6e3b-401c-9816-19bfaf4052d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-026ec3db-6e3b-401c-9816-19bfaf4052d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-026ec3db-6e3b-401c-9816-19bfaf4052d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-026ec3db-6e3b-401c-9816-19bfaf4052d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-0dc79177-233b-481e-aebc-bb8338c34e87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dc79177-233b-481e-aebc-bb8338c34e87 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

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

#s-7c973367-9ccb-4e93-821f-5998c27f39cf hr {
  border-top: 1px solid #ddd;
}

#s-5e6004fe-b494-4390-8b02-1b624aa399ed {
  text-align: center;
}







  #s-5e6004fe-b494-4390-8b02-1b624aa399ed img.shogun-image {
    

    
    
    
  }


#s-5e6004fe-b494-4390-8b02-1b624aa399ed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9e3dbc80-5da4-4034-99b7-e3824a0046d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3dbc80-5da4-4034-99b7-e3824a0046d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e3dbc80-5da4-4034-99b7-e3824a0046d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e3dbc80-5da4-4034-99b7-e3824a0046d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05892815-6a4a-459c-92ee-bd52e7099e6f {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-05892815-6a4a-459c-92ee-bd52e7099e6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05892815-6a4a-459c-92ee-bd52e7099e6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05892815-6a4a-459c-92ee-bd52e7099e6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05892815-6a4a-459c-92ee-bd52e7099e6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c8f849e-9efd-4869-966a-b8eb7f0348dc hr {
  border-top: 2px solid #ddd;
}

#s-34c68999-84ea-40f2-993c-b5493ba14add {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-34c68999-84ea-40f2-993c-b5493ba14add"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34c68999-84ea-40f2-993c-b5493ba14add"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34c68999-84ea-40f2-993c-b5493ba14add"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34c68999-84ea-40f2-993c-b5493ba14add"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6cab18a3-379f-4fb7-9328-2cc821a566ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cab18a3-379f-4fb7-9328-2cc821a566ae .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5633787f-23e1-45b7-8be5-24ddd2cd90c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5633787f-23e1-45b7-8be5-24ddd2cd90c7 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-56375066-2fcd-48c0-9014-2e7eb1e5287f hr {
  border-top: 2px solid #ddd;
}

#s-be4cd45a-faea-41d8-b6c0-7bb771782779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be4cd45a-faea-41d8-b6c0-7bb771782779 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



@media (min-width: 0px) {
[id="s-621926c4-b52f-45a7-acc8-97513f8c8f8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-621926c4-b52f-45a7-acc8-97513f8c8f8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-621926c4-b52f-45a7-acc8-97513f8c8f8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-621926c4-b52f-45a7-acc8-97513f8c8f8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-636db6a6-c687-471d-92a3-2af412fd996c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-636db6a6-c687-471d-92a3-2af412fd996c .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  
}



#s-8ed42f1d-44a5-47a9-9e25-93499a94075f {
  min-height: 50px;
}








#s-8ed42f1d-44a5-47a9-9e25-93499a94075f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ed42f1d-44a5-47a9-9e25-93499a94075f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-547c35d8-db8e-407a-a5a1-b14db0e155c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-547c35d8-db8e-407a-a5a1-b14db0e155c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-547c35d8-db8e-407a-a5a1-b14db0e155c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-547c35d8-db8e-407a-a5a1-b14db0e155c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a2fe904-214d-4edd-9bf6-eb3ee7330493 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a2fe904-214d-4edd-9bf6-eb3ee7330493 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-be04ad79-dfb9-4c6e-a9b1-6f9b68cef58f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be04ad79-dfb9-4c6e-a9b1-6f9b68cef58f .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e735388d-dffe-4a07-b261-b8b026bd52e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e735388d-dffe-4a07-b261-b8b026bd52e3 .shogun-heading-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-255ee40c-dc65-42c2-b0ca-9f1a985b1bb6 {
  min-height: 50px;
}








#s-255ee40c-dc65-42c2-b0ca-9f1a985b1bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255ee40c-dc65-42c2-b0ca-9f1a985b1bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-25ba6719-5b2a-4719-bcc2-21c69856fba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25ba6719-5b2a-4719-bcc2-21c69856fba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25ba6719-5b2a-4719-bcc2-21c69856fba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25ba6719-5b2a-4719-bcc2-21c69856fba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b662405-fa95-4718-88a5-9fff4d65d645 {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-6b662405-fa95-4718-88a5-9fff4d65d645 hr {
  border-top: 2px solid #ddd;
}

#s-676d7e47-a06f-4928-95b0-4435c71c50bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-676d7e47-a06f-4928-95b0-4435c71c50bc .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-193e8094-609b-4cc8-8688-6871aab2c048 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-193e8094-609b-4cc8-8688-6871aab2c048:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-193e8094-609b-4cc8-8688-6871aab2c048:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-193e8094-609b-4cc8-8688-6871aab2c048-btn-wrapper {
    text-align: center;
  }


#s-193e8094-609b-4cc8-8688-6871aab2c048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-193e8094-609b-4cc8-8688-6871aab2c048-btn-wrapper {
    text-align: center;
  }


#s-193e8094-609b-4cc8-8688-6871aab2c048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-193e8094-609b-4cc8-8688-6871aab2c048-btn-wrapper {
    text-align: center;
  }


#s-193e8094-609b-4cc8-8688-6871aab2c048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-193e8094-609b-4cc8-8688-6871aab2c048-btn-wrapper {
    text-align: center;
  }


#s-193e8094-609b-4cc8-8688-6871aab2c048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-193e8094-609b-4cc8-8688-6871aab2c048-btn-wrapper {
    text-align: center;
  }


#s-193e8094-609b-4cc8-8688-6871aab2c048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29f73e7c-ec57-4f03-a245-2326882a325b {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-29f73e7c-ec57-4f03-a245-2326882a325b hr {
  border-top: 2px solid #ddd;
}

.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-9cdccd3a-de62-4eb7-b1ad-59fd4f820cbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cdccd3a-de62-4eb7-b1ad-59fd4f820cbf .shg-product-title-component h3 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
}

#s-541c5762-0b7a-49aa-b02b-2c9c72f511fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-541c5762-0b7a-49aa-b02b-2c9c72f511fc .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  
}



#s-383b12f2-df70-4ff3-bb37-0f76fd9eb8eb {
  min-height: 50px;
}








#s-383b12f2-df70-4ff3-bb37-0f76fd9eb8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-383b12f2-df70-4ff3-bb37-0f76fd9eb8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf68ab9-4f17-4ec8-aa69-dbd1ce492a1e {
  min-height: 50px;
}








#s-bbf68ab9-4f17-4ec8-aa69-dbd1ce492a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf68ab9-4f17-4ec8-aa69-dbd1ce492a1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44eabca-017d-402d-8959-63ca0dcbe90b {
  min-height: 50px;
}








#s-a44eabca-017d-402d-8959-63ca0dcbe90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44eabca-017d-402d-8959-63ca0dcbe90b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6f44df9-e172-499d-b9d6-092d533299dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f44df9-e172-499d-b9d6-092d533299dc .shogun-heading-component h2 {
  color: rgba(89, 89, 89, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-f656b6fc-1da2-453c-a5ac-7616144e05cb {
  min-height: 50px;
}








#s-f656b6fc-1da2-453c-a5ac-7616144e05cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f656b6fc-1da2-453c-a5ac-7616144e05cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47b47622-e04c-409b-b7a8-ebfed80eb1ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47b47622-e04c-409b-b7a8-ebfed80eb1ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47b47622-e04c-409b-b7a8-ebfed80eb1ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47b47622-e04c-409b-b7a8-ebfed80eb1ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-625eca49-ae4a-4077-a4a4-7671d3f4022c {
  text-align: center;
}







  #s-625eca49-ae4a-4077-a4a4-7671d3f4022c img.shogun-image {
    

    
    
    
  }


#s-625eca49-ae4a-4077-a4a4-7671d3f4022c .shogun-image-content {
  
    align-items: center;
  
}

#s-21263954-ff34-48bc-8aab-6366adecbde5 {
  min-height: 50px;
}








#s-21263954-ff34-48bc-8aab-6366adecbde5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21263954-ff34-48bc-8aab-6366adecbde5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53525366-0546-4e4f-b35a-b68d4105b60a hr {
  border-top: 1px solid #ddd;
}

#s-6e1511ef-71cd-4b94-8093-32b316ee8950 hr {
  border-top: 1px solid #ddd;
}

#s-4472fa8c-5563-4e44-9e45-a3c2cc15c0a7 hr {
  border-top: 1px solid #ddd;
}

#s-4fe3c620-90e2-48c1-8cfb-79b43da0bc70 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-4fe3c620-90e2-48c1-8cfb-79b43da0bc70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fe3c620-90e2-48c1-8cfb-79b43da0bc70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fe3c620-90e2-48c1-8cfb-79b43da0bc70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fe3c620-90e2-48c1-8cfb-79b43da0bc70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-55fe6de3-5f6d-4abb-b064-23505c746d3a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-55fe6de3-5f6d-4abb-b064-23505c746d3a .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d5dbbbd4-38c9-4a81-afbe-b7946598df42 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a2e598fe-c93c-48a9-a17b-11706adcc46c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2e598fe-c93c-48a9-a17b-11706adcc46c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2e598fe-c93c-48a9-a17b-11706adcc46c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2e598fe-c93c-48a9-a17b-11706adcc46c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-904ed635-a1b8-49a0-9b25-e12766cd51fd {
  min-height: 50px;
}








#s-904ed635-a1b8-49a0-9b25-e12766cd51fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-904ed635-a1b8-49a0-9b25-e12766cd51fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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-7ba9a4eb-2f30-4128-be70-4040721cce17 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a0e154fa-b9bc-4462-868a-1ab606107f02 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-11cfc721-a45c-4ae2-889f-c217e35127a5 {
  text-align: left;
}



.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11cfc721-a45c-4ae2-889f-c217e35127a5 img.shogun-image {
  width: 100%;
}



}
#s-8c80eddc-5f19-4bca-9300-a703d9742748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c80eddc-5f19-4bca-9300-a703d9742748 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-572b99ca-692a-4c7b-a63a-7831ff6e9a71 {
  text-align: left;
}

#s-572b99ca-692a-4c7b-a63a-7831ff6e9a71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-572b99ca-692a-4c7b-a63a-7831ff6e9a71 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-572b99ca-692a-4c7b-a63a-7831ff6e9a71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-e50ad82f-c53f-402f-b908-8b9fcb18b057 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-e50ad82f-c53f-402f-b908-8b9fcb18b057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e50ad82f-c53f-402f-b908-8b9fcb18b057:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e50ad82f-c53f-402f-b908-8b9fcb18b057 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e50ad82f-c53f-402f-b908-8b9fcb18b057.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e50ad82f-c53f-402f-b908-8b9fcb18b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e50ad82f-c53f-402f-b908-8b9fcb18b057.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e50ad82f-c53f-402f-b908-8b9fcb18b057.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bc248ceb-62fe-42a0-9c68-f9f57d229d1c {
  display: none;
}
#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 {
  text-align: left;
}



.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-097003bf-c85d-4c78-8ded-99c32b8f1ed1 img.shogun-image {
  width: 100%;
}



}
#s-0799de49-69f4-4d0e-8ddd-d2b588554759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0799de49-69f4-4d0e-8ddd-d2b588554759 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-21d99556-9897-4c1f-8fc4-2d071de1bb61 {
  text-align: left;
}

#s-21d99556-9897-4c1f-8fc4-2d071de1bb61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21d99556-9897-4c1f-8fc4-2d071de1bb61 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-21d99556-9897-4c1f-8fc4-2d071de1bb61 .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-8be160a2-dfc4-4e34-8960-736c83f61c87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-8be160a2-dfc4-4e34-8960-736c83f61c87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8be160a2-dfc4-4e34-8960-736c83f61c87:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}


#s-8be160a2-dfc4-4e34-8960-736c83f61c87 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8be160a2-dfc4-4e34-8960-736c83f61c87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8be160a2-dfc4-4e34-8960-736c83f61c87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8be160a2-dfc4-4e34-8960-736c83f61c87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8be160a2-dfc4-4e34-8960-736c83f61c87.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-07a54262-b672-4c4b-b273-0e299e6eb5fd {
  display: none;
}
#s-e3e00f20-3dd1-4851-ad15-10824bccb45b {
  text-align: left;
}



.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3e00f20-3dd1-4851-ad15-10824bccb45b img.shogun-image {
  width: 100%;
}



}
#s-fb247103-44d0-4049-9734-78989d93c760 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb247103-44d0-4049-9734-78989d93c760 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-40c8ab72-de04-4f36-b00c-7fdd0318f678 {
  text-align: left;
}

#s-40c8ab72-de04-4f36-b00c-7fdd0318f678 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40c8ab72-de04-4f36-b00c-7fdd0318f678 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40c8ab72-de04-4f36-b00c-7fdd0318f678 .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-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de4bc47b-09c4-42ba-83c5-7b49b47b7cf0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-40f37c97-8a4e-4de8-a613-5c3a3d60c9d7 {
  display: none;
}
#s-a65d899f-287d-42eb-a230-77f2aec14ff9 {
  text-align: left;
}



.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a65d899f-287d-42eb-a230-77f2aec14ff9 img.shogun-image {
  width: 100%;
}



}
#s-2246de33-e6e1-4b41-9002-4a604830aadf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2246de33-e6e1-4b41-9002-4a604830aadf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-47b6e3dd-bedb-4b81-9471-db6751e37389 {
  text-align: left;
}

#s-47b6e3dd-bedb-4b81-9471-db6751e37389 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47b6e3dd-bedb-4b81-9471-db6751e37389 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-47b6e3dd-bedb-4b81-9471-db6751e37389 .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-e82abbf8-25da-4f5c-9805-812019549e82 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-e82abbf8-25da-4f5c-9805-812019549e82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e82abbf8-25da-4f5c-9805-812019549e82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e82abbf8-25da-4f5c-9805-812019549e82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e82abbf8-25da-4f5c-9805-812019549e82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e82abbf8-25da-4f5c-9805-812019549e82.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e82abbf8-25da-4f5c-9805-812019549e82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e82abbf8-25da-4f5c-9805-812019549e82.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-61ad12c9-9286-475a-8284-83114c6971a5 {
  display: none;
}
#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 {
  text-align: left;
}



.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8b4b9a8-3c75-441c-b328-0523cc0059c5 img.shogun-image {
  width: 100%;
}



}
#s-e19af7d0-2b83-4c32-8038-971768bddc77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e19af7d0-2b83-4c32-8038-971768bddc77 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-fc2da4ef-a5a7-45cd-966a-acee2ff6bf46 {
  text-align: left;
}

#s-fc2da4ef-a5a7-45cd-966a-acee2ff6bf46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc2da4ef-a5a7-45cd-966a-acee2ff6bf46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc2da4ef-a5a7-45cd-966a-acee2ff6bf46 .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-001b81a7-ce3b-4e96-8e84-7ba2652b34b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-001b81a7-ce3b-4e96-8e84-7ba2652b34b4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f7f52c8a-bcce-42be-82ba-34dfe203326d {
  display: none;
}
#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb {
  text-align: left;
}



.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3a326ac-9a2a-44c6-ab9e-705e553a55fb img.shogun-image {
  width: 100%;
}



}
#s-9106183a-68e7-43ef-9b60-fdcd162ad52e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9106183a-68e7-43ef-9b60-fdcd162ad52e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-895922a3-3244-4c73-bbee-5dc2cc9b816a {
  text-align: left;
}

#s-895922a3-3244-4c73-bbee-5dc2cc9b816a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-895922a3-3244-4c73-bbee-5dc2cc9b816a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-895922a3-3244-4c73-bbee-5dc2cc9b816a .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-77df389d-9d9f-4812-aa7d-afab6b51b21b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-77df389d-9d9f-4812-aa7d-afab6b51b21b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77df389d-9d9f-4812-aa7d-afab6b51b21b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77df389d-9d9f-4812-aa7d-afab6b51b21b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77df389d-9d9f-4812-aa7d-afab6b51b21b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77df389d-9d9f-4812-aa7d-afab6b51b21b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77df389d-9d9f-4812-aa7d-afab6b51b21b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-77df389d-9d9f-4812-aa7d-afab6b51b21b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1c5901d7-15d3-4edd-b00b-a6f35aa735f0 {
  display: none;
}
#s-976bb550-a91c-4fa8-958f-5b96c2e6797f {
  text-align: left;
}



.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-976bb550-a91c-4fa8-958f-5b96c2e6797f img.shogun-image {
  width: 100%;
}



}
#s-3817dbf0-c825-44b4-9d19-8a7c5b04c2ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3817dbf0-c825-44b4-9d19-8a7c5b04c2ea .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ce35dbff-1d2d-4080-9fe7-cba128ae654f {
  text-align: left;
}

#s-ce35dbff-1d2d-4080-9fe7-cba128ae654f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce35dbff-1d2d-4080-9fe7-cba128ae654f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce35dbff-1d2d-4080-9fe7-cba128ae654f .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-954c7887-20f9-438a-a5b1-9c3eb57493eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-954c7887-20f9-438a-a5b1-9c3eb57493eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-954c7887-20f9-438a-a5b1-9c3eb57493eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-954c7887-20f9-438a-a5b1-9c3eb57493eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-954c7887-20f9-438a-a5b1-9c3eb57493eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-954c7887-20f9-438a-a5b1-9c3eb57493eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-954c7887-20f9-438a-a5b1-9c3eb57493eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-954c7887-20f9-438a-a5b1-9c3eb57493eb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0bbbbdef-cbd6-4af0-9e41-cfa086fbcd52 {
  display: none;
}
#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b {
  text-align: left;
}



.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c2095f-9369-4dfe-9a3f-a6a40c8c058b img.shogun-image {
  width: 100%;
}



}
#s-64c61ce5-e9ae-4e2b-804e-39548ee019e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64c61ce5-e9ae-4e2b-804e-39548ee019e5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4eb751e4-1d39-447a-97a6-0bfec45e4a8b {
  text-align: left;
}

#s-4eb751e4-1d39-447a-97a6-0bfec45e4a8b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4eb751e4-1d39-447a-97a6-0bfec45e4a8b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4eb751e4-1d39-447a-97a6-0bfec45e4a8b .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-130dbdbc-62e2-4278-a1b5-8b644cb6f73e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-130dbdbc-62e2-4278-a1b5-8b644cb6f73e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-142cd25e-08cd-45d5-a961-4715eea3b05d {
  display: none;
}
#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 {
  text-align: left;
}



.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0851358f-f60f-41da-9af3-ccfa3a72eae7 img.shogun-image {
  width: 100%;
}



}
#s-1d889be4-6929-4d88-9700-0d93a60118c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d889be4-6929-4d88-9700-0d93a60118c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2f990742-ce74-4ee0-98c2-f291c263532a {
  text-align: left;
}

#s-2f990742-ce74-4ee0-98c2-f291c263532a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f990742-ce74-4ee0-98c2-f291c263532a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2f990742-ce74-4ee0-98c2-f291c263532a .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-71b96dd9-fc16-47a5-9b90-820586ca5f6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71b96dd9-fc16-47a5-9b90-820586ca5f6f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71b96dd9-fc16-47a5-9b90-820586ca5f6f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5248750d-f9c9-476f-9078-7638a998d14d {
  display: none;
}
#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 {
  text-align: left;
}



.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb620e83-b5d1-45c1-b7b1-b8a9e92ab5d3 img.shogun-image {
  width: 100%;
}



}
#s-7802f965-85e5-4fb4-a6ee-38987d6cab65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7802f965-85e5-4fb4-a6ee-38987d6cab65 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-26875c7d-383d-4a34-bbf7-70aa471b3649 {
  text-align: left;
}

#s-26875c7d-383d-4a34-bbf7-70aa471b3649 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26875c7d-383d-4a34-bbf7-70aa471b3649 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-26875c7d-383d-4a34-bbf7-70aa471b3649 .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-cb527019-7dee-45ce-a0df-6cf4135f0f5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cb527019-7dee-45ce-a0df-6cf4135f0f5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb527019-7dee-45ce-a0df-6cf4135f0f5b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c8b0168-68b6-4fd0-9630-92d6aee7de3a {
  display: none;
}
#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c {
  text-align: left;
}



.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e92246c-1e78-4141-9d90-2565c9e9cc9c img.shogun-image {
  width: 100%;
}



}
#s-277b92e3-65f4-469c-8061-91a237ec5dbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-277b92e3-65f4-469c-8061-91a237ec5dbb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d3ba0718-8cf9-460a-932d-948e81b34e16 {
  text-align: left;
}

#s-d3ba0718-8cf9-460a-932d-948e81b34e16 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3ba0718-8cf9-460a-932d-948e81b34e16 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3ba0718-8cf9-460a-932d-948e81b34e16 .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-d54ba908-66b3-467a-aed9-c7ce0d7aea66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d54ba908-66b3-467a-aed9-c7ce0d7aea66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d54ba908-66b3-467a-aed9-c7ce0d7aea66.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8239dcfb-ac91-4411-8a61-647fc0516599 {
  display: none;
}
#s-e26a3f45-4523-438c-9b32-3f3318321ab3 {
  text-align: left;
}



.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26a3f45-4523-438c-9b32-3f3318321ab3 img.shogun-image {
  width: 100%;
}



}
#s-ea37d6c0-dc61-4183-94fc-ab705570563c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea37d6c0-dc61-4183-94fc-ab705570563c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d6840194-2e22-4381-88db-6340a268b7bc {
  text-align: left;
}

#s-d6840194-2e22-4381-88db-6340a268b7bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d6840194-2e22-4381-88db-6340a268b7bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d6840194-2e22-4381-88db-6340a268b7bc .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-35c0a42e-2bda-4350-a6dc-a5539695d090 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-35c0a42e-2bda-4350-a6dc-a5539695d090:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35c0a42e-2bda-4350-a6dc-a5539695d090:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35c0a42e-2bda-4350-a6dc-a5539695d090 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35c0a42e-2bda-4350-a6dc-a5539695d090.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35c0a42e-2bda-4350-a6dc-a5539695d090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35c0a42e-2bda-4350-a6dc-a5539695d090.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-35c0a42e-2bda-4350-a6dc-a5539695d090.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1298b516-761a-4623-a61c-26bff1eae677 {
  display: none;
}
#s-f024337a-ed40-4762-b3bf-b9a6495021ce {
  text-align: left;
}



.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f024337a-ed40-4762-b3bf-b9a6495021ce img.shogun-image {
  width: 100%;
}



}
#s-cb42ab8c-4825-4a34-ab1a-85ee1c111487 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb42ab8c-4825-4a34-ab1a-85ee1c111487 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-028b85f3-f5b1-4e41-842e-e796e227fcdc {
  text-align: left;
}

#s-028b85f3-f5b1-4e41-842e-e796e227fcdc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-028b85f3-f5b1-4e41-842e-e796e227fcdc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-028b85f3-f5b1-4e41-842e-e796e227fcdc .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-c79e66a0-5b29-4f5d-82e4-1d768bdd3836 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c79e66a0-5b29-4f5d-82e4-1d768bdd3836.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4cd45ae7-3a52-44fa-8174-04c485869310 {
  display: none;
}
#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 {
  text-align: left;
}



.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3679852c-cdb0-438d-93d4-b2a6cb697f54 img.shogun-image {
  width: 100%;
}



}
#s-d047e181-0784-4873-a45d-cf8f589347d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d047e181-0784-4873-a45d-cf8f589347d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-abd93a23-fe66-4c51-95b0-d3e030cabe67 {
  text-align: left;
}

#s-abd93a23-fe66-4c51-95b0-d3e030cabe67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abd93a23-fe66-4c51-95b0-d3e030cabe67 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abd93a23-fe66-4c51-95b0-d3e030cabe67 .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-a5f87541-9f38-4bc7-8961-03bbaadd42bb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5f87541-9f38-4bc7-8961-03bbaadd42bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a5f87541-9f38-4bc7-8961-03bbaadd42bb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9c310595-8829-4fc8-a133-709da9128b74 {
  display: none;
}
#s-a35e988a-62cb-47b7-a569-3b691c27d253 {
  text-align: left;
}



.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a35e988a-62cb-47b7-a569-3b691c27d253 img.shogun-image {
  width: 100%;
}



}
#s-bfc69215-a8ca-49a5-915c-9704226ab553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfc69215-a8ca-49a5-915c-9704226ab553 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ce0fba33-d857-4282-865f-7112ccdef51b {
  text-align: left;
}

#s-ce0fba33-d857-4282-865f-7112ccdef51b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce0fba33-d857-4282-865f-7112ccdef51b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce0fba33-d857-4282-865f-7112ccdef51b .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-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08a6cdf4-fdf6-46f6-820f-fcfc909bde2d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ad85bd02-e8eb-4669-8086-d1bdf4af9a50 {
  display: none;
}
#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 {
  text-align: left;
}



.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c58dcf7-df91-4e27-81ae-b40b7ea5cf21 img.shogun-image {
  width: 100%;
}



}
#s-4de24653-5694-4d9a-a982-31a50b8f008b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4de24653-5694-4d9a-a982-31a50b8f008b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c0758b27-9df5-4d1c-8cd1-50120d449502 {
  text-align: left;
}

#s-c0758b27-9df5-4d1c-8cd1-50120d449502 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0758b27-9df5-4d1c-8cd1-50120d449502 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c0758b27-9df5-4d1c-8cd1-50120d449502 .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-fd8f3545-36f9-481f-adb6-d2374701c49b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-fd8f3545-36f9-481f-adb6-d2374701c49b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd8f3545-36f9-481f-adb6-d2374701c49b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd8f3545-36f9-481f-adb6-d2374701c49b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd8f3545-36f9-481f-adb6-d2374701c49b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd8f3545-36f9-481f-adb6-d2374701c49b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd8f3545-36f9-481f-adb6-d2374701c49b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd8f3545-36f9-481f-adb6-d2374701c49b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-433fee10-e93d-41f6-b54d-9b64a4f1908e {
  display: none;
}
#s-3339b94a-cc8e-4122-ad48-330e78d56d4e {
  text-align: left;
}



.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3339b94a-cc8e-4122-ad48-330e78d56d4e img.shogun-image {
  width: 100%;
}



}
#s-1c8d9771-b2fe-45b0-b439-857892aed984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c8d9771-b2fe-45b0-b439-857892aed984 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-592ff3cd-eb56-4aaf-adb1-b8747d5896e5 {
  text-align: left;
}

#s-592ff3cd-eb56-4aaf-adb1-b8747d5896e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-592ff3cd-eb56-4aaf-adb1-b8747d5896e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-592ff3cd-eb56-4aaf-adb1-b8747d5896e5 .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-864ac942-c61a-4386-be15-2efb32c4378b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-864ac942-c61a-4386-be15-2efb32c4378b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-864ac942-c61a-4386-be15-2efb32c4378b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-864ac942-c61a-4386-be15-2efb32c4378b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-864ac942-c61a-4386-be15-2efb32c4378b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-864ac942-c61a-4386-be15-2efb32c4378b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-864ac942-c61a-4386-be15-2efb32c4378b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-864ac942-c61a-4386-be15-2efb32c4378b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-103fc0e8-7624-44fa-a2bb-a9d1a2ecf44f {
  display: none;
}
#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be {
  text-align: left;
}



.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2b1fa81-0eb5-4ccd-bf6b-dadfca5202be img.shogun-image {
  width: 100%;
}



}
#s-69b1b183-b7b8-4b04-be29-3979c35da952 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69b1b183-b7b8-4b04-be29-3979c35da952 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ac8298a9-0047-4f09-9a58-09bd3c75dc32 {
  text-align: left;
}

#s-ac8298a9-0047-4f09-9a58-09bd3c75dc32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac8298a9-0047-4f09-9a58-09bd3c75dc32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac8298a9-0047-4f09-9a58-09bd3c75dc32 .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-27699484-c409-430f-8944-d915f2ab42b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-27699484-c409-430f-8944-d915f2ab42b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27699484-c409-430f-8944-d915f2ab42b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27699484-c409-430f-8944-d915f2ab42b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27699484-c409-430f-8944-d915f2ab42b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27699484-c409-430f-8944-d915f2ab42b4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27699484-c409-430f-8944-d915f2ab42b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27699484-c409-430f-8944-d915f2ab42b4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f0961b9b-627b-43ba-b9a3-295e760fb465 {
  display: none;
}
#s-fe062b55-0683-4c22-b97f-16d11d97bb26 {
  text-align: left;
}



.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe062b55-0683-4c22-b97f-16d11d97bb26 img.shogun-image {
  width: 100%;
}



}
#s-2e5bbd93-928e-4a44-8e74-016c411a2f4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e5bbd93-928e-4a44-8e74-016c411a2f4e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f1e18fc4-4730-4775-b54a-174de73e55d4 {
  text-align: left;
}

#s-f1e18fc4-4730-4775-b54a-174de73e55d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f1e18fc4-4730-4775-b54a-174de73e55d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f1e18fc4-4730-4775-b54a-174de73e55d4 .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-9923275c-43f7-40d0-93f5-2521e0d1e218 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-9923275c-43f7-40d0-93f5-2521e0d1e218:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9923275c-43f7-40d0-93f5-2521e0d1e218:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9923275c-43f7-40d0-93f5-2521e0d1e218 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9923275c-43f7-40d0-93f5-2521e0d1e218.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9923275c-43f7-40d0-93f5-2521e0d1e218.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9923275c-43f7-40d0-93f5-2521e0d1e218.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9923275c-43f7-40d0-93f5-2521e0d1e218.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-941893e5-7ef8-4b1f-9b58-28bebfba7692 {
  display: none;
}
#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 {
  text-align: left;
}



.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b047573-2c27-4aa0-b755-cdb3dc46e306 img.shogun-image {
  width: 100%;
}



}
#s-0318aa0b-d746-4bce-a50e-7aaaece8bcc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0318aa0b-d746-4bce-a50e-7aaaece8bcc3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-53711ad5-4cdc-4eda-a33b-699acac8f94e {
  text-align: left;
}

#s-53711ad5-4cdc-4eda-a33b-699acac8f94e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53711ad5-4cdc-4eda-a33b-699acac8f94e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53711ad5-4cdc-4eda-a33b-699acac8f94e .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-840c38b1-c8b0-4711-a056-2706d1157048 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-840c38b1-c8b0-4711-a056-2706d1157048:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-840c38b1-c8b0-4711-a056-2706d1157048:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-840c38b1-c8b0-4711-a056-2706d1157048 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c38b1-c8b0-4711-a056-2706d1157048.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c38b1-c8b0-4711-a056-2706d1157048.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c38b1-c8b0-4711-a056-2706d1157048.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-840c38b1-c8b0-4711-a056-2706d1157048.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d6e64e00-3c4d-444b-ac73-fccdcc02e36f {
  display: none;
}
#s-167274f5-ffcf-440c-aebc-35f8acc64c92 {
  text-align: left;
}



.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-167274f5-ffcf-440c-aebc-35f8acc64c92 img.shogun-image {
  width: 100%;
}



}
#s-127b19e9-d54f-4aff-882c-569acc44b6d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-127b19e9-d54f-4aff-882c-569acc44b6d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a532c759-415d-4fb1-9be2-ffca6313ee67 {
  text-align: left;
}

#s-a532c759-415d-4fb1-9be2-ffca6313ee67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a532c759-415d-4fb1-9be2-ffca6313ee67 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a532c759-415d-4fb1-9be2-ffca6313ee67 .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-c58eb65b-9448-4d3f-b108-8fcf2b047b75 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c58eb65b-9448-4d3f-b108-8fcf2b047b75.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c58eb65b-9448-4d3f-b108-8fcf2b047b75.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bea98930-5b07-4a0d-8b54-9704e05bb13c {
  display: none;
}
#s-011b8724-c37c-43e3-bd1f-113841b1c54f {
  text-align: left;
}



.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011b8724-c37c-43e3-bd1f-113841b1c54f img.shogun-image {
  width: 100%;
}



}
#s-f98a81f4-8e7c-4f9e-80f3-ce59d4a7596e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f98a81f4-8e7c-4f9e-80f3-ce59d4a7596e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9ebb775b-d513-4852-a565-fe8926e38692 {
  text-align: left;
}

#s-9ebb775b-d513-4852-a565-fe8926e38692 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ebb775b-d513-4852-a565-fe8926e38692 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ebb775b-d513-4852-a565-fe8926e38692 .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-606ba365-83c7-48de-a3a4-aef69a909e90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-606ba365-83c7-48de-a3a4-aef69a909e90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-606ba365-83c7-48de-a3a4-aef69a909e90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-606ba365-83c7-48de-a3a4-aef69a909e90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-606ba365-83c7-48de-a3a4-aef69a909e90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-606ba365-83c7-48de-a3a4-aef69a909e90.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-606ba365-83c7-48de-a3a4-aef69a909e90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-606ba365-83c7-48de-a3a4-aef69a909e90.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-42a04143-5dc0-4bb4-8d31-ccdf3827a66a {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-42a04143-5dc0-4bb4-8d31-ccdf3827a66a hr {
  border-top: 2px solid #ddd;
}

#s-4bf440fd-7625-4db0-b140-a6b37528ef96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bf440fd-7625-4db0-b140-a6b37528ef96 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2dba8655-23ab-4f3f-b0ca-de43895b56b8-btn-wrapper {
    text-align: center;
  }


#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2dba8655-23ab-4f3f-b0ca-de43895b56b8-btn-wrapper {
    text-align: center;
  }


#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dba8655-23ab-4f3f-b0ca-de43895b56b8-btn-wrapper {
    text-align: center;
  }


#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dba8655-23ab-4f3f-b0ca-de43895b56b8-btn-wrapper {
    text-align: center;
  }


#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2dba8655-23ab-4f3f-b0ca-de43895b56b8-btn-wrapper {
    text-align: center;
  }


#s-2dba8655-23ab-4f3f-b0ca-de43895b56b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2adcb5a9-b65b-4ecc-bf04-db67a8f681e3 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-aa43bd31-1088-4a8d-9151-e290307851b1 hr {
  border-top: 1px solid #ddd;
}

#s-7f1e5e13-842b-4c07-9946-6c67afae4682 {
  padding-top: 19px;
padding-bottom: 19px;
}

#s-7f1e5e13-842b-4c07-9946-6c67afae4682 hr {
  border-top: 2px solid #ddd;
}

#s-bec3bfac-8564-42ac-b3b1-2a31064b7004 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-bec3bfac-8564-42ac-b3b1-2a31064b7004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec3bfac-8564-42ac-b3b1-2a31064b7004"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bec3bfac-8564-42ac-b3b1-2a31064b7004"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bec3bfac-8564-42ac-b3b1-2a31064b7004"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bec3bfac-8564-42ac-b3b1-2a31064b7004"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-30dbc799-9fd6-4bf7-9cb3-3d285a8d5a2e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30dbc799-9fd6-4bf7-9cb3-3d285a8d5a2e .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-8f979f4d-b128-43ab-809e-e829705caea6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f979f4d-b128-43ab-809e-e829705caea6 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  
}



#s-629d593e-b80a-4c48-99f5-56f0ee1c389b hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-03901bf4-2cf6-4d8c-876a-2895e977934f {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-03901bf4-2cf6-4d8c-876a-2895e977934f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03901bf4-2cf6-4d8c-876a-2895e977934f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03901bf4-2cf6-4d8c-876a-2895e977934f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03901bf4-2cf6-4d8c-876a-2895e977934f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-45642988-5fd3-4dbb-a764-479bf9285b4b {
  text-align: center;
}







  #s-45642988-5fd3-4dbb-a764-479bf9285b4b img.shogun-image {
    

    
    
    
  }


#s-45642988-5fd3-4dbb-a764-479bf9285b4b .shogun-image-content {
  
    align-items: center;
  
}

#s-c74dad9b-9283-41e7-b0c9-765e66f8f84a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c74dad9b-9283-41e7-b0c9-765e66f8f84a .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-eb941789-5eac-4281-914c-5d140f346037 hr {
  border-top: 1px solid #ddd;
}

#s-0e90844b-2b21-4206-b59e-a5806e8d0737 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ee3bb3f7-8055-469e-a4c4-4093aea514f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee3bb3f7-8055-469e-a4c4-4093aea514f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee3bb3f7-8055-469e-a4c4-4093aea514f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee3bb3f7-8055-469e-a4c4-4093aea514f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2a61c4a5-44ba-4aeb-b270-c57878118ade {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-2a61c4a5-44ba-4aeb-b270-c57878118ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a61c4a5-44ba-4aeb-b270-c57878118ade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a61c4a5-44ba-4aeb-b270-c57878118ade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a61c4a5-44ba-4aeb-b270-c57878118ade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a61c4a5-44ba-4aeb-b270-c57878118ade"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6241fbb1-7d3e-4967-87ec-11d9ffd5db3e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6241fbb1-7d3e-4967-87ec-11d9ffd5db3e .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-a2d9986a-2d70-43eb-83fc-5a4f53a53f87 {
  text-align: center;
}







  #s-a2d9986a-2d70-43eb-83fc-5a4f53a53f87 img.shogun-image {
    

    
    
    
  }


#s-a2d9986a-2d70-43eb-83fc-5a4f53a53f87 .shogun-image-content {
  
    align-items: center;
  
}

#s-403fdce8-f682-4725-a93d-cdaf8a8cf773 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-b93be91c-f0ac-4079-bbe7-1cd05edc7067 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b93be91c-f0ac-4079-bbe7-1cd05edc7067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b93be91c-f0ac-4079-bbe7-1cd05edc7067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b93be91c-f0ac-4079-bbe7-1cd05edc7067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b93be91c-f0ac-4079-bbe7-1cd05edc7067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-10a728e5-9940-4784-8d82-e2ec79b586cf {
  text-align: center;
}







  #s-10a728e5-9940-4784-8d82-e2ec79b586cf img.shogun-image {
    

    
    
    
  }


#s-10a728e5-9940-4784-8d82-e2ec79b586cf .shogun-image-content {
  
    align-items: center;
  
}

#s-c15221c3-75a7-4f22-be72-efd28d21f6d3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c15221c3-75a7-4f22-be72-efd28d21f6d3 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d08abaa0-394e-47b3-908f-90391166c602 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-12c26330-8bd7-4118-ab81-69e18ba880d3 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-12c26330-8bd7-4118-ab81-69e18ba880d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12c26330-8bd7-4118-ab81-69e18ba880d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12c26330-8bd7-4118-ab81-69e18ba880d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c26330-8bd7-4118-ab81-69e18ba880d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-12c26330-8bd7-4118-ab81-69e18ba880d3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6d6ae4d6-9d3f-4efe-875b-11e5bd7fc029 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6d6ae4d6-9d3f-4efe-875b-11e5bd7fc029 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-bdd0b2ad-1b37-434c-9526-8c62ae38f776 {
  text-align: center;
}







  #s-bdd0b2ad-1b37-434c-9526-8c62ae38f776 img.shogun-image {
    

    
    
    
  }


#s-bdd0b2ad-1b37-434c-9526-8c62ae38f776 .shogun-image-content {
  
    align-items: center;
  
}

#s-20048778-9465-4f11-9f1f-04921a12e8bc hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-30a11464-6fb5-4aee-a450-73e5eb6903a0 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-30a11464-6fb5-4aee-a450-73e5eb6903a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a11464-6fb5-4aee-a450-73e5eb6903a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30a11464-6fb5-4aee-a450-73e5eb6903a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30a11464-6fb5-4aee-a450-73e5eb6903a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04c61807-6b1b-4b08-9cfc-5ae393d68a70 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-04c61807-6b1b-4b08-9cfc-5ae393d68a70 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-93f1e1b8-8b5e-4174-a575-4713eed0f8d3 {
  min-height: 50px;
}








#s-93f1e1b8-8b5e-4174-a575-4713eed0f8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f1e1b8-8b5e-4174-a575-4713eed0f8d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1de23eb-efcd-4f01-8722-411451e708b4 {
  opacity: 0;
}

#s-c1de23eb-efcd-4f01-8722-411451e708b4 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-550321d0-44f9-4610-9ea8-165c2d66504a hr {
  border-top: 2px solid #ddd;
}

#s-38838277-d120-43b7-9dbf-97dfe37a3664 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38838277-d120-43b7-9dbf-97dfe37a3664 .shogun-heading-component h1 {
  color: rgba(89, 89, 89, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-1067d93b-7e3e-493f-9cdc-fd338a34b4b5 hr {
  border-top: 2px solid #ddd;
}

#s-fbb65d6e-451b-4a4f-abc5-d6e1125e04f2 {
  opacity: 0;
}

#s-fbb65d6e-451b-4a4f-abc5-d6e1125e04f2 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-602c5cc4-e45d-4114-9982-2289a5822a82 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-602c5cc4-e45d-4114-9982-2289a5822a82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-602c5cc4-e45d-4114-9982-2289a5822a82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-602c5cc4-e45d-4114-9982-2289a5822a82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-602c5cc4-e45d-4114-9982-2289a5822a82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-602c5cc4-e45d-4114-9982-2289a5822a82"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-86c7a275-12b7-4029-bfd3-fa775c230dd3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-86c7a275-12b7-4029-bfd3-fa775c230dd3 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-dc169ace-e28e-4039-901b-f105d9a9dfb8 hr {
  border-top: 30px solid rgba(255, 255, 255, 1);
}

#s-654305df-0e22-47d0-9dcd-07ae46c078c9 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-654305df-0e22-47d0-9dcd-07ae46c078c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-654305df-0e22-47d0-9dcd-07ae46c078c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-654305df-0e22-47d0-9dcd-07ae46c078c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-654305df-0e22-47d0-9dcd-07ae46c078c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc6ffddb-f070-4dbb-bf42-50bfed4b8c5c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bc6ffddb-f070-4dbb-bf42-50bfed4b8c5c .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



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