.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-77194947-e855-408e-bc7d-18296adf08bf { min-height: 50px; }
#s-77194947-e855-408e-bc7d-18296adf08bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

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

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

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

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

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

#s-b9a83bd8-36a5-49f9-bda9-ac67efca972a { 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-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20 { padding-top: 30px; }
@media (min-width: 0px) {
[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1400d3d-d573-4f0c-b4e1-d35ce3ecbd20"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5c7ae283-53c0-4418-a18b-a8988dade4f5 { text-align: center; }
#s-81b1cd21-0d4d-4d28-ab36-72b74557787b { padding-top: 20px;
padding-left: 15px;
padding-right: 15px; }
#s-b612b836-6dcd-483e-bffc-e0894513ce60 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b612b836-6dcd-483e-bffc-e0894513ce60"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0fb2a666-8ac1-4d2e-b4d6-2825fab0206c { padding-top: 20px;
padding-right: 15px; }
#s-6d02fc41-3a18-42b9-bddf-b074a9aa7c80 { text-align: center; }
#s-0a10a795-acde-4734-af12-43f86d4acd66 { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a10a795-acde-4734-af12-43f86d4acd66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6642f619-8aba-4635-ad96-41b1844f92f1 { text-align: center; }
#s-cb592baf-42ff-4b86-9fe4-f3005df40ffd { text-align: center; }
#s-31e49254-7c77-4fe8-815a-ebe11c227b01 { padding-top: 20px;
padding-left: 15px; }
#s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-53ee871e-e9f3-42fb-99da-37d1f2f64f7f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3197e1db-d729-4daf-b496-7a70244c1f2e { padding-top: 20px;
padding-left: 0px;
padding-right: 15px; }
#s-3c99aafb-2452-4907-89b8-d82a376dc88d { text-align: center; }
#s-6c94510b-d737-4798-8221-9b92dcd8677d { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6c94510b-d737-4798-8221-9b92dcd8677d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8731f8cf-093c-41a3-8f82-d15b75267ba5 { text-align: center; }
#s-5030d2d2-4688-4c89-b40d-3bc4013b08c3 { text-align: center; }
#s-78aa1ef0-79a2-425b-a436-3774a9c4e456 { text-align: center; }
#s-7118d8ed-def5-4c32-ab3a-6bedb977fd80 { padding-top: 40px;
padding-left: 15px;
padding-right: 0px; }
#s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e2f61244-a23a-47c6-8e5b-ce94ebf47ebc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a162140-7cc9-4fbd-ac26-1cd30fda78c4 { padding-top: 50px;
padding-left: 0px;
padding-right: 15px; }
#s-4956cd2c-0931-4f21-a0a1-b1c3a8eecdab { text-align: center; }
#s-906f4058-a272-494f-819e-13da236b1069 { text-align: center; }
#s-ab43a3bf-4d9c-4b17-817b-998a10a384bc { text-align: center; }
#s-acd7d310-e6da-496a-9bee-7795c948096f { padding-top: 0px; }
@media (min-width: 0px) {
[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-acd7d310-e6da-496a-9bee-7795c948096f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4eadf1f3-f407-4f15-b1e0-3a749362ff07 { text-align: center; }
#s-b5dec05b-02ca-4093-880c-4fbe12245ef7 { text-align: center; }
#s-09def69c-fcaf-421d-8a6c-b590ea7ed370 { text-align: center; }
#s-c03cc844-6793-4625-abf3-09fd603e09c5 { padding-top: 50px;
padding-left: 15px;
padding-right: 0px; }
/*
  $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-af30529d-9d40-4d49-8a1f-2182610ad83d { padding-bottom: 30px; }
#s-de15f56a-74b2-404b-be84-dc71a5d55404 {
  display: none;
}
.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-eaddf0ff-9eb4-47e9-a8cd-8d142d04d53e { 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-ddf1b8be-54ee-46f5-b1eb-dbe2dc19acb7 { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-ddf1b8be-54ee-46f5-b1eb-dbe2dc19acb7 .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-16cecc49-fe91-4ca8-ab64-faab687618dd { text-align: left; }
#s-16cecc49-fe91-4ca8-ab64-faab687618dd .shg-product-sold-out {
  display: none;
}

#s-16cecc49-fe91-4ca8-ab64-faab687618dd .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-16cecc49-fe91-4ca8-ab64-faab687618dd .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-6f5b33a7-c226-4cc2-b8c6-67562b66cc95 {
  display: none;
}
#s-e68b57d4-ba4e-43ef-8eec-8028e2959dee { text-align: left; }
#s-b1b10dc5-1cc1-4cfb-9287-bdd4be4f71bd { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-b1b10dc5-1cc1-4cfb-9287-bdd4be4f71bd .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-616669ec-e390-4f03-8226-99b8f5cd4905 { text-align: left; }
#s-616669ec-e390-4f03-8226-99b8f5cd4905 .shg-product-sold-out {
  display: none;
}

#s-616669ec-e390-4f03-8226-99b8f5cd4905 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-616669ec-e390-4f03-8226-99b8f5cd4905 .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-269dc6d0-769c-46f3-b6d0-949c7a877aaa {
  display: none;
}
#s-155b9fdc-d5b8-4e96-b6bf-0d3a88528951 { text-align: left; }
#s-c521c8f6-f09c-46bd-b7be-7d53455c229f { padding-top: 5px;
padding-bottom: 5px;
text-align: left; }
#s-c521c8f6-f09c-46bd-b7be-7d53455c229f .shg-product-title-component h1 {
  color: rgba(61, 66, 70, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-289072fa-fec7-426b-9533-2ba552156933 { text-align: left; }
#s-289072fa-fec7-426b-9533-2ba552156933 .shg-product-sold-out {
  display: none;
}

#s-289072fa-fec7-426b-9533-2ba552156933 .shg-product-price {
  color: rgba(105, 114, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-289072fa-fec7-426b-9533-2ba552156933 .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-ecfd2cb7-b179-4352-8683-29c9c9255852 {
  display: none;
}
#s-2773d22e-3849-4c27-8f2c-91e5558356d3 { text-align: left; }
#s-37866ce3-b79c-4d00-babf-18563c8781d2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-37866ce3-b79c-4d00-babf-18563c8781d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-6ad184ac-8d17-4bbd-8887-906bd1e95155 { text-align: left; }
#s-6ad184ac-8d17-4bbd-8887-906bd1e95155 .shg-product-sold-out {
  display: none;
}

#s-6ad184ac-8d17-4bbd-8887-906bd1e95155 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6ad184ac-8d17-4bbd-8887-906bd1e95155 .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-a67b0d7b-13b7-4d27-813e-cdf01e461c55 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-a67b0d7b-13b7-4d27-813e-cdf01e461c55:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-a67b0d7b-13b7-4d27-813e-cdf01e461c55:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-a67b0d7b-13b7-4d27-813e-cdf01e461c55 {
  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-a67b0d7b-13b7-4d27-813e-cdf01e461c55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a67b0d7b-13b7-4d27-813e-cdf01e461c55.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-a67b0d7b-13b7-4d27-813e-cdf01e461c55.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-e7822e45-5b96-4cd8-8839-2375f9de54e3 {
  display: none;
}
#s-6ef6d9c1-6ac7-44df-8ec1-e431358598e6 { text-align: left; }
#s-0a1f6659-b44f-47aa-8337-06253a71e815 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0a1f6659-b44f-47aa-8337-06253a71e815 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-ac95077b-4607-4d97-989a-efbb9dabe067 { text-align: left; }
#s-ac95077b-4607-4d97-989a-efbb9dabe067 .shg-product-sold-out {
  display: none;
}

#s-ac95077b-4607-4d97-989a-efbb9dabe067 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ac95077b-4607-4d97-989a-efbb9dabe067 .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-e253d77e-6e0c-44e6-b1e3-021a27df8bd7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-e253d77e-6e0c-44e6-b1e3-021a27df8bd7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-e253d77e-6e0c-44e6-b1e3-021a27df8bd7:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-e253d77e-6e0c-44e6-b1e3-021a27df8bd7 {
  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-e253d77e-6e0c-44e6-b1e3-021a27df8bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e253d77e-6e0c-44e6-b1e3-021a27df8bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e253d77e-6e0c-44e6-b1e3-021a27df8bd7.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-5d7cf9a9-5e85-483e-b160-953c2e85f46e { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-5d7cf9a9-5e85-483e-b160-953c2e85f46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b8503c3e-779b-419b-82f7-79756c67449e { 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-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8503c3e-779b-419b-82f7-79756c67449e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4f11244a-4455-4525-9293-0078c9ad2c51 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4f11244a-4455-4525-9293-0078c9ad2c51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cabb7780-c5df-483b-a1d9-d2a98473a96a .shogun-icon-wrapper {
  text-align: center;
}


#s-cabb7780-c5df-483b-a1d9-d2a98473a96a .shogun-icon-wrapper > .shogun-icon {

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

#s-64b88056-948c-4bb2-b97b-1265b2d27c37 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-fefac9f4-517d-4358-9b44-4c28e17c0ae9 { 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-fefac9f4-517d-4358-9b44-4c28e17c0ae9:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-fefac9f4-517d-4358-9b44-4c28e17c0ae9:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-fefac9f4-517d-4358-9b44-4c28e17c0ae9.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-54bcdcf6-2901-47f4-915e-e84b3c496ab7 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-54bcdcf6-2901-47f4-915e-e84b3c496ab7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-13c34ed3-9755-4819-a0fd-ca237d863693 .shogun-icon-wrapper {
  text-align: center;
}


#s-13c34ed3-9755-4819-a0fd-ca237d863693 .shogun-icon-wrapper > .shogun-icon {

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

#s-e5486c7f-7318-4513-8f40-1b6b72815b1b { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-5a588031-57c0-4d29-845b-8cb7d8e52047 { 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-5a588031-57c0-4d29-845b-8cb7d8e52047:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-5a588031-57c0-4d29-845b-8cb7d8e52047:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-5a588031-57c0-4d29-845b-8cb7d8e52047.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-cd3e58cb-90f7-40db-9567-c199ac62ed10 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd3e58cb-90f7-40db-9567-c199ac62ed10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-099a10bc-626b-4b6d-8f44-01f7597c3044 .shogun-icon-wrapper {
  text-align: center;
}


#s-099a10bc-626b-4b6d-8f44-01f7597c3044 .shogun-icon-wrapper > .shogun-icon {

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

#s-896507a7-a3b1-464b-8ad0-ffe5a6215aec { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-a2ca583f-05ff-4228-a24f-10645df97ea8 { 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-a2ca583f-05ff-4228-a24f-10645df97ea8:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-a2ca583f-05ff-4228-a24f-10645df97ea8:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-a2ca583f-05ff-4228-a24f-10645df97ea8.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-e14870c9-317b-4d5c-a6c7-048947cfa770 { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-e14870c9-317b-4d5c-a6c7-048947cfa770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-82e41e0b-8c58-4c6f-a626-8308c8eca8e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38b78668-c07f-41ec-b566-500b5bdb7ebc { text-align: left; }
#s-7004541b-ad49-4481-8530-a90677f472ec { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7004541b-ad49-4481-8530-a90677f472ec"] > .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-20c1775c-9945-4571-adb6-db0ae972a5a0 { text-align: center; }
#s-6f51c7ab-af33-4c27-ad09-3d6ebd7f55d9 { padding-top: 0px; }
#s-8e6b5a84-3861-41f4-bcd1-29dbd5b6d53f { padding-top: 15px; }
#s-abe7ea9e-c7a3-4fa8-8e40-142891b5592f { 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 {
  width: 100%;
}
