.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-52eace68-b260-4645-a737-df3f5004b2b1 { min-height: 50px; }
#s-52eace68-b260-4645-a737-df3f5004b2b1 > .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-506c60e4-7514-4cb3-8288-2679d78b553d { text-align: center; }
#s-2e1a1ba1-b71e-4f8f-a946-8f0c871e7f74 { min-height: 50px; }
#s-2e1a1ba1-b71e-4f8f-a946-8f0c871e7f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-029e7747-5fe9-48c2-9427-0e2d32ecf4cc { padding-top: 30px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-029e7747-5fe9-48c2-9427-0e2d32ecf4cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a2c44aa7-7263-4515-bd33-fddc03ec3abe { text-align: center; }
#s-9431b3d7-8a5c-4177-a188-b33351dcaf96 { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
#s-913573d4-4f34-487a-8ac1-e26ed3dda189 { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-913573d4-4f34-487a-8ac1-e26ed3dda189"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6f029851-8f76-4f05-8dee-8de9482cf4ba { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
#s-96f9d07b-1b31-4e1e-95ec-06a01412da12 { text-align: center; }
#s-f7b0df29-ced5-4464-985a-56f1cddd1a7d { margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px; }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2b5ac609-c79d-4fff-bb4e-fd393bf96682 { padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px; }
#s-6cd1cca4-af42-47ab-a54f-55d4aa088b20 {
  display: none;
}
.shg-product-image-wrapper {
  display: none;
}

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

#s-5bf13815-9a9e-485e-9a70-e2a56913cf06 { 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-549998a4-820b-4dfe-b0e4-bc88094ae619 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-549998a4-820b-4dfe-b0e4-bc88094ae619 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-5042fa69-c48c-4124-9bf6-295fcc1b388e { text-align: left; }
#s-5042fa69-c48c-4124-9bf6-295fcc1b388e .shg-product-sold-out {
  display: none;
}

#s-5042fa69-c48c-4124-9bf6-295fcc1b388e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5042fa69-c48c-4124-9bf6-295fcc1b388e .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-4e619dc7-47ad-4518-9dda-89e7acacdfb6 {
  display: none;
}
#s-6e2d7142-e6ad-4e4c-9db9-44369fb8b09c { text-align: left; }
#s-ccd0e157-ea87-4fe3-86f5-74daf3b713a7 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-ccd0e157-ea87-4fe3-86f5-74daf3b713a7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-a1e85ca6-e61f-408d-bb8a-f557301603a4 { text-align: left; }
#s-a1e85ca6-e61f-408d-bb8a-f557301603a4 .shg-product-sold-out {
  display: none;
}

#s-a1e85ca6-e61f-408d-bb8a-f557301603a4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1e85ca6-e61f-408d-bb8a-f557301603a4 .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-94f5c2d2-7380-41af-bdc0-221b5c882adc {
  display: none;
}
#s-d71305f2-1083-4c30-8b3e-736f6f74f6f7 { text-align: left; }
#s-cab79b25-724f-46d2-a25c-dedb8a7cdf5f { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-cab79b25-724f-46d2-a25c-dedb8a7cdf5f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
}
#s-97079dce-1ba4-4fc5-b8c8-75a3886d308b { text-align: left; }
#s-97079dce-1ba4-4fc5-b8c8-75a3886d308b .shg-product-sold-out {
  display: none;
}

#s-97079dce-1ba4-4fc5-b8c8-75a3886d308b .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-97079dce-1ba4-4fc5-b8c8-75a3886d308b .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-3c49d91f-cc35-49a2-a667-704388e13126 {
  display: none;
}
#s-6dbbc2c7-1630-4689-9e8e-0247a0f18498 { text-align: left; }
#s-ada109bd-bbd3-472a-809d-bc78fe31d6a3 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-ada109bd-bbd3-472a-809d-bc78fe31d6a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-7924f3ad-a1ff-4cc5-ad42-de1083a5bad8 { text-align: left; }
#s-7924f3ad-a1ff-4cc5-ad42-de1083a5bad8 .shg-product-sold-out {
  display: none;
}

#s-7924f3ad-a1ff-4cc5-ad42-de1083a5bad8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7924f3ad-a1ff-4cc5-ad42-de1083a5bad8 .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-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df {
  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-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-0ea6169b-8fac-47d1-bc57-f0fff1a0a0df.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-a2ba9136-2954-4a6c-b10e-50f1e70ae178 {
  display: none;
}
#s-7e9fec06-5e2b-4f52-9af4-94b2352ccf0b { text-align: left; }
#s-dd956647-b04d-4362-ae64-8002f15dd5d6 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-dd956647-b04d-4362-ae64-8002f15dd5d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-423f4525-362f-42b3-90f2-32c2de463632 { text-align: left; }
#s-423f4525-362f-42b3-90f2-32c2de463632 .shg-product-sold-out {
  display: none;
}

#s-423f4525-362f-42b3-90f2-32c2de463632 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-423f4525-362f-42b3-90f2-32c2de463632 .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-1ee42492-d3b0-49cf-a2ba-7742243b16b5 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-1ee42492-d3b0-49cf-a2ba-7742243b16b5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-1ee42492-d3b0-49cf-a2ba-7742243b16b5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1ee42492-d3b0-49cf-a2ba-7742243b16b5 {
  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-1ee42492-d3b0-49cf-a2ba-7742243b16b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ee42492-d3b0-49cf-a2ba-7742243b16b5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1ee42492-d3b0-49cf-a2ba-7742243b16b5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fefaa49c-6f52-463c-a020-3536577fc515 {
  display: none;
}
#s-6bf042c1-2c9c-40df-b252-6e79f7240348 { text-align: left; }
#s-f8238eb5-9f89-44a9-b962-84ef5acdbace { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-f8238eb5-9f89-44a9-b962-84ef5acdbace .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-a77b0d63-6af4-449f-89cd-4662ed964b91 { text-align: left; }
#s-a77b0d63-6af4-449f-89cd-4662ed964b91 .shg-product-sold-out {
  display: none;
}

#s-a77b0d63-6af4-449f-89cd-4662ed964b91 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a77b0d63-6af4-449f-89cd-4662ed964b91 .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-adc2c280-4228-43bd-a82c-46018badf8c8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-adc2c280-4228-43bd-a82c-46018badf8c8:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-adc2c280-4228-43bd-a82c-46018badf8c8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-adc2c280-4228-43bd-a82c-46018badf8c8 {
  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-adc2c280-4228-43bd-a82c-46018badf8c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adc2c280-4228-43bd-a82c-46018badf8c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-adc2c280-4228-43bd-a82c-46018badf8c8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-549b41d6-9488-472e-a926-ca30a7bb9044 {
  display: none;
}
#s-5658b1dc-edc1-4512-b736-b5481d97897c { text-align: left; }
#s-d9fe288f-17bc-47f0-a650-0a5814f9cb02 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d9fe288f-17bc-47f0-a650-0a5814f9cb02 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-64db66f1-eea8-416d-9c25-873530bce6f1 { text-align: left; }
#s-64db66f1-eea8-416d-9c25-873530bce6f1 .shg-product-sold-out {
  display: none;
}

#s-64db66f1-eea8-416d-9c25-873530bce6f1 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-64db66f1-eea8-416d-9c25-873530bce6f1 .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-bf3a65be-853e-4079-bab4-5a534ca90d83 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-bf3a65be-853e-4079-bab4-5a534ca90d83:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-bf3a65be-853e-4079-bab4-5a534ca90d83:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bf3a65be-853e-4079-bab4-5a534ca90d83 {
  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-bf3a65be-853e-4079-bab4-5a534ca90d83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf3a65be-853e-4079-bab4-5a534ca90d83.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bf3a65be-853e-4079-bab4-5a534ca90d83.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-06fd4ce7-4d85-4afa-a298-d4f9fe75aaac {
  display: none;
}
#s-bbc7afec-b0b8-43c3-8c67-fb5b046a890c { text-align: left; }
#s-1906ff6f-9ec5-492c-9064-6a21ffa744ae { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1906ff6f-9ec5-492c-9064-6a21ffa744ae .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-445a4880-bb6f-4f07-ac77-b8214078e0db { text-align: left; }
#s-445a4880-bb6f-4f07-ac77-b8214078e0db .shg-product-sold-out {
  display: none;
}

#s-445a4880-bb6f-4f07-ac77-b8214078e0db .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-445a4880-bb6f-4f07-ac77-b8214078e0db .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-886bc215-c554-49e0-bea7-952119f09569 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-886bc215-c554-49e0-bea7-952119f09569:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-886bc215-c554-49e0-bea7-952119f09569:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-886bc215-c554-49e0-bea7-952119f09569 {
  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-886bc215-c554-49e0-bea7-952119f09569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-886bc215-c554-49e0-bea7-952119f09569.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-886bc215-c554-49e0-bea7-952119f09569.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-cd4d0238-8ad8-48dd-b42f-4dc317683c66 {
  display: none;
}
#s-5214241a-8f31-4520-8f2c-e7428c3864a5 { text-align: left; }
#s-2a2f51f5-c6cf-42dc-9eba-8f69c4e48077 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-2a2f51f5-c6cf-42dc-9eba-8f69c4e48077 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-3c7d55b6-0b64-44da-9a06-f019bf3f71d4 { text-align: left; }
#s-3c7d55b6-0b64-44da-9a06-f019bf3f71d4 .shg-product-sold-out {
  display: none;
}

#s-3c7d55b6-0b64-44da-9a06-f019bf3f71d4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3c7d55b6-0b64-44da-9a06-f019bf3f71d4 .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-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64 {
  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-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3415fa4a-5bfc-417e-a8ce-c94ca7df6b64.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-54ccefd3-819d-4450-8dd5-96952f7d9b45 {
  display: none;
}
#s-bf16a7dc-52c0-4b74-a246-9e460f7e7819 { text-align: left; }
#s-0c2528e7-c664-4613-8e22-1a57ff56ac0e { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-0c2528e7-c664-4613-8e22-1a57ff56ac0e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
}
#s-405e7e7f-4c79-4d40-87f6-146961428cd4 { text-align: left; }
#s-405e7e7f-4c79-4d40-87f6-146961428cd4 .shg-product-sold-out {
  display: none;
}

#s-405e7e7f-4c79-4d40-87f6-146961428cd4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-405e7e7f-4c79-4d40-87f6-146961428cd4 .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-60c3979e-e72e-4791-857b-3b104e04c4df { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db; }
#s-60c3979e-e72e-4791-857b-3b104e04c4df:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-60c3979e-e72e-4791-857b-3b104e04c4df:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-60c3979e-e72e-4791-857b-3b104e04c4df {
  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-60c3979e-e72e-4791-857b-3b104e04c4df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60c3979e-e72e-4791-857b-3b104e04c4df.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-60c3979e-e72e-4791-857b-3b104e04c4df.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-427a2103-ae8e-4332-bd28-aee83f8ea6b8 { min-height: 50px;
background-color: rgba(248, 243, 237, 1); }
#s-427a2103-ae8e-4332-bd28-aee83f8ea6b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd { 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-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a05c01ed-2345-4f04-bdaa-22f1eaab42bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f72d1aa4-c2f6-45aa-bb25-d5026e572944 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f72d1aa4-c2f6-45aa-bb25-d5026e572944"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-78773dbe-70cd-4f52-a55d-3f9193a953b7 .shogun-icon-wrapper {
  text-align: center;
}


#s-78773dbe-70cd-4f52-a55d-3f9193a953b7 .shogun-icon-wrapper > .shogun-icon {

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

#s-acd29e14-7875-4525-876b-805fccfee957 { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

#s-f159f6c3-4731-4e6a-80aa-cc91b53c0443 { 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-f159f6c3-4731-4e6a-80aa-cc91b53c0443:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-f159f6c3-4731-4e6a-80aa-cc91b53c0443:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-f159f6c3-4731-4e6a-80aa-cc91b53c0443.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f03112e-b5e9-4123-b9eb-683dc5f94e0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7f6bd02d-0717-4663-98cc-3e9cafaa488a .shogun-icon-wrapper {
  text-align: center;
}


#s-7f6bd02d-0717-4663-98cc-3e9cafaa488a .shogun-icon-wrapper > .shogun-icon {

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

#s-1923dc4a-996e-44b3-af5d-c52a009920dd { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-a0a41ea3-bba3-4aa8-8e7a-0caa9a6bc556 { 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-a0a41ea3-bba3-4aa8-8e7a-0caa9a6bc556:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-a0a41ea3-bba3-4aa8-8e7a-0caa9a6bc556:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-a0a41ea3-bba3-4aa8-8e7a-0caa9a6bc556.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45 { padding-left: 20px;
padding-right: 20px; }
@media (min-width: 0px) {
[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a6e74ff-f9dc-4069-98fb-ff48d4d59f45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a1e91f82-7d89-4369-8dab-3e8653cff11f .shogun-icon-wrapper {
  text-align: center;
}


#s-a1e91f82-7d89-4369-8dab-3e8653cff11f .shogun-icon-wrapper > .shogun-icon {

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

#s-1c652532-f0ac-4f41-a62c-1475c5494e6d { padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px; }
#s-9610ffc3-e2bb-4806-a908-efab605c9800 { 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-9610ffc3-e2bb-4806-a908-efab605c9800:hover {background-color: rgba(208, 171, 66, 1) !important;
text-decoration: none !important;}
#s-9610ffc3-e2bb-4806-a908-efab605c9800:active {background-color: rgba(134, 110, 40, 1) !important;
text-decoration: none !important;}

 #s-9610ffc3-e2bb-4806-a908-efab605c9800.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-543ee847-eea3-4f8d-9c48-e111d109b21b { min-height: 50px;
background-color: rgba(175, 143, 52, 1); }
#s-543ee847-eea3-4f8d-9c48-e111d109b21b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b81d9d78-0a13-470b-83a1-89fda2081dbc { padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px; }
@media (min-width: 0px) {
[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b81d9d78-0a13-470b-83a1-89fda2081dbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d8e2705a-6a85-4aed-8c09-b03bc85f8590 { text-align: left; }
#s-3fadb975-1054-4175-90ce-2469eaed4b82 { padding-top: 20px;
padding-bottom: 20px; }
@media (min-width: 0px) {
[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fadb975-1054-4175-90ce-2469eaed4b82"] > .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-0e38402a-7d82-4880-b3ec-f516dfe4feeb { text-align: center; }
#s-af32de10-48c2-4726-90d4-4dc4462ec0dc { padding-top: 0px; }
#s-b526ceb8-c027-46f8-9c44-021e1f03ba21 { padding-top: 15px; }
#s-42dec81d-09d8-4a75-aed2-e6192b003c1a { padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px; }
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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