.shg-box {
  position: relative;
}

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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-7bfb6c2d-1b89-4805-ab2b-38b729ee899d { min-height: 50px; }
#s-7bfb6c2d-1b89-4805-ab2b-38b729ee899d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

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

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

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

#s-c76de26a-d236-4bf6-975e-23b331dd7f7e { text-align: center; }
.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;
}

#s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4 { padding-top: 30px; }
@media (min-width: 0px) {
[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d5c200b5-4f86-4f6a-b962-e0fb9fa07ee4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b8dbff90-d891-4fde-936d-a2db0ea0d7e9 { padding-top: 20px;
padding-right: 15px; }
#s-961f4582-b06d-47ea-982c-30239e6f9623 { text-align: center; }
#s-1879d6cc-d789-4634-941b-28faeaab29e1 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1879d6cc-d789-4634-941b-28faeaab29e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b0cba936-047a-480b-9f15-9a793851fcd6 { text-align: center; }
#s-6d1701c6-9019-400e-b6e3-33a85d318331 { padding-top: 20px;
padding-left: 15px;
padding-right: 0px; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

.shg-category-row {
  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-col {
    padding: 20px 0;
  }

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

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

#s-4f199dd5-5d17-407c-8c42-0138c3431cef { padding-bottom: 30px; }
#s-61949765-cf0e-484e-85f7-fa1b3d994f4b {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-e1db2b58-89ba-4f3e-aac3-bf2cbf4353c3 { 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-d1eb8389-6970-4b9c-81ae-7dcd77b44678 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-d1eb8389-6970-4b9c-81ae-7dcd77b44678 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-21dcf888-3bbf-4b2c-8cb7-e8b28a2bc5f8 { text-align: left; }
#s-21dcf888-3bbf-4b2c-8cb7-e8b28a2bc5f8 .shg-product-sold-out {
  display: none;
}

#s-21dcf888-3bbf-4b2c-8cb7-e8b28a2bc5f8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-21dcf888-3bbf-4b2c-8cb7-e8b28a2bc5f8 .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-30d7b5ff-6fee-4c91-acff-1514720f83a8 {
  display: none;
}
#s-296d4104-f863-4b72-af69-ff06214dea38 { text-align: left; }
#s-1e4c6ad0-a1ea-4f70-96f0-2e76bf6d7fbf { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-1e4c6ad0-a1ea-4f70-96f0-2e76bf6d7fbf .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-478151df-fa62-4354-843b-ca4882b45983 { text-align: left; }
#s-478151df-fa62-4354-843b-ca4882b45983 .shg-product-sold-out {
  display: none;
}

#s-478151df-fa62-4354-843b-ca4882b45983 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-478151df-fa62-4354-843b-ca4882b45983 .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-38911438-da5b-485b-9f6b-58c2dbf96ad3 {
  display: none;
}
#s-6d356ff1-9953-416a-9654-770a2a363991 { text-align: left; }
#s-8e73ce78-7533-4d35-9463-ad14faae4f58 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-8e73ce78-7533-4d35-9463-ad14faae4f58 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-c5a4aa12-6d3c-4473-a6d1-ec1cb16d6d11 { text-align: left; }
#s-c5a4aa12-6d3c-4473-a6d1-ec1cb16d6d11 .shg-product-sold-out {
  display: none;
}

#s-c5a4aa12-6d3c-4473-a6d1-ec1cb16d6d11 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c5a4aa12-6d3c-4473-a6d1-ec1cb16d6d11 .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-cae7ab6b-4b74-48b1-ac3c-37ed0394efb2 {
  display: none;
}
#s-1dbb83ec-75ac-4519-88a9-958976a94552 { text-align: left; }
#s-4414dec7-681a-4f64-9cea-323686efe690 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4414dec7-681a-4f64-9cea-323686efe690 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-cb69c11f-76ab-4438-8c22-70d1bacebe1a { text-align: left; }
#s-cb69c11f-76ab-4438-8c22-70d1bacebe1a .shg-product-sold-out {
  display: none;
}

#s-cb69c11f-76ab-4438-8c22-70d1bacebe1a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cb69c11f-76ab-4438-8c22-70d1bacebe1a .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%;
}

#s-24c941da-d9b3-467a-81d7-caf431d8c453 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-24c941da-d9b3-467a-81d7-caf431d8c453:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-24c941da-d9b3-467a-81d7-caf431d8c453:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-24c941da-d9b3-467a-81d7-caf431d8c453 {
  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-24c941da-d9b3-467a-81d7-caf431d8c453.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24c941da-d9b3-467a-81d7-caf431d8c453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-24c941da-d9b3-467a-81d7-caf431d8c453.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fdf3ef34-7d7b-49b2-8931-072bdc7844f6 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-fdf3ef34-7d7b-49b2-8931-072bdc7844f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-56add000-f766-445f-9056-b4270fb69e7c { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(248, 243, 237, 1); }
@media (min-width: 0px) {
[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56add000-f766-445f-9056-b4270fb69e7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-90c7453b-3700-4ef9-8587-be89351b5d33 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-90c7453b-3700-4ef9-8587-be89351b5d33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4ed11b49-afd6-4446-9e85-5603586e2d2a .shogun-icon-wrapper {
  text-align: center;
}


#s-4ed11b49-afd6-4446-9e85-5603586e2d2a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-fd111f5c-10ec-4858-8177-85a596e8a6dd { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-ae40f640-df87-4f1e-93e1-5a4e00693e4e { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-ae40f640-df87-4f1e-93e1-5a4e00693e4e:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-ae40f640-df87-4f1e-93e1-5a4e00693e4e:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-ae40f640-df87-4f1e-93e1-5a4e00693e4e.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-11e413b2-8401-4efa-86f5-636173d3a6e3 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-11e413b2-8401-4efa-86f5-636173d3a6e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f7c5b3d0-2e9a-4b12-8029-359581827186 .shogun-icon-wrapper {
  text-align: center;
}


#s-f7c5b3d0-2e9a-4b12-8029-359581827186 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-c97a8fcd-7dab-4612-8fde-c8cbf5cbd53f { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-f5d34223-8a8a-4cfb-90d3-5080821f8f8d { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-f5d34223-8a8a-4cfb-90d3-5080821f8f8d:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-f5d34223-8a8a-4cfb-90d3-5080821f8f8d:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-f5d34223-8a8a-4cfb-90d3-5080821f8f8d.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18b9f79f-aa3c-4f60-9dcb-3ccf84a82843"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8ad6eb08-ab3f-4fa2-9133-19408dd6f4d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-8ad6eb08-ab3f-4fa2-9133-19408dd6f4d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(175, 143, 52, 1);
}

#s-340b4952-f644-4e00-83e1-3959cc48c9ca { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-5010f6e4-0d58-49ba-a5b0-0137b2789649 { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
text-align: center;
background-color: rgba(175, 143, 52, 1);
text-decoration: none; }
#s-5010f6e4-0d58-49ba-a5b0-0137b2789649:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-5010f6e4-0d58-49ba-a5b0-0137b2789649:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-5010f6e4-0d58-49ba-a5b0-0137b2789649.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-3b965d88-7c7c-4d64-8696-66e98b4f5638 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-3b965d88-7c7c-4d64-8696-66e98b4f5638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-053c0ce6-0439-4183-8569-fd7d5f7dde6e { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-053c0ce6-0439-4183-8569-fd7d5f7dde6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2dcb07e9-3770-41d0-972b-6ff43828ccb1 { text-align: left; }
#s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cdb9c8a-d82c-4c3c-b44d-6d66fef27a73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-357f718d-b49d-4258-8c3d-d9c99192c90d { text-align: center; }
#s-3039e472-b32a-4765-a3f0-c46229c0bf3d { padding-top: 0px; }
#s-ebe3ebf3-6290-494c-98b9-5756e85be3c0 { padding-top: 15px; }
#s-24c6da9d-7f9a-4b40-bebc-b5652cff081b { padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px; }
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

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