.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-54ac5e0a-cfa4-44c2-b7b1-55028337003f { min-height: 50px; }
#s-54ac5e0a-cfa4-44c2-b7b1-55028337003f > .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-0a6cbb6f-fecb-4773-9cca-3ff0adb550b6 { 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-5e84a843-7f7f-46b1-b6b8-96f3f1622799 { padding-top: 30px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e84a843-7f7f-46b1-b6b8-96f3f1622799"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-653993e8-e4da-4b03-8966-569864c2a587 { padding-right: 15px; }
#s-8e8fbd15-81b0-443d-8128-d66610e4f7be { text-align: center; }
#s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7f8129b-8041-4aa5-bacf-f73aa116dc0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6c260435-5f1f-4486-b71e-bbd7a374b8ac { text-align: center; }
#s-1a81d9aa-a329-4c18-a4af-05f08692c4a4 { padding-top: 30px;
padding-left: 15px; }
#s-86d55d17-70af-45fa-97ed-b3c42e8a28ce { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-86d55d17-70af-45fa-97ed-b3c42e8a28ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7126377f-6130-4559-ae22-ee332d05c252 { padding-top: 30px;
padding-right: 15px; }
#s-8e21ade3-5d2c-477f-9411-ad89091970c6 { text-align: center; }
#s-44ec101d-2744-4355-9de2-130aaff4e230 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ec101d-2744-4355-9de2-130aaff4e230"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-02b016e2-e466-4472-a257-adc090034886 { text-align: center; }
#s-477aa007-029c-4baa-b445-4ed9e1140f95 { padding-top: 30px;
padding-left: 15px;
padding-right: 0px; }
#s-0c775b01-ac7b-4262-b532-19f1c32d7cee { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c775b01-ac7b-4262-b532-19f1c32d7cee"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0f0430fe-14a8-48ea-85c4-6c3a1dab3259 { padding-top: 40px;
padding-left: 0px;
padding-right: 15px; }
#s-8bcc101d-1759-4073-aa69-39322da508e0 { text-align: center; }
#s-e677f1fb-dabf-4780-855c-3729259680f3 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e677f1fb-dabf-4780-855c-3729259680f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6ec7f25c-7b16-428c-acd2-8de4f5f5bfec { text-align: center; }
#s-0b0b6d09-39d4-4613-907f-35e4a4231c4f { padding-top: 40px;
padding-left: 15px;
padding-right: 0px; }
#s-12b87d73-7425-4133-bcdb-5f87a30a337b { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-12b87d73-7425-4133-bcdb-5f87a30a337b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e7b3465-818f-44af-aea2-d7ea3a62981c { padding-top: 15px;
padding-left: 0px;
padding-right: 15px; }
#s-649448f2-fe85-4c7a-950d-7e0d32e3d691 { text-align: center; }
#s-e57c2f79-260e-4854-bf1f-81ee833eaa2d { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e57c2f79-260e-4854-bf1f-81ee833eaa2d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-612714e3-629c-4c93-a39f-6bdee512f0c8 { text-align: center; }
#s-63bc6174-8e2b-4268-9fb2-a2375d867e0b { 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-5e7f3027-dae6-4013-b327-3c49f204b2cc { padding-bottom: 30px; }
#s-88d02424-2187-4934-bb62-8da7e58121dc {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-5b05b1cb-1eaf-4d9c-896b-177058f4348e { 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-f56a00cc-b97f-454a-bd24-cccb3e93e1c4 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-f56a00cc-b97f-454a-bd24-cccb3e93e1c4 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-88895414-4ca8-4376-9bd5-a76caa20d69a { text-align: left; }
#s-88895414-4ca8-4376-9bd5-a76caa20d69a .shg-product-sold-out {
  display: none;
}

#s-88895414-4ca8-4376-9bd5-a76caa20d69a .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-88895414-4ca8-4376-9bd5-a76caa20d69a .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-d3ce9190-98eb-4818-b034-c80115171f7c {
  display: none;
}
#s-d1f8bcc2-e8d5-4bcd-b540-46bd042fc9b9 { text-align: left; }
#s-e1ffb710-086b-4a27-afe1-ae5e6b709bc5 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-e1ffb710-086b-4a27-afe1-ae5e6b709bc5 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-09e90112-8fa3-4f70-a0f4-7be5f53798f6 { text-align: left; }
#s-09e90112-8fa3-4f70-a0f4-7be5f53798f6 .shg-product-sold-out {
  display: none;
}

#s-09e90112-8fa3-4f70-a0f4-7be5f53798f6 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-09e90112-8fa3-4f70-a0f4-7be5f53798f6 .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-5a875fa5-f88d-4d9f-a75c-c111496658dd {
  display: none;
}
#s-7731468a-f615-49c5-aadc-e273b1fca990 { text-align: left; }
#s-78964890-7f99-4f28-b0c9-b7b98a06a497 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-78964890-7f99-4f28-b0c9-b7b98a06a497 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-b18c78fb-06ba-4799-a0ca-67907cc8a989 { text-align: left; }
#s-b18c78fb-06ba-4799-a0ca-67907cc8a989 .shg-product-sold-out {
  display: none;
}

#s-b18c78fb-06ba-4799-a0ca-67907cc8a989 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b18c78fb-06ba-4799-a0ca-67907cc8a989 .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-a3a0269c-fe18-4445-9d82-19ec90a86f2c {
  display: none;
}
#s-6314af36-7e7e-49f8-b233-0149edfa9858 { text-align: left; }
#s-240be6e0-5aba-4817-a6c2-54b6b10d53e4 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-240be6e0-5aba-4817-a6c2-54b6b10d53e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-bc2de5c9-b4cc-47ed-aedf-d617fecfb994 { text-align: left; }
#s-bc2de5c9-b4cc-47ed-aedf-d617fecfb994 .shg-product-sold-out {
  display: none;
}

#s-bc2de5c9-b4cc-47ed-aedf-d617fecfb994 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bc2de5c9-b4cc-47ed-aedf-d617fecfb994 .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-69971ce9-5f1c-41bb-b204-77ba180ef485 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-69971ce9-5f1c-41bb-b204-77ba180ef485:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-69971ce9-5f1c-41bb-b204-77ba180ef485:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-69971ce9-5f1c-41bb-b204-77ba180ef485 {
  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-69971ce9-5f1c-41bb-b204-77ba180ef485.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69971ce9-5f1c-41bb-b204-77ba180ef485.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-69971ce9-5f1c-41bb-b204-77ba180ef485.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-b14e09fd-8431-467a-ae0d-5e6a1e8c8b6a {
  display: none;
}
#s-6e8b58c4-7b5a-4e09-9fca-13452d121fd2 { text-align: left; }
#s-dbcf5999-53fc-4592-922b-43f65785c128 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dbcf5999-53fc-4592-922b-43f65785c128 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-30f3912a-12f0-4cdd-8008-53f2907374f0 { text-align: left; }
#s-30f3912a-12f0-4cdd-8008-53f2907374f0 .shg-product-sold-out {
  display: none;
}

#s-30f3912a-12f0-4cdd-8008-53f2907374f0 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-30f3912a-12f0-4cdd-8008-53f2907374f0 .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-8bcba730-0d4e-4f4c-a53f-a0503b9957aa { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8bcba730-0d4e-4f4c-a53f-a0503b9957aa:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8bcba730-0d4e-4f4c-a53f-a0503b9957aa:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8bcba730-0d4e-4f4c-a53f-a0503b9957aa {
  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-8bcba730-0d4e-4f4c-a53f-a0503b9957aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bcba730-0d4e-4f4c-a53f-a0503b9957aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8bcba730-0d4e-4f4c-a53f-a0503b9957aa.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-769bb8cd-4466-48c3-8661-88be0dc4b4bb {
  display: none;
}
#s-55cbe6a8-7b54-416d-8cd0-0feb817dcaca { text-align: left; }
#s-18bd027c-4ab6-49bb-b075-98f72b82cc7f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-18bd027c-4ab6-49bb-b075-98f72b82cc7f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-e7b3d58b-0dbb-41b7-a528-68480235e3f6 { text-align: left; }
#s-e7b3d58b-0dbb-41b7-a528-68480235e3f6 .shg-product-sold-out {
  display: none;
}

#s-e7b3d58b-0dbb-41b7-a528-68480235e3f6 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e7b3d58b-0dbb-41b7-a528-68480235e3f6 .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-cd4190df-c367-45e1-bb08-b5332d9a4541 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-cd4190df-c367-45e1-bb08-b5332d9a4541:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-cd4190df-c367-45e1-bb08-b5332d9a4541:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cd4190df-c367-45e1-bb08-b5332d9a4541 {
  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-cd4190df-c367-45e1-bb08-b5332d9a4541.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd4190df-c367-45e1-bb08-b5332d9a4541.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cd4190df-c367-45e1-bb08-b5332d9a4541.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-ec149a52-01ab-4285-88bd-4533a58f5dbc {
  display: none;
}
#s-9db8569b-77ee-4a30-aaf6-c8aa346255c0 { text-align: left; }
#s-17c5c472-c3ab-4f40-9b59-f1e5fa7cea2f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-17c5c472-c3ab-4f40-9b59-f1e5fa7cea2f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-258a9aca-21d6-45a3-8d67-411a8d4de853 { text-align: left; }
#s-258a9aca-21d6-45a3-8d67-411a8d4de853 .shg-product-sold-out {
  display: none;
}

#s-258a9aca-21d6-45a3-8d67-411a8d4de853 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-258a9aca-21d6-45a3-8d67-411a8d4de853 .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-2b965098-dbf5-4527-b9a6-75bf83d4581b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-2b965098-dbf5-4527-b9a6-75bf83d4581b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-2b965098-dbf5-4527-b9a6-75bf83d4581b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2b965098-dbf5-4527-b9a6-75bf83d4581b {
  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-2b965098-dbf5-4527-b9a6-75bf83d4581b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b965098-dbf5-4527-b9a6-75bf83d4581b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2b965098-dbf5-4527-b9a6-75bf83d4581b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-24305e1a-2f61-437e-8fcd-321a90730664 {
  display: none;
}
#s-182b1924-72b4-4f47-a836-ac5418993d39 { text-align: left; }
#s-110d505b-05d5-4a0d-ba48-db9372f5f920 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-110d505b-05d5-4a0d-ba48-db9372f5f920 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-23e2132c-f36f-4bff-bc56-0fa014015904 { text-align: left; }
#s-23e2132c-f36f-4bff-bc56-0fa014015904 .shg-product-sold-out {
  display: none;
}

#s-23e2132c-f36f-4bff-bc56-0fa014015904 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-23e2132c-f36f-4bff-bc56-0fa014015904 .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-ad185968-a5d5-4074-9e4d-50324a623fd1 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-ad185968-a5d5-4074-9e4d-50324a623fd1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ad185968-a5d5-4074-9e4d-50324a623fd1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ad185968-a5d5-4074-9e4d-50324a623fd1 {
  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-ad185968-a5d5-4074-9e4d-50324a623fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad185968-a5d5-4074-9e4d-50324a623fd1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ad185968-a5d5-4074-9e4d-50324a623fd1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-3040f1b3-f502-41ad-b73c-3fd8e2fe3a7a {
  display: none;
}
#s-ee64b267-819a-42ea-a20a-c4c4cc1354f4 { text-align: left; }
#s-25a24202-d36b-44fc-92f5-ba9807d9f38a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-25a24202-d36b-44fc-92f5-ba9807d9f38a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-e7e94b7a-b52f-4dff-bbfd-623b147e19a9 { text-align: left; }
#s-e7e94b7a-b52f-4dff-bbfd-623b147e19a9 .shg-product-sold-out {
  display: none;
}

#s-e7e94b7a-b52f-4dff-bbfd-623b147e19a9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e7e94b7a-b52f-4dff-bbfd-623b147e19a9 .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-f0ee0df6-e335-4198-8a6b-7deb14bb5163 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-f0ee0df6-e335-4198-8a6b-7deb14bb5163:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f0ee0df6-e335-4198-8a6b-7deb14bb5163:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f0ee0df6-e335-4198-8a6b-7deb14bb5163 {
  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-f0ee0df6-e335-4198-8a6b-7deb14bb5163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0ee0df6-e335-4198-8a6b-7deb14bb5163.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f0ee0df6-e335-4198-8a6b-7deb14bb5163.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-2d0ac078-1d96-4857-b058-732621f3c0e0 {
  display: none;
}
#s-5c1c71fd-8546-48f7-8454-7ec0b5878ef7 { text-align: left; }
#s-3ab5bfc2-8278-4a20-be9b-99b8da38cd55 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3ab5bfc2-8278-4a20-be9b-99b8da38cd55 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-93736e7a-05bb-4ace-8ad3-3e082ffbb75e { text-align: left; }
#s-93736e7a-05bb-4ace-8ad3-3e082ffbb75e .shg-product-sold-out {
  display: none;
}

#s-93736e7a-05bb-4ace-8ad3-3e082ffbb75e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-93736e7a-05bb-4ace-8ad3-3e082ffbb75e .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-87e885d5-3f07-4ec3-8e73-0161d6996551 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-87e885d5-3f07-4ec3-8e73-0161d6996551:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-87e885d5-3f07-4ec3-8e73-0161d6996551:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-87e885d5-3f07-4ec3-8e73-0161d6996551 {
  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-87e885d5-3f07-4ec3-8e73-0161d6996551.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87e885d5-3f07-4ec3-8e73-0161d6996551.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-87e885d5-3f07-4ec3-8e73-0161d6996551.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-d0d8ced3-82df-44fb-96e2-45a9cdeb51bd {
  display: none;
}
#s-667790f2-9b7a-474d-9193-b68cb6fce202 { text-align: left; }
#s-b1c4d9a3-5b79-41e0-bdc0-94262a84c4f0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b1c4d9a3-5b79-41e0-bdc0-94262a84c4f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-042468de-8f6b-44b5-a230-906eabececbe { text-align: left; }
#s-042468de-8f6b-44b5-a230-906eabececbe .shg-product-sold-out {
  display: none;
}

#s-042468de-8f6b-44b5-a230-906eabececbe .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-042468de-8f6b-44b5-a230-906eabececbe .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-74bea7b6-0ca6-44f6-bee7-26c217d4a872 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-74bea7b6-0ca6-44f6-bee7-26c217d4a872:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-74bea7b6-0ca6-44f6-bee7-26c217d4a872:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-74bea7b6-0ca6-44f6-bee7-26c217d4a872 {
  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-74bea7b6-0ca6-44f6-bee7-26c217d4a872.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74bea7b6-0ca6-44f6-bee7-26c217d4a872.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-74bea7b6-0ca6-44f6-bee7-26c217d4a872.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-3798f639-7348-4a15-8234-ef127b8d5f3a {
  display: none;
}
#s-ce997bec-bc82-466c-b704-da65d751503f { text-align: left; }
#s-1b3309e7-1cc2-4a42-946f-1ae4355b9e0a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1b3309e7-1cc2-4a42-946f-1ae4355b9e0a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-8d6c11e0-2ebb-44e2-8aa0-8e981f12e40e { text-align: left; }
#s-8d6c11e0-2ebb-44e2-8aa0-8e981f12e40e .shg-product-sold-out {
  display: none;
}

#s-8d6c11e0-2ebb-44e2-8aa0-8e981f12e40e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8d6c11e0-2ebb-44e2-8aa0-8e981f12e40e .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-83eafa96-8e56-4727-99ed-b16c81a548cb { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-83eafa96-8e56-4727-99ed-b16c81a548cb:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-83eafa96-8e56-4727-99ed-b16c81a548cb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-83eafa96-8e56-4727-99ed-b16c81a548cb {
  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-83eafa96-8e56-4727-99ed-b16c81a548cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83eafa96-8e56-4727-99ed-b16c81a548cb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-83eafa96-8e56-4727-99ed-b16c81a548cb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-0343977c-3b72-4a28-a32a-38513f6da24e {
  display: none;
}
#s-4e5ebf51-089f-4597-a417-9ee65ba8b945 { text-align: left; }
#s-60e1f694-6a53-42bd-a852-f0a18e7a0302 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-60e1f694-6a53-42bd-a852-f0a18e7a0302 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-0e3014d7-86d5-4ea5-9aba-ad2ff93b1934 { text-align: left; }
#s-0e3014d7-86d5-4ea5-9aba-ad2ff93b1934 .shg-product-sold-out {
  display: none;
}

#s-0e3014d7-86d5-4ea5-9aba-ad2ff93b1934 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0e3014d7-86d5-4ea5-9aba-ad2ff93b1934 .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-b80d3f06-d760-41a6-9365-58867a0b3b83 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b80d3f06-d760-41a6-9365-58867a0b3b83:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b80d3f06-d760-41a6-9365-58867a0b3b83:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b80d3f06-d760-41a6-9365-58867a0b3b83 {
  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-b80d3f06-d760-41a6-9365-58867a0b3b83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b80d3f06-d760-41a6-9365-58867a0b3b83.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b80d3f06-d760-41a6-9365-58867a0b3b83.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-2aa316c7-6c37-48fa-a4e9-a017407279a5 {
  display: none;
}
#s-6ce2f474-029d-4a79-9cfc-c905d630ebbf { text-align: left; }
#s-1e71eb08-4c3d-4895-9078-3e5c161f1250 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1e71eb08-4c3d-4895-9078-3e5c161f1250 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-aa7382c7-d356-4a9c-94c9-54f9d1c8a038 { text-align: left; }
#s-aa7382c7-d356-4a9c-94c9-54f9d1c8a038 .shg-product-sold-out {
  display: none;
}

#s-aa7382c7-d356-4a9c-94c9-54f9d1c8a038 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aa7382c7-d356-4a9c-94c9-54f9d1c8a038 .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-56b8058d-46f7-4e93-8c5c-023e9908d6ed { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-56b8058d-46f7-4e93-8c5c-023e9908d6ed:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-56b8058d-46f7-4e93-8c5c-023e9908d6ed:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-56b8058d-46f7-4e93-8c5c-023e9908d6ed {
  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-56b8058d-46f7-4e93-8c5c-023e9908d6ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56b8058d-46f7-4e93-8c5c-023e9908d6ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-56b8058d-46f7-4e93-8c5c-023e9908d6ed.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-def8c042-a998-4d1c-81ab-173434eff84f {
  display: none;
}
#s-01fec3a7-1c1d-436e-8b5d-de1b342bd9a2 { text-align: left; }
#s-e8a87b19-bba3-4725-9e54-cfe02f7c8ad2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e8a87b19-bba3-4725-9e54-cfe02f7c8ad2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-58da6308-15ae-44ff-a161-1c5bbcdd1676 { text-align: left; }
#s-58da6308-15ae-44ff-a161-1c5bbcdd1676 .shg-product-sold-out {
  display: none;
}

#s-58da6308-15ae-44ff-a161-1c5bbcdd1676 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-58da6308-15ae-44ff-a161-1c5bbcdd1676 .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-b133ed5f-e0cf-45d8-b5ac-43822c9a379b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-b133ed5f-e0cf-45d8-b5ac-43822c9a379b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-b133ed5f-e0cf-45d8-b5ac-43822c9a379b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-b133ed5f-e0cf-45d8-b5ac-43822c9a379b {
  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-b133ed5f-e0cf-45d8-b5ac-43822c9a379b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b133ed5f-e0cf-45d8-b5ac-43822c9a379b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-b133ed5f-e0cf-45d8-b5ac-43822c9a379b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-d3c1f67f-9c90-4611-b2aa-fb3c4029c438 {
  display: none;
}
#s-d8c2d1b8-53ab-47e9-876f-78d4c19a876b { text-align: left; }
#s-e8709ef9-8e96-4d51-af37-afe363dc8bfb { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e8709ef9-8e96-4d51-af37-afe363dc8bfb .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-61836152-c36a-46f3-a5dd-ad40e970a337 { text-align: left; }
#s-61836152-c36a-46f3-a5dd-ad40e970a337 .shg-product-sold-out {
  display: none;
}

#s-61836152-c36a-46f3-a5dd-ad40e970a337 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-61836152-c36a-46f3-a5dd-ad40e970a337 .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-2903f985-9567-4cb8-a4cf-62b52e6ec24a { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-2903f985-9567-4cb8-a4cf-62b52e6ec24a:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-2903f985-9567-4cb8-a4cf-62b52e6ec24a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-2903f985-9567-4cb8-a4cf-62b52e6ec24a {
  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-2903f985-9567-4cb8-a4cf-62b52e6ec24a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2903f985-9567-4cb8-a4cf-62b52e6ec24a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-2903f985-9567-4cb8-a4cf-62b52e6ec24a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-6fe37bee-1bc0-4306-a0aa-c4ca44ab37b6 {
  display: none;
}
#s-33d9cb05-ed94-4bcd-91fc-1871c053afc2 { text-align: left; }
#s-0326345a-c1cb-4e8c-830b-c92ce7b1c18a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0326345a-c1cb-4e8c-830b-c92ce7b1c18a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-481e8e07-33ec-4d2f-b8d0-f39c2cc0ca05 { text-align: left; }
#s-481e8e07-33ec-4d2f-b8d0-f39c2cc0ca05 .shg-product-sold-out {
  display: none;
}

#s-481e8e07-33ec-4d2f-b8d0-f39c2cc0ca05 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-481e8e07-33ec-4d2f-b8d0-f39c2cc0ca05 .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-41ed69eb-0902-4824-b815-cbe83d3d1d8c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-41ed69eb-0902-4824-b815-cbe83d3d1d8c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-41ed69eb-0902-4824-b815-cbe83d3d1d8c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-41ed69eb-0902-4824-b815-cbe83d3d1d8c {
  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-41ed69eb-0902-4824-b815-cbe83d3d1d8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41ed69eb-0902-4824-b815-cbe83d3d1d8c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-41ed69eb-0902-4824-b815-cbe83d3d1d8c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-77e648ff-d1d1-4b76-94ba-7ba1ae14d003 {
  display: none;
}
#s-302cc963-2d54-4819-9ef5-3b1f4fe75a46 { text-align: left; }
#s-27786913-6a82-4b93-bfdf-efb953e78e24 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-27786913-6a82-4b93-bfdf-efb953e78e24 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-a486f9f7-4d93-4bc1-8739-9a9cc7284e28 { text-align: left; }
#s-a486f9f7-4d93-4bc1-8739-9a9cc7284e28 .shg-product-sold-out {
  display: none;
}

#s-a486f9f7-4d93-4bc1-8739-9a9cc7284e28 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a486f9f7-4d93-4bc1-8739-9a9cc7284e28 .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-e3cf9887-017e-48b7-bbca-7862b7a1ce69 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-e3cf9887-017e-48b7-bbca-7862b7a1ce69:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e3cf9887-017e-48b7-bbca-7862b7a1ce69:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e3cf9887-017e-48b7-bbca-7862b7a1ce69 {
  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-e3cf9887-017e-48b7-bbca-7862b7a1ce69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cf9887-017e-48b7-bbca-7862b7a1ce69.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e3cf9887-017e-48b7-bbca-7862b7a1ce69.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-7e2bd433-d04a-4fd8-b2a3-b4a93cf1940d {
  display: none;
}
#s-30c311c7-f4d3-4cb2-9f6a-d0dc962f7e9b { text-align: left; }
#s-46348340-3cf9-41ca-90cf-c8f05f77343d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-46348340-3cf9-41ca-90cf-c8f05f77343d .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-a5d6c16e-3f65-40d8-872a-10cb87c5b446 { text-align: left; }
#s-a5d6c16e-3f65-40d8-872a-10cb87c5b446 .shg-product-sold-out {
  display: none;
}

#s-a5d6c16e-3f65-40d8-872a-10cb87c5b446 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a5d6c16e-3f65-40d8-872a-10cb87c5b446 .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-6e507339-ae41-4407-becc-627ae6d86ca5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-6e507339-ae41-4407-becc-627ae6d86ca5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-6e507339-ae41-4407-becc-627ae6d86ca5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-6e507339-ae41-4407-becc-627ae6d86ca5 {
  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-6e507339-ae41-4407-becc-627ae6d86ca5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e507339-ae41-4407-becc-627ae6d86ca5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-6e507339-ae41-4407-becc-627ae6d86ca5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-c33808cb-d9bf-4cb3-bfb8-b975d79fb4d5 {
  display: none;
}
#s-ebb180dd-a5d2-4b63-999c-756f3f008ebb { text-align: left; }
#s-45aa5369-16fd-43a4-94ea-932abebfc9fc { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-45aa5369-16fd-43a4-94ea-932abebfc9fc .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-0e6f1432-d2aa-4494-a7c0-3e5ee9c256a1 { text-align: left; }
#s-0e6f1432-d2aa-4494-a7c0-3e5ee9c256a1 .shg-product-sold-out {
  display: none;
}

#s-0e6f1432-d2aa-4494-a7c0-3e5ee9c256a1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0e6f1432-d2aa-4494-a7c0-3e5ee9c256a1 .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-7181eb34-90c2-4b5a-9e8a-8b8777433643 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-7181eb34-90c2-4b5a-9e8a-8b8777433643:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-7181eb34-90c2-4b5a-9e8a-8b8777433643:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-7181eb34-90c2-4b5a-9e8a-8b8777433643 {
  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-7181eb34-90c2-4b5a-9e8a-8b8777433643.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7181eb34-90c2-4b5a-9e8a-8b8777433643.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-7181eb34-90c2-4b5a-9e8a-8b8777433643.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-bb88d333-2329-4779-a238-09db42392da4 {
  display: none;
}
#s-8a31aaa1-56bc-41be-8e68-1d7df6164d7f { text-align: left; }
#s-5130a074-aa94-466d-a97f-9b091884bcb8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5130a074-aa94-466d-a97f-9b091884bcb8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-b62cc536-a207-4d8e-ae6b-8f7218acfaeb { text-align: left; }
#s-b62cc536-a207-4d8e-ae6b-8f7218acfaeb .shg-product-sold-out {
  display: none;
}

#s-b62cc536-a207-4d8e-ae6b-8f7218acfaeb .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b62cc536-a207-4d8e-ae6b-8f7218acfaeb .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-853ae3e2-8153-49c4-bc66-31ea64892bcc { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-853ae3e2-8153-49c4-bc66-31ea64892bcc:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-853ae3e2-8153-49c4-bc66-31ea64892bcc:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-853ae3e2-8153-49c4-bc66-31ea64892bcc {
  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-853ae3e2-8153-49c4-bc66-31ea64892bcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-853ae3e2-8153-49c4-bc66-31ea64892bcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-853ae3e2-8153-49c4-bc66-31ea64892bcc.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-08a1d157-680c-4147-a3b6-1973613c575e {
  display: none;
}
#s-52085103-1db2-4595-ae15-1204790858c1 { text-align: left; }
#s-2814e716-1180-4d04-936d-35176dcf469a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2814e716-1180-4d04-936d-35176dcf469a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-d9ceebc5-f4b7-4071-bf0f-d2ec342b342d { text-align: left; }
#s-d9ceebc5-f4b7-4071-bf0f-d2ec342b342d .shg-product-sold-out {
  display: none;
}

#s-d9ceebc5-f4b7-4071-bf0f-d2ec342b342d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d9ceebc5-f4b7-4071-bf0f-d2ec342b342d .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-010fcf71-13db-4ca0-99a2-4e786566816b { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-010fcf71-13db-4ca0-99a2-4e786566816b:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-010fcf71-13db-4ca0-99a2-4e786566816b:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-010fcf71-13db-4ca0-99a2-4e786566816b {
  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-010fcf71-13db-4ca0-99a2-4e786566816b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-010fcf71-13db-4ca0-99a2-4e786566816b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-010fcf71-13db-4ca0-99a2-4e786566816b.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-b07004a9-f48c-462c-8a0d-de260d54027d {
  display: none;
}
#s-005eccc6-394e-4625-b007-2ce4dda43a6c { text-align: left; }
#s-a2e981e8-eb02-4b3d-b509-d50a0e2d827f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-a2e981e8-eb02-4b3d-b509-d50a0e2d827f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-37ebef66-01a5-4a46-8688-e3d0861169aa { text-align: left; }
#s-37ebef66-01a5-4a46-8688-e3d0861169aa .shg-product-sold-out {
  display: none;
}

#s-37ebef66-01a5-4a46-8688-e3d0861169aa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-37ebef66-01a5-4a46-8688-e3d0861169aa .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-106a0b8a-2ec9-4925-8c6a-f268d06ff424 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-106a0b8a-2ec9-4925-8c6a-f268d06ff424:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-106a0b8a-2ec9-4925-8c6a-f268d06ff424:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-106a0b8a-2ec9-4925-8c6a-f268d06ff424 {
  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-106a0b8a-2ec9-4925-8c6a-f268d06ff424.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-106a0b8a-2ec9-4925-8c6a-f268d06ff424.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-106a0b8a-2ec9-4925-8c6a-f268d06ff424.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-0d4e6f46-5183-40ef-aaa6-6ce4496d09c2 {
  display: none;
}
#s-f7576708-e63e-4103-990c-9bd2cc77aed6 { text-align: left; }
#s-597bc15e-19bd-4671-8e7e-1245507eb5a8 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-597bc15e-19bd-4671-8e7e-1245507eb5a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-47bba420-2d02-485a-92de-135ba548bcd7 { text-align: left; }
#s-47bba420-2d02-485a-92de-135ba548bcd7 .shg-product-sold-out {
  display: none;
}

#s-47bba420-2d02-485a-92de-135ba548bcd7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-47bba420-2d02-485a-92de-135ba548bcd7 .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-920c8761-e945-4f68-85dc-d95005402714 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-920c8761-e945-4f68-85dc-d95005402714:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-920c8761-e945-4f68-85dc-d95005402714:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-920c8761-e945-4f68-85dc-d95005402714 {
  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-920c8761-e945-4f68-85dc-d95005402714.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920c8761-e945-4f68-85dc-d95005402714.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-920c8761-e945-4f68-85dc-d95005402714.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-f7009576-dacf-4c82-b6ff-2b19ceb32713 {
  display: none;
}
#s-7899fa49-f1fc-4ce9-8001-a8502d4cc305 { text-align: left; }
#s-ea733a59-8091-41a4-92a0-a8d1c0d8d266 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ea733a59-8091-41a4-92a0-a8d1c0d8d266 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-2e97d64e-d837-4105-ad5e-19204e61c1b4 { text-align: left; }
#s-2e97d64e-d837-4105-ad5e-19204e61c1b4 .shg-product-sold-out {
  display: none;
}

#s-2e97d64e-d837-4105-ad5e-19204e61c1b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2e97d64e-d837-4105-ad5e-19204e61c1b4 .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-ea838187-d9df-4651-9209-59f9aff15980 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-ea838187-d9df-4651-9209-59f9aff15980:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-ea838187-d9df-4651-9209-59f9aff15980:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-ea838187-d9df-4651-9209-59f9aff15980 {
  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-ea838187-d9df-4651-9209-59f9aff15980.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea838187-d9df-4651-9209-59f9aff15980.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-ea838187-d9df-4651-9209-59f9aff15980.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


#s-3ae02638-e098-4314-a644-3f59b97e4887 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-3ae02638-e098-4314-a644-3f59b97e4887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7bdfc4a0-ab2f-4b4f-b53b-5c7020ef2007 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-7bdfc4a0-ab2f-4b4f-b53b-5c7020ef2007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-32a60ae4-06bc-483c-bcfe-f2d1e779f116 { 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-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32a60ae4-06bc-483c-bcfe-f2d1e779f116"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba122fc1-8129-4cd3-9800-e230a1bd4dbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bba09389-aed8-4cae-93e1-7cd036e65bd8 .shogun-icon-wrapper {
  text-align: center;
}


#s-bba09389-aed8-4cae-93e1-7cd036e65bd8 .shogun-icon-wrapper > .shogun-icon {

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

#s-3705088f-a54d-4b69-b32a-deb4901b7525 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-6ce6c336-7cea-4148-bdb7-d897593ab013 { 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-6ce6c336-7cea-4148-bdb7-d897593ab013:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-6ce6c336-7cea-4148-bdb7-d897593ab013:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-6ce6c336-7cea-4148-bdb7-d897593ab013.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-40fb683b-724c-40ad-b378-66834c27f87d { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-40fb683b-724c-40ad-b378-66834c27f87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a8add887-9ee0-4b4e-b1d0-80a874a411a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-a8add887-9ee0-4b4e-b1d0-80a874a411a9 .shogun-icon-wrapper > .shogun-icon {

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

#s-81d5ec74-309f-42ad-bab8-f8fb1d825b75 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-1dcd6c14-0fb8-4f9c-a61d-a44e998509c8 { 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-1dcd6c14-0fb8-4f9c-a61d-a44e998509c8:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-1dcd6c14-0fb8-4f9c-a61d-a44e998509c8:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-1dcd6c14-0fb8-4f9c-a61d-a44e998509c8.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-0f312019-7c47-4cdb-ae8f-e2e7f9405373 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f312019-7c47-4cdb-ae8f-e2e7f9405373"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-26a79a63-1bed-4a12-a2a1-b3f6ba5464ad .shogun-icon-wrapper {
  text-align: center;
}


#s-26a79a63-1bed-4a12-a2a1-b3f6ba5464ad .shogun-icon-wrapper > .shogun-icon {

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

#s-8d43565d-cf59-4a37-8bf9-93dc79a272f0 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-aafb4b93-62d5-440d-a8e8-d189ef650494 { 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-aafb4b93-62d5-440d-a8e8-d189ef650494:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-aafb4b93-62d5-440d-a8e8-d189ef650494:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-aafb4b93-62d5-440d-a8e8-d189ef650494.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-92e7d2ca-e3ad-4b61-a526-22a7dcdeea55 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-92e7d2ca-e3ad-4b61-a526-22a7dcdeea55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4bfba2a-5ef3-4b6c-b5b3-7f7405942002"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-648d6d3a-0cb5-4639-b1b0-6fe75cfe501f { text-align: left; }
#s-bb0b6079-c2f5-4c58-b659-3b1f807799eb { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb0b6079-c2f5-4c58-b659-3b1f807799eb"] > .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-ea8a23a5-1286-4bd2-b526-9c9ef5145557 { text-align: center; }
#s-8039d771-bc1e-411a-9b3d-8b38f279a129 { padding-top: 0px; }
#s-379d0d7c-7efe-4cab-8cdd-edf7825de3bb { padding-top: 15px; }
#s-d11a69f8-edd0-4321-ad99-1d161a2480c0 { 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;
}
