.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-3c8be688-ef67-411e-b119-e24a445f156a { min-height: 50px; }
#s-3c8be688-ef67-411e-b119-e24a445f156a > .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 {
  display: block;
  max-width: 100% !important;
  margin: 0 auto !important;
}

#s-6f8c22cc-fc49-4983-a7e4-c877f55eeb5d { 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-64fa799b-0035-4654-b43f-0a252fa0b802 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64fa799b-0035-4654-b43f-0a252fa0b802"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a972f74b-58d9-4fd4-9302-a98572b76aae { padding-top: 25px;
padding-left: 0px;
padding-right: 15px; }
#s-20da981c-5edc-4587-8865-474cba80ab85 { text-align: center; }
#s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb6fcb12-688a-4533-b4f9-aa9c2580f2b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5f5c0997-fa8e-4303-a8a7-cec6f45dfa73 { text-align: center; }
#s-0783539d-145d-4210-bfc5-311b5f5cd83a { padding-top: 30px;
padding-left: 15px;
padding-right: 0px; }
#s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7c1bd7d7-bc17-4e86-a322-7cf37c7125d2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3b8cad2d-7e4b-456a-89b7-1dc560cb343b { padding-top: 30px;
padding-right: 15px; }
#s-b6041fc3-742a-4179-bf34-8cea952001a6 { text-align: center; }
@media (min-width: 0px) {
[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c634a4a4-d403-4c07-8fee-44ef82d382e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42dc7201-555d-4d07-a3e7-f94d7cee7a32 { text-align: center; }
#s-6bf7e792-327e-4662-aca8-992d8d5e8c16 { padding-top: 20px;
padding-left: 15px;
padding-right: 0px; }
@media (min-width: 0px) {
[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1e0a32cc-a8a2-482b-82f6-e4644774a5ea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d56de89f-51c9-4be7-a09f-f9216fd1cbfa { padding-top: 20px;
padding-right: 15px; }
#s-3b00ee25-d106-4a5e-83df-e4e4e904682f { text-align: center; }
@media (min-width: 0px) {
[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fdc18e9-e561-4242-9e4a-d2c1a989f1a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fda20714-7669-4524-8b3b-25eb229419df { text-align: center; }
#s-535b03a4-7696-49e3-8a34-6070835b1fe5 { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
@media (min-width: 0px) {
[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9257bbca-3902-4ac4-a484-0720d4afc6c4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-32147909-bb7f-4de3-96ea-8743c8f9dc20 { padding-top: 15px;
padding-right: 15px; }
#s-c6ac7b58-4fca-4d11-854c-32b7e6d8403d { text-align: center; }
@media (min-width: 0px) {
[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6197d7a4-69b4-4dfe-ad54-32100d202781"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8a75e66a-a5b7-4065-a12f-99e0b9e4bce4 { text-align: center; }
#s-a089681b-771b-4957-afc0-59b7ddadc715 { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
@media (min-width: 0px) {
[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c761fcf-2f88-40e8-99c9-774bbdd67bec"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a4ddfe17-7a2b-4272-ac2a-45a52c02b786 { padding-top: 15px;
padding-right: 15px; }
#s-66b29c71-9e81-4595-b04d-b9fb9e505108 { text-align: center; }
@media (min-width: 0px) {
[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7382777-9da8-472f-b3f1-56ff22ff6ae3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0ba599e9-e2d7-445e-ba51-9c1f96356464 { text-align: center; }
#s-60b01d22-9c6b-4c66-ad2d-80ddd7eccab1 { padding-top: 25px;
padding-left: 15px;
padding-right: 0px; }
@media (min-width: 0px) {
[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3ed738e0-b0b0-4aa4-9be6-905ef3a390fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d962ce4-387f-4de8-b2b0-ee56a1670c1f { padding-top: 15px;
padding-left: 15px;
padding-right: 0px; }
#s-7210a989-9211-4be9-a3d7-13698cf6c497 { text-align: center; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-9777aaaa-369e-4b13-9cb5-7e19bc7b3694 { padding-top: 30px;
padding-bottom: 30px; }
#s-5ebe4ee7-7556-4e66-8ea6-84dd9fe853d4 {
  display: none;
}
img.shogun-image {
  display: block;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.shg-product-image-wrapper {
  display: none;
}

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

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-99b12e0b-40ca-43e5-b228-6d6ef54cc0d2 { 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-74555791-6a98-4bcf-ba5b-01e43ed1cd88 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-74555791-6a98-4bcf-ba5b-01e43ed1cd88 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-13551b29-9db9-42cc-a356-658b8c38113d { text-align: left; }
#s-13551b29-9db9-42cc-a356-658b8c38113d .shg-product-sold-out {
  display: none;
}

#s-13551b29-9db9-42cc-a356-658b8c38113d .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-13551b29-9db9-42cc-a356-658b8c38113d .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-373d1ef5-3879-4fe0-8699-8dc5d0f07e8d {
  display: none;
}
#s-46e1a28c-fe8b-4edd-9f42-3dfe153c9a12 { text-align: left; }
#s-34fbc018-03c9-42c5-bcf7-c409155eb56a { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-34fbc018-03c9-42c5-bcf7-c409155eb56a .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-e0c0b51d-429a-4384-8b2e-e32e5062ca39 { text-align: left; }
#s-e0c0b51d-429a-4384-8b2e-e32e5062ca39 .shg-product-sold-out {
  display: none;
}

#s-e0c0b51d-429a-4384-8b2e-e32e5062ca39 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e0c0b51d-429a-4384-8b2e-e32e5062ca39 .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-601e1f88-ddb1-4376-813e-d9ba81b88540 {
  display: none;
}
#s-db9e9fe7-9c7f-477a-9e10-29b5f85b6ff0 { text-align: left; }
#s-d696ff15-a569-46f4-92de-7cc270ad8afd { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-d696ff15-a569-46f4-92de-7cc270ad8afd .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-b5749742-e6e4-4528-b616-5cb5c0979c29 { text-align: left; }
#s-b5749742-e6e4-4528-b616-5cb5c0979c29 .shg-product-sold-out {
  display: none;
}

#s-b5749742-e6e4-4528-b616-5cb5c0979c29 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b5749742-e6e4-4528-b616-5cb5c0979c29 .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-1b47a21b-a7b5-46a4-a784-8f15db248cb5 {
  display: none;
}
#s-153c27a0-72f0-4d5b-a563-c9f8e2381c0a { text-align: left; }
#s-edc69151-336a-4015-b38e-35e42711260a { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-edc69151-336a-4015-b38e-35e42711260a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-3ad5f4e7-0c59-413e-884e-b587df5a8f69 { text-align: left; }
#s-3ad5f4e7-0c59-413e-884e-b587df5a8f69 .shg-product-sold-out {
  display: none;
}

#s-3ad5f4e7-0c59-413e-884e-b587df5a8f69 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ad5f4e7-0c59-413e-884e-b587df5a8f69 .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-05849ebf-9489-437a-8bf1-c3dfa2b89b8c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-05849ebf-9489-437a-8bf1-c3dfa2b89b8c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-05849ebf-9489-437a-8bf1-c3dfa2b89b8c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-05849ebf-9489-437a-8bf1-c3dfa2b89b8c {
  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-05849ebf-9489-437a-8bf1-c3dfa2b89b8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05849ebf-9489-437a-8bf1-c3dfa2b89b8c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-05849ebf-9489-437a-8bf1-c3dfa2b89b8c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-67323f67-8ddf-442f-a31d-5b47da49dcba {
  display: none;
}
#s-d8bb4060-3af3-4c56-bf7f-47755a10c966 { text-align: left; }
#s-3c0df725-a308-4511-8faa-bf928998d201 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-3c0df725-a308-4511-8faa-bf928998d201 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-79ce8339-8d65-4c18-9589-cd6c30771960 { text-align: left; }
#s-79ce8339-8d65-4c18-9589-cd6c30771960 .shg-product-sold-out {
  display: none;
}

#s-79ce8339-8d65-4c18-9589-cd6c30771960 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-79ce8339-8d65-4c18-9589-cd6c30771960 .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-1cbf1200-916c-42e0-9061-aed1a6b73255 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-1cbf1200-916c-42e0-9061-aed1a6b73255:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1cbf1200-916c-42e0-9061-aed1a6b73255:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1cbf1200-916c-42e0-9061-aed1a6b73255 {
  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-1cbf1200-916c-42e0-9061-aed1a6b73255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cbf1200-916c-42e0-9061-aed1a6b73255.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1cbf1200-916c-42e0-9061-aed1a6b73255.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-b481c8ec-306f-4357-8444-b4e3b71dfe6c {
  display: none;
}
#s-77fed41f-0001-4c62-a4d5-05115122eb43 { text-align: left; }
#s-f335a820-676e-4772-aa12-109814d60d20 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f335a820-676e-4772-aa12-109814d60d20 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-65c287d2-1092-4df8-a566-44ee2aa0d208 { text-align: left; }
#s-65c287d2-1092-4df8-a566-44ee2aa0d208 .shg-product-sold-out {
  display: none;
}

#s-65c287d2-1092-4df8-a566-44ee2aa0d208 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-65c287d2-1092-4df8-a566-44ee2aa0d208 .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-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4 {
  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-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4e6d5a1b-fe76-4b19-a82b-8b2e29ce98f4.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e61b7b6e-f8de-40c9-9aed-76419b44b708 {
  display: none;
}
#s-59a5f5b4-c63a-4ea6-a501-f66dd27f3621 { text-align: left; }
#s-62545ba8-890a-4d86-bb39-d06151b95075 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-62545ba8-890a-4d86-bb39-d06151b95075 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-3121e356-24e0-4c0f-89f8-b84ff76033ee { text-align: left; }
#s-3121e356-24e0-4c0f-89f8-b84ff76033ee .shg-product-sold-out {
  display: none;
}

#s-3121e356-24e0-4c0f-89f8-b84ff76033ee .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3121e356-24e0-4c0f-89f8-b84ff76033ee .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-5bf454a1-ac15-4948-8092-b5e5ba11a03d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-5bf454a1-ac15-4948-8092-b5e5ba11a03d:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-5bf454a1-ac15-4948-8092-b5e5ba11a03d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5bf454a1-ac15-4948-8092-b5e5ba11a03d {
  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-5bf454a1-ac15-4948-8092-b5e5ba11a03d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bf454a1-ac15-4948-8092-b5e5ba11a03d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5bf454a1-ac15-4948-8092-b5e5ba11a03d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cd66ff0e-6162-4a0c-8683-8b32b9028064 {
  display: none;
}
#s-1633f338-f8df-494b-a942-66a32f0b3273 { text-align: left; }
#s-103e843d-d5b5-429a-845f-31a02b4cabf2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-103e843d-d5b5-429a-845f-31a02b4cabf2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-1fc8b537-8290-4b2a-b151-f883c1845a6f { text-align: left; }
#s-1fc8b537-8290-4b2a-b151-f883c1845a6f .shg-product-sold-out {
  display: none;
}

#s-1fc8b537-8290-4b2a-b151-f883c1845a6f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1fc8b537-8290-4b2a-b151-f883c1845a6f .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-cc9ff6eb-795a-4467-9150-084f22fafc69 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-cc9ff6eb-795a-4467-9150-084f22fafc69:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-cc9ff6eb-795a-4467-9150-084f22fafc69:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-cc9ff6eb-795a-4467-9150-084f22fafc69 {
  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-cc9ff6eb-795a-4467-9150-084f22fafc69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc9ff6eb-795a-4467-9150-084f22fafc69.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-cc9ff6eb-795a-4467-9150-084f22fafc69.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8e6196d5-b1cd-4490-9000-316d0fdc96e2 {
  display: none;
}
#s-af7dd33c-9569-4de2-9063-8f35eb8f36c4 { text-align: left; }
#s-0416ac9b-0d7b-42d8-a10b-495ac42ac856 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0416ac9b-0d7b-42d8-a10b-495ac42ac856 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-1dfa1d05-5457-4575-a1a3-2f10cb84af7f { text-align: left; }
#s-1dfa1d05-5457-4575-a1a3-2f10cb84af7f .shg-product-sold-out {
  display: none;
}

#s-1dfa1d05-5457-4575-a1a3-2f10cb84af7f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1dfa1d05-5457-4575-a1a3-2f10cb84af7f .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-0acd21e4-695d-4366-9a38-cba7f367fec9 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-0acd21e4-695d-4366-9a38-cba7f367fec9:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-0acd21e4-695d-4366-9a38-cba7f367fec9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0acd21e4-695d-4366-9a38-cba7f367fec9 {
  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-0acd21e4-695d-4366-9a38-cba7f367fec9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0acd21e4-695d-4366-9a38-cba7f367fec9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0acd21e4-695d-4366-9a38-cba7f367fec9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-70d00bcc-679e-4a8d-a12b-f437ac9de89f {
  display: none;
}
#s-6b48390d-8cf9-46da-addf-b9c0f221b66e { text-align: left; }
#s-6a6236da-e320-4d7c-ae90-73f6d442f8dd { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-6a6236da-e320-4d7c-ae90-73f6d442f8dd .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-9d7bc80c-c164-4f63-80b0-2ca91bbc8335 { text-align: left; }
#s-9d7bc80c-c164-4f63-80b0-2ca91bbc8335 .shg-product-sold-out {
  display: none;
}

#s-9d7bc80c-c164-4f63-80b0-2ca91bbc8335 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9d7bc80c-c164-4f63-80b0-2ca91bbc8335 .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-481b33c1-5129-459c-b5eb-d255310b15ae { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-481b33c1-5129-459c-b5eb-d255310b15ae:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-481b33c1-5129-459c-b5eb-d255310b15ae:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-481b33c1-5129-459c-b5eb-d255310b15ae {
  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-481b33c1-5129-459c-b5eb-d255310b15ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-481b33c1-5129-459c-b5eb-d255310b15ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-481b33c1-5129-459c-b5eb-d255310b15ae.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-aa0ff27a-d045-49f5-aff1-82a6c4094075 {
  display: none;
}
#s-f70f80bb-c2d6-45d3-901a-10d1b384dd74 { text-align: left; }
#s-e3ce59af-901a-43d7-84e2-334275a17203 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e3ce59af-901a-43d7-84e2-334275a17203 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-bcc64b00-d83b-40db-b621-a299a42bc80b { text-align: left; }
#s-bcc64b00-d83b-40db-b621-a299a42bc80b .shg-product-sold-out {
  display: none;
}

#s-bcc64b00-d83b-40db-b621-a299a42bc80b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bcc64b00-d83b-40db-b621-a299a42bc80b .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-8f926ffd-d5ad-49f7-961d-a9f13a03adb2 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8f926ffd-d5ad-49f7-961d-a9f13a03adb2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8f926ffd-d5ad-49f7-961d-a9f13a03adb2:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8f926ffd-d5ad-49f7-961d-a9f13a03adb2 {
  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-8f926ffd-d5ad-49f7-961d-a9f13a03adb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f926ffd-d5ad-49f7-961d-a9f13a03adb2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8f926ffd-d5ad-49f7-961d-a9f13a03adb2.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-c423f49c-e0c0-4559-abfd-8b3233231eed {
  display: none;
}
#s-15b5c278-cad8-43dd-89df-11be0a62c719 { text-align: left; }
#s-019df276-38a6-4eeb-9b19-a4f0f5167241 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-019df276-38a6-4eeb-9b19-a4f0f5167241 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-328f5f91-ca72-4852-8210-1c67de762a29 { text-align: left; }
#s-328f5f91-ca72-4852-8210-1c67de762a29 .shg-product-sold-out {
  display: none;
}

#s-328f5f91-ca72-4852-8210-1c67de762a29 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-328f5f91-ca72-4852-8210-1c67de762a29 .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-c32ff884-cfaa-4d5f-a639-f70760abe0ac { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-c32ff884-cfaa-4d5f-a639-f70760abe0ac:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-c32ff884-cfaa-4d5f-a639-f70760abe0ac:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-c32ff884-cfaa-4d5f-a639-f70760abe0ac {
  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-c32ff884-cfaa-4d5f-a639-f70760abe0ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c32ff884-cfaa-4d5f-a639-f70760abe0ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-c32ff884-cfaa-4d5f-a639-f70760abe0ac.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-07da56c9-37bb-4b0a-8c73-e044508d6e25 {
  display: none;
}
#s-99fbe07d-a4c4-4c96-90db-b9c9e9032ec0 { text-align: left; }
#s-563e27db-324b-4e3e-8fea-e02dc2006220 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-563e27db-324b-4e3e-8fea-e02dc2006220 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-54f04150-9181-41d4-940a-0811c7560ac2 { text-align: left; }
#s-54f04150-9181-41d4-940a-0811c7560ac2 .shg-product-sold-out {
  display: none;
}

#s-54f04150-9181-41d4-940a-0811c7560ac2 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-54f04150-9181-41d4-940a-0811c7560ac2 .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-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c {
  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-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-20180ec1-cfe9-46d3-a8f0-c1fe2920c37c.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-4642efdf-4a3c-4853-a70b-e0890e858d7b {
  display: none;
}
#s-98517edf-f49c-4079-abfc-b5f851d89ed9 { text-align: left; }
#s-c641a382-03d3-42ea-9fb3-3b28112492f0 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c641a382-03d3-42ea-9fb3-3b28112492f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-1af32c5c-a3a9-42f4-9926-6caa0e474526 { text-align: left; }
#s-1af32c5c-a3a9-42f4-9926-6caa0e474526 .shg-product-sold-out {
  display: none;
}

#s-1af32c5c-a3a9-42f4-9926-6caa0e474526 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1af32c5c-a3a9-42f4-9926-6caa0e474526 .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-304e3aad-5e8d-4968-9b1d-8db46e703079 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-304e3aad-5e8d-4968-9b1d-8db46e703079:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-304e3aad-5e8d-4968-9b1d-8db46e703079:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-304e3aad-5e8d-4968-9b1d-8db46e703079 {
  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-304e3aad-5e8d-4968-9b1d-8db46e703079.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-304e3aad-5e8d-4968-9b1d-8db46e703079.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-304e3aad-5e8d-4968-9b1d-8db46e703079.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-9bdd2c7f-08f5-4c80-8990-28d7c3bb394d {
  display: none;
}
#s-a1f44af0-f4d3-416c-9b38-b2b3cdef61db { text-align: left; }
#s-4e3179f3-5056-4dda-b418-e8278ea51a98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-4e3179f3-5056-4dda-b418-e8278ea51a98 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-930d15d1-91d1-4e60-82df-c3a92b1574e1 { text-align: left; }
#s-930d15d1-91d1-4e60-82df-c3a92b1574e1 .shg-product-sold-out {
  display: none;
}

#s-930d15d1-91d1-4e60-82df-c3a92b1574e1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-930d15d1-91d1-4e60-82df-c3a92b1574e1 .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-8726ac01-3965-42f3-bd4f-8e8802dfc575 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-8726ac01-3965-42f3-bd4f-8e8802dfc575:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-8726ac01-3965-42f3-bd4f-8e8802dfc575:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-8726ac01-3965-42f3-bd4f-8e8802dfc575 {
  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-8726ac01-3965-42f3-bd4f-8e8802dfc575.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8726ac01-3965-42f3-bd4f-8e8802dfc575.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8726ac01-3965-42f3-bd4f-8e8802dfc575.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a6d1e14e-6272-4b59-9314-166061a53e74 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-a6d1e14e-6272-4b59-9314-166061a53e74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1 { 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-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4c9f4d91-2abc-4d87-b369-58f1a0560fb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b3784b4-9960-4094-ad99-d34ed5e07bb5 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9b3784b4-9960-4094-ad99-d34ed5e07bb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a79b2e9e-b3cb-45a8-b4f7-40396a68e78f .shogun-icon-wrapper {
  text-align: center;
}


#s-a79b2e9e-b3cb-45a8-b4f7-40396a68e78f .shogun-icon-wrapper > .shogun-icon {

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

#s-23165629-dc17-49b1-8ebd-4c3e92a721f2 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-6c2fc2ce-f555-4753-b13a-5445dd9e353e { 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-6c2fc2ce-f555-4753-b13a-5445dd9e353e:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-6c2fc2ce-f555-4753-b13a-5445dd9e353e:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-6c2fc2ce-f555-4753-b13a-5445dd9e353e.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-a8f56cbc-103c-4f6b-a79e-bf302634a755 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a8f56cbc-103c-4f6b-a79e-bf302634a755"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b72466a3-c469-41b1-88d1-c1b3e0b8e3ec .shogun-icon-wrapper {
  text-align: center;
}


#s-b72466a3-c469-41b1-88d1-c1b3e0b8e3ec .shogun-icon-wrapper > .shogun-icon {

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

#s-0149b7dc-24b0-4cb5-bf98-eb59c6b3fa35 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-f9e1bc74-55fc-47db-961f-ad5cb27d702f { 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-f9e1bc74-55fc-47db-961f-ad5cb27d702f:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-f9e1bc74-55fc-47db-961f-ad5cb27d702f:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-f9e1bc74-55fc-47db-961f-ad5cb27d702f.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-8525ec11-d8b7-4663-b0cd-26409cc96c07 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8525ec11-d8b7-4663-b0cd-26409cc96c07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3607b0a2-7dbf-402f-9bfa-157c6cab5fc4 .shogun-icon-wrapper {
  text-align: center;
}


#s-3607b0a2-7dbf-402f-9bfa-157c6cab5fc4 .shogun-icon-wrapper > .shogun-icon {

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

#s-e70e4041-b223-4892-bb71-a873d98786eb { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-004c678b-ca2f-4a95-a788-3dc83fec394a { 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-004c678b-ca2f-4a95-a788-3dc83fec394a:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-004c678b-ca2f-4a95-a788-3dc83fec394a:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-004c678b-ca2f-4a95-a788-3dc83fec394a.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-5e4e4b71-8e9a-45be-b3da-dd1e82b692be { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-5e4e4b71-8e9a-45be-b3da-dd1e82b692be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7c99164d-5eb3-41d6-a296-17398e2a360e { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c99164d-5eb3-41d6-a296-17398e2a360e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb58298b-01b6-4b1b-8f01-1941286604ff { text-align: left; }
#s-a2088f73-4771-4f89-b085-6f4485da2f2d { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2088f73-4771-4f89-b085-6f4485da2f2d"] > .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-33a4e858-7b30-4713-b285-017ba3811f6f { text-align: center; }
#s-fbfcd5b7-cc53-437d-be4f-f1e08cc6ef94 { padding-top: 0px; }
#s-2c77d834-e8d2-4428-8bf0-c53d3ed3c169 { padding-top: 15px; }
#s-7eb364ad-6100-40a5-a14e-d4ce043a0002 { padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
