.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

#s-00a12491-f2d4-4ff8-8308-56d2d27a145b { min-height: 50px; }
#s-00a12491-f2d4-4ff8-8308-56d2d27a145b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-rich-text {
  overflow-wrap: break-word;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-65127b3f-b4c1-45a2-9056-6e8f14885e48 { min-height: 50px; }
#s-65127b3f-b4c1-45a2-9056-6e8f14885e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-573a4f3a-b40e-4eff-9ab8-1e2452ea91a7 { min-height: 50px; }
#s-573a4f3a-b40e-4eff-9ab8-1e2452ea91a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-90ff0e99-e3f5-4f46-9926-fec70e78a74d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e7c1e65f-acf6-4eee-a752-578ee602a57b { min-height: 50px; }
#s-e7c1e65f-acf6-4eee-a752-578ee602a57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-c8ead65a-356f-4ef1-8511-d1155034b705 { text-align: center; }
#s-4353eea2-6572-4424-84a2-73cb5bee167a { min-height: 50px; }
#s-4353eea2-6572-4424-84a2-73cb5bee167a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-24f6d121-e812-4e7c-bc27-8391e2deacf8 { text-align: center; }
#s-4a0fb01c-2441-428e-bbf2-2fcd1abcbf26 { min-height: 50px; }
#s-4a0fb01c-2441-428e-bbf2-2fcd1abcbf26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-766bbac9-d676-43cd-97d8-fae6587b70b9 { padding-top: 15px; }
#s-26c1b5f1-2896-4db3-a9a2-22fc6c9cd495 { min-height: 50px; }
#s-26c1b5f1-2896-4db3-a9a2-22fc6c9cd495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cddab768-66dc-4809-88fa-16cfd3009199 { text-align: center; }
#s-f5c4d21e-37a6-4844-b001-f24b2c5f0bd8 { min-height: 50px; }
#s-f5c4d21e-37a6-4844-b001-f24b2c5f0bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d3be1afd-4d7d-42c2-a7e3-e16fa3207d67 { margin-top: 10px; }
#s-86594665-4cab-4863-9d04-5a95572598ee { min-height: 50px; }
#s-86594665-4cab-4863-9d04-5a95572598ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5c69bdf9-ee7b-4b71-bac5-e4bb666c8541 { min-height: 50px; }
#s-5c69bdf9-ee7b-4b71-bac5-e4bb666c8541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1274d9f0-0885-49c3-94f0-b876be3d32ff { min-height: 50px; }
#s-1274d9f0-0885-49c3-94f0-b876be3d32ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-bb67c97f-f26b-45c2-ad09-74dc0f35828f { min-height: 50px; }
#s-bb67c97f-f26b-45c2-ad09-74dc0f35828f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9da983b5-dffc-43be-b93d-ebabe547a769 { padding-top: 15px;
padding-bottom: 10px; }
#s-d04b7d9a-cbf9-4ff4-b6d3-66681e56e9bc { min-height: 50px; }
#s-d04b7d9a-cbf9-4ff4-b6d3-66681e56e9bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3d172cc2-af3f-46a0-9d61-34cdf69ae617 { padding-top: 10px; }
#s-6c8ec58d-007e-4c37-b867-bb97fe633706 { min-height: 50px; }
#s-6c8ec58d-007e-4c37-b867-bb97fe633706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2cf698ed-5f31-42fc-bd91-fe74e5955c1c { min-height: 50px; }
#s-2cf698ed-5f31-42fc-bd91-fe74e5955c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $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 {
    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-fcb285e4-bf85-40c1-aec9-68d5c0224e76 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-cfd1343c-e0df-4ae2-a26f-9a7b10ae34e3 { text-align: left; }
#s-51b9fbc3-e9cc-4c93-b1ff-a5f023f79af9 { text-align: left; }
#s-51b9fbc3-e9cc-4c93-b1ff-a5f023f79af9 .shg-product-sold-out {
  display: none;
}

#s-51b9fbc3-e9cc-4c93-b1ff-a5f023f79af9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-51b9fbc3-e9cc-4c93-b1ff-a5f023f79af9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-5ed66604-1670-40ac-af5a-a712f7f67bf7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-5ed66604-1670-40ac-af5a-a712f7f67bf7:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5ed66604-1670-40ac-af5a-a712f7f67bf7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5ed66604-1670-40ac-af5a-a712f7f67bf7 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ed66604-1670-40ac-af5a-a712f7f67bf7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ed66604-1670-40ac-af5a-a712f7f67bf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5ed66604-1670-40ac-af5a-a712f7f67bf7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a13f2874-8d39-4b95-a7b3-ba33037b84d2 {
  display: none;
}
#s-0c488b93-17f3-4a47-b0bf-35d5827c393a { text-align: left; }
#s-7ee12a28-5d80-4a49-8c3a-ec379fff7313 { text-align: left; }
#s-7ee12a28-5d80-4a49-8c3a-ec379fff7313 .shg-product-sold-out {
  display: none;
}

#s-7ee12a28-5d80-4a49-8c3a-ec379fff7313 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7ee12a28-5d80-4a49-8c3a-ec379fff7313 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ffb28244-dc2e-4431-aed7-ef93949d8863 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-ffb28244-dc2e-4431-aed7-ef93949d8863:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ffb28244-dc2e-4431-aed7-ef93949d8863:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ffb28244-dc2e-4431-aed7-ef93949d8863 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ffb28244-dc2e-4431-aed7-ef93949d8863.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ffb28244-dc2e-4431-aed7-ef93949d8863.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ffb28244-dc2e-4431-aed7-ef93949d8863.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9f9f714e-990b-4456-a421-37651eb69052 {
  display: none;
}
#s-12421915-5932-4453-8fd6-7d6354c381e9 { text-align: left; }
#s-e854efc9-4e77-4684-b93f-08c6307ef03b { text-align: left; }
#s-e854efc9-4e77-4684-b93f-08c6307ef03b .shg-product-sold-out {
  display: none;
}

#s-e854efc9-4e77-4684-b93f-08c6307ef03b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e854efc9-4e77-4684-b93f-08c6307ef03b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-49a9beb5-d916-4228-8232-a7c0ee50ed6e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-549eca78-eab5-40d8-aebe-7c3771ce7e15 {
  display: none;
}
#s-2e65d836-581f-48e2-b947-e823495232d4 { text-align: left; }
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-d9e0f853-fc1e-47f2-948d-7b912349ab8b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d9e0f853-fc1e-47f2-948d-7b912349ab8b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-8a03e041-23bc-4dae-8dde-4b3c08a4c935 { text-align: left; }
#s-8a03e041-23bc-4dae-8dde-4b3c08a4c935 .shg-product-sold-out {
  display: none;
}

#s-8a03e041-23bc-4dae-8dde-4b3c08a4c935 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8a03e041-23bc-4dae-8dde-4b3c08a4c935 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-507923f5-c9a2-437e-857f-58b6678dee4e { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-507923f5-c9a2-437e-857f-58b6678dee4e:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-507923f5-c9a2-437e-857f-58b6678dee4e:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-507923f5-c9a2-437e-857f-58b6678dee4e {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-507923f5-c9a2-437e-857f-58b6678dee4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-507923f5-c9a2-437e-857f-58b6678dee4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-507923f5-c9a2-437e-857f-58b6678dee4e.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-47633b07-bbcb-49a6-913e-57c9c33d3d6a {
  display: none;
}
#s-1c7be090-3d4b-48f9-bde9-5eea8d393e10 { text-align: left; }
#s-f6f0c476-923e-4f37-adc9-4e7fda0f9919 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f6f0c476-923e-4f37-adc9-4e7fda0f9919 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-f819675e-4cd5-4767-a69d-045d1ec68965 { text-align: left; }
#s-f819675e-4cd5-4767-a69d-045d1ec68965 .shg-product-sold-out {
  display: none;
}

#s-f819675e-4cd5-4767-a69d-045d1ec68965 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f819675e-4cd5-4767-a69d-045d1ec68965 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b1442275-8430-41c4-8fd5-dac28a27e040 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-b1442275-8430-41c4-8fd5-dac28a27e040:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-b1442275-8430-41c4-8fd5-dac28a27e040:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b1442275-8430-41c4-8fd5-dac28a27e040 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1442275-8430-41c4-8fd5-dac28a27e040.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1442275-8430-41c4-8fd5-dac28a27e040.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b1442275-8430-41c4-8fd5-dac28a27e040.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cf9d21ff-af6e-4266-80ab-dd7447773f96 {
  display: none;
}
#s-dfe29d78-7c03-4ced-8b7c-b8becabd50df { text-align: left; }
#s-e4294a65-c3b7-4b70-8959-2a635322e3c1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e4294a65-c3b7-4b70-8959-2a635322e3c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-0e9928c8-252e-4895-8a9d-695918ee2bcd { text-align: left; }
#s-0e9928c8-252e-4895-8a9d-695918ee2bcd .shg-product-sold-out {
  display: none;
}

#s-0e9928c8-252e-4895-8a9d-695918ee2bcd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0e9928c8-252e-4895-8a9d-695918ee2bcd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2d4fffba-0737-4158-9fff-e4d4a1b88b65.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-f79155b3-fda3-4781-b074-8a17c89cb163 {
  display: none;
}
#s-7c2d0388-b6da-4519-9b85-e435f7bdcf74 { text-align: left; }
#s-e32c0c1a-3cb6-4f5f-8400-12490ae1d001 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e32c0c1a-3cb6-4f5f-8400-12490ae1d001 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}

#s-2cf82f45-8dac-4e05-bd06-2b9e995363ca { text-align: left; }
#s-2cf82f45-8dac-4e05-bd06-2b9e995363ca .shg-product-sold-out {
  display: none;
}

#s-2cf82f45-8dac-4e05-bd06-2b9e995363ca .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2cf82f45-8dac-4e05-bd06-2b9e995363ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525; }
#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f91a0b7c-68a7-4a00-bc25-b0ccae12eb41.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b2f2b6c4-a5c3-4ecc-af56-ca21758d84a0 { min-height: 50px; }
#s-b2f2b6c4-a5c3-4ecc-af56-ca21758d84a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6b1097b4-847f-4c3a-94fc-f42b3f10e90a { padding-top: 19px; }
#s-69e06357-914b-4dc2-8d91-1a107f8e815f { min-height: 50px; }
#s-69e06357-914b-4dc2-8d91-1a107f8e815f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5989cbbf-dde8-4012-882f-9032786410e2 { min-height: 50px; }
#s-5989cbbf-dde8-4012-882f-9032786410e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1615ec78-c67b-4093-b2d6-b86301a46b13 { min-height: 50px; }
#s-1615ec78-c67b-4093-b2d6-b86301a46b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-af44d80c-a03d-4b59-93bd-3634ae32496d { text-align: center; }
#s-abd61812-cc15-4aee-8009-a6ef8c0c1a05 { min-height: 50px; }
#s-abd61812-cc15-4aee-8009-a6ef8c0c1a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-be6fa3ba-c063-457a-ba28-c97966199136 { text-align: center; }
#s-5535d7fb-ae9c-47f2-a40e-990278944a1d { min-height: 50px; }
#s-5535d7fb-ae9c-47f2-a40e-990278944a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f3de7855-78c0-416b-b3ab-5c55a259432b { min-height: 50px; }
#s-f3de7855-78c0-416b-b3ab-5c55a259432b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-248fe381-f17a-453e-b50f-6f6f007d7126 { min-height: 50px; }
#s-248fe381-f17a-453e-b50f-6f6f007d7126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1bfb482b-38b5-416a-8ddf-fe911beaa62c { min-height: 50px; }
#s-1bfb482b-38b5-416a-8ddf-fe911beaa62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5ab8b270-f7db-41a4-8ba6-345162f9f697 { min-height: 50px; }
#s-5ab8b270-f7db-41a4-8ba6-345162f9f697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f693b533-318a-4643-8e63-cb588f8ae711 { min-height: 50px; }
#s-f693b533-318a-4643-8e63-cb588f8ae711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f0c46927-ee36-4236-a51d-818c3a6edca1 { min-height: 50px; }
#s-f0c46927-ee36-4236-a51d-818c3a6edca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ba6fc27b-0073-4a20-bdcd-d627e998a6ca { min-height: 50px; }
#s-ba6fc27b-0073-4a20-bdcd-d627e998a6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-05e6cecc-68be-4dca-a9e4-34fc0e94d122 { min-height: 50px; }
#s-05e6cecc-68be-4dca-a9e4-34fc0e94d122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-25f5c5c2-cef7-4b15-84e0-812ebcc4b6ea { min-height: 50px; }
#s-25f5c5c2-cef7-4b15-84e0-812ebcc4b6ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-40f9a515-0dd0-4223-bd28-b65d17b8d4c1 { min-height: 50px; }
#s-40f9a515-0dd0-4223-bd28-b65d17b8d4c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-4001809e-ba17-4567-9017-15804e5ae9b7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-4001809e-ba17-4567-9017-15804e5ae9b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4001809e-ba17-4567-9017-15804e5ae9b7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
}

#s-4001809e-ba17-4567-9017-15804e5ae9b7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4001809e-ba17-4567-9017-15804e5ae9b7 td.shogun-table-column, #s-4001809e-ba17-4567-9017-15804e5ae9b7 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

@media (min-width: 0px) {
[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c35ba3f0-44bc-4361-87f1-70ce95ce6025"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a1cc1319-bca2-4f34-8c5e-7c75a5931c5b { text-align: center; }
#s-355eeb1b-0dfb-474b-b2d5-11e3d6d6834a { text-align: center; }
#s-71709561-a7e3-4a88-b1c7-2acde5e1d96e { text-align: center; }
@media (min-width: 0px) {
[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-578de05c-c45c-418f-982d-35e33f542f7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-56d87c09-5d62-4ebd-8b61-6077a0f454e6 { text-align: center; }
#s-f959180c-b1bc-42c2-9919-8c1ac2077e6d { text-align: center; }
#s-b722bc53-174d-4951-a6e4-f68b72a541db { text-align: center; }
#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d { margin-top: 20px;
margin-bottom: 20px; }
#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
}

#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-612f9257-abf8-42f5-92c0-c0a4d5234a9d td.shogun-table-column, #s-612f9257-abf8-42f5-92c0-c0a4d5234a9d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

@media (min-width: 0px) {
[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f85539e1-bd08-4704-b241-b91749e3b7fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f4794d85-9a8d-4a43-aef3-d1bccedb00ec { text-align: center; }
#s-8a640ded-9652-42f1-b417-42c53f9e9a2b { text-align: center; }
#s-6fcaca47-6b19-4e2a-b9d9-32dc651b05fd { text-align: center; }
@media (min-width: 0px) {
[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a75a36-77a0-48c1-a367-394987591a71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f3412dc2-984d-4614-9843-971dbb6d5de0 {
  display: none;
}
#s-612dd549-ceb8-4511-8c9a-e8751f5021d5 { text-align: left; }
#s-0719adc6-fbac-4e82-92e5-55d0f2b2dca7 { text-align: center; }
#s-65eca281-8af9-4e79-8393-c31071c62769 { text-align: center; }
#s-0a013fc1-5f88-4c0f-bb47-12d82612ce2a { min-height: 50px; }
#s-0a013fc1-5f88-4c0f-bb47-12d82612ce2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8cc1dc19-2152-4626-9f86-871335db5710 { padding-top: 15px; }
#s-1248fb47-bbbd-401c-9694-367d7716b0ec { min-height: 50px; }
#s-1248fb47-bbbd-401c-9694-367d7716b0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b1d14798-1b21-4e61-8283-1bc7e9edc9ef { min-height: 50px; }
#s-b1d14798-1b21-4e61-8283-1bc7e9edc9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dc6b35a2-a0fe-4fba-8db8-948850108800 { min-height: 50px; }
#s-dc6b35a2-a0fe-4fba-8db8-948850108800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6be6ac47-b42b-4027-bf7b-39f921fa9dd3 { padding-top: 15px; }
#s-3477502d-1735-4b5e-8b12-5a6f81b60161 { min-height: 50px; }
#s-3477502d-1735-4b5e-8b12-5a6f81b60161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          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;
  }
}
