.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-1b43b2a6-4ab8-4e1e-9144-39cd86a88919 { min-height: 50px; }
#s-1b43b2a6-4ab8-4e1e-9144-39cd86a88919 > .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-196db9a5-8dae-40ff-b7f5-f20b65f27e01 { 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-9420c188-febb-4177-92e5-3e8be818321a { padding-top: 30px; }
@media (min-width: 0px) {
[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9420c188-febb-4177-92e5-3e8be818321a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ebf1847-a5c2-42ab-8b10-0d3265131067 { padding-top: 20px;
padding-right: 15px; }
#s-110e312b-8dff-471d-b77e-ec8f937e9cc6 { text-align: center; }
#s-8a80f52f-be33-4446-9c0c-4a13b5199361 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8a80f52f-be33-4446-9c0c-4a13b5199361"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4840e04-6013-494c-b8f2-6ae7f92e4f64 { text-align: center; }
#s-9bd13c57-64d3-4f4c-9a5a-9a3ace1fe0c3 { padding-top: 20px;
padding-left: 15px; }
#s-9a3030f6-bef6-47de-91c3-71c627302050 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9a3030f6-bef6-47de-91c3-71c627302050"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-62e2e7e6-be91-42bf-8840-5772f2209f8b { padding-top: 12px;
padding-left: 0px;
padding-right: 15px; }
#s-f5607484-4d22-4950-b1e7-db5ae6d99388 { text-align: center; }
#s-22763eba-0750-4caf-95d3-f4653db3f5d6 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22763eba-0750-4caf-95d3-f4653db3f5d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2cb63261-9aa9-4b85-898a-5dc8ccd16dfa { text-align: center; }
#s-32f04f5c-043c-45a8-a2c3-698c1722654b { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
#s-6dc40173-3e9f-4175-b86c-9e3b408e5470 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6dc40173-3e9f-4175-b86c-9e3b408e5470"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06b78cc9-f7e3-47ae-9f28-68651b0588c3 { padding-top: 15px;
padding-right: 15px; }
#s-762cc754-5b1d-43aa-9d64-62f3f87a6db5 { text-align: center; }
#s-915c71af-67d8-46a6-a820-658a594099c6 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-915c71af-67d8-46a6-a820-658a594099c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fe1f73c3-3022-44e0-9625-edf7f84e3f41 { text-align: center; }
#s-9f0a4114-88e1-4eec-b91a-e16f956d901c { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
#s-f9e110bd-bf3e-4bcb-8593-969bc2502866 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f9e110bd-bf3e-4bcb-8593-969bc2502866"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5687c530-26c8-4ac8-81ae-d9ae33fa0694 { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
#s-4b940f8e-3558-4990-a685-57079d920a0e { text-align: center; }
#s-0581d07e-a269-44ad-b2db-5cb3aff443fc { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0581d07e-a269-44ad-b2db-5cb3aff443fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-90885d7b-7c90-44e3-bd80-b6aaa42d9d91 { text-align: center; }
#s-a30d1255-ef5a-45b0-8239-f9750a751f91 { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-874e8948-545d-46b7-bf99-1ca6adb6146d { padding-bottom: 30px; }
#s-e5233496-a2be-436e-9070-af7b85da811f {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-bcd27609-3412-41a9-983b-519628413e2b { 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-441e34e2-6bce-4245-96fa-ca3afa292683 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-441e34e2-6bce-4245-96fa-ca3afa292683 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-6fe13b01-33a9-4df0-b199-c57576e588dd { text-align: left; }
#s-6fe13b01-33a9-4df0-b199-c57576e588dd .shg-product-sold-out {
  display: none;
}

#s-6fe13b01-33a9-4df0-b199-c57576e588dd .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6fe13b01-33a9-4df0-b199-c57576e588dd .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-91712d5c-bf46-4582-82b4-69db4f5977bf {
  display: none;
}
#s-d88c1dc9-d4c9-4007-9076-6dea63a56011 { text-align: left; }
#s-e6b15aa4-4823-4b64-b014-4da04b7e9593 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-e6b15aa4-4823-4b64-b014-4da04b7e9593 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-dcf66f41-87c0-4dc1-b757-d54f80c824b5 { text-align: left; }
#s-dcf66f41-87c0-4dc1-b757-d54f80c824b5 .shg-product-sold-out {
  display: none;
}

#s-dcf66f41-87c0-4dc1-b757-d54f80c824b5 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dcf66f41-87c0-4dc1-b757-d54f80c824b5 .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-27f4f716-1efa-42cf-8388-09781315f0c3 {
  display: none;
}
#s-fd904360-d4b9-4fe3-ab19-5dc8eb8bdfe5 { text-align: left; }
#s-afe1da63-be92-418e-a8b6-2c289f90262a { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-afe1da63-be92-418e-a8b6-2c289f90262a .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-7056d565-909e-41e8-bebd-fa8f74166bcf { text-align: left; }
#s-7056d565-909e-41e8-bebd-fa8f74166bcf .shg-product-sold-out {
  display: none;
}

#s-7056d565-909e-41e8-bebd-fa8f74166bcf .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7056d565-909e-41e8-bebd-fa8f74166bcf .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-a6cf4103-2bd1-48dd-985f-e5f275b241da {
  display: none;
}
#s-38c5c3c1-0c2e-4b6a-b76f-550ca2e8db74 { text-align: left; }
#s-aac13421-5250-487a-9bad-49a0a07e1e12 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-aac13421-5250-487a-9bad-49a0a07e1e12 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-ef3d4518-6833-4c08-a272-699edc949217 { text-align: left; }
#s-ef3d4518-6833-4c08-a272-699edc949217 .shg-product-sold-out {
  display: none;
}

#s-ef3d4518-6833-4c08-a272-699edc949217 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ef3d4518-6833-4c08-a272-699edc949217 .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-eadc206a-ebe8-4f44-a610-1602ef05a502 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-eadc206a-ebe8-4f44-a610-1602ef05a502:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-eadc206a-ebe8-4f44-a610-1602ef05a502:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-eadc206a-ebe8-4f44-a610-1602ef05a502 {
  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-eadc206a-ebe8-4f44-a610-1602ef05a502.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eadc206a-ebe8-4f44-a610-1602ef05a502.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-eadc206a-ebe8-4f44-a610-1602ef05a502.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-fe6a4766-a3b0-42d5-9f55-4b54e228efc8 {
  display: none;
}
#s-37cf5b60-06d5-44b6-965a-80916c7463d4 { text-align: left; }
#s-e8fa8da1-92fe-4dbf-8c70-d6219a0b80bb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e8fa8da1-92fe-4dbf-8c70-d6219a0b80bb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-65b773e5-d11c-41ba-a019-e81d35d46245 { text-align: left; }
#s-65b773e5-d11c-41ba-a019-e81d35d46245 .shg-product-sold-out {
  display: none;
}

#s-65b773e5-d11c-41ba-a019-e81d35d46245 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-65b773e5-d11c-41ba-a019-e81d35d46245 .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-c1079d7d-a916-4f97-a6ea-af5bdc72f513 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-c1079d7d-a916-4f97-a6ea-af5bdc72f513:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c1079d7d-a916-4f97-a6ea-af5bdc72f513:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c1079d7d-a916-4f97-a6ea-af5bdc72f513 {
  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-c1079d7d-a916-4f97-a6ea-af5bdc72f513.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1079d7d-a916-4f97-a6ea-af5bdc72f513.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c1079d7d-a916-4f97-a6ea-af5bdc72f513.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-71cf314f-dea9-4a45-8d5d-cca29eccd834 {
  display: none;
}
#s-c2322712-88ed-486b-9ba5-fd26c99e748a { text-align: left; }
#s-29db279f-6e8f-477f-8227-0f0781e4dc04 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-29db279f-6e8f-477f-8227-0f0781e4dc04 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-7f6c03d3-151c-4402-a979-e4f639f8f42f { text-align: left; }
#s-7f6c03d3-151c-4402-a979-e4f639f8f42f .shg-product-sold-out {
  display: none;
}

#s-7f6c03d3-151c-4402-a979-e4f639f8f42f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7f6c03d3-151c-4402-a979-e4f639f8f42f .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-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a {
  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-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1e081c07-c1d6-4d3f-9cba-f9eaf756be0a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-2a28d8df-b54b-4fc1-ac4e-19ffbcb13fd1 {
  display: none;
}
#s-1e1e2b80-f4ac-400e-a5ac-f1e5e365ac36 { text-align: left; }
#s-ff5d98e4-e0b7-414a-a10e-4d052697f9ad { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ff5d98e4-e0b7-414a-a10e-4d052697f9ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-1b7afc33-9cde-4383-a317-90b6bdeed5bc { text-align: left; }
#s-1b7afc33-9cde-4383-a317-90b6bdeed5bc .shg-product-sold-out {
  display: none;
}

#s-1b7afc33-9cde-4383-a317-90b6bdeed5bc .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1b7afc33-9cde-4383-a317-90b6bdeed5bc .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-3f3f748f-6dcd-473e-ac63-3a10f0f8a809 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3f3f748f-6dcd-473e-ac63-3a10f0f8a809:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3f3f748f-6dcd-473e-ac63-3a10f0f8a809:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3f3f748f-6dcd-473e-ac63-3a10f0f8a809 {
  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-3f3f748f-6dcd-473e-ac63-3a10f0f8a809.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f3f748f-6dcd-473e-ac63-3a10f0f8a809.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3f3f748f-6dcd-473e-ac63-3a10f0f8a809.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-9bc2a6e7-5ae7-4418-9cbb-f3ae102a2e20 {
  display: none;
}
#s-ee854993-4e76-4483-be3d-47623f1fd289 { text-align: left; }
#s-7ebc6813-3a08-4b14-811d-7d29a2f3ac67 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7ebc6813-3a08-4b14-811d-7d29a2f3ac67 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-53e12fb2-6585-4789-b317-61ab21f86f7b { text-align: left; }
#s-53e12fb2-6585-4789-b317-61ab21f86f7b .shg-product-sold-out {
  display: none;
}

#s-53e12fb2-6585-4789-b317-61ab21f86f7b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-53e12fb2-6585-4789-b317-61ab21f86f7b .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-63ec9786-00e2-4240-a274-cf40b53865de { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-63ec9786-00e2-4240-a274-cf40b53865de:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-63ec9786-00e2-4240-a274-cf40b53865de:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-63ec9786-00e2-4240-a274-cf40b53865de {
  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-63ec9786-00e2-4240-a274-cf40b53865de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63ec9786-00e2-4240-a274-cf40b53865de.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-63ec9786-00e2-4240-a274-cf40b53865de.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-0ee1bb3e-b05c-4b0a-b0d1-f2436ae5c5f6 {
  display: none;
}
#s-bbc00b79-3ad1-424a-b72f-ec3403a20d4d { text-align: left; }
#s-b24fbb2f-7cb6-43b3-b210-384dc76418cb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b24fbb2f-7cb6-43b3-b210-384dc76418cb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-c503bd1f-4bf5-4431-bfe3-fc82bf8857c9 { text-align: left; }
#s-c503bd1f-4bf5-4431-bfe3-fc82bf8857c9 .shg-product-sold-out {
  display: none;
}

#s-c503bd1f-4bf5-4431-bfe3-fc82bf8857c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c503bd1f-4bf5-4431-bfe3-fc82bf8857c9 .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-c92b847e-66cb-4c1e-8752-8093fc62d1d6 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-c92b847e-66cb-4c1e-8752-8093fc62d1d6:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c92b847e-66cb-4c1e-8752-8093fc62d1d6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c92b847e-66cb-4c1e-8752-8093fc62d1d6 {
  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-c92b847e-66cb-4c1e-8752-8093fc62d1d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c92b847e-66cb-4c1e-8752-8093fc62d1d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c92b847e-66cb-4c1e-8752-8093fc62d1d6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-5aa823c7-9fad-4184-8e0c-1aa3b7f82160 {
  display: none;
}
#s-2d9563a0-6c70-492f-849e-6b24375da940 { text-align: left; }
#s-34e16d6e-2867-4e92-a2bd-7a0365faf9e3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-34e16d6e-2867-4e92-a2bd-7a0365faf9e3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-fe51f8b1-e41a-48c9-9ea9-c505ab57d5a5 { text-align: left; }
#s-fe51f8b1-e41a-48c9-9ea9-c505ab57d5a5 .shg-product-sold-out {
  display: none;
}

#s-fe51f8b1-e41a-48c9-9ea9-c505ab57d5a5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-fe51f8b1-e41a-48c9-9ea9-c505ab57d5a5 .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-8149c844-1cc3-450e-b9df-18882a1eae61 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8149c844-1cc3-450e-b9df-18882a1eae61:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8149c844-1cc3-450e-b9df-18882a1eae61:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8149c844-1cc3-450e-b9df-18882a1eae61 {
  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-8149c844-1cc3-450e-b9df-18882a1eae61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8149c844-1cc3-450e-b9df-18882a1eae61.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8149c844-1cc3-450e-b9df-18882a1eae61.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-8204fc52-af13-4689-988a-0c20d6292de7 {
  display: none;
}
#s-b727be85-9d8c-4f99-859d-5aa3cd698974 { text-align: left; }
#s-021a6a5b-b85f-4d94-953f-dff33435dfb1 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-021a6a5b-b85f-4d94-953f-dff33435dfb1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-7e1891e6-9b3b-45eb-82f7-23817699011d { text-align: left; }
#s-7e1891e6-9b3b-45eb-82f7-23817699011d .shg-product-sold-out {
  display: none;
}

#s-7e1891e6-9b3b-45eb-82f7-23817699011d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7e1891e6-9b3b-45eb-82f7-23817699011d .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-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34 {
  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-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8d17cf79-cd57-4dcf-b951-1f2ae7b07f34.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-9007a6a7-806b-44ef-b529-a33fae138b82 {
  display: none;
}
#s-33a8ffce-52e3-4efe-ba8b-71eaf9c16ec5 { text-align: left; }
#s-e513da83-405e-43e2-aaa4-e4fd882301ec { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e513da83-405e-43e2-aaa4-e4fd882301ec .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-d5d542b1-40f1-477a-913d-3b634bd36073 { text-align: left; }
#s-d5d542b1-40f1-477a-913d-3b634bd36073 .shg-product-sold-out {
  display: none;
}

#s-d5d542b1-40f1-477a-913d-3b634bd36073 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d5d542b1-40f1-477a-913d-3b634bd36073 .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-e69731df-fd8e-47c7-a228-602af7fee360 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-e69731df-fd8e-47c7-a228-602af7fee360:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e69731df-fd8e-47c7-a228-602af7fee360:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e69731df-fd8e-47c7-a228-602af7fee360 {
  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-e69731df-fd8e-47c7-a228-602af7fee360.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69731df-fd8e-47c7-a228-602af7fee360.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e69731df-fd8e-47c7-a228-602af7fee360.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ce510f20-3db4-4be3-918c-00b375408cd2 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-ce510f20-3db4-4be3-918c-00b375408cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-70a2316e-52e1-4728-85a4-7aaa6fd578e9 { 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-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70a2316e-52e1-4728-85a4-7aaa6fd578e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cafe1b3-f8cb-4e9b-a675-967c064a3e17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4b75c49b-40f4-487e-9668-040ee11670d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-4b75c49b-40f4-487e-9668-040ee11670d0 .shogun-icon-wrapper > .shogun-icon {

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

#s-9056dc0b-43fe-4034-82b6-c723ee1ed34b { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-1ce96846-0758-405f-8ffc-aea06e918ff4 { 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-1ce96846-0758-405f-8ffc-aea06e918ff4:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-1ce96846-0758-405f-8ffc-aea06e918ff4:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-1ce96846-0758-405f-8ffc-aea06e918ff4.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98c8ec7-ad94-47cd-8937-fd5b86816cdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-11bb6e24-1166-4e56-8355-408f613d233d .shogun-icon-wrapper {
  text-align: center;
}


#s-11bb6e24-1166-4e56-8355-408f613d233d .shogun-icon-wrapper > .shogun-icon {

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

#s-256e06d4-6d4e-4734-9c35-d544b5dedba7 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-faf3031d-7ee3-4e21-9fcf-f6a92d0285a5 { 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-faf3031d-7ee3-4e21-9fcf-f6a92d0285a5:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-faf3031d-7ee3-4e21-9fcf-f6a92d0285a5:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-faf3031d-7ee3-4e21-9fcf-f6a92d0285a5.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-d1ab58d7-82fa-41f8-bc1d-01984300a26e { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d1ab58d7-82fa-41f8-bc1d-01984300a26e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fa66b0cd-ec8b-417e-abb6-d9bc9afe5d94 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa66b0cd-ec8b-417e-abb6-d9bc9afe5d94 .shogun-icon-wrapper > .shogun-icon {

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

#s-18d02031-cd08-431b-b035-6893a8a7246e { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-eb5b5e80-afad-4ab2-a5a5-0e3852b0bf2f { 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-eb5b5e80-afad-4ab2-a5a5-0e3852b0bf2f:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-eb5b5e80-afad-4ab2-a5a5-0e3852b0bf2f:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-eb5b5e80-afad-4ab2-a5a5-0e3852b0bf2f.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-561a13a1-3bf1-4483-8e4d-2819fc1379b1 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-561a13a1-3bf1-4483-8e4d-2819fc1379b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d624bb13-0c97-466f-82a7-bd50044ab72e { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d624bb13-0c97-466f-82a7-bd50044ab72e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-797ab05a-efa1-4736-8a7e-58b88067bf36 { text-align: left; }
#s-5515c10f-2a2a-498f-8e42-e1070a90cd54 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5515c10f-2a2a-498f-8e42-e1070a90cd54"] > .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-b3ea4e6c-23f3-483d-b101-0a82b92344bf { text-align: center; }
#s-061780f4-45ee-4cf9-abe1-7db40ec053c9 { padding-top: 0px; }
#s-d72317c7-8013-49ab-a69e-c2ffa2f039ab { padding-top: 15px; }
#s-edb3f5fe-ede4-44b8-8a51-cffcef2acfc6 { 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;
}
