.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-de1b6ac3-3daa-4e35-91f5-2bd02ddbb585 { min-height: 50px; }
#s-de1b6ac3-3daa-4e35-91f5-2bd02ddbb585 > .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-7aa926d4-2c59-4ac7-9c76-6f683b4f5cfa { 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-70f29db8-9dbd-4741-9045-d0fb301f32bb { padding-top: 30px; }
@media (min-width: 0px) {
[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-70f29db8-9dbd-4741-9045-d0fb301f32bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-79605eee-3644-492d-a24b-f50c89afee4c { padding-top: 20px;
padding-right: 15px; }
#s-c8def679-8c48-4fc6-b6bd-26c89c1f8171 { text-align: center; }
#s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b528ebbf-2b52-4a37-b8a5-f82b3f0034f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4e6be502-f2eb-4d5f-9eeb-3692741a7f60 { text-align: center; }
#s-11227f43-d745-4be8-a12d-24ba369b2d3d { padding-top: 20px;
padding-left: 15px; }
#s-cc9349b7-78ce-478c-9001-632503d8228f { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc9349b7-78ce-478c-9001-632503d8228f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fc622a74-eb57-437e-a99f-01e49098357e { padding-top: 10px;
padding-bottom: 0px;
padding-right: 15px; }
#s-b71b0506-86b0-4572-8a84-b042eb85088f { text-align: center; }
#s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c2aea6b-13fa-47f1-9941-89c78dff3f2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-df4580c3-e7b6-4503-9cf0-567090ba85d6 { text-align: center; }
#s-afa74ee2-cff6-48b8-b764-8f3a2c1c9fb0 { padding-top: 20px;
padding-left: 15px;
padding-bottom: 0px; }
#s-e499d4da-d908-4071-bf7b-02acc328bf19 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e499d4da-d908-4071-bf7b-02acc328bf19"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65b50180-7bba-4daa-804f-df104b113691 { padding-top: 20px;
padding-bottom: 10px;
padding-right: 15px; }
#s-ec4758fd-1de1-4d2b-b8e0-69a58455badd { text-align: center; }
#s-45f528cf-d345-4c68-918f-5e30aca7e5f9 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-45f528cf-d345-4c68-918f-5e30aca7e5f9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f4b29d2-30ef-488e-a68f-91e28d323e23 { text-align: center; }
#s-61c37bc3-ac23-4a59-b341-b0f70e6ecca4 { text-align: center; }
#s-ba3c1989-5d3b-4315-b8e4-59c42c5d2aa1 { padding-top: 20px;
padding-left: 15px;
padding-bottom: 10px; }
/*
  $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-e9a45750-0226-4591-8708-c8754ebbadb0 { padding-bottom: 30px; }
#s-8af8183a-0140-469b-82c3-bd498745a9ee {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-be94de7b-44a8-4ec5-beb1-5b787b1724e5 { 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-e9f35f86-4655-4544-91b2-3e550f281d33 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-e9f35f86-4655-4544-91b2-3e550f281d33 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-69f9545b-7ec6-4cf0-9d04-0063ff8328c3 { text-align: left; }
#s-69f9545b-7ec6-4cf0-9d04-0063ff8328c3 .shg-product-sold-out {
  display: none;
}

#s-69f9545b-7ec6-4cf0-9d04-0063ff8328c3 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-69f9545b-7ec6-4cf0-9d04-0063ff8328c3 .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-6e2a0df5-aee0-4e6e-a178-793e7de5a8f9 {
  display: none;
}
#s-92fb0a4b-8978-479c-b983-8245578cbdb2 { text-align: left; }
#s-b26c394c-a691-4f9f-8d2f-623c1d5ef299 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-b26c394c-a691-4f9f-8d2f-623c1d5ef299 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-53ab03c3-c3b0-4f7c-aa84-a7794375fa61 { text-align: left; }
#s-53ab03c3-c3b0-4f7c-aa84-a7794375fa61 .shg-product-sold-out {
  display: none;
}

#s-53ab03c3-c3b0-4f7c-aa84-a7794375fa61 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53ab03c3-c3b0-4f7c-aa84-a7794375fa61 .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-c0dd3564-23d5-467b-b605-5e98c5139d66 {
  display: none;
}
#s-250d4a0e-2a09-48f4-a391-0d8604a8c6dd { text-align: left; }
#s-46ccb0d8-bdde-4c3f-a56a-71563cc366bc { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-46ccb0d8-bdde-4c3f-a56a-71563cc366bc .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-10a795ea-3d47-4a3e-9054-354573d1e664 { text-align: left; }
#s-10a795ea-3d47-4a3e-9054-354573d1e664 .shg-product-sold-out {
  display: none;
}

#s-10a795ea-3d47-4a3e-9054-354573d1e664 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-10a795ea-3d47-4a3e-9054-354573d1e664 .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-2bb8ddaf-074b-4b6c-b891-23cc59486e67 {
  display: none;
}
#s-1e6085c5-a6e7-4433-a9eb-2e70d9bc164f { text-align: left; }
#s-0b86211b-24d3-4250-b70c-56d8b009c0cc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0b86211b-24d3-4250-b70c-56d8b009c0cc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-25a74113-a31c-48f7-88a9-c6f69183efff { text-align: left; }
#s-25a74113-a31c-48f7-88a9-c6f69183efff .shg-product-sold-out {
  display: none;
}

#s-25a74113-a31c-48f7-88a9-c6f69183efff .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-25a74113-a31c-48f7-88a9-c6f69183efff .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-87faaf20-a390-453f-8862-1c05bdfdfee4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-87faaf20-a390-453f-8862-1c05bdfdfee4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-87faaf20-a390-453f-8862-1c05bdfdfee4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-87faaf20-a390-453f-8862-1c05bdfdfee4 {
  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-87faaf20-a390-453f-8862-1c05bdfdfee4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87faaf20-a390-453f-8862-1c05bdfdfee4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-87faaf20-a390-453f-8862-1c05bdfdfee4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-937689bd-9977-48c7-9da6-1b56c332e9b8 {
  display: none;
}
#s-733ceb65-8f03-4c6f-ad6c-0b48b73dc0d7 { text-align: left; }
#s-327d8945-e09d-4804-b1f4-7a23628ba950 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-327d8945-e09d-4804-b1f4-7a23628ba950 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-706bcc29-5066-4440-98fe-ec9648a8e327 { text-align: left; }
#s-706bcc29-5066-4440-98fe-ec9648a8e327 .shg-product-sold-out {
  display: none;
}

#s-706bcc29-5066-4440-98fe-ec9648a8e327 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-706bcc29-5066-4440-98fe-ec9648a8e327 .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-79363ff2-c822-4287-aa50-de30821461c1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-79363ff2-c822-4287-aa50-de30821461c1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-79363ff2-c822-4287-aa50-de30821461c1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-79363ff2-c822-4287-aa50-de30821461c1 {
  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-79363ff2-c822-4287-aa50-de30821461c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79363ff2-c822-4287-aa50-de30821461c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-79363ff2-c822-4287-aa50-de30821461c1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ebb481bf-8329-4c59-97ed-5378e86c1cd9 {
  display: none;
}
#s-f482bbcd-5ca2-4b4d-b57b-24e86549e36f { text-align: left; }
#s-7c011479-175b-4903-bdd1-961f521805fd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7c011479-175b-4903-bdd1-961f521805fd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-c4c29761-5297-441a-b2b9-fbb139512d9a { text-align: left; }
#s-c4c29761-5297-441a-b2b9-fbb139512d9a .shg-product-sold-out {
  display: none;
}

#s-c4c29761-5297-441a-b2b9-fbb139512d9a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4c29761-5297-441a-b2b9-fbb139512d9a .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-60d7378a-d229-4a2b-b330-790ebcc56661 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-60d7378a-d229-4a2b-b330-790ebcc56661:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-60d7378a-d229-4a2b-b330-790ebcc56661:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-60d7378a-d229-4a2b-b330-790ebcc56661 {
  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-60d7378a-d229-4a2b-b330-790ebcc56661.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60d7378a-d229-4a2b-b330-790ebcc56661.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-60d7378a-d229-4a2b-b330-790ebcc56661.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-bb55f831-deee-4531-bc38-1f0c2619d80b {
  display: none;
}
#s-0aef2206-f2ec-48bb-b38c-b62ad34e830b { text-align: left; }
#s-39f66889-9b0c-4008-9cb9-74be78fc3a4c { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-39f66889-9b0c-4008-9cb9-74be78fc3a4c .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-c13c2ce0-d2e5-48bd-9ffd-54223c955234 { text-align: left; }
#s-c13c2ce0-d2e5-48bd-9ffd-54223c955234 .shg-product-sold-out {
  display: none;
}

#s-c13c2ce0-d2e5-48bd-9ffd-54223c955234 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c13c2ce0-d2e5-48bd-9ffd-54223c955234 .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-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6 {
  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-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a9e04904-efb6-45fa-9cc7-8fd2c9afd4d6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-8b3383b9-371d-4142-aeda-faef4b45aaf5 {
  display: none;
}
#s-0e16de1c-1cc3-4353-bda8-93bcfef63f8e { text-align: left; }
#s-97034594-3b2d-4f44-8026-93ab26ed8b57 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-97034594-3b2d-4f44-8026-93ab26ed8b57 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-14add523-3b73-46b0-bc89-9ce93a85196e { text-align: left; }
#s-14add523-3b73-46b0-bc89-9ce93a85196e .shg-product-sold-out {
  display: none;
}

#s-14add523-3b73-46b0-bc89-9ce93a85196e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-14add523-3b73-46b0-bc89-9ce93a85196e .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-fcafad19-587f-4723-87bb-28b3d5758455 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-fcafad19-587f-4723-87bb-28b3d5758455:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-fcafad19-587f-4723-87bb-28b3d5758455:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-fcafad19-587f-4723-87bb-28b3d5758455 {
  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-fcafad19-587f-4723-87bb-28b3d5758455.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcafad19-587f-4723-87bb-28b3d5758455.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-fcafad19-587f-4723-87bb-28b3d5758455.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-0f29f553-c4b6-43da-b82e-18a6631f412d {
  display: none;
}
#s-a4724cf2-abec-4120-bfdb-bd3f307d42ab { text-align: left; }
#s-c052d78a-4b36-4227-9f8f-0e064841891b { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c052d78a-4b36-4227-9f8f-0e064841891b .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-90d6fa60-7450-4847-882f-9d14188af51a { text-align: left; }
#s-90d6fa60-7450-4847-882f-9d14188af51a .shg-product-sold-out {
  display: none;
}

#s-90d6fa60-7450-4847-882f-9d14188af51a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-90d6fa60-7450-4847-882f-9d14188af51a .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-4efc0d31-2148-44b1-9808-0089be77bbde { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4efc0d31-2148-44b1-9808-0089be77bbde:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4efc0d31-2148-44b1-9808-0089be77bbde:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4efc0d31-2148-44b1-9808-0089be77bbde {
  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-4efc0d31-2148-44b1-9808-0089be77bbde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4efc0d31-2148-44b1-9808-0089be77bbde.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4efc0d31-2148-44b1-9808-0089be77bbde.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-9e4dde6e-a78d-4a68-b3fa-26742aa508ed {
  display: none;
}
#s-7b725d6a-2a83-4795-9c3e-ddeb8b1350cb { text-align: left; }
#s-725eae2e-9d9e-4a80-9d8b-a28758fb7677 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-725eae2e-9d9e-4a80-9d8b-a28758fb7677 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-314aa084-4d05-49e3-bc2a-1e291d9419ba { text-align: left; }
#s-314aa084-4d05-49e3-bc2a-1e291d9419ba .shg-product-sold-out {
  display: none;
}

#s-314aa084-4d05-49e3-bc2a-1e291d9419ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-314aa084-4d05-49e3-bc2a-1e291d9419ba .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-6e16bc05-778c-4252-8a42-08265dbefdc1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-6e16bc05-778c-4252-8a42-08265dbefdc1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6e16bc05-778c-4252-8a42-08265dbefdc1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6e16bc05-778c-4252-8a42-08265dbefdc1 {
  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-6e16bc05-778c-4252-8a42-08265dbefdc1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e16bc05-778c-4252-8a42-08265dbefdc1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6e16bc05-778c-4252-8a42-08265dbefdc1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-cb8e5149-a2d3-4667-a987-c6f35804f472 {
  display: none;
}
#s-21a09eea-afd8-49cb-bc81-147d8ebf3279 { text-align: left; }
#s-df1e865b-ac22-40ef-a1bf-4fbbcf9a32ee { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-df1e865b-ac22-40ef-a1bf-4fbbcf9a32ee .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-9c3eaf70-1e45-48d9-af35-aff00c08830a { text-align: left; }
#s-9c3eaf70-1e45-48d9-af35-aff00c08830a .shg-product-sold-out {
  display: none;
}

#s-9c3eaf70-1e45-48d9-af35-aff00c08830a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9c3eaf70-1e45-48d9-af35-aff00c08830a .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-b9653250-712a-439e-8473-268ff5d4abc2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b9653250-712a-439e-8473-268ff5d4abc2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b9653250-712a-439e-8473-268ff5d4abc2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b9653250-712a-439e-8473-268ff5d4abc2 {
  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-b9653250-712a-439e-8473-268ff5d4abc2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9653250-712a-439e-8473-268ff5d4abc2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b9653250-712a-439e-8473-268ff5d4abc2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6bed9801-4890-4550-919b-e01e5e36ffc4 {
  display: none;
}
#s-c274e582-ebd0-483c-80c2-1e0c4ac486ca { text-align: left; }
#s-12f3853d-df67-401b-b94d-5f0d3b04932e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-12f3853d-df67-401b-b94d-5f0d3b04932e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-24233393-84d4-4ca4-b77a-5df6adf6dabf { text-align: left; }
#s-24233393-84d4-4ca4-b77a-5df6adf6dabf .shg-product-sold-out {
  display: none;
}

#s-24233393-84d4-4ca4-b77a-5df6adf6dabf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-24233393-84d4-4ca4-b77a-5df6adf6dabf .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-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9 {
  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-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7946e8d9-f9f9-4cc3-8083-b3754a6f3cb9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-aa7e8b60-b26c-4f56-9885-b8ba681a237b {
  display: none;
}
#s-6ebc64bf-4b69-466b-9f31-76999693d822 { text-align: left; }
#s-4c6b7ade-2916-4de2-a868-0d3c5dbf2ff1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4c6b7ade-2916-4de2-a868-0d3c5dbf2ff1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-2168a7d7-4b72-4076-b8ac-611571352389 { text-align: left; }
#s-2168a7d7-4b72-4076-b8ac-611571352389 .shg-product-sold-out {
  display: none;
}

#s-2168a7d7-4b72-4076-b8ac-611571352389 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2168a7d7-4b72-4076-b8ac-611571352389 .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-8e15c777-c2fc-461f-9858-3cf38c3eb4b8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8e15c777-c2fc-461f-9858-3cf38c3eb4b8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8e15c777-c2fc-461f-9858-3cf38c3eb4b8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8e15c777-c2fc-461f-9858-3cf38c3eb4b8 {
  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-8e15c777-c2fc-461f-9858-3cf38c3eb4b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e15c777-c2fc-461f-9858-3cf38c3eb4b8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8e15c777-c2fc-461f-9858-3cf38c3eb4b8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-f9654869-ebe8-4eb3-b3aa-d21029d45940 {
  display: none;
}
#s-46578984-b317-4238-943e-3575d05db697 { text-align: left; }
#s-fbb8b56f-6233-4de4-b0f9-25eddd5cabb0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fbb8b56f-6233-4de4-b0f9-25eddd5cabb0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-67670e11-b0fe-42d6-a0c7-5db8e00699f3 { text-align: left; }
#s-67670e11-b0fe-42d6-a0c7-5db8e00699f3 .shg-product-sold-out {
  display: none;
}

#s-67670e11-b0fe-42d6-a0c7-5db8e00699f3 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-67670e11-b0fe-42d6-a0c7-5db8e00699f3 .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-535b967b-84aa-4ea9-bb32-4fadd52da117 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-535b967b-84aa-4ea9-bb32-4fadd52da117:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-535b967b-84aa-4ea9-bb32-4fadd52da117:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-535b967b-84aa-4ea9-bb32-4fadd52da117 {
  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-535b967b-84aa-4ea9-bb32-4fadd52da117.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-535b967b-84aa-4ea9-bb32-4fadd52da117.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-535b967b-84aa-4ea9-bb32-4fadd52da117.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-7fa4fd67-bf0e-4432-a97e-32c2b9c48691 {
  display: none;
}
#s-c99df35a-6e01-4b11-8cfe-b84267f78fa1 { text-align: left; }
#s-fbbb65d9-2c74-49d5-84f6-4e87c553201d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-fbbb65d9-2c74-49d5-84f6-4e87c553201d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-a7adbb99-7936-4e7f-a335-1a8ae60945e1 { text-align: left; }
#s-a7adbb99-7936-4e7f-a335-1a8ae60945e1 .shg-product-sold-out {
  display: none;
}

#s-a7adbb99-7936-4e7f-a335-1a8ae60945e1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a7adbb99-7936-4e7f-a335-1a8ae60945e1 .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-3f845d24-72e5-446c-9d0b-646b73906e57 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3f845d24-72e5-446c-9d0b-646b73906e57:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3f845d24-72e5-446c-9d0b-646b73906e57:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3f845d24-72e5-446c-9d0b-646b73906e57 {
  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-3f845d24-72e5-446c-9d0b-646b73906e57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f845d24-72e5-446c-9d0b-646b73906e57.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3f845d24-72e5-446c-9d0b-646b73906e57.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-35bb2d32-aae6-4b95-9182-a13aca7b1c5e {
  display: none;
}
#s-31281b68-c3ab-4eca-9ffd-a40558d45be3 { text-align: left; }
#s-798179dd-7056-4ec5-bb99-13754521f64a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-798179dd-7056-4ec5-bb99-13754521f64a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-3804bfce-22ac-4757-a0aa-8e7bfdb138fe { text-align: left; }
#s-3804bfce-22ac-4757-a0aa-8e7bfdb138fe .shg-product-sold-out {
  display: none;
}

#s-3804bfce-22ac-4757-a0aa-8e7bfdb138fe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3804bfce-22ac-4757-a0aa-8e7bfdb138fe .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-6f73761d-e216-4097-a741-f7788aceab95 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-6f73761d-e216-4097-a741-f7788aceab95:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6f73761d-e216-4097-a741-f7788aceab95:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6f73761d-e216-4097-a741-f7788aceab95 {
  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-6f73761d-e216-4097-a741-f7788aceab95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f73761d-e216-4097-a741-f7788aceab95.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6f73761d-e216-4097-a741-f7788aceab95.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-93e94efd-f85c-4662-bbf5-c8abca344b65 {
  display: none;
}
#s-c0758afb-c08f-413a-8c1b-fdd0217be204 { text-align: left; }
#s-acb2d164-f3b0-43df-bf6e-e1fecf86a494 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-acb2d164-f3b0-43df-bf6e-e1fecf86a494 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-a1228e00-667f-4172-8b4e-39dbc0a1a63b { text-align: left; }
#s-a1228e00-667f-4172-8b4e-39dbc0a1a63b .shg-product-sold-out {
  display: none;
}

#s-a1228e00-667f-4172-8b4e-39dbc0a1a63b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1228e00-667f-4172-8b4e-39dbc0a1a63b .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-de34894f-f760-4286-8950-e4e38d9d0987 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-de34894f-f760-4286-8950-e4e38d9d0987:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-de34894f-f760-4286-8950-e4e38d9d0987:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-de34894f-f760-4286-8950-e4e38d9d0987 {
  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-de34894f-f760-4286-8950-e4e38d9d0987.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de34894f-f760-4286-8950-e4e38d9d0987.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-de34894f-f760-4286-8950-e4e38d9d0987.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6a438a77-1b68-49cc-9e57-1b71f9a0c744 {
  display: none;
}
#s-6e515d6a-cd3f-475e-a9f4-d80afd94a39d { text-align: left; }
#s-051143f2-4255-4d32-a3fc-aaed70946410 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-051143f2-4255-4d32-a3fc-aaed70946410 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-453b54c8-e5fc-48f0-8fd0-8312f1db017d { text-align: left; }
#s-453b54c8-e5fc-48f0-8fd0-8312f1db017d .shg-product-sold-out {
  display: none;
}

#s-453b54c8-e5fc-48f0-8fd0-8312f1db017d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-453b54c8-e5fc-48f0-8fd0-8312f1db017d .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-b87b9af0-602f-4a9d-9f4f-49e476e5dc12 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b87b9af0-602f-4a9d-9f4f-49e476e5dc12:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b87b9af0-602f-4a9d-9f4f-49e476e5dc12:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b87b9af0-602f-4a9d-9f4f-49e476e5dc12 {
  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-b87b9af0-602f-4a9d-9f4f-49e476e5dc12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b87b9af0-602f-4a9d-9f4f-49e476e5dc12.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b87b9af0-602f-4a9d-9f4f-49e476e5dc12.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-729f3814-2cd4-4914-b7a0-28dc99f6e01c {
  display: none;
}
#s-bfeebbc3-9723-4c32-b695-f8d5e6935b16 { text-align: left; }
#s-b4963d4e-c8df-44d2-891c-ef286c23f3a3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b4963d4e-c8df-44d2-891c-ef286c23f3a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-81a14f2e-3d08-4c13-bc22-58181004ced6 { text-align: left; }
#s-81a14f2e-3d08-4c13-bc22-58181004ced6 .shg-product-sold-out {
  display: none;
}

#s-81a14f2e-3d08-4c13-bc22-58181004ced6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-81a14f2e-3d08-4c13-bc22-58181004ced6 .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-21dc775f-8d29-4b8a-ae18-81aae4beed5a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-21dc775f-8d29-4b8a-ae18-81aae4beed5a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-21dc775f-8d29-4b8a-ae18-81aae4beed5a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-21dc775f-8d29-4b8a-ae18-81aae4beed5a {
  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-21dc775f-8d29-4b8a-ae18-81aae4beed5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21dc775f-8d29-4b8a-ae18-81aae4beed5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-21dc775f-8d29-4b8a-ae18-81aae4beed5a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-f4407a0c-3b0c-461a-a596-a2c36e2ebc88 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-f4407a0c-3b0c-461a-a596-a2c36e2ebc88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-13399403-f4f9-42c0-b227-296bffd5683a { 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-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-13399403-f4f9-42c0-b227-296bffd5683a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-41944c96-e59e-46d1-8a5c-597d4c067682 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-41944c96-e59e-46d1-8a5c-597d4c067682"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-be0884df-be0c-4d35-b9af-47a673010986 .shogun-icon-wrapper {
  text-align: center;
}


#s-be0884df-be0c-4d35-b9af-47a673010986 .shogun-icon-wrapper > .shogun-icon {

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

#s-4ff8d684-d265-404b-b928-a7aebba2d996 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-26863cbb-92da-42bb-bb2a-263a874a3c44 { 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-26863cbb-92da-42bb-bb2a-263a874a3c44:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-26863cbb-92da-42bb-bb2a-263a874a3c44:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-26863cbb-92da-42bb-bb2a-263a874a3c44.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79db3e2a-a32b-43e1-9e93-8e8e075d39a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e047b28b-4281-411f-833a-26834be2c48d .shogun-icon-wrapper {
  text-align: center;
}


#s-e047b28b-4281-411f-833a-26834be2c48d .shogun-icon-wrapper > .shogun-icon {

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

#s-fafbf2b0-f85e-40d3-9094-680303176976 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-4b955158-3edf-482d-ab79-fb2d73f7cc99 { 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-4b955158-3edf-482d-ab79-fb2d73f7cc99:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-4b955158-3edf-482d-ab79-fb2d73f7cc99:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-4b955158-3edf-482d-ab79-fb2d73f7cc99.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-e461fab0-9d88-4306-9b09-8fe4f222039d { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e461fab0-9d88-4306-9b09-8fe4f222039d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6d3effc9-a481-4cac-a468-f5409306b4ac .shogun-icon-wrapper {
  text-align: center;
}


#s-6d3effc9-a481-4cac-a468-f5409306b4ac .shogun-icon-wrapper > .shogun-icon {

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

#s-0e015eab-238f-4da6-9788-8156524ae5ad { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-e69115cb-52d9-460d-8a5b-fb2c70c3bc04 { 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-e69115cb-52d9-460d-8a5b-fb2c70c3bc04:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-e69115cb-52d9-460d-8a5b-fb2c70c3bc04:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-e69115cb-52d9-460d-8a5b-fb2c70c3bc04.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-b00d7b15-ad47-4fee-a7a6-2f78d5645390 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-b00d7b15-ad47-4fee-a7a6-2f78d5645390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39d1ed4b-6fc0-4488-8117-cfb97c4540e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3b032ba1-908a-4f1b-b2b9-832bce032f80 { text-align: left; }
#s-e6d4da3a-991a-4124-9290-6763ba8bd2e8 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6d4da3a-991a-4124-9290-6763ba8bd2e8"] > .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-6b6412ef-6b70-4fb5-8598-08d23d0846a6 { text-align: center; }
#s-1f05dcd5-df27-4c77-a3ad-72abf3f6c0c1 { padding-top: 0px; }
#s-4d851276-1e64-4bb6-bdbb-65e242695819 { padding-top: 15px; }
#s-cffda071-e0c2-459b-be8e-04ff0734734f { 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;
}
